chart donut icon

chart-donut-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
chart-donut-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the chart donut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.292 2.61c.396.318.65.78.703 1.286L12 4v4a1 1 0 0 1-.748.968a3.1 3.1 0 1 0 3.78 3.78A1 1 0 0 1 16 12h3.8a2 2 0 0 1 2 2a1 1 0 0 1-.026.226a10 10 0 1 1-12-12l.057-.01l.052-.01a1.9 1.9 0 0 1 1.409.404m3.703-.11l.045.002l.067.004l.081.014l.032.004l.072.022l.04.01a10 10 0 0 1 6.003 5.818l.108.294A1 1 0 0 1 20.5 10H16a1 1 0 0 1-.76-.35a8 8 0 0 0-.89-.89A1 1 0 0 1 14 8V3.5q.001-.119.026-.23l.03-.102a1 1 0 0 1 .168-.299l.03-.033l.039-.043a1 1 0 0 1 .089-.08l.051-.034l.03-.023l.045-.025l.052-.03a1 1 0 0 1 .435-.101"/></svg>

React

import type { SVGProps } from "react";

export function TablerChartDonutFilled(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="M11.292 2.61c.396.318.65.78.703 1.286L12 4v4a1 1 0 0 1-.748.968a3.1 3.1 0 1 0 3.78 3.78A1 1 0 0 1 16 12h3.8a2 2 0 0 1 2 2a1 1 0 0 1-.026.226a10 10 0 1 1-12-12l.057-.01l.052-.01a1.9 1.9 0 0 1 1.409.404m3.703-.11l.045.002l.067.004l.081.014l.032.004l.072.022l.04.01a10 10 0 0 1 6.003 5.818l.108.294A1 1 0 0 1 20.5 10H16a1 1 0 0 1-.76-.35a8 8 0 0 0-.89-.89A1 1 0 0 1 14 8V3.5q.001-.119.026-.23l.03-.102a1 1 0 0 1 .168-.299l.03-.033l.039-.043a1 1 0 0 1 .089-.08l.051-.034l.03-.023l.045-.025l.052-.03a1 1 0 0 1 .435-.101"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.292 2.61c.396.318.65.78.703 1.286L12 4v4a1 1 0 0 1-.748.968a3.1 3.1 0 1 0 3.78 3.78A1 1 0 0 1 16 12h3.8a2 2 0 0 1 2 2a1 1 0 0 1-.026.226a10 10 0 1 1-12-12l.057-.01l.052-.01a1.9 1.9 0 0 1 1.409.404m3.703-.11l.045.002l.067.004l.081.014l.032.004l.072.022l.04.01a10 10 0 0 1 6.003 5.818l.108.294A1 1 0 0 1 20.5 10H16a1 1 0 0 1-.76-.35a8 8 0 0 0-.89-.89A1 1 0 0 1 14 8V3.5q.001-.119.026-.23l.03-.102a1 1 0 0 1 .168-.299l.03-.033l.039-.043a1 1 0 0 1 .089-.08l.051-.034l.03-.023l.045-.025l.052-.03a1 1 0 0 1 .435-.101"/></svg>
</template>

CSS

.icon-chart-donut-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.292%202.61c.396.318.65.78.703%201.286L12%204v4a1%201%200%200%201-.748.968a3.1%203.1%200%201%200%203.78%203.78A1%201%200%200%201%2016%2012h3.8a2%202%200%200%201%202%202a1%201%200%200%201-.026.226a10%2010%200%201%201-12-12l.057-.01l.052-.01a1.9%201.9%200%200%201%201.409.404m3.703-.11l.045.002l.067.004l.081.014l.032.004l.072.022l.04.01a10%2010%200%200%201%206.003%205.818l.108.294A1%201%200%200%201%2020.5%2010H16a1%201%200%200%201-.76-.35a8%208%200%200%200-.89-.89A1%201%200%200%201%2014%208V3.5q.001-.119.026-.23l.03-.102a1%201%200%200%201%20.168-.299l.03-.033l.039-.043a1%201%200%200%201%20.089-.08l.051-.034l.03-.023l.045-.025l.052-.03a1%201%200%200%201%20.435-.101%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%22M11.292%202.61c.396.318.65.78.703%201.286L12%204v4a1%201%200%200%201-.748.968a3.1%203.1%200%201%200%203.78%203.78A1%201%200%200%201%2016%2012h3.8a2%202%200%200%201%202%202a1%201%200%200%201-.026.226a10%2010%200%201%201-12-12l.057-.01l.052-.01a1.9%201.9%200%200%201%201.409.404m3.703-.11l.045.002l.067.004l.081.014l.032.004l.072.022l.04.01a10%2010%200%200%201%206.003%205.818l.108.294A1%201%200%200%201%2020.5%2010H16a1%201%200%200%201-.76-.35a8%208%200%200%200-.89-.89A1%201%200%200%201%2014%208V3.5q.001-.119.026-.23l.03-.102a1%201%200%200%201%20.168-.299l.03-.033l.039-.043a1%201%200%200%201%20.089-.08l.051-.034l.03-.023l.045-.025l.052-.03a1%201%200%200%201%20.435-.101%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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