nodedotjs logo
nodedotjs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- nodedotjs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the nodedotjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 24c-.321 0-.641-.084-.922-.247L8.14 22.016c-.438-.245-.224-.332-.08-.383c.585-.203.703-.25 1.328-.604c.065-.037.151-.023.218.017l2.256 1.339a.29.29 0 0 0 .272 0l8.795-5.076a.28.28 0 0 0 .134-.238V6.921a.28.28 0 0 0-.137-.242l-8.791-5.072a.28.28 0 0 0-.271 0L3.075 6.68a.28.28 0 0 0-.139.241v10.15a.27.27 0 0 0 .139.235l2.409 1.392c1.307.654 2.108-.116 2.108-.89V7.787c0-.142.114-.253.256-.253h1.115c.139 0 .255.112.255.253v10.021c0 1.745-.95 2.745-2.604 2.745c-.508 0-.909 0-2.026-.551L2.28 18.675a1.86 1.86 0 0 1-.922-1.604V6.921c0-.659.353-1.275.922-1.603L11.075.236a1.93 1.93 0 0 1 1.848 0l8.794 5.082c.57.329.924.944.924 1.603v10.15a1.86 1.86 0 0 1-.924 1.604l-8.794 5.078c-.28.163-.599.247-.925.247m7.101-10.007c0-1.9-1.284-2.406-3.987-2.763c-2.731-.361-3.009-.548-3.009-1.187c0-.528.235-1.233 2.258-1.233c1.807 0 2.473.389 2.747 1.607a.254.254 0 0 0 .247.199h1.141a.26.26 0 0 0 .186-.081a.26.26 0 0 0 .067-.196c-.177-2.098-1.571-3.076-4.388-3.076c-2.508 0-4.004 1.058-4.004 2.833c0 1.925 1.488 2.457 3.895 2.695c2.88.282 3.103.703 3.103 1.269c0 .983-.789 1.402-2.642 1.402c-2.327 0-2.839-.584-3.011-1.742a.255.255 0 0 0-.253-.215h-1.137a.25.25 0 0 0-.254.253c0 1.482.806 3.248 4.655 3.248c2.788.001 4.386-1.096 4.386-3.013"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsNodedotjs(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.998 24c-.321 0-.641-.084-.922-.247L8.14 22.016c-.438-.245-.224-.332-.08-.383c.585-.203.703-.25 1.328-.604c.065-.037.151-.023.218.017l2.256 1.339a.29.29 0 0 0 .272 0l8.795-5.076a.28.28 0 0 0 .134-.238V6.921a.28.28 0 0 0-.137-.242l-8.791-5.072a.28.28 0 0 0-.271 0L3.075 6.68a.28.28 0 0 0-.139.241v10.15a.27.27 0 0 0 .139.235l2.409 1.392c1.307.654 2.108-.116 2.108-.89V7.787c0-.142.114-.253.256-.253h1.115c.139 0 .255.112.255.253v10.021c0 1.745-.95 2.745-2.604 2.745c-.508 0-.909 0-2.026-.551L2.28 18.675a1.86 1.86 0 0 1-.922-1.604V6.921c0-.659.353-1.275.922-1.603L11.075.236a1.93 1.93 0 0 1 1.848 0l8.794 5.082c.57.329.924.944.924 1.603v10.15a1.86 1.86 0 0 1-.924 1.604l-8.794 5.078c-.28.163-.599.247-.925.247m7.101-10.007c0-1.9-1.284-2.406-3.987-2.763c-2.731-.361-3.009-.548-3.009-1.187c0-.528.235-1.233 2.258-1.233c1.807 0 2.473.389 2.747 1.607a.254.254 0 0 0 .247.199h1.141a.26.26 0 0 0 .186-.081a.26.26 0 0 0 .067-.196c-.177-2.098-1.571-3.076-4.388-3.076c-2.508 0-4.004 1.058-4.004 2.833c0 1.925 1.488 2.457 3.895 2.695c2.88.282 3.103.703 3.103 1.269c0 .983-.789 1.402-2.642 1.402c-2.327 0-2.839-.584-3.011-1.742a.255.255 0 0 0-.253-.215h-1.137a.25.25 0 0 0-.254.253c0 1.482.806 3.248 4.655 3.248c2.788.001 4.386-1.096 4.386-3.013"/></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.998 24c-.321 0-.641-.084-.922-.247L8.14 22.016c-.438-.245-.224-.332-.08-.383c.585-.203.703-.25 1.328-.604c.065-.037.151-.023.218.017l2.256 1.339a.29.29 0 0 0 .272 0l8.795-5.076a.28.28 0 0 0 .134-.238V6.921a.28.28 0 0 0-.137-.242l-8.791-5.072a.28.28 0 0 0-.271 0L3.075 6.68a.28.28 0 0 0-.139.241v10.15a.27.27 0 0 0 .139.235l2.409 1.392c1.307.654 2.108-.116 2.108-.89V7.787c0-.142.114-.253.256-.253h1.115c.139 0 .255.112.255.253v10.021c0 1.745-.95 2.745-2.604 2.745c-.508 0-.909 0-2.026-.551L2.28 18.675a1.86 1.86 0 0 1-.922-1.604V6.921c0-.659.353-1.275.922-1.603L11.075.236a1.93 1.93 0 0 1 1.848 0l8.794 5.082c.57.329.924.944.924 1.603v10.15a1.86 1.86 0 0 1-.924 1.604l-8.794 5.078c-.28.163-.599.247-.925.247m7.101-10.007c0-1.9-1.284-2.406-3.987-2.763c-2.731-.361-3.009-.548-3.009-1.187c0-.528.235-1.233 2.258-1.233c1.807 0 2.473.389 2.747 1.607a.254.254 0 0 0 .247.199h1.141a.26.26 0 0 0 .186-.081a.26.26 0 0 0 .067-.196c-.177-2.098-1.571-3.076-4.388-3.076c-2.508 0-4.004 1.058-4.004 2.833c0 1.925 1.488 2.457 3.895 2.695c2.88.282 3.103.703 3.103 1.269c0 .983-.789 1.402-2.642 1.402c-2.327 0-2.839-.584-3.011-1.742a.255.255 0 0 0-.253-.215h-1.137a.25.25 0 0 0-.254.253c0 1.482.806 3.248 4.655 3.248c2.788.001 4.386-1.096 4.386-3.013"/></svg> </template>
CSS
.icon-nodedotjs {
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.998%2024c-.321%200-.641-.084-.922-.247L8.14%2022.016c-.438-.245-.224-.332-.08-.383c.585-.203.703-.25%201.328-.604c.065-.037.151-.023.218.017l2.256%201.339a.29.29%200%200%200%20.272%200l8.795-5.076a.28.28%200%200%200%20.134-.238V6.921a.28.28%200%200%200-.137-.242l-8.791-5.072a.28.28%200%200%200-.271%200L3.075%206.68a.28.28%200%200%200-.139.241v10.15a.27.27%200%200%200%20.139.235l2.409%201.392c1.307.654%202.108-.116%202.108-.89V7.787c0-.142.114-.253.256-.253h1.115c.139%200%20.255.112.255.253v10.021c0%201.745-.95%202.745-2.604%202.745c-.508%200-.909%200-2.026-.551L2.28%2018.675a1.86%201.86%200%200%201-.922-1.604V6.921c0-.659.353-1.275.922-1.603L11.075.236a1.93%201.93%200%200%201%201.848%200l8.794%205.082c.57.329.924.944.924%201.603v10.15a1.86%201.86%200%200%201-.924%201.604l-8.794%205.078c-.28.163-.599.247-.925.247m7.101-10.007c0-1.9-1.284-2.406-3.987-2.763c-2.731-.361-3.009-.548-3.009-1.187c0-.528.235-1.233%202.258-1.233c1.807%200%202.473.389%202.747%201.607a.254.254%200%200%200%20.247.199h1.141a.26.26%200%200%200%20.186-.081a.26.26%200%200%200%20.067-.196c-.177-2.098-1.571-3.076-4.388-3.076c-2.508%200-4.004%201.058-4.004%202.833c0%201.925%201.488%202.457%203.895%202.695c2.88.282%203.103.703%203.103%201.269c0%20.983-.789%201.402-2.642%201.402c-2.327%200-2.839-.584-3.011-1.742a.255.255%200%200%200-.253-.215h-1.137a.25.25%200%200%200-.254.253c0%201.482.806%203.248%204.655%203.248c2.788.001%204.386-1.096%204.386-3.013%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.998%2024c-.321%200-.641-.084-.922-.247L8.14%2022.016c-.438-.245-.224-.332-.08-.383c.585-.203.703-.25%201.328-.604c.065-.037.151-.023.218.017l2.256%201.339a.29.29%200%200%200%20.272%200l8.795-5.076a.28.28%200%200%200%20.134-.238V6.921a.28.28%200%200%200-.137-.242l-8.791-5.072a.28.28%200%200%200-.271%200L3.075%206.68a.28.28%200%200%200-.139.241v10.15a.27.27%200%200%200%20.139.235l2.409%201.392c1.307.654%202.108-.116%202.108-.89V7.787c0-.142.114-.253.256-.253h1.115c.139%200%20.255.112.255.253v10.021c0%201.745-.95%202.745-2.604%202.745c-.508%200-.909%200-2.026-.551L2.28%2018.675a1.86%201.86%200%200%201-.922-1.604V6.921c0-.659.353-1.275.922-1.603L11.075.236a1.93%201.93%200%200%201%201.848%200l8.794%205.082c.57.329.924.944.924%201.603v10.15a1.86%201.86%200%200%201-.924%201.604l-8.794%205.078c-.28.163-.599.247-.925.247m7.101-10.007c0-1.9-1.284-2.406-3.987-2.763c-2.731-.361-3.009-.548-3.009-1.187c0-.528.235-1.233%202.258-1.233c1.807%200%202.473.389%202.747%201.607a.254.254%200%200%200%20.247.199h1.141a.26.26%200%200%200%20.186-.081a.26.26%200%200%200%20.067-.196c-.177-2.098-1.571-3.076-4.388-3.076c-2.508%200-4.004%201.058-4.004%202.833c0%201.925%201.488%202.457%203.895%202.695c2.88.282%203.103.703%203.103%201.269c0%20.983-.789%201.402-2.642%201.402c-2.327%200-2.839-.584-3.011-1.742a.255.255%200%200%200-.253-.215h-1.137a.25.25%200%200%200-.254.253c0%201.482.806%203.248%204.655%203.248c2.788.001%204.386-1.096%204.386-3.013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/nodedotjs.svg?color=%231a73e8&size=48