hexagon-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
hexagon-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

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.906"/></svg>

React

import type { SVGProps } from "react";

export function F7HexagonFill(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.906"/></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.906"/></svg>
</template>

CSS

.icon-hexagon-fill {
  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.906%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.906%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hexagon-fill.svg?color=%231a73e8&size=48