hexagon icon
hexagon from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- hexagon
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
hexagonAkar IconshexagonBootstrap IconshexagonFont Awesome SolidhexagonFeather Iconshexagon-12-filledFluent UI System IconshexagonHuge IconshexagonIconoirhexagonLucidehexagonMaterial SymbolshexagonMaterial Symbols LighthexagonMaterial Design Iconshexagon-fillMingCute IconhexagonMyna UI IconshexagonPhosphorhexagon-fillRemix IconhexagonTabler Iconshexagon-outlineTeenyicons
Use the hexagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m7.586 42.941l16.266 9.235c2.789 1.593 5.46 1.617 8.296 0l16.266-9.235c2.18-1.242 3.375-2.507 3.375-5.906V18.801c0-3.305-1.219-4.5-3.21-5.649l-16.313-9.28c-2.906-1.665-5.696-1.641-8.532 0l-16.312 9.28C5.43 14.301 4.21 15.496 4.21 18.801v18.234c0 3.399 1.195 4.664 3.375 5.906m2.203-3.28c-1.336-.75-1.781-1.477-1.781-2.743V18.965c0-1.172.469-1.852 1.64-2.531l15.75-9.024c1.782-1.008 3.375-1.055 5.204 0l15.75 9.024c1.172.68 1.64 1.359 1.64 2.53v17.954c0 1.266-.445 1.992-1.781 2.742L30.6 48.543c-1.874 1.055-3.398 1.031-5.203 0Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Hexagon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m7.586 42.941l16.266 9.235c2.789 1.593 5.46 1.617 8.296 0l16.266-9.235c2.18-1.242 3.375-2.507 3.375-5.906V18.801c0-3.305-1.219-4.5-3.21-5.649l-16.313-9.28c-2.906-1.665-5.696-1.641-8.532 0l-16.312 9.28C5.43 14.301 4.21 15.496 4.21 18.801v18.234c0 3.399 1.195 4.664 3.375 5.906m2.203-3.28c-1.336-.75-1.781-1.477-1.781-2.743V18.965c0-1.172.469-1.852 1.64-2.531l15.75-9.024c1.782-1.008 3.375-1.055 5.204 0l15.75 9.024c1.172.68 1.64 1.359 1.64 2.53v17.954c0 1.266-.445 1.992-1.781 2.742L30.6 48.543c-1.874 1.055-3.398 1.031-5.203 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m7.586 42.941l16.266 9.235c2.789 1.593 5.46 1.617 8.296 0l16.266-9.235c2.18-1.242 3.375-2.507 3.375-5.906V18.801c0-3.305-1.219-4.5-3.21-5.649l-16.313-9.28c-2.906-1.665-5.696-1.641-8.532 0l-16.312 9.28C5.43 14.301 4.21 15.496 4.21 18.801v18.234c0 3.399 1.195 4.664 3.375 5.906m2.203-3.28c-1.336-.75-1.781-1.477-1.781-2.743V18.965c0-1.172.469-1.852 1.64-2.531l15.75-9.024c1.782-1.008 3.375-1.055 5.204 0l15.75 9.024c1.172.68 1.64 1.359 1.64 2.53v17.954c0 1.266-.445 1.992-1.781 2.742L30.6 48.543c-1.874 1.055-3.398 1.031-5.203 0Z"/></svg> </template>
CSS
.icon-hexagon {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.586%2042.941l16.266%209.235c2.789%201.593%205.46%201.617%208.296%200l16.266-9.235c2.18-1.242%203.375-2.507%203.375-5.906V18.801c0-3.305-1.219-4.5-3.21-5.649l-16.313-9.28c-2.906-1.665-5.696-1.641-8.532%200l-16.312%209.28C5.43%2014.301%204.21%2015.496%204.21%2018.801v18.234c0%203.399%201.195%204.664%203.375%205.906m2.203-3.28c-1.336-.75-1.781-1.477-1.781-2.743V18.965c0-1.172.469-1.852%201.64-2.531l15.75-9.024c1.782-1.008%203.375-1.055%205.204%200l15.75%209.024c1.172.68%201.64%201.359%201.64%202.53v17.954c0%201.266-.445%201.992-1.781%202.742L30.6%2048.543c-1.874%201.055-3.398%201.031-5.203%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.586%2042.941l16.266%209.235c2.789%201.593%205.46%201.617%208.296%200l16.266-9.235c2.18-1.242%203.375-2.507%203.375-5.906V18.801c0-3.305-1.219-4.5-3.21-5.649l-16.313-9.28c-2.906-1.665-5.696-1.641-8.532%200l-16.312%209.28C5.43%2014.301%204.21%2015.496%204.21%2018.801v18.234c0%203.399%201.195%204.664%203.375%205.906m2.203-3.28c-1.336-.75-1.781-1.477-1.781-2.743V18.965c0-1.172.469-1.852%201.64-2.531l15.75-9.024c1.782-1.008%203.375-1.055%205.204%200l15.75%209.024c1.172.68%201.64%201.359%201.64%202.53v17.954c0%201.266-.445%201.992-1.781%202.742L30.6%2048.543c-1.874%201.055-3.398%201.031-5.203%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hexagon.svg?color=%231a73e8&size=48