pie chart alt icon
pie-chart-alt from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- pie-chart-alt
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-pie-chart-alt
The same icon in other sets
Related icons in BoxIcons v2
Use the pie chart alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9.94 9.94 0 0 0-7.071 2.929C3.04 6.818 2 9.33 2 12s1.04 5.182 2.929 7.071S9.33 22 12 22s5.182-1.04 7.071-2.929S22 14.67 22 12s-1.04-5.182-2.929-7.071A9.94 9.94 0 0 0 12 2m5.657 15.657C16.146 19.168 14.137 20 12 20s-4.146-.832-5.657-2.343S4 14.137 4 12s.832-4.146 2.343-5.657A7.93 7.93 0 0 1 11 4.069V12a1 1 0 0 0 1 1h7.931a7.93 7.93 0 0 1-2.274 4.657M13 11V4.062a7.95 7.95 0 0 1 4.657 2.281A7.93 7.93 0 0 1 19.938 11z"/></svg>
React
import type { SVGProps } from "react";
export function BxPieChartAlt(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 2a9.94 9.94 0 0 0-7.071 2.929C3.04 6.818 2 9.33 2 12s1.04 5.182 2.929 7.071S9.33 22 12 22s5.182-1.04 7.071-2.929S22 14.67 22 12s-1.04-5.182-2.929-7.071A9.94 9.94 0 0 0 12 2m5.657 15.657C16.146 19.168 14.137 20 12 20s-4.146-.832-5.657-2.343S4 14.137 4 12s.832-4.146 2.343-5.657A7.93 7.93 0 0 1 11 4.069V12a1 1 0 0 0 1 1h7.931a7.93 7.93 0 0 1-2.274 4.657M13 11V4.062a7.95 7.95 0 0 1 4.657 2.281A7.93 7.93 0 0 1 19.938 11z"/></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 2a9.94 9.94 0 0 0-7.071 2.929C3.04 6.818 2 9.33 2 12s1.04 5.182 2.929 7.071S9.33 22 12 22s5.182-1.04 7.071-2.929S22 14.67 22 12s-1.04-5.182-2.929-7.071A9.94 9.94 0 0 0 12 2m5.657 15.657C16.146 19.168 14.137 20 12 20s-4.146-.832-5.657-2.343S4 14.137 4 12s.832-4.146 2.343-5.657A7.93 7.93 0 0 1 11 4.069V12a1 1 0 0 0 1 1h7.931a7.93 7.93 0 0 1-2.274 4.657M13 11V4.062a7.95 7.95 0 0 1 4.657 2.281A7.93 7.93 0 0 1 19.938 11z"/></svg> </template>
CSS
.icon-pie-chart-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%22M12%202a9.94%209.94%200%200%200-7.071%202.929C3.04%206.818%202%209.33%202%2012s1.04%205.182%202.929%207.071S9.33%2022%2012%2022s5.182-1.04%207.071-2.929S22%2014.67%2022%2012s-1.04-5.182-2.929-7.071A9.94%209.94%200%200%200%2012%202m5.657%2015.657C16.146%2019.168%2014.137%2020%2012%2020s-4.146-.832-5.657-2.343S4%2014.137%204%2012s.832-4.146%202.343-5.657A7.93%207.93%200%200%201%2011%204.069V12a1%201%200%200%200%201%201h7.931a7.93%207.93%200%200%201-2.274%204.657M13%2011V4.062a7.95%207.95%200%200%201%204.657%202.281A7.93%207.93%200%200%201%2019.938%2011z%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%202a9.94%209.94%200%200%200-7.071%202.929C3.04%206.818%202%209.33%202%2012s1.04%205.182%202.929%207.071S9.33%2022%2012%2022s5.182-1.04%207.071-2.929S22%2014.67%2022%2012s-1.04-5.182-2.929-7.071A9.94%209.94%200%200%200%2012%202m5.657%2015.657C16.146%2019.168%2014.137%2020%2012%2020s-4.146-.832-5.657-2.343S4%2014.137%204%2012s.832-4.146%202.343-5.657A7.93%207.93%200%200%201%2011%204.069V12a1%201%200%200%200%201%201h7.931a7.93%207.93%200%200%201-2.274%204.657M13%2011V4.062a7.95%207.95%200%200%201%204.657%202.281A7.93%207.93%200%200%201%2019.938%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/pie-chart-alt.svg?color=%231a73e8&size=48