chart pie icon
chart-pie from Unicons Monochrome by Iconscout · Monochrome · Business · Apache-2.0 Free for personal and commercial use.
- Name
- chart-pie
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
chart-pieCarbonchart-pieFramework7 Iconschart-pieFont Awesome 6 Solidchart-pieFont Awesome Solidchart-pie-outlineFlowbite Iconschart-pieHealth Iconschart-pieHeroIconschart-pieIconParkchart-pieIconPark Outlinechart-pieIconPark Solidchart-pieIconPark TwoTonechart-pieLine Awesomechart-pieLucidechart-pieMajesticonschart-pieMaterial Design Iconschart-pie-fillMingCute Iconchart-pieMyna UI Iconschart-piePhosphorchart-piePrime Iconschart-pieTabler Iconschart-pieTDesign Iconschart-pieUniconschart-pieUnicons Solid
More business icons from Unicons Monochrome
Use the chart pie icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12V2c5.523 0 10 4.477 10 10z" opacity=".25"/><path fill="currentColor" d="m12 12l5 8.66A10.01 10.01 0 0 0 22 12z" opacity=".5"/><path fill="currentColor" d="M17 20.66L12 12V2c-5.523.002-9.999 4.48-9.997 10.003S6.483 22.002 12.007 22A10 10 0 0 0 17 20.662l.003-.005l-.004.003z"/></svg>
React
import type { SVGProps } from "react";
export function UimChartPie(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 12V2c5.523 0 10 4.477 10 10z" opacity=".25"/><path fill="currentColor" d="m12 12l5 8.66A10.01 10.01 0 0 0 22 12z" opacity=".5"/><path fill="currentColor" d="M17 20.66L12 12V2c-5.523.002-9.999 4.48-9.997 10.003S6.483 22.002 12.007 22A10 10 0 0 0 17 20.662l.003-.005l-.004.003z"/></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 12V2c5.523 0 10 4.477 10 10z" opacity=".25"/><path fill="currentColor" d="m12 12l5 8.66A10.01 10.01 0 0 0 22 12z" opacity=".5"/><path fill="currentColor" d="M17 20.66L12 12V2c-5.523.002-9.999 4.48-9.997 10.003S6.483 22.002 12.007 22A10 10 0 0 0 17 20.662l.003-.005l-.004.003z"/></svg> </template>
CSS
.icon-chart-pie {
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%2012V2c5.523%200%2010%204.477%2010%2010z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2012l5%208.66A10.01%2010.01%200%200%200%2022%2012z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2020.66L12%2012V2c-5.523.002-9.999%204.48-9.997%2010.003S6.483%2022.002%2012.007%2022A10%2010%200%200%200%2017%2020.662l.003-.005l-.004.003z%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%2012V2c5.523%200%2010%204.477%2010%2010z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2012l5%208.66A10.01%2010.01%200%200%200%2022%2012z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2020.66L12%2012V2c-5.523.002-9.999%204.48-9.997%2010.003S6.483%2022.002%2012.007%2022A10%2010%200%200%200%2017%2020.662l.003-.005l-.004.003z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/chart-pie.svg?color=%231a73e8&size=48