hexagon three icon
hexagon-three-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- hexagon-three-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the hexagon three icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.753 2.126A1.25 1.25 0 0 1 4.836 1.5h3.17c.446 0 .86.238 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248L9.09 8.874a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.083-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248zM12.597 6c-.447 0-.86.239-1.083.626l-1.586 2.75a1.25 1.25 0 0 0 0 1.248l1.586 2.75a1.25 1.25 0 0 0 1.083.626h3.17a1.25 1.25 0 0 0 1.082-.626l1.586-2.75a1.25 1.25 0 0 0 0-1.248l-1.586-2.75A1.25 1.25 0 0 0 15.766 6zm-8.844 5.126a1.25 1.25 0 0 1 1.083-.626h3.17c.446 0 .86.239 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248l-1.585 2.75a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.083-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHexagonThree20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.753 2.126A1.25 1.25 0 0 1 4.836 1.5h3.17c.446 0 .86.238 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248L9.09 8.874a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.083-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248zM12.597 6c-.447 0-.86.239-1.083.626l-1.586 2.75a1.25 1.25 0 0 0 0 1.248l1.586 2.75a1.25 1.25 0 0 0 1.083.626h3.17a1.25 1.25 0 0 0 1.082-.626l1.586-2.75a1.25 1.25 0 0 0 0-1.248l-1.586-2.75A1.25 1.25 0 0 0 15.766 6zm-8.844 5.126a1.25 1.25 0 0 1 1.083-.626h3.17c.446 0 .86.239 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248l-1.585 2.75a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.083-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.753 2.126A1.25 1.25 0 0 1 4.836 1.5h3.17c.446 0 .86.238 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248L9.09 8.874a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.083-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248zM12.597 6c-.447 0-.86.239-1.083.626l-1.586 2.75a1.25 1.25 0 0 0 0 1.248l1.586 2.75a1.25 1.25 0 0 0 1.083.626h3.17a1.25 1.25 0 0 0 1.082-.626l1.586-2.75a1.25 1.25 0 0 0 0-1.248l-1.586-2.75A1.25 1.25 0 0 0 15.766 6zm-8.844 5.126a1.25 1.25 0 0 1 1.083-.626h3.17c.446 0 .86.239 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248l-1.585 2.75a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.083-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248z"/></svg> </template>
CSS
.icon-hexagon-three-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.753%202.126A1.25%201.25%200%200%201%204.836%201.5h3.17c.446%200%20.86.238%201.082.626l1.586%202.75a1.25%201.25%200%200%201%200%201.248L9.09%208.874a1.25%201.25%200%200%201-1.083.626h-3.17a1.25%201.25%200%200%201-1.083-.626l-1.586-2.75a1.25%201.25%200%200%201%200-1.248zM12.597%206c-.447%200-.86.239-1.083.626l-1.586%202.75a1.25%201.25%200%200%200%200%201.248l1.586%202.75a1.25%201.25%200%200%200%201.083.626h3.17a1.25%201.25%200%200%200%201.082-.626l1.586-2.75a1.25%201.25%200%200%200%200-1.248l-1.586-2.75A1.25%201.25%200%200%200%2015.766%206zm-8.844%205.126a1.25%201.25%200%200%201%201.083-.626h3.17c.446%200%20.86.239%201.082.626l1.586%202.75a1.25%201.25%200%200%201%200%201.248l-1.585%202.75a1.25%201.25%200%200%201-1.083.626h-3.17a1.25%201.25%200%200%201-1.083-.626l-1.586-2.75a1.25%201.25%200%200%201%200-1.248z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.753%202.126A1.25%201.25%200%200%201%204.836%201.5h3.17c.446%200%20.86.238%201.082.626l1.586%202.75a1.25%201.25%200%200%201%200%201.248L9.09%208.874a1.25%201.25%200%200%201-1.083.626h-3.17a1.25%201.25%200%200%201-1.083-.626l-1.586-2.75a1.25%201.25%200%200%201%200-1.248zM12.597%206c-.447%200-.86.239-1.083.626l-1.586%202.75a1.25%201.25%200%200%200%200%201.248l1.586%202.75a1.25%201.25%200%200%200%201.083.626h3.17a1.25%201.25%200%200%200%201.082-.626l1.586-2.75a1.25%201.25%200%200%200%200-1.248l-1.586-2.75A1.25%201.25%200%200%200%2015.766%206zm-8.844%205.126a1.25%201.25%200%200%201%201.083-.626h3.17c.446%200%20.86.239%201.082.626l1.586%202.75a1.25%201.25%200%200%201%200%201.248l-1.585%202.75a1.25%201.25%200%200%201-1.083.626h-3.17a1.25%201.25%200%200%201-1.083-.626l-1.586-2.75a1.25%201.25%200%200%201%200-1.248z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hexagon-three-20-filled.svg?color=%231a73e8&size=48