chart pie alt icon

chart-pie-alt from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.

Name
chart-pie-alt
Set
Unicons
Style
Line
Category
Business
Viewbox
24×24
License
Apache 2.0

More business icons from Unicons

Use the chart pie alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12h-7V5c0-.6-.4-1-1-1c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-.6-.4-1-1-1m-7 7.9c-3.8.6-7.4-2.1-7.9-5.9c-.6-3.8 2.1-7.4 5.9-7.9V13c0 .6.4 1 1 1h6.9c-.4 3.1-2.8 5.5-5.9 5.9M15 2c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h6c.6 0 1-.4 1-1c0-3.9-3.1-7-7-7m1 6V4.1c2 .4 3.5 1.9 3.9 3.9z"/></svg>

React

import type { SVGProps } from "react";

export function UilChartPieAlt(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="M19 12h-7V5c0-.6-.4-1-1-1c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-.6-.4-1-1-1m-7 7.9c-3.8.6-7.4-2.1-7.9-5.9c-.6-3.8 2.1-7.4 5.9-7.9V13c0 .6.4 1 1 1h6.9c-.4 3.1-2.8 5.5-5.9 5.9M15 2c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h6c.6 0 1-.4 1-1c0-3.9-3.1-7-7-7m1 6V4.1c2 .4 3.5 1.9 3.9 3.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12h-7V5c0-.6-.4-1-1-1c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-.6-.4-1-1-1m-7 7.9c-3.8.6-7.4-2.1-7.9-5.9c-.6-3.8 2.1-7.4 5.9-7.9V13c0 .6.4 1 1 1h6.9c-.4 3.1-2.8 5.5-5.9 5.9M15 2c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h6c.6 0 1-.4 1-1c0-3.9-3.1-7-7-7m1 6V4.1c2 .4 3.5 1.9 3.9 3.9z"/></svg>
</template>

CSS

.icon-chart-pie-alt {
  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%22M19%2012h-7V5c0-.6-.4-1-1-1c-5%200-9%204-9%209s4%209%209%209s9-4%209-9c0-.6-.4-1-1-1m-7%207.9c-3.8.6-7.4-2.1-7.9-5.9c-.6-3.8%202.1-7.4%205.9-7.9V13c0%20.6.4%201%201%201h6.9c-.4%203.1-2.8%205.5-5.9%205.9M15%202c-.6%200-1%20.4-1%201v6c0%20.6.4%201%201%201h6c.6%200%201-.4%201-1c0-3.9-3.1-7-7-7m1%206V4.1c2%20.4%203.5%201.9%203.9%203.9z%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%22M19%2012h-7V5c0-.6-.4-1-1-1c-5%200-9%204-9%209s4%209%209%209s9-4%209-9c0-.6-.4-1-1-1m-7%207.9c-3.8.6-7.4-2.1-7.9-5.9c-.6-3.8%202.1-7.4%205.9-7.9V13c0%20.6.4%201%201%201h6.9c-.4%203.1-2.8%205.5-5.9%205.9M15%202c-.6%200-1%20.4-1%201v6c0%20.6.4%201%201%201h6c.6%200%201-.4%201-1c0-3.9-3.1-7-7-7m1%206V4.1c2%20.4%203.5%201.9%203.9%203.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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