hexagon three icon
hexagon-three-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- hexagon-three-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M4.827 2.875A1.75 1.75 0 0 1 6.343 2h3.175a1.75 1.75 0 0 1 1.516.875l1.587 2.75a1.75 1.75 0 0 1 0 1.75l-1.587 2.75A1.75 1.75 0 0 1 9.518 11H6.343a1.75 1.75 0 0 1-1.516-.875l-1.588-2.75a1.75 1.75 0 0 1 0-1.75zm1.516.625a.25.25 0 0 0-.217.125l-1.588 2.75a.25.25 0 0 0 0 .25l1.588 2.75a.25.25 0 0 0 .217.125h3.175a.25.25 0 0 0 .217-.125l1.587-2.75a.25.25 0 0 0 0-.25l-1.587-2.75a.25.25 0 0 0-.217-.125zM4.827 13.875A1.75 1.75 0 0 1 6.343 13h3.175a1.75 1.75 0 0 1 1.516.875l1.587 2.75a1.75 1.75 0 0 1 0 1.75l-1.587 2.75A1.75 1.75 0 0 1 9.518 22H6.343a1.75 1.75 0 0 1-1.516-.875l-1.588-2.75a1.75 1.75 0 0 1 0-1.75zm1.516.625a.25.25 0 0 0-.217.125l-1.588 2.75a.25.25 0 0 0 0 .25l1.588 2.75a.25.25 0 0 0 .217.125h3.175a.25.25 0 0 0 .217-.125l1.587-2.75a.25.25 0 0 0 0-.25l-1.587-2.75a.25.25 0 0 0-.217-.125zm9.5-7a1.75 1.75 0 0 0-1.516.875l-1.588 2.75a1.75 1.75 0 0 0 0 1.75l1.588 2.75c.313.541.89.875 1.516.875h3.175a1.75 1.75 0 0 0 1.516-.875l1.587-2.75a1.75 1.75 0 0 0 0-1.75l-1.587-2.75a1.75 1.75 0 0 0-1.516-.875zm-.217 1.625A.25.25 0 0 1 15.843 9h3.175a.25.25 0 0 1 .216.125l1.588 2.75a.25.25 0 0 1 0 .25l-1.587 2.75a.25.25 0 0 1-.217.125h-3.175a.25.25 0 0 1-.217-.125l-1.588-2.75a.25.25 0 0 1 0-.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHexagonThree24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.827 2.875A1.75 1.75 0 0 1 6.343 2h3.175a1.75 1.75 0 0 1 1.516.875l1.587 2.75a1.75 1.75 0 0 1 0 1.75l-1.587 2.75A1.75 1.75 0 0 1 9.518 11H6.343a1.75 1.75 0 0 1-1.516-.875l-1.588-2.75a1.75 1.75 0 0 1 0-1.75zm1.516.625a.25.25 0 0 0-.217.125l-1.588 2.75a.25.25 0 0 0 0 .25l1.588 2.75a.25.25 0 0 0 .217.125h3.175a.25.25 0 0 0 .217-.125l1.587-2.75a.25.25 0 0 0 0-.25l-1.587-2.75a.25.25 0 0 0-.217-.125zM4.827 13.875A1.75 1.75 0 0 1 6.343 13h3.175a1.75 1.75 0 0 1 1.516.875l1.587 2.75a1.75 1.75 0 0 1 0 1.75l-1.587 2.75A1.75 1.75 0 0 1 9.518 22H6.343a1.75 1.75 0 0 1-1.516-.875l-1.588-2.75a1.75 1.75 0 0 1 0-1.75zm1.516.625a.25.25 0 0 0-.217.125l-1.588 2.75a.25.25 0 0 0 0 .25l1.588 2.75a.25.25 0 0 0 .217.125h3.175a.25.25 0 0 0 .217-.125l1.587-2.75a.25.25 0 0 0 0-.25l-1.587-2.75a.25.25 0 0 0-.217-.125zm9.5-7a1.75 1.75 0 0 0-1.516.875l-1.588 2.75a1.75 1.75 0 0 0 0 1.75l1.588 2.75c.313.541.89.875 1.516.875h3.175a1.75 1.75 0 0 0 1.516-.875l1.587-2.75a1.75 1.75 0 0 0 0-1.75l-1.587-2.75a1.75 1.75 0 0 0-1.516-.875zm-.217 1.625A.25.25 0 0 1 15.843 9h3.175a.25.25 0 0 1 .216.125l1.588 2.75a.25.25 0 0 1 0 .25l-1.587 2.75a.25.25 0 0 1-.217.125h-3.175a.25.25 0 0 1-.217-.125l-1.588-2.75a.25.25 0 0 1 0-.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.827 2.875A1.75 1.75 0 0 1 6.343 2h3.175a1.75 1.75 0 0 1 1.516.875l1.587 2.75a1.75 1.75 0 0 1 0 1.75l-1.587 2.75A1.75 1.75 0 0 1 9.518 11H6.343a1.75 1.75 0 0 1-1.516-.875l-1.588-2.75a1.75 1.75 0 0 1 0-1.75zm1.516.625a.25.25 0 0 0-.217.125l-1.588 2.75a.25.25 0 0 0 0 .25l1.588 2.75a.25.25 0 0 0 .217.125h3.175a.25.25 0 0 0 .217-.125l1.587-2.75a.25.25 0 0 0 0-.25l-1.587-2.75a.25.25 0 0 0-.217-.125zM4.827 13.875A1.75 1.75 0 0 1 6.343 13h3.175a1.75 1.75 0 0 1 1.516.875l1.587 2.75a1.75 1.75 0 0 1 0 1.75l-1.587 2.75A1.75 1.75 0 0 1 9.518 22H6.343a1.75 1.75 0 0 1-1.516-.875l-1.588-2.75a1.75 1.75 0 0 1 0-1.75zm1.516.625a.25.25 0 0 0-.217.125l-1.588 2.75a.25.25 0 0 0 0 .25l1.588 2.75a.25.25 0 0 0 .217.125h3.175a.25.25 0 0 0 .217-.125l1.587-2.75a.25.25 0 0 0 0-.25l-1.587-2.75a.25.25 0 0 0-.217-.125zm9.5-7a1.75 1.75 0 0 0-1.516.875l-1.588 2.75a1.75 1.75 0 0 0 0 1.75l1.588 2.75c.313.541.89.875 1.516.875h3.175a1.75 1.75 0 0 0 1.516-.875l1.587-2.75a1.75 1.75 0 0 0 0-1.75l-1.587-2.75a1.75 1.75 0 0 0-1.516-.875zm-.217 1.625A.25.25 0 0 1 15.843 9h3.175a.25.25 0 0 1 .216.125l1.588 2.75a.25.25 0 0 1 0 .25l-1.587 2.75a.25.25 0 0 1-.217.125h-3.175a.25.25 0 0 1-.217-.125l-1.588-2.75a.25.25 0 0 1 0-.25z"/></svg> </template>
CSS
.icon-hexagon-three-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.827%202.875A1.75%201.75%200%200%201%206.343%202h3.175a1.75%201.75%200%200%201%201.516.875l1.587%202.75a1.75%201.75%200%200%201%200%201.75l-1.587%202.75A1.75%201.75%200%200%201%209.518%2011H6.343a1.75%201.75%200%200%201-1.516-.875l-1.588-2.75a1.75%201.75%200%200%201%200-1.75zm1.516.625a.25.25%200%200%200-.217.125l-1.588%202.75a.25.25%200%200%200%200%20.25l1.588%202.75a.25.25%200%200%200%20.217.125h3.175a.25.25%200%200%200%20.217-.125l1.587-2.75a.25.25%200%200%200%200-.25l-1.587-2.75a.25.25%200%200%200-.217-.125zM4.827%2013.875A1.75%201.75%200%200%201%206.343%2013h3.175a1.75%201.75%200%200%201%201.516.875l1.587%202.75a1.75%201.75%200%200%201%200%201.75l-1.587%202.75A1.75%201.75%200%200%201%209.518%2022H6.343a1.75%201.75%200%200%201-1.516-.875l-1.588-2.75a1.75%201.75%200%200%201%200-1.75zm1.516.625a.25.25%200%200%200-.217.125l-1.588%202.75a.25.25%200%200%200%200%20.25l1.588%202.75a.25.25%200%200%200%20.217.125h3.175a.25.25%200%200%200%20.217-.125l1.587-2.75a.25.25%200%200%200%200-.25l-1.587-2.75a.25.25%200%200%200-.217-.125zm9.5-7a1.75%201.75%200%200%200-1.516.875l-1.588%202.75a1.75%201.75%200%200%200%200%201.75l1.588%202.75c.313.541.89.875%201.516.875h3.175a1.75%201.75%200%200%200%201.516-.875l1.587-2.75a1.75%201.75%200%200%200%200-1.75l-1.587-2.75a1.75%201.75%200%200%200-1.516-.875zm-.217%201.625A.25.25%200%200%201%2015.843%209h3.175a.25.25%200%200%201%20.216.125l1.588%202.75a.25.25%200%200%201%200%20.25l-1.587%202.75a.25.25%200%200%201-.217.125h-3.175a.25.25%200%200%201-.217-.125l-1.588-2.75a.25.25%200%200%201%200-.25z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.827%202.875A1.75%201.75%200%200%201%206.343%202h3.175a1.75%201.75%200%200%201%201.516.875l1.587%202.75a1.75%201.75%200%200%201%200%201.75l-1.587%202.75A1.75%201.75%200%200%201%209.518%2011H6.343a1.75%201.75%200%200%201-1.516-.875l-1.588-2.75a1.75%201.75%200%200%201%200-1.75zm1.516.625a.25.25%200%200%200-.217.125l-1.588%202.75a.25.25%200%200%200%200%20.25l1.588%202.75a.25.25%200%200%200%20.217.125h3.175a.25.25%200%200%200%20.217-.125l1.587-2.75a.25.25%200%200%200%200-.25l-1.587-2.75a.25.25%200%200%200-.217-.125zM4.827%2013.875A1.75%201.75%200%200%201%206.343%2013h3.175a1.75%201.75%200%200%201%201.516.875l1.587%202.75a1.75%201.75%200%200%201%200%201.75l-1.587%202.75A1.75%201.75%200%200%201%209.518%2022H6.343a1.75%201.75%200%200%201-1.516-.875l-1.588-2.75a1.75%201.75%200%200%201%200-1.75zm1.516.625a.25.25%200%200%200-.217.125l-1.588%202.75a.25.25%200%200%200%200%20.25l1.588%202.75a.25.25%200%200%200%20.217.125h3.175a.25.25%200%200%200%20.217-.125l1.587-2.75a.25.25%200%200%200%200-.25l-1.587-2.75a.25.25%200%200%200-.217-.125zm9.5-7a1.75%201.75%200%200%200-1.516.875l-1.588%202.75a1.75%201.75%200%200%200%200%201.75l1.588%202.75c.313.541.89.875%201.516.875h3.175a1.75%201.75%200%200%200%201.516-.875l1.587-2.75a1.75%201.75%200%200%200%200-1.75l-1.587-2.75a1.75%201.75%200%200%200-1.516-.875zm-.217%201.625A.25.25%200%200%201%2015.843%209h3.175a.25.25%200%200%201%20.216.125l1.588%202.75a.25.25%200%200%201%200%20.25l-1.587%202.75a.25.25%200%200%201-.217.125h-3.175a.25.25%200%200%201-.217-.125l-1.588-2.75a.25.25%200%200%201%200-.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hexagon-three-24-regular.svg?color=%231a73e8&size=48