hexagon icon
hexagon-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- hexagon-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
hexagonAkar IconshexagonBootstrap IconshexagonFramework7 IconshexagonFont Awesome SolidhexagonFeather Iconshexagon-12-filledFluent UI System IconshexagonHuge IconshexagonIconoirhexagonLucidehexagonMaterial SymbolshexagonMaterial Symbols LighthexagonMaterial Design Iconshexagon-fillMingCute IconhexagonMyna UI IconshexagonPhosphorhexagon-fillRemix Iconhexagon-outlineTeenyicons
Related icons in Tabler Icons
hexagon-0-filledhexagon-1-filledhexagon-2-filledhexagon-3-filledhexagon-3dhexagon-4-filledhexagon-5-filledhexagon-6-filledhexagon-7-filledhexagon-8-filledhexagon-9-filledhexagon-asteriskhexagon-letter-ahexagon-letter-bhexagon-letter-chexagon-letter-dhexagon-letter-ehexagon-letter-fhexagon-letter-ghexagon-letter-hhexagon-letter-ihexagon-letter-jhexagon-letter-khexagon-letter-l
Use the hexagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.425 1.414L3.65 5.41A3.21 3.21 0 0 0 2 8.217v7.285a3.23 3.23 0 0 0 1.678 2.826l6.695 4.237c1.034.57 2.22.57 3.2.032l6.804-4.302c.98-.537 1.623-1.618 1.623-2.793V8.218l-.005-.204a3.22 3.22 0 0 0-1.284-2.39l-.107-.075l-.007-.007a1 1 0 0 0-.181-.133L13.64 1.414a3.33 3.33 0 0 0-3.216 0z"/></svg>
React
import type { SVGProps } from "react";
export function TablerHexagonFilled(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="M10.425 1.414L3.65 5.41A3.21 3.21 0 0 0 2 8.217v7.285a3.23 3.23 0 0 0 1.678 2.826l6.695 4.237c1.034.57 2.22.57 3.2.032l6.804-4.302c.98-.537 1.623-1.618 1.623-2.793V8.218l-.005-.204a3.22 3.22 0 0 0-1.284-2.39l-.107-.075l-.007-.007a1 1 0 0 0-.181-.133L13.64 1.414a3.33 3.33 0 0 0-3.216 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.425 1.414L3.65 5.41A3.21 3.21 0 0 0 2 8.217v7.285a3.23 3.23 0 0 0 1.678 2.826l6.695 4.237c1.034.57 2.22.57 3.2.032l6.804-4.302c.98-.537 1.623-1.618 1.623-2.793V8.218l-.005-.204a3.22 3.22 0 0 0-1.284-2.39l-.107-.075l-.007-.007a1 1 0 0 0-.181-.133L13.64 1.414a3.33 3.33 0 0 0-3.216 0z"/></svg> </template>
CSS
.icon-hexagon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.425%201.414L3.65%205.41A3.21%203.21%200%200%200%202%208.217v7.285a3.23%203.23%200%200%200%201.678%202.826l6.695%204.237c1.034.57%202.22.57%203.2.032l6.804-4.302c.98-.537%201.623-1.618%201.623-2.793V8.218l-.005-.204a3.22%203.22%200%200%200-1.284-2.39l-.107-.075l-.007-.007a1%201%200%200%200-.181-.133L13.64%201.414a3.33%203.33%200%200%200-3.216%200z%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%22M10.425%201.414L3.65%205.41A3.21%203.21%200%200%200%202%208.217v7.285a3.23%203.23%200%200%200%201.678%202.826l6.695%204.237c1.034.57%202.22.57%203.2.032l6.804-4.302c.98-.537%201.623-1.618%201.623-2.793V8.218l-.005-.204a3.22%203.22%200%200%200-1.284-2.39l-.107-.075l-.007-.007a1%201%200%200%200-.181-.133L13.64%201.414a3.33%203.33%200%200%200-3.216%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/hexagon-filled.svg?color=%231a73e8&size=48