hexagon icon
hexagon-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- hexagon-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
hexagonAkar IconshexagonBootstrap IconshexagonFramework7 IconshexagonFont Awesome SolidhexagonFeather IconshexagonHuge IconshexagonIconoirhexagonLucidehexagonMaterial SymbolshexagonMaterial Symbols LighthexagonMaterial Design Iconshexagon-fillMingCute IconhexagonMyna UI IconshexagonPhosphorhexagon-fillRemix IconhexagonTabler Iconshexagon-outlineTeenyicons
Related icons in Fluent UI System Icons
Use the hexagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.39 4.5c-.441 0-.85.233-1.075.613l-4.886 8.25a1.25 1.25 0 0 0 0 1.274l4.886 8.25c.225.38.634.613 1.075.613h9.22c.442 0 .85-.233 1.076-.613l4.887-8.25a1.25 1.25 0 0 0 0-1.274l-4.887-8.25A1.25 1.25 0 0 0 18.61 4.5zm-2.366-.151A2.75 2.75 0 0 1 9.39 3h9.22a2.75 2.75 0 0 1 2.366 1.348l4.887 8.25a2.75 2.75 0 0 1 0 2.804l-4.887 8.25A2.75 2.75 0 0 1 18.61 25H9.39a2.75 2.75 0 0 1-2.366-1.349l-4.885-8.25a2.75 2.75 0 0 1 0-2.802z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHexagon28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.39 4.5c-.441 0-.85.233-1.075.613l-4.886 8.25a1.25 1.25 0 0 0 0 1.274l4.886 8.25c.225.38.634.613 1.075.613h9.22c.442 0 .85-.233 1.076-.613l4.887-8.25a1.25 1.25 0 0 0 0-1.274l-4.887-8.25A1.25 1.25 0 0 0 18.61 4.5zm-2.366-.151A2.75 2.75 0 0 1 9.39 3h9.22a2.75 2.75 0 0 1 2.366 1.348l4.887 8.25a2.75 2.75 0 0 1 0 2.804l-4.887 8.25A2.75 2.75 0 0 1 18.61 25H9.39a2.75 2.75 0 0 1-2.366-1.349l-4.885-8.25a2.75 2.75 0 0 1 0-2.802z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.39 4.5c-.441 0-.85.233-1.075.613l-4.886 8.25a1.25 1.25 0 0 0 0 1.274l4.886 8.25c.225.38.634.613 1.075.613h9.22c.442 0 .85-.233 1.076-.613l4.887-8.25a1.25 1.25 0 0 0 0-1.274l-4.887-8.25A1.25 1.25 0 0 0 18.61 4.5zm-2.366-.151A2.75 2.75 0 0 1 9.39 3h9.22a2.75 2.75 0 0 1 2.366 1.348l4.887 8.25a2.75 2.75 0 0 1 0 2.804l-4.887 8.25A2.75 2.75 0 0 1 18.61 25H9.39a2.75 2.75 0 0 1-2.366-1.349l-4.885-8.25a2.75 2.75 0 0 1 0-2.802z"/></svg> </template>
CSS
.icon-hexagon-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.39%204.5c-.441%200-.85.233-1.075.613l-4.886%208.25a1.25%201.25%200%200%200%200%201.274l4.886%208.25c.225.38.634.613%201.075.613h9.22c.442%200%20.85-.233%201.076-.613l4.887-8.25a1.25%201.25%200%200%200%200-1.274l-4.887-8.25A1.25%201.25%200%200%200%2018.61%204.5zm-2.366-.151A2.75%202.75%200%200%201%209.39%203h9.22a2.75%202.75%200%200%201%202.366%201.348l4.887%208.25a2.75%202.75%200%200%201%200%202.804l-4.887%208.25A2.75%202.75%200%200%201%2018.61%2025H9.39a2.75%202.75%200%200%201-2.366-1.349l-4.885-8.25a2.75%202.75%200%200%201%200-2.802z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.39%204.5c-.441%200-.85.233-1.075.613l-4.886%208.25a1.25%201.25%200%200%200%200%201.274l4.886%208.25c.225.38.634.613%201.075.613h9.22c.442%200%20.85-.233%201.076-.613l4.887-8.25a1.25%201.25%200%200%200%200-1.274l-4.887-8.25A1.25%201.25%200%200%200%2018.61%204.5zm-2.366-.151A2.75%202.75%200%200%201%209.39%203h9.22a2.75%202.75%200%200%201%202.366%201.348l4.887%208.25a2.75%202.75%200%200%201%200%202.804l-4.887%208.25A2.75%202.75%200%200%201%2018.61%2025H9.39a2.75%202.75%200%200%201-2.366-1.349l-4.885-8.25a2.75%202.75%200%200%201%200-2.802z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hexagon-28-regular.svg?color=%231a73e8&size=48