structure 03 icon
structure-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- structure-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the structure 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14.5 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0ZM10.286 2h3.428C15.79 2 16 2.925 16 4.5S15.789 7 13.714 7h-3.428C8.21 7 8 6.075 8 4.5S8.211 2 10.286 2Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 13c.248-1.623 1.245-2 3.988-2h8.027c2.743 0 3.737.377 3.985 2"/><path d="M2 15c0-.943 0-1.414.293-1.707S3.057 13 4 13s1.414 0 1.707.293S6 14.057 6 15s0 1.414-.293 1.707S4.943 17 4 17s-1.414 0-1.707-.293S2 15.943 2 15Zm16 0c0-.943 0-1.414.293-1.707S19.057 13 20 13s1.414 0 1.707.293S22 14.057 22 15s0 1.414-.293 1.707S20.943 17 20 17s-1.414 0-1.707-.293S18 15.943 18 15Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 7v7m0 5v3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStructure03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M14.5 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0ZM10.286 2h3.428C15.79 2 16 2.925 16 4.5S15.789 7 13.714 7h-3.428C8.21 7 8 6.075 8 4.5S8.211 2 10.286 2Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 13c.248-1.623 1.245-2 3.988-2h8.027c2.743 0 3.737.377 3.985 2"/><path d="M2 15c0-.943 0-1.414.293-1.707S3.057 13 4 13s1.414 0 1.707.293S6 14.057 6 15s0 1.414-.293 1.707S4.943 17 4 17s-1.414 0-1.707-.293S2 15.943 2 15Zm16 0c0-.943 0-1.414.293-1.707S19.057 13 20 13s1.414 0 1.707.293S22 14.057 22 15s0 1.414-.293 1.707S20.943 17 20 17s-1.414 0-1.707-.293S18 15.943 18 15Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 7v7m0 5v3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14.5 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0ZM10.286 2h3.428C15.79 2 16 2.925 16 4.5S15.789 7 13.714 7h-3.428C8.21 7 8 6.075 8 4.5S8.211 2 10.286 2Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 13c.248-1.623 1.245-2 3.988-2h8.027c2.743 0 3.737.377 3.985 2"/><path d="M2 15c0-.943 0-1.414.293-1.707S3.057 13 4 13s1.414 0 1.707.293S6 14.057 6 15s0 1.414-.293 1.707S4.943 17 4 17s-1.414 0-1.707-.293S2 15.943 2 15Zm16 0c0-.943 0-1.414.293-1.707S19.057 13 20 13s1.414 0 1.707.293S22 14.057 22 15s0 1.414-.293 1.707S20.943 17 20 17s-1.414 0-1.707-.293S18 15.943 18 15Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 7v7m0 5v3"/></g></svg> </template>
CSS
.icon-structure-03 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%2016.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200ZM10.286%202h3.428C15.79%202%2016%202.925%2016%204.5S15.789%207%2013.714%207h-3.428C8.21%207%208%206.075%208%204.5S8.211%202%2010.286%202Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2013c.248-1.623%201.245-2%203.988-2h8.027c2.743%200%203.737.377%203.985%202%22%2F%3E%3Cpath%20d%3D%22M2%2015c0-.943%200-1.414.293-1.707S3.057%2013%204%2013s1.414%200%201.707.293S6%2014.057%206%2015s0%201.414-.293%201.707S4.943%2017%204%2017s-1.414%200-1.707-.293S2%2015.943%202%2015Zm16%200c0-.943%200-1.414.293-1.707S19.057%2013%2020%2013s1.414%200%201.707.293S22%2014.057%2022%2015s0%201.414-.293%201.707S20.943%2017%2020%2017s-1.414%200-1.707-.293S18%2015.943%2018%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207v7m0%205v3%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%2016.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200ZM10.286%202h3.428C15.79%202%2016%202.925%2016%204.5S15.789%207%2013.714%207h-3.428C8.21%207%208%206.075%208%204.5S8.211%202%2010.286%202Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2013c.248-1.623%201.245-2%203.988-2h8.027c2.743%200%203.737.377%203.985%202%22%2F%3E%3Cpath%20d%3D%22M2%2015c0-.943%200-1.414.293-1.707S3.057%2013%204%2013s1.414%200%201.707.293S6%2014.057%206%2015s0%201.414-.293%201.707S4.943%2017%204%2017s-1.414%200-1.707-.293S2%2015.943%202%2015Zm16%200c0-.943%200-1.414.293-1.707S19.057%2013%2020%2013s1.414%200%201.707.293S22%2014.057%2022%2015s0%201.414-.293%201.707S20.943%2017%2020%2017s-1.414%200-1.707-.293S18%2015.943%2018%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207v7m0%205v3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/structure-03.svg?color=%231a73e8&size=48