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

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

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the chart pie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m29.09 25.938l18.422-10.57C43.574 9.226 36.8 5.054 29.09 4.702Zm-1.102 25.359c5.696 0 10.922-2.086 15-5.508L26.512 29.664c-.446-.422-.563-.82-.563-1.453V4.773C14.113 5.805 4.74 15.836 4.74 27.977c0 12.82 10.476 23.32 23.25 23.32m17.32-7.781c3.68-4.125 5.954-9.586 5.954-15.54c0-3.515-.797-6.867-2.203-9.89L30.426 28.82Z"/></svg>

React

import type { SVGProps } from "react";

export function F7ChartPieFill(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="m29.09 25.938l18.422-10.57C43.574 9.226 36.8 5.054 29.09 4.702Zm-1.102 25.359c5.696 0 10.922-2.086 15-5.508L26.512 29.664c-.446-.422-.563-.82-.563-1.453V4.773C14.113 5.805 4.74 15.836 4.74 27.977c0 12.82 10.476 23.32 23.25 23.32m17.32-7.781c3.68-4.125 5.954-9.586 5.954-15.54c0-3.515-.797-6.867-2.203-9.89L30.426 28.82Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m29.09 25.938l18.422-10.57C43.574 9.226 36.8 5.054 29.09 4.702Zm-1.102 25.359c5.696 0 10.922-2.086 15-5.508L26.512 29.664c-.446-.422-.563-.82-.563-1.453V4.773C14.113 5.805 4.74 15.836 4.74 27.977c0 12.82 10.476 23.32 23.25 23.32m17.32-7.781c3.68-4.125 5.954-9.586 5.954-15.54c0-3.515-.797-6.867-2.203-9.89L30.426 28.82Z"/></svg>
</template>

CSS

.icon-chart-pie-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%22m29.09%2025.938l18.422-10.57C43.574%209.226%2036.8%205.054%2029.09%204.702Zm-1.102%2025.359c5.696%200%2010.922-2.086%2015-5.508L26.512%2029.664c-.446-.422-.563-.82-.563-1.453V4.773C14.113%205.805%204.74%2015.836%204.74%2027.977c0%2012.82%2010.476%2023.32%2023.25%2023.32m17.32-7.781c3.68-4.125%205.954-9.586%205.954-15.54c0-3.515-.797-6.867-2.203-9.89L30.426%2028.82Z%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%22m29.09%2025.938l18.422-10.57C43.574%209.226%2036.8%205.054%2029.09%204.702Zm-1.102%2025.359c5.696%200%2010.922-2.086%2015-5.508L26.512%2029.664c-.446-.422-.563-.82-.563-1.453V4.773C14.113%205.805%204.74%2015.836%204.74%2027.977c0%2012.82%2010.476%2023.32%2023.25%2023.32m17.32-7.781c3.68-4.125%205.954-9.586%205.954-15.54c0-3.515-.797-6.867-2.203-9.89L30.426%2028.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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