graph4 icon
graph4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- graph4-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the graph4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.67 6.95c-.64-2.17-2.45-3.98-4.62-4.62c-1.65-.48-2.79-.44-3.58.15c-.95.71-1.06 1.99-1.06 2.9v2.49c0 2.46 1.12 3.71 3.32 3.71h2.87c.9 0 2.19-.11 2.9-1.06c.61-.78.66-1.92.17-3.57"/><path d="M18.91 13.361c-.26-.3-.64-.47-1.03-.47H14.3c-1.76 0-3.19-1.43-3.19-3.19v-3.58c0-.39-.17-.77-.47-1.03c-.29-.26-.69-.38-1.07-.33c-2.35.3-4.51 1.59-5.92 3.53c-1.42 1.95-1.94 4.33-1.49 6.71c.65 3.44 3.4 6.19 6.85 6.84c.55.11 1.1.16 1.65.16c1.81 0 3.56-.56 5.05-1.65c1.94-1.41 3.23-3.57 3.53-5.92c.05-.39-.07-.78-.33-1.07"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGraph4Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.67 6.95c-.64-2.17-2.45-3.98-4.62-4.62c-1.65-.48-2.79-.44-3.58.15c-.95.71-1.06 1.99-1.06 2.9v2.49c0 2.46 1.12 3.71 3.32 3.71h2.87c.9 0 2.19-.11 2.9-1.06c.61-.78.66-1.92.17-3.57"/><path d="M18.91 13.361c-.26-.3-.64-.47-1.03-.47H14.3c-1.76 0-3.19-1.43-3.19-3.19v-3.58c0-.39-.17-.77-.47-1.03c-.29-.26-.69-.38-1.07-.33c-2.35.3-4.51 1.59-5.92 3.53c-1.42 1.95-1.94 4.33-1.49 6.71c.65 3.44 3.4 6.19 6.85 6.84c.55.11 1.1.16 1.65.16c1.81 0 3.56-.56 5.05-1.65c1.94-1.41 3.23-3.57 3.53-5.92c.05-.39-.07-.78-.33-1.07"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.67 6.95c-.64-2.17-2.45-3.98-4.62-4.62c-1.65-.48-2.79-.44-3.58.15c-.95.71-1.06 1.99-1.06 2.9v2.49c0 2.46 1.12 3.71 3.32 3.71h2.87c.9 0 2.19-.11 2.9-1.06c.61-.78.66-1.92.17-3.57"/><path d="M18.91 13.361c-.26-.3-.64-.47-1.03-.47H14.3c-1.76 0-3.19-1.43-3.19-3.19v-3.58c0-.39-.17-.77-.47-1.03c-.29-.26-.69-.38-1.07-.33c-2.35.3-4.51 1.59-5.92 3.53c-1.42 1.95-1.94 4.33-1.49 6.71c.65 3.44 3.4 6.19 6.85 6.84c.55.11 1.1.16 1.65.16c1.81 0 3.56-.56 5.05-1.65c1.94-1.41 3.23-3.57 3.53-5.92c.05-.39-.07-.78-.33-1.07"/></g></svg> </template>
CSS
.icon-graph4-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.67%206.95c-.64-2.17-2.45-3.98-4.62-4.62c-1.65-.48-2.79-.44-3.58.15c-.95.71-1.06%201.99-1.06%202.9v2.49c0%202.46%201.12%203.71%203.32%203.71h2.87c.9%200%202.19-.11%202.9-1.06c.61-.78.66-1.92.17-3.57%22%2F%3E%3Cpath%20d%3D%22M18.91%2013.361c-.26-.3-.64-.47-1.03-.47H14.3c-1.76%200-3.19-1.43-3.19-3.19v-3.58c0-.39-.17-.77-.47-1.03c-.29-.26-.69-.38-1.07-.33c-2.35.3-4.51%201.59-5.92%203.53c-1.42%201.95-1.94%204.33-1.49%206.71c.65%203.44%203.4%206.19%206.85%206.84c.55.11%201.1.16%201.65.16c1.81%200%203.56-.56%205.05-1.65c1.94-1.41%203.23-3.57%203.53-5.92c.05-.39-.07-.78-.33-1.07%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.67%206.95c-.64-2.17-2.45-3.98-4.62-4.62c-1.65-.48-2.79-.44-3.58.15c-.95.71-1.06%201.99-1.06%202.9v2.49c0%202.46%201.12%203.71%203.32%203.71h2.87c.9%200%202.19-.11%202.9-1.06c.61-.78.66-1.92.17-3.57%22%2F%3E%3Cpath%20d%3D%22M18.91%2013.361c-.26-.3-.64-.47-1.03-.47H14.3c-1.76%200-3.19-1.43-3.19-3.19v-3.58c0-.39-.17-.77-.47-1.03c-.29-.26-.69-.38-1.07-.33c-2.35.3-4.51%201.59-5.92%203.53c-1.42%201.95-1.94%204.33-1.49%206.71c.65%203.44%203.4%206.19%206.85%206.84c.55.11%201.1.16%201.65.16c1.81%200%203.56-.56%205.05-1.65c1.94-1.41%203.23-3.57%203.53-5.92c.05-.39-.07-.78-.33-1.07%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/graph4-filled.svg?color=%231a73e8&size=48