node js logo
node-js from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- node-js
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same logo in other sets
Use the node js logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8c12.3-4.3 14.8-5.2 27.9-12.7c1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6c-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2m149.1-210.1c0-39.9-27-50.5-83.7-58c-57.4-7.6-63.2-11.5-63.2-24.9c0-11.1 4.9-25.9 47.4-25.9c37.9 0 51.9 8.2 57.7 33.8c.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6c-52.7 0-84.1 22.2-84.1 59.5c0 40.4 31.3 51.6 81.8 56.6c60.5 5.9 65.2 14.8 65.2 26.7c0 20.6-16.6 29.4-55.5 29.4c-48.9 0-59.6-12.3-63.2-36.6c-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3c0 31.1 16.9 68.2 97.8 68.2c58.4-.1 92-23.2 92-63.4"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsNodeJs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8c12.3-4.3 14.8-5.2 27.9-12.7c1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6c-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2m149.1-210.1c0-39.9-27-50.5-83.7-58c-57.4-7.6-63.2-11.5-63.2-24.9c0-11.1 4.9-25.9 47.4-25.9c37.9 0 51.9 8.2 57.7 33.8c.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6c-52.7 0-84.1 22.2-84.1 59.5c0 40.4 31.3 51.6 81.8 56.6c60.5 5.9 65.2 14.8 65.2 26.7c0 20.6-16.6 29.4-55.5 29.4c-48.9 0-59.6-12.3-63.2-36.6c-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3c0 31.1 16.9 68.2 97.8 68.2c58.4-.1 92-23.2 92-63.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8c12.3-4.3 14.8-5.2 27.9-12.7c1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6c-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2m149.1-210.1c0-39.9-27-50.5-83.7-58c-57.4-7.6-63.2-11.5-63.2-24.9c0-11.1 4.9-25.9 47.4-25.9c37.9 0 51.9 8.2 57.7 33.8c.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6c-52.7 0-84.1 22.2-84.1 59.5c0 40.4 31.3 51.6 81.8 56.6c60.5 5.9 65.2 14.8 65.2 26.7c0 20.6-16.6 29.4-55.5 29.4c-48.9 0-59.6-12.3-63.2-36.6c-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3c0 31.1 16.9 68.2 97.8 68.2c58.4-.1 92-23.2 92-63.4"/></svg> </template>
CSS
.icon-node-js {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20508c-6.7%200-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8c12.3-4.3%2014.8-5.2%2027.9-12.7c1.4-.8%203.2-.5%204.6.4l47.4%2028.1c1.7%201%204.1%201%205.7%200l184.7-106.6c1.7-1%202.8-3%202.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8%2037.7c-1.7-1-4-1-5.7%200L36.6%20144.3c-1.8%201-2.9%203-2.9%205.1v213.1c0%202%201.1%204%202.9%204.9l50.6%2029.2c27.5%2013.7%2044.3-2.4%2044.3-18.7V167.5c0-3%202.4-5.3%205.4-5.3h23.4c2.9%200%205.4%202.3%205.4%205.3V378c0%2036.6-20%2057.6-54.7%2057.6c-10.7%200-19.1%200-42.5-11.6l-48.4-27.9C8.1%20389.2.7%20376.3.7%20362.4V149.3c0-13.8%207.4-26.8%2019.4-33.7L204.6%209c11.7-6.6%2027.2-6.6%2038.8%200l184.7%20106.7c12%206.9%2019.4%2019.8%2019.4%2033.7v213.1c0%2013.8-7.4%2026.7-19.4%2033.7L243.4%20502.8c-5.9%203.4-12.6%205.2-19.4%205.2m149.1-210.1c0-39.9-27-50.5-83.7-58c-57.4-7.6-63.2-11.5-63.2-24.9c0-11.1%204.9-25.9%2047.4-25.9c37.9%200%2051.9%208.2%2057.7%2033.8c.5%202.4%202.7%204.2%205.2%204.2h24c1.5%200%202.9-.6%203.9-1.7s1.5-2.6%201.4-4.1c-3.7-44.1-33-64.6-92.2-64.6c-52.7%200-84.1%2022.2-84.1%2059.5c0%2040.4%2031.3%2051.6%2081.8%2056.6c60.5%205.9%2065.2%2014.8%2065.2%2026.7c0%2020.6-16.6%2029.4-55.5%2029.4c-48.9%200-59.6-12.3-63.2-36.6c-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3%200-5.3%202.4-5.3%205.3c0%2031.1%2016.9%2068.2%2097.8%2068.2c58.4-.1%2092-23.2%2092-63.4%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20508c-6.7%200-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8c12.3-4.3%2014.8-5.2%2027.9-12.7c1.4-.8%203.2-.5%204.6.4l47.4%2028.1c1.7%201%204.1%201%205.7%200l184.7-106.6c1.7-1%202.8-3%202.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8%2037.7c-1.7-1-4-1-5.7%200L36.6%20144.3c-1.8%201-2.9%203-2.9%205.1v213.1c0%202%201.1%204%202.9%204.9l50.6%2029.2c27.5%2013.7%2044.3-2.4%2044.3-18.7V167.5c0-3%202.4-5.3%205.4-5.3h23.4c2.9%200%205.4%202.3%205.4%205.3V378c0%2036.6-20%2057.6-54.7%2057.6c-10.7%200-19.1%200-42.5-11.6l-48.4-27.9C8.1%20389.2.7%20376.3.7%20362.4V149.3c0-13.8%207.4-26.8%2019.4-33.7L204.6%209c11.7-6.6%2027.2-6.6%2038.8%200l184.7%20106.7c12%206.9%2019.4%2019.8%2019.4%2033.7v213.1c0%2013.8-7.4%2026.7-19.4%2033.7L243.4%20502.8c-5.9%203.4-12.6%205.2-19.4%205.2m149.1-210.1c0-39.9-27-50.5-83.7-58c-57.4-7.6-63.2-11.5-63.2-24.9c0-11.1%204.9-25.9%2047.4-25.9c37.9%200%2051.9%208.2%2057.7%2033.8c.5%202.4%202.7%204.2%205.2%204.2h24c1.5%200%202.9-.6%203.9-1.7s1.5-2.6%201.4-4.1c-3.7-44.1-33-64.6-92.2-64.6c-52.7%200-84.1%2022.2-84.1%2059.5c0%2040.4%2031.3%2051.6%2081.8%2056.6c60.5%205.9%2065.2%2014.8%2065.2%2026.7c0%2020.6-16.6%2029.4-55.5%2029.4c-48.9%200-59.6-12.3-63.2-36.6c-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3%200-5.3%202.4-5.3%205.3c0%2031.1%2016.9%2068.2%2097.8%2068.2c58.4-.1%2092-23.2%2092-63.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/node-js.svg?color=%231a73e8&size=48