dashboard circle chart icon

dashboard-circle-chart-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
dashboard-circle-chart-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the dashboard circle chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m5.16 8l-2.23 3.36a1.65 1.65 0 0 1-1 .71a1.62 1.62 0 0 1-1.23-.23l-2.17-1.37a.2.2 0 0 0-.11 0a.11.11 0 0 0-.09.06l-2.23 3a.73.73 0 0 1-.6.3a.8.8 0 0 1-.45-.15a.75.75 0 0 1-.14-1.05l2.22-2.95c.243-.33.6-.557 1-.64a1.7 1.7 0 0 1 1.18.22l2.17 1.38a.17.17 0 0 0 .12 0a.14.14 0 0 0 .1-.07l2.23-3.36a.75.75 0 0 1 1.25.83z"/></svg>

React

import type { SVGProps } from "react";

export function MageDashboardCircleChartFill(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="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m5.16 8l-2.23 3.36a1.65 1.65 0 0 1-1 .71a1.62 1.62 0 0 1-1.23-.23l-2.17-1.37a.2.2 0 0 0-.11 0a.11.11 0 0 0-.09.06l-2.23 3a.73.73 0 0 1-.6.3a.8.8 0 0 1-.45-.15a.75.75 0 0 1-.14-1.05l2.22-2.95c.243-.33.6-.557 1-.64a1.7 1.7 0 0 1 1.18.22l2.17 1.38a.17.17 0 0 0 .12 0a.14.14 0 0 0 .1-.07l2.23-3.36a.75.75 0 0 1 1.25.83z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m5.16 8l-2.23 3.36a1.65 1.65 0 0 1-1 .71a1.62 1.62 0 0 1-1.23-.23l-2.17-1.37a.2.2 0 0 0-.11 0a.11.11 0 0 0-.09.06l-2.23 3a.73.73 0 0 1-.6.3a.8.8 0 0 1-.45-.15a.75.75 0 0 1-.14-1.05l2.22-2.95c.243-.33.6-.557 1-.64a1.7 1.7 0 0 1 1.18.22l2.17 1.38a.17.17 0 0 0 .12 0a.14.14 0 0 0 .1-.07l2.23-3.36a.75.75 0 0 1 1.25.83z"/></svg>
</template>

CSS

.icon-dashboard-circle-chart-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.75A10.25%2010.25%200%201%200%2022.25%2012A10.26%2010.26%200%200%200%2012%201.75m5.16%208l-2.23%203.36a1.65%201.65%200%200%201-1%20.71a1.62%201.62%200%200%201-1.23-.23l-2.17-1.37a.2.2%200%200%200-.11%200a.11.11%200%200%200-.09.06l-2.23%203a.73.73%200%200%201-.6.3a.8.8%200%200%201-.45-.15a.75.75%200%200%201-.14-1.05l2.22-2.95c.243-.33.6-.557%201-.64a1.7%201.7%200%200%201%201.18.22l2.17%201.38a.17.17%200%200%200%20.12%200a.14.14%200%200%200%20.1-.07l2.23-3.36a.75.75%200%200%201%201.25.83z%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%22M12%201.75A10.25%2010.25%200%201%200%2022.25%2012A10.26%2010.26%200%200%200%2012%201.75m5.16%208l-2.23%203.36a1.65%201.65%200%200%201-1%20.71a1.62%201.62%200%200%201-1.23-.23l-2.17-1.37a.2.2%200%200%200-.11%200a.11.11%200%200%200-.09.06l-2.23%203a.73.73%200%200%201-.6.3a.8.8%200%200%201-.45-.15a.75.75%200%200%201-.14-1.05l2.22-2.95c.243-.33.6-.557%201-.64a1.7%201.7%200%200%201%201.18.22l2.17%201.38a.17.17%200%200%200%20.12%200a.14.14%200%200%200%20.1-.07l2.23-3.36a.75.75%200%200%201%201.25.83z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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