tsnode logo
tsnode from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- tsnode
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the tsnode logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 0c-.196 0-.392.05-.568.153L2.026 5.58a1.14 1.14 0 0 0-.568.983V17.43c0 .406.216.781.568.984l5.787 3.344v-7.344H4.748v-1.943h8.342v1.943h-3.065v8.622l1.406.812c.351.203.784.203 1.136 0l2.317-1.338a3.96 3.96 0 0 1-1.195-1.413l1.801-1.042c.361.59.806 1.06 1.48 1.25l2.174-1.256c-.127-.568-.698-.823-1.584-1.21l-.553-.238c-1.596-.68-2.655-1.532-2.655-3.334c0-1.658 1.265-2.922 3.24-2.922c1.406 0 2.417.49 3.144 1.77l-1.723 1.105c-.379-.68-.79-.948-1.421-.948c-.648 0-1.06.41-1.06.948c0 .663.412.932 1.36 1.343l.553.237c1.336.573 2.255 1.155 2.676 2.107l.853-.493c.352-.203.568-.578.568-.984V6.565c0-.406-.216-.782-.568-.984L12.567.153A1.13 1.13 0 0 0 11.999 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsTsnode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 0c-.196 0-.392.05-.568.153L2.026 5.58a1.14 1.14 0 0 0-.568.983V17.43c0 .406.216.781.568.984l5.787 3.344v-7.344H4.748v-1.943h8.342v1.943h-3.065v8.622l1.406.812c.351.203.784.203 1.136 0l2.317-1.338a3.96 3.96 0 0 1-1.195-1.413l1.801-1.042c.361.59.806 1.06 1.48 1.25l2.174-1.256c-.127-.568-.698-.823-1.584-1.21l-.553-.238c-1.596-.68-2.655-1.532-2.655-3.334c0-1.658 1.265-2.922 3.24-2.922c1.406 0 2.417.49 3.144 1.77l-1.723 1.105c-.379-.68-.79-.948-1.421-.948c-.648 0-1.06.41-1.06.948c0 .663.412.932 1.36 1.343l.553.237c1.336.573 2.255 1.155 2.676 2.107l.853-.493c.352-.203.568-.578.568-.984V6.565c0-.406-.216-.782-.568-.984L12.567.153A1.13 1.13 0 0 0 11.999 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 0c-.196 0-.392.05-.568.153L2.026 5.58a1.14 1.14 0 0 0-.568.983V17.43c0 .406.216.781.568.984l5.787 3.344v-7.344H4.748v-1.943h8.342v1.943h-3.065v8.622l1.406.812c.351.203.784.203 1.136 0l2.317-1.338a3.96 3.96 0 0 1-1.195-1.413l1.801-1.042c.361.59.806 1.06 1.48 1.25l2.174-1.256c-.127-.568-.698-.823-1.584-1.21l-.553-.238c-1.596-.68-2.655-1.532-2.655-3.334c0-1.658 1.265-2.922 3.24-2.922c1.406 0 2.417.49 3.144 1.77l-1.723 1.105c-.379-.68-.79-.948-1.421-.948c-.648 0-1.06.41-1.06.948c0 .663.412.932 1.36 1.343l.553.237c1.336.573 2.255 1.155 2.676 2.107l.853-.493c.352-.203.568-.578.568-.984V6.565c0-.406-.216-.782-.568-.984L12.567.153A1.13 1.13 0 0 0 11.999 0"/></svg> </template>
CSS
.icon-tsnode {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.999%200c-.196%200-.392.05-.568.153L2.026%205.58a1.14%201.14%200%200%200-.568.983V17.43c0%20.406.216.781.568.984l5.787%203.344v-7.344H4.748v-1.943h8.342v1.943h-3.065v8.622l1.406.812c.351.203.784.203%201.136%200l2.317-1.338a3.96%203.96%200%200%201-1.195-1.413l1.801-1.042c.361.59.806%201.06%201.48%201.25l2.174-1.256c-.127-.568-.698-.823-1.584-1.21l-.553-.238c-1.596-.68-2.655-1.532-2.655-3.334c0-1.658%201.265-2.922%203.24-2.922c1.406%200%202.417.49%203.144%201.77l-1.723%201.105c-.379-.68-.79-.948-1.421-.948c-.648%200-1.06.41-1.06.948c0%20.663.412.932%201.36%201.343l.553.237c1.336.573%202.255%201.155%202.676%202.107l.853-.493c.352-.203.568-.578.568-.984V6.565c0-.406-.216-.782-.568-.984L12.567.153A1.13%201.13%200%200%200%2011.999%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.999%200c-.196%200-.392.05-.568.153L2.026%205.58a1.14%201.14%200%200%200-.568.983V17.43c0%20.406.216.781.568.984l5.787%203.344v-7.344H4.748v-1.943h8.342v1.943h-3.065v8.622l1.406.812c.351.203.784.203%201.136%200l2.317-1.338a3.96%203.96%200%200%201-1.195-1.413l1.801-1.042c.361.59.806%201.06%201.48%201.25l2.174-1.256c-.127-.568-.698-.823-1.584-1.21l-.553-.238c-1.596-.68-2.655-1.532-2.655-3.334c0-1.658%201.265-2.922%203.24-2.922c1.406%200%202.417.49%203.144%201.77l-1.723%201.105c-.379-.68-.79-.948-1.421-.948c-.648%200-1.06.41-1.06.948c0%20.663.412.932%201.36%201.343l.553.237c1.336.573%202.255%201.155%202.676%202.107l.853-.493c.352-.203.568-.578.568-.984V6.565c0-.406-.216-.782-.568-.984L12.567.153A1.13%201.13%200%200%200%2011.999%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/tsnode.svg?color=%231a73e8&size=48