chart-arc from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.

Name
chart-arc
Set
Material Design Icons
Style
Filled
Category
Math
Viewbox
24×24
License
Apache 2.0
Aliases
report-arc, widget-arc

More math icons from Material Design Icons

Use the chart arc icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.18 19.6l-2.01-3.48c.98-.72 1.66-1.84 1.8-3.12H20a8.55 8.55 0 0 1-3.82 6.6M13 7.03V3c4.3.26 7.74 3.7 8 8h-4.03A4.49 4.49 0 0 0 13 7.03M7 12.5c0 .64.13 1.25.38 1.8L3.9 16.31A8.4 8.4 0 0 1 3 12.5C3 7.97 6.54 4.27 11 4v4.03c-2.25.25-4 2.15-4 4.47m4.5 8.5c-2.97 0-5.58-1.5-7.1-3.82l3.48-2.01A4.47 4.47 0 0 0 11.5 17c.64 0 1.25-.13 1.8-.38l2.01 3.48c-1.15.58-2.44.9-3.81.9"/></svg>

React

import type { SVGProps } from "react";

export function MdiChartArc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.18 19.6l-2.01-3.48c.98-.72 1.66-1.84 1.8-3.12H20a8.55 8.55 0 0 1-3.82 6.6M13 7.03V3c4.3.26 7.74 3.7 8 8h-4.03A4.49 4.49 0 0 0 13 7.03M7 12.5c0 .64.13 1.25.38 1.8L3.9 16.31A8.4 8.4 0 0 1 3 12.5C3 7.97 6.54 4.27 11 4v4.03c-2.25.25-4 2.15-4 4.47m4.5 8.5c-2.97 0-5.58-1.5-7.1-3.82l3.48-2.01A4.47 4.47 0 0 0 11.5 17c.64 0 1.25-.13 1.8-.38l2.01 3.48c-1.15.58-2.44.9-3.81.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.18 19.6l-2.01-3.48c.98-.72 1.66-1.84 1.8-3.12H20a8.55 8.55 0 0 1-3.82 6.6M13 7.03V3c4.3.26 7.74 3.7 8 8h-4.03A4.49 4.49 0 0 0 13 7.03M7 12.5c0 .64.13 1.25.38 1.8L3.9 16.31A8.4 8.4 0 0 1 3 12.5C3 7.97 6.54 4.27 11 4v4.03c-2.25.25-4 2.15-4 4.47m4.5 8.5c-2.97 0-5.58-1.5-7.1-3.82l3.48-2.01A4.47 4.47 0 0 0 11.5 17c.64 0 1.25-.13 1.8-.38l2.01 3.48c-1.15.58-2.44.9-3.81.9"/></svg>
</template>

CSS

.icon-chart-arc {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.18%2019.6l-2.01-3.48c.98-.72%201.66-1.84%201.8-3.12H20a8.55%208.55%200%200%201-3.82%206.6M13%207.03V3c4.3.26%207.74%203.7%208%208h-4.03A4.49%204.49%200%200%200%2013%207.03M7%2012.5c0%20.64.13%201.25.38%201.8L3.9%2016.31A8.4%208.4%200%200%201%203%2012.5C3%207.97%206.54%204.27%2011%204v4.03c-2.25.25-4%202.15-4%204.47m4.5%208.5c-2.97%200-5.58-1.5-7.1-3.82l3.48-2.01A4.47%204.47%200%200%200%2011.5%2017c.64%200%201.25-.13%201.8-.38l2.01%203.48c-1.15.58-2.44.9-3.81.9%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.18%2019.6l-2.01-3.48c.98-.72%201.66-1.84%201.8-3.12H20a8.55%208.55%200%200%201-3.82%206.6M13%207.03V3c4.3.26%207.74%203.7%208%208h-4.03A4.49%204.49%200%200%200%2013%207.03M7%2012.5c0%20.64.13%201.25.38%201.8L3.9%2016.31A8.4%208.4%200%200%201%203%2012.5C3%207.97%206.54%204.27%2011%204v4.03c-2.25.25-4%202.15-4%204.47m4.5%208.5c-2.97%200-5.58-1.5-7.1-3.82l3.48-2.01A4.47%204.47%200%200%200%2011.5%2017c.64%200%201.25-.13%201.8-.38l2.01%203.48c-1.15.58-2.44.9-3.81.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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