hexagon three icon
hexagon-three-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- hexagon-three-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M4.62 2.625a.25.25 0 0 1 .216-.125h3.17a.25.25 0 0 1 .216.125l1.586 2.75a.25.25 0 0 1 0 .25l-1.586 2.75a.25.25 0 0 1-.216.125h-3.17a.25.25 0 0 1-.217-.125l-1.586-2.75a.25.25 0 0 1 0-.25zM4.835 1.5c-.447 0-.86.238-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.17c.446 0 .86-.239 1.082-.626l1.586-2.75a1.25 1.25 0 0 0 0-1.248L9.09 2.126A1.25 1.25 0 0 0 8.006 1.5zm7.76 5.5a.25.25 0 0 0-.216.125l-1.586 2.75a.25.25 0 0 0 0 .25l1.586 2.75a.25.25 0 0 0 .216.125h3.17a.25.25 0 0 0 .217-.125l1.586-2.75a.25.25 0 0 0 0-.25l-1.586-2.75A.25.25 0 0 0 15.766 7zm-1.082-.374A1.25 1.25 0 0 1 12.597 6h3.17c.446 0 .859.239 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248l-1.586 2.75a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.082-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248zM4.836 11.5a.25.25 0 0 0-.217.125l-1.586 2.75a.25.25 0 0 0 0 .25l1.586 2.75a.25.25 0 0 0 .217.125h3.17a.25.25 0 0 0 .216-.125l1.586-2.75a.25.25 0 0 0 0-.25l-1.586-2.75a.25.25 0 0 0-.216-.125zm-1.083-.374a1.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 FluentHexagonThree20Regular(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="M4.62 2.625a.25.25 0 0 1 .216-.125h3.17a.25.25 0 0 1 .216.125l1.586 2.75a.25.25 0 0 1 0 .25l-1.586 2.75a.25.25 0 0 1-.216.125h-3.17a.25.25 0 0 1-.217-.125l-1.586-2.75a.25.25 0 0 1 0-.25zM4.835 1.5c-.447 0-.86.238-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.17c.446 0 .86-.239 1.082-.626l1.586-2.75a1.25 1.25 0 0 0 0-1.248L9.09 2.126A1.25 1.25 0 0 0 8.006 1.5zm7.76 5.5a.25.25 0 0 0-.216.125l-1.586 2.75a.25.25 0 0 0 0 .25l1.586 2.75a.25.25 0 0 0 .216.125h3.17a.25.25 0 0 0 .217-.125l1.586-2.75a.25.25 0 0 0 0-.25l-1.586-2.75A.25.25 0 0 0 15.766 7zm-1.082-.374A1.25 1.25 0 0 1 12.597 6h3.17c.446 0 .859.239 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248l-1.586 2.75a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.082-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248zM4.836 11.5a.25.25 0 0 0-.217.125l-1.586 2.75a.25.25 0 0 0 0 .25l1.586 2.75a.25.25 0 0 0 .217.125h3.17a.25.25 0 0 0 .216-.125l1.586-2.75a.25.25 0 0 0 0-.25l-1.586-2.75a.25.25 0 0 0-.216-.125zm-1.083-.374a1.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="M4.62 2.625a.25.25 0 0 1 .216-.125h3.17a.25.25 0 0 1 .216.125l1.586 2.75a.25.25 0 0 1 0 .25l-1.586 2.75a.25.25 0 0 1-.216.125h-3.17a.25.25 0 0 1-.217-.125l-1.586-2.75a.25.25 0 0 1 0-.25zM4.835 1.5c-.447 0-.86.238-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.17c.446 0 .86-.239 1.082-.626l1.586-2.75a1.25 1.25 0 0 0 0-1.248L9.09 2.126A1.25 1.25 0 0 0 8.006 1.5zm7.76 5.5a.25.25 0 0 0-.216.125l-1.586 2.75a.25.25 0 0 0 0 .25l1.586 2.75a.25.25 0 0 0 .216.125h3.17a.25.25 0 0 0 .217-.125l1.586-2.75a.25.25 0 0 0 0-.25l-1.586-2.75A.25.25 0 0 0 15.766 7zm-1.082-.374A1.25 1.25 0 0 1 12.597 6h3.17c.446 0 .859.239 1.082.626l1.586 2.75a1.25 1.25 0 0 1 0 1.248l-1.586 2.75a1.25 1.25 0 0 1-1.083.626h-3.17a1.25 1.25 0 0 1-1.082-.626l-1.586-2.75a1.25 1.25 0 0 1 0-1.248zM4.836 11.5a.25.25 0 0 0-.217.125l-1.586 2.75a.25.25 0 0 0 0 .25l1.586 2.75a.25.25 0 0 0 .217.125h3.17a.25.25 0 0 0 .216-.125l1.586-2.75a.25.25 0 0 0 0-.25l-1.586-2.75a.25.25 0 0 0-.216-.125zm-1.083-.374a1.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-regular {
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%22M4.62%202.625a.25.25%200%200%201%20.216-.125h3.17a.25.25%200%200%201%20.216.125l1.586%202.75a.25.25%200%200%201%200%20.25l-1.586%202.75a.25.25%200%200%201-.216.125h-3.17a.25.25%200%200%201-.217-.125l-1.586-2.75a.25.25%200%200%201%200-.25zM4.835%201.5c-.447%200-.86.238-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.17c.446%200%20.86-.239%201.082-.626l1.586-2.75a1.25%201.25%200%200%200%200-1.248L9.09%202.126A1.25%201.25%200%200%200%208.006%201.5zm7.76%205.5a.25.25%200%200%200-.216.125l-1.586%202.75a.25.25%200%200%200%200%20.25l1.586%202.75a.25.25%200%200%200%20.216.125h3.17a.25.25%200%200%200%20.217-.125l1.586-2.75a.25.25%200%200%200%200-.25l-1.586-2.75A.25.25%200%200%200%2015.766%207zm-1.082-.374A1.25%201.25%200%200%201%2012.597%206h3.17c.446%200%20.859.239%201.082.626l1.586%202.75a1.25%201.25%200%200%201%200%201.248l-1.586%202.75a1.25%201.25%200%200%201-1.083.626h-3.17a1.25%201.25%200%200%201-1.082-.626l-1.586-2.75a1.25%201.25%200%200%201%200-1.248zM4.836%2011.5a.25.25%200%200%200-.217.125l-1.586%202.75a.25.25%200%200%200%200%20.25l1.586%202.75a.25.25%200%200%200%20.217.125h3.17a.25.25%200%200%200%20.216-.125l1.586-2.75a.25.25%200%200%200%200-.25l-1.586-2.75a.25.25%200%200%200-.216-.125zm-1.083-.374a1.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%22M4.62%202.625a.25.25%200%200%201%20.216-.125h3.17a.25.25%200%200%201%20.216.125l1.586%202.75a.25.25%200%200%201%200%20.25l-1.586%202.75a.25.25%200%200%201-.216.125h-3.17a.25.25%200%200%201-.217-.125l-1.586-2.75a.25.25%200%200%201%200-.25zM4.835%201.5c-.447%200-.86.238-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.17c.446%200%20.86-.239%201.082-.626l1.586-2.75a1.25%201.25%200%200%200%200-1.248L9.09%202.126A1.25%201.25%200%200%200%208.006%201.5zm7.76%205.5a.25.25%200%200%200-.216.125l-1.586%202.75a.25.25%200%200%200%200%20.25l1.586%202.75a.25.25%200%200%200%20.216.125h3.17a.25.25%200%200%200%20.217-.125l1.586-2.75a.25.25%200%200%200%200-.25l-1.586-2.75A.25.25%200%200%200%2015.766%207zm-1.082-.374A1.25%201.25%200%200%201%2012.597%206h3.17c.446%200%20.859.239%201.082.626l1.586%202.75a1.25%201.25%200%200%201%200%201.248l-1.586%202.75a1.25%201.25%200%200%201-1.083.626h-3.17a1.25%201.25%200%200%201-1.082-.626l-1.586-2.75a1.25%201.25%200%200%201%200-1.248zM4.836%2011.5a.25.25%200%200%200-.217.125l-1.586%202.75a.25.25%200%200%200%200%20.25l1.586%202.75a.25.25%200%200%200%20.217.125h3.17a.25.25%200%200%200%20.216-.125l1.586-2.75a.25.25%200%200%200%200-.25l-1.586-2.75a.25.25%200%200%200-.216-.125zm-1.083-.374a1.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-regular.svg?color=%231a73e8&size=48