circle grid hex icon
circle-grid-hex-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- circle-grid-hex-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the circle grid hex icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M19.399 19.598c3.82 0 7.007-3.188 7.007-6.985c0-3.82-3.187-7.007-7.007-7.007s-7.008 3.187-7.008 7.007c0 3.774 3.164 6.985 7.007 6.985m17.18 0c3.843 0 7.007-3.188 7.007-6.985c0-3.82-3.164-7.007-7.008-7.007c-3.82 0-6.984 3.187-6.984 7.007c0 3.797 3.164 6.985 6.984 6.985M28 35.02c3.82 0 7.008-3.188 7.008-7.008S31.82 21.004 28 21.004s-7.008 3.187-7.008 7.008c0 3.82 3.188 7.008 7.008 7.008m-17.203 0c3.844 0 7.008-3.188 7.008-7.008s-3.164-7.008-7.008-7.008c-3.82 0-6.984 3.187-6.984 7.008c0 3.797 3.14 7.008 6.984 7.008m34.383 0c3.82 0 7.007-3.188 7.007-7.008S49 21.004 45.18 21.004s-7.008 3.187-7.008 7.008c0 3.82 3.188 7.008 7.008 7.008M19.399 50.394c3.82 0 7.007-3.163 7.007-7.007c0-3.797-3.187-6.961-7.007-6.961s-7.008 3.164-7.008 6.96c0 3.798 3.164 7.008 7.007 7.008m17.18 0c3.843 0 7.007-3.163 7.007-7.007c0-3.797-3.164-6.961-7.008-6.961c-3.82 0-6.984 3.164-6.984 6.96c0 3.844 3.164 7.008 6.984 7.008"/></svg>
React
import type { SVGProps } from "react";
export function F7CircleGridHexFill(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="M19.399 19.598c3.82 0 7.007-3.188 7.007-6.985c0-3.82-3.187-7.007-7.007-7.007s-7.008 3.187-7.008 7.007c0 3.774 3.164 6.985 7.007 6.985m17.18 0c3.843 0 7.007-3.188 7.007-6.985c0-3.82-3.164-7.007-7.008-7.007c-3.82 0-6.984 3.187-6.984 7.007c0 3.797 3.164 6.985 6.984 6.985M28 35.02c3.82 0 7.008-3.188 7.008-7.008S31.82 21.004 28 21.004s-7.008 3.187-7.008 7.008c0 3.82 3.188 7.008 7.008 7.008m-17.203 0c3.844 0 7.008-3.188 7.008-7.008s-3.164-7.008-7.008-7.008c-3.82 0-6.984 3.187-6.984 7.008c0 3.797 3.14 7.008 6.984 7.008m34.383 0c3.82 0 7.007-3.188 7.007-7.008S49 21.004 45.18 21.004s-7.008 3.187-7.008 7.008c0 3.82 3.188 7.008 7.008 7.008M19.399 50.394c3.82 0 7.007-3.163 7.007-7.007c0-3.797-3.187-6.961-7.007-6.961s-7.008 3.164-7.008 6.96c0 3.798 3.164 7.008 7.007 7.008m17.18 0c3.843 0 7.007-3.163 7.007-7.007c0-3.797-3.164-6.961-7.008-6.961c-3.82 0-6.984 3.164-6.984 6.96c0 3.844 3.164 7.008 6.984 7.008"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M19.399 19.598c3.82 0 7.007-3.188 7.007-6.985c0-3.82-3.187-7.007-7.007-7.007s-7.008 3.187-7.008 7.007c0 3.774 3.164 6.985 7.007 6.985m17.18 0c3.843 0 7.007-3.188 7.007-6.985c0-3.82-3.164-7.007-7.008-7.007c-3.82 0-6.984 3.187-6.984 7.007c0 3.797 3.164 6.985 6.984 6.985M28 35.02c3.82 0 7.008-3.188 7.008-7.008S31.82 21.004 28 21.004s-7.008 3.187-7.008 7.008c0 3.82 3.188 7.008 7.008 7.008m-17.203 0c3.844 0 7.008-3.188 7.008-7.008s-3.164-7.008-7.008-7.008c-3.82 0-6.984 3.187-6.984 7.008c0 3.797 3.14 7.008 6.984 7.008m34.383 0c3.82 0 7.007-3.188 7.007-7.008S49 21.004 45.18 21.004s-7.008 3.187-7.008 7.008c0 3.82 3.188 7.008 7.008 7.008M19.399 50.394c3.82 0 7.007-3.163 7.007-7.007c0-3.797-3.187-6.961-7.007-6.961s-7.008 3.164-7.008 6.96c0 3.798 3.164 7.008 7.007 7.008m17.18 0c3.843 0 7.007-3.163 7.007-7.007c0-3.797-3.164-6.961-7.008-6.961c-3.82 0-6.984 3.164-6.984 6.96c0 3.844 3.164 7.008 6.984 7.008"/></svg> </template>
CSS
.icon-circle-grid-hex-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%22M19.399%2019.598c3.82%200%207.007-3.188%207.007-6.985c0-3.82-3.187-7.007-7.007-7.007s-7.008%203.187-7.008%207.007c0%203.774%203.164%206.985%207.007%206.985m17.18%200c3.843%200%207.007-3.188%207.007-6.985c0-3.82-3.164-7.007-7.008-7.007c-3.82%200-6.984%203.187-6.984%207.007c0%203.797%203.164%206.985%206.984%206.985M28%2035.02c3.82%200%207.008-3.188%207.008-7.008S31.82%2021.004%2028%2021.004s-7.008%203.187-7.008%207.008c0%203.82%203.188%207.008%207.008%207.008m-17.203%200c3.844%200%207.008-3.188%207.008-7.008s-3.164-7.008-7.008-7.008c-3.82%200-6.984%203.187-6.984%207.008c0%203.797%203.14%207.008%206.984%207.008m34.383%200c3.82%200%207.007-3.188%207.007-7.008S49%2021.004%2045.18%2021.004s-7.008%203.187-7.008%207.008c0%203.82%203.188%207.008%207.008%207.008M19.399%2050.394c3.82%200%207.007-3.163%207.007-7.007c0-3.797-3.187-6.961-7.007-6.961s-7.008%203.164-7.008%206.96c0%203.798%203.164%207.008%207.007%207.008m17.18%200c3.843%200%207.007-3.163%207.007-7.007c0-3.797-3.164-6.961-7.008-6.961c-3.82%200-6.984%203.164-6.984%206.96c0%203.844%203.164%207.008%206.984%207.008%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%22M19.399%2019.598c3.82%200%207.007-3.188%207.007-6.985c0-3.82-3.187-7.007-7.007-7.007s-7.008%203.187-7.008%207.007c0%203.774%203.164%206.985%207.007%206.985m17.18%200c3.843%200%207.007-3.188%207.007-6.985c0-3.82-3.164-7.007-7.008-7.007c-3.82%200-6.984%203.187-6.984%207.007c0%203.797%203.164%206.985%206.984%206.985M28%2035.02c3.82%200%207.008-3.188%207.008-7.008S31.82%2021.004%2028%2021.004s-7.008%203.187-7.008%207.008c0%203.82%203.188%207.008%207.008%207.008m-17.203%200c3.844%200%207.008-3.188%207.008-7.008s-3.164-7.008-7.008-7.008c-3.82%200-6.984%203.187-6.984%207.008c0%203.797%203.14%207.008%206.984%207.008m34.383%200c3.82%200%207.007-3.188%207.007-7.008S49%2021.004%2045.18%2021.004s-7.008%203.187-7.008%207.008c0%203.82%203.188%207.008%207.008%207.008M19.399%2050.394c3.82%200%207.007-3.163%207.007-7.007c0-3.797-3.187-6.961-7.007-6.961s-7.008%203.164-7.008%206.96c0%203.798%203.164%207.008%207.007%207.008m17.18%200c3.843%200%207.007-3.163%207.007-7.007c0-3.797-3.164-6.961-7.008-6.961c-3.82%200-6.984%203.164-6.984%206.96c0%203.844%203.164%207.008%206.984%207.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/circle-grid-hex-fill.svg?color=%231a73e8&size=48