hexagon nodes icon
hexagon-nodes from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- hexagon-nodes
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the hexagon nodes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M248 106.6c18.9-9 32-28.3 32-50.6c0-30.9-25.1-56-56-56s-56 25.1-56 56c0 22.3 13.1 41.6 32 50.6v98.8c-2.8 1.3-5.5 2.9-8 4.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2 96 23 105.2 7.5 132S1.2 193 28 208.5c1.3.8 2.6 1.5 4 2.1v90.8c-1.3.6-2.7 1.3-4 2.1C1.2 319-8 353.2 7.5 380s49.7 36 76.5 20.5c19.3-11.1 29.4-32 27.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7l-50.5 29c-2.6-1.8-5.2-3.3-8-4.7v-90.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-.1 1.4-.2 2.8-.2 4.3c0 22.3 13.1 41.6 32 50.6v98.8c-18.9 9-32 28.3-32 50.6c0 30.9 25.1 56 56 56s56-25.1 56-56c0-22.3-13.1-41.6-32-50.6v-98.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-1.6 20.8 8.6 41.6 27.8 52.8c26.8 15.5 61 6.3 76.5-20.5s6.3-61-20.5-76.5c-1.3-.8-2.7-1.5-4-2.1v-90.8c1.4-.6 2.7-1.3 4-2.1c26.8-15.5 36-49.7 20.5-76.5s-49.5-36-76.3-20.5c-19.3 11.1-29.4 32-27.8 52.8l-50.6 28.9c11.5 11.2 19.9 25.6 23.8 41.7l50.6-29c2.6 1.8 5.2 3.3 8 4.7v90.8c-2.8 1.3-5.5 2.9-8 4.6l-80.1-45.8c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHexagonNodes(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="M248 106.6c18.9-9 32-28.3 32-50.6c0-30.9-25.1-56-56-56s-56 25.1-56 56c0 22.3 13.1 41.6 32 50.6v98.8c-2.8 1.3-5.5 2.9-8 4.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2 96 23 105.2 7.5 132S1.2 193 28 208.5c1.3.8 2.6 1.5 4 2.1v90.8c-1.3.6-2.7 1.3-4 2.1C1.2 319-8 353.2 7.5 380s49.7 36 76.5 20.5c19.3-11.1 29.4-32 27.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7l-50.5 29c-2.6-1.8-5.2-3.3-8-4.7v-90.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-.1 1.4-.2 2.8-.2 4.3c0 22.3 13.1 41.6 32 50.6v98.8c-18.9 9-32 28.3-32 50.6c0 30.9 25.1 56 56 56s56-25.1 56-56c0-22.3-13.1-41.6-32-50.6v-98.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-1.6 20.8 8.6 41.6 27.8 52.8c26.8 15.5 61 6.3 76.5-20.5s6.3-61-20.5-76.5c-1.3-.8-2.7-1.5-4-2.1v-90.8c1.4-.6 2.7-1.3 4-2.1c26.8-15.5 36-49.7 20.5-76.5s-49.5-36-76.3-20.5c-19.3 11.1-29.4 32-27.8 52.8l-50.6 28.9c11.5 11.2 19.9 25.6 23.8 41.7l50.6-29c2.6 1.8 5.2 3.3 8 4.7v90.8c-2.8 1.3-5.5 2.9-8 4.6l-80.1-45.8c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M248 106.6c18.9-9 32-28.3 32-50.6c0-30.9-25.1-56-56-56s-56 25.1-56 56c0 22.3 13.1 41.6 32 50.6v98.8c-2.8 1.3-5.5 2.9-8 4.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2 96 23 105.2 7.5 132S1.2 193 28 208.5c1.3.8 2.6 1.5 4 2.1v90.8c-1.3.6-2.7 1.3-4 2.1C1.2 319-8 353.2 7.5 380s49.7 36 76.5 20.5c19.3-11.1 29.4-32 27.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7l-50.5 29c-2.6-1.8-5.2-3.3-8-4.7v-90.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-.1 1.4-.2 2.8-.2 4.3c0 22.3 13.1 41.6 32 50.6v98.8c-18.9 9-32 28.3-32 50.6c0 30.9 25.1 56 56 56s56-25.1 56-56c0-22.3-13.1-41.6-32-50.6v-98.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-1.6 20.8 8.6 41.6 27.8 52.8c26.8 15.5 61 6.3 76.5-20.5s6.3-61-20.5-76.5c-1.3-.8-2.7-1.5-4-2.1v-90.8c1.4-.6 2.7-1.3 4-2.1c26.8-15.5 36-49.7 20.5-76.5s-49.5-36-76.3-20.5c-19.3 11.1-29.4 32-27.8 52.8l-50.6 28.9c11.5 11.2 19.9 25.6 23.8 41.7l50.6-29c2.6 1.8 5.2 3.3 8 4.7v90.8c-2.8 1.3-5.5 2.9-8 4.6l-80.1-45.8c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8z"/></svg> </template>
CSS
.icon-hexagon-nodes {
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%22M248%20106.6c18.9-9%2032-28.3%2032-50.6c0-30.9-25.1-56-56-56s-56%2025.1-56%2056c0%2022.3%2013.1%2041.6%2032%2050.6v98.8c-2.8%201.3-5.5%202.9-8%204.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2%2096%2023%20105.2%207.5%20132S1.2%20193%2028%20208.5c1.3.8%202.6%201.5%204%202.1v90.8c-1.3.6-2.7%201.3-4%202.1C1.2%20319-8%20353.2%207.5%20380s49.7%2036%2076.5%2020.5c19.3-11.1%2029.4-32%2027.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7l-50.5%2029c-2.6-1.8-5.2-3.3-8-4.7v-90.8c2.8-1.3%205.5-2.9%208-4.7l80.1%2045.8c-.1%201.4-.2%202.8-.2%204.3c0%2022.3%2013.1%2041.6%2032%2050.6v98.8c-18.9%209-32%2028.3-32%2050.6c0%2030.9%2025.1%2056%2056%2056s56-25.1%2056-56c0-22.3-13.1-41.6-32-50.6v-98.8c2.8-1.3%205.5-2.9%208-4.7l80.1%2045.8c-1.6%2020.8%208.6%2041.6%2027.8%2052.8c26.8%2015.5%2061%206.3%2076.5-20.5s6.3-61-20.5-76.5c-1.3-.8-2.7-1.5-4-2.1v-90.8c1.4-.6%202.7-1.3%204-2.1c26.8-15.5%2036-49.7%2020.5-76.5s-49.5-36-76.3-20.5c-19.3%2011.1-29.4%2032-27.8%2052.8l-50.6%2028.9c11.5%2011.2%2019.9%2025.6%2023.8%2041.7l50.6-29c2.6%201.8%205.2%203.3%208%204.7v90.8c-2.8%201.3-5.5%202.9-8%204.6l-80.1-45.8c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8z%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%22M248%20106.6c18.9-9%2032-28.3%2032-50.6c0-30.9-25.1-56-56-56s-56%2025.1-56%2056c0%2022.3%2013.1%2041.6%2032%2050.6v98.8c-2.8%201.3-5.5%202.9-8%204.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2%2096%2023%20105.2%207.5%20132S1.2%20193%2028%20208.5c1.3.8%202.6%201.5%204%202.1v90.8c-1.3.6-2.7%201.3-4%202.1C1.2%20319-8%20353.2%207.5%20380s49.7%2036%2076.5%2020.5c19.3-11.1%2029.4-32%2027.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7l-50.5%2029c-2.6-1.8-5.2-3.3-8-4.7v-90.8c2.8-1.3%205.5-2.9%208-4.7l80.1%2045.8c-.1%201.4-.2%202.8-.2%204.3c0%2022.3%2013.1%2041.6%2032%2050.6v98.8c-18.9%209-32%2028.3-32%2050.6c0%2030.9%2025.1%2056%2056%2056s56-25.1%2056-56c0-22.3-13.1-41.6-32-50.6v-98.8c2.8-1.3%205.5-2.9%208-4.7l80.1%2045.8c-1.6%2020.8%208.6%2041.6%2027.8%2052.8c26.8%2015.5%2061%206.3%2076.5-20.5s6.3-61-20.5-76.5c-1.3-.8-2.7-1.5-4-2.1v-90.8c1.4-.6%202.7-1.3%204-2.1c26.8-15.5%2036-49.7%2020.5-76.5s-49.5-36-76.3-20.5c-19.3%2011.1-29.4%2032-27.8%2052.8l-50.6%2028.9c11.5%2011.2%2019.9%2025.6%2023.8%2041.7l50.6-29c2.6%201.8%205.2%203.3%208%204.7v90.8c-2.8%201.3-5.5%202.9-8%204.6l-80.1-45.8c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hexagon-nodes.svg?color=%231a73e8&size=48