hexagon nodes bolt icon
hexagon-nodes-bolt from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- hexagon-nodes-bolt
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the hexagon nodes bolt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M280 170.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.8c-26.8-15.5-61-6.3-76.5 20.5s-6.3 61 20.5 76.5c1.3.8 2.6 1.5 4 2.1v90.8c-1.3.6-2.7 1.3-4 2.1C33.2 383 24 417.2 39.5 444s49.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 56c30.7 0 55.6-24.7 56-55.2c-7.5-12.9-13.5-26.8-17.6-41.5c-4.2-4-9.1-7.3-14.4-9.9v-98.8c2.8-1.3 5.5-2.9 8-4.7l10.5 6c5.5-15.3 13.1-29.5 22.4-42.5l-9.1-5.2c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8zM472.5 196c-15.5-26.8-49.7-36-76.5-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-29c.4.3.8.6 1.3.9c21.7-9.5 45.6-14.8 70.8-14.8c2 0 4 0 5.9.1c12.1-17.3 13.8-40.6 2.6-60.1zM464 576c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144s64.5 144 144 144m47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L484.4 420H520c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9l30.1-54.1H408c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHexagonNodesBolt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M280 170.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.8c-26.8-15.5-61-6.3-76.5 20.5s-6.3 61 20.5 76.5c1.3.8 2.6 1.5 4 2.1v90.8c-1.3.6-2.7 1.3-4 2.1C33.2 383 24 417.2 39.5 444s49.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 56c30.7 0 55.6-24.7 56-55.2c-7.5-12.9-13.5-26.8-17.6-41.5c-4.2-4-9.1-7.3-14.4-9.9v-98.8c2.8-1.3 5.5-2.9 8-4.7l10.5 6c5.5-15.3 13.1-29.5 22.4-42.5l-9.1-5.2c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8zM472.5 196c-15.5-26.8-49.7-36-76.5-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-29c.4.3.8.6 1.3.9c21.7-9.5 45.6-14.8 70.8-14.8c2 0 4 0 5.9.1c12.1-17.3 13.8-40.6 2.6-60.1zM464 576c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144s64.5 144 144 144m47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L484.4 420H520c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9l30.1-54.1H408c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M280 170.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.8c-26.8-15.5-61-6.3-76.5 20.5s-6.3 61 20.5 76.5c1.3.8 2.6 1.5 4 2.1v90.8c-1.3.6-2.7 1.3-4 2.1C33.2 383 24 417.2 39.5 444s49.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 56c30.7 0 55.6-24.7 56-55.2c-7.5-12.9-13.5-26.8-17.6-41.5c-4.2-4-9.1-7.3-14.4-9.9v-98.8c2.8-1.3 5.5-2.9 8-4.7l10.5 6c5.5-15.3 13.1-29.5 22.4-42.5l-9.1-5.2c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8zM472.5 196c-15.5-26.8-49.7-36-76.5-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-29c.4.3.8.6 1.3.9c21.7-9.5 45.6-14.8 70.8-14.8c2 0 4 0 5.9.1c12.1-17.3 13.8-40.6 2.6-60.1zM464 576c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144s64.5 144 144 144m47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L484.4 420H520c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9l30.1-54.1H408c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1.6"/></svg> </template>
CSS
.icon-hexagon-nodes-bolt {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M280%20170.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.8c-26.8-15.5-61-6.3-76.5%2020.5s-6.3%2061%2020.5%2076.5c1.3.8%202.6%201.5%204%202.1v90.8c-1.3.6-2.7%201.3-4%202.1C33.2%20383%2024%20417.2%2039.5%20444s49.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%2056c30.7%200%2055.6-24.7%2056-55.2c-7.5-12.9-13.5-26.8-17.6-41.5c-4.2-4-9.1-7.3-14.4-9.9v-98.8c2.8-1.3%205.5-2.9%208-4.7l10.5%206c5.5-15.3%2013.1-29.5%2022.4-42.5l-9.1-5.2c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8zM472.5%20196c-15.5-26.8-49.7-36-76.5-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-29c.4.3.8.6%201.3.9c21.7-9.5%2045.6-14.8%2070.8-14.8c2%200%204%200%205.9.1c12.1-17.3%2013.8-40.6%202.6-60.1zM464%20576c79.5%200%20144-64.5%20144-144s-64.5-144-144-144s-144%2064.5-144%20144s64.5%20144%20144%20144m47.9-225c4.3%203.7%205.4%209.9%202.6%2014.9L484.4%20420H520c5.2%200%209.8%203.3%2011.4%208.2s-.1%2010.3-4.2%2013.4l-96%2072c-4.5%203.4-10.8%203.2-15.1-.6s-5.4-9.9-2.6-14.9l30.1-54.1H408c-5.2%200-9.8-3.3-11.4-8.2s.1-10.3%204.2-13.4l96-72c4.5-3.4%2010.8-3.2%2015.1.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M280%20170.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.8c-26.8-15.5-61-6.3-76.5%2020.5s-6.3%2061%2020.5%2076.5c1.3.8%202.6%201.5%204%202.1v90.8c-1.3.6-2.7%201.3-4%202.1C33.2%20383%2024%20417.2%2039.5%20444s49.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%2056c30.7%200%2055.6-24.7%2056-55.2c-7.5-12.9-13.5-26.8-17.6-41.5c-4.2-4-9.1-7.3-14.4-9.9v-98.8c2.8-1.3%205.5-2.9%208-4.7l10.5%206c5.5-15.3%2013.1-29.5%2022.4-42.5l-9.1-5.2c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8zM472.5%20196c-15.5-26.8-49.7-36-76.5-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-29c.4.3.8.6%201.3.9c21.7-9.5%2045.6-14.8%2070.8-14.8c2%200%204%200%205.9.1c12.1-17.3%2013.8-40.6%202.6-60.1zM464%20576c79.5%200%20144-64.5%20144-144s-64.5-144-144-144s-144%2064.5-144%20144s64.5%20144%20144%20144m47.9-225c4.3%203.7%205.4%209.9%202.6%2014.9L484.4%20420H520c5.2%200%209.8%203.3%2011.4%208.2s-.1%2010.3-4.2%2013.4l-96%2072c-4.5%203.4-10.8%203.2-15.1-.6s-5.4-9.9-2.6-14.9l30.1-54.1H408c-5.2%200-9.8-3.3-11.4-8.2s.1-10.3%204.2-13.4l96-72c4.5-3.4%2010.8-3.2%2015.1.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hexagon-nodes-bolt.svg?color=%231a73e8&size=48