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

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

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the graph circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="m4.164 30.791l.734.427l6.146 3.74c1.493.908 3.564.649 4.783-.601l1.16-1.19l2.532 3.866c1.198 1.83 3.558 1.818 4.745-.016l5.546-8.576l6.35 10.86c1.238 2.117 3.784 1.81 4.473-.55l6.931-23.757l.192-.63A23.9 23.9 0 0 1 52.003 28c0 13.255-10.745 24-24 24c-12.31 0-22.456-9.269-23.84-21.209m-.125-4.12C4.73 14.034 15.194 4 28.003 4c6.662 0 12.69 2.714 17.038 7.098l-.768 2.936l-6.297 21.58l-5.746-9.827c-1.124-1.922-3.51-1.974-4.718-.106l-5.63 8.704l-2.259-3.449c-1.12-1.709-3.37-1.927-4.796-.464l-1.455 1.491c-.103.105-.416.145-.546.066l-6.146-3.74z"/></svg>

React

import type { SVGProps } from "react";

export function F7GraphCircleFill(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" fillRule="evenodd" d="m4.164 30.791l.734.427l6.146 3.74c1.493.908 3.564.649 4.783-.601l1.16-1.19l2.532 3.866c1.198 1.83 3.558 1.818 4.745-.016l5.546-8.576l6.35 10.86c1.238 2.117 3.784 1.81 4.473-.55l6.931-23.757l.192-.63A23.9 23.9 0 0 1 52.003 28c0 13.255-10.745 24-24 24c-12.31 0-22.456-9.269-23.84-21.209m-.125-4.12C4.73 14.034 15.194 4 28.003 4c6.662 0 12.69 2.714 17.038 7.098l-.768 2.936l-6.297 21.58l-5.746-9.827c-1.124-1.922-3.51-1.974-4.718-.106l-5.63 8.704l-2.259-3.449c-1.12-1.709-3.37-1.927-4.796-.464l-1.455 1.491c-.103.105-.416.145-.546.066l-6.146-3.74z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="m4.164 30.791l.734.427l6.146 3.74c1.493.908 3.564.649 4.783-.601l1.16-1.19l2.532 3.866c1.198 1.83 3.558 1.818 4.745-.016l5.546-8.576l6.35 10.86c1.238 2.117 3.784 1.81 4.473-.55l6.931-23.757l.192-.63A23.9 23.9 0 0 1 52.003 28c0 13.255-10.745 24-24 24c-12.31 0-22.456-9.269-23.84-21.209m-.125-4.12C4.73 14.034 15.194 4 28.003 4c6.662 0 12.69 2.714 17.038 7.098l-.768 2.936l-6.297 21.58l-5.746-9.827c-1.124-1.922-3.51-1.974-4.718-.106l-5.63 8.704l-2.259-3.449c-1.12-1.709-3.37-1.927-4.796-.464l-1.455 1.491c-.103.105-.416.145-.546.066l-6.146-3.74z"/></svg>
</template>

CSS

.icon-graph-circle-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%20fill-rule%3D%22evenodd%22%20d%3D%22m4.164%2030.791l.734.427l6.146%203.74c1.493.908%203.564.649%204.783-.601l1.16-1.19l2.532%203.866c1.198%201.83%203.558%201.818%204.745-.016l5.546-8.576l6.35%2010.86c1.238%202.117%203.784%201.81%204.473-.55l6.931-23.757l.192-.63A23.9%2023.9%200%200%201%2052.003%2028c0%2013.255-10.745%2024-24%2024c-12.31%200-22.456-9.269-23.84-21.209m-.125-4.12C4.73%2014.034%2015.194%204%2028.003%204c6.662%200%2012.69%202.714%2017.038%207.098l-.768%202.936l-6.297%2021.58l-5.746-9.827c-1.124-1.922-3.51-1.974-4.718-.106l-5.63%208.704l-2.259-3.449c-1.12-1.709-3.37-1.927-4.796-.464l-1.455%201.491c-.103.105-.416.145-.546.066l-6.146-3.74z%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%20fill-rule%3D%22evenodd%22%20d%3D%22m4.164%2030.791l.734.427l6.146%203.74c1.493.908%203.564.649%204.783-.601l1.16-1.19l2.532%203.866c1.198%201.83%203.558%201.818%204.745-.016l5.546-8.576l6.35%2010.86c1.238%202.117%203.784%201.81%204.473-.55l6.931-23.757l.192-.63A23.9%2023.9%200%200%201%2052.003%2028c0%2013.255-10.745%2024-24%2024c-12.31%200-22.456-9.269-23.84-21.209m-.125-4.12C4.73%2014.034%2015.194%204%2028.003%204c6.662%200%2012.69%202.714%2017.038%207.098l-.768%202.936l-6.297%2021.58l-5.746-9.827c-1.124-1.922-3.51-1.974-4.718-.106l-5.63%208.704l-2.259-3.449c-1.12-1.709-3.37-1.927-4.796-.464l-1.455%201.491c-.103.105-.416.145-.546.066l-6.146-3.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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