pie chart 2 icon
pie-chart-2-broken from Solar by 480 Design · Broken · Business · CC-BY-4.0 Attribution required.
- Name
- pie-chart-2-broken
- Set
- Solar
- Style
- Broken
- Category
- Business
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More business icons from Solar
chart-2-boldchart-boldchart-square-boldchat-square-2-boldcourse-down-boldcourse-up-bolddiagram-down-bolddiagram-up-boldgraph-boldgraph-down-boldgraph-down-new-boldgraph-new-boldgraph-new-up-boldgraph-up-boldkanban-boldkanban-square-boldpie-chart-3-boldpie-chart-boldpresentation-graph-boldround-graph-boldtable-boldtable-cells-merge-boldtable-cells-split-boldtable-columns-split-bold
Use the pie chart 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M21.446 7.06901C20.6342 5.00831 18.9917 3.36579 16.931 2.55398C15.3895 1.94669 14 3.34316 14 5.00002V9.00002C14 9.5523 14.4477 10 15 10H19C20.6569 10 22.0533 8.61055 21.446 7.06901Z"/><path stroke-linecap="round" d="M6.22209 4.60105C6.66665 4.304 7.13344 4.04636 7.6171 3.82976C8.98898 3.21539 9.67491 2.9082 10.5875 3.4994C11.5 4.09061 11.5 5.06041 11.5 7.00001V8.50001C11.5 10.3856 11.5 11.3284 12.0858 11.9142C12.6716 12.5 13.6144 12.5 15.5 12.5H17C18.9396 12.5 19.9094 12.5 20.5006 13.4125C21.0918 14.3251 20.7846 15.011 20.1702 16.3829C19.9536 16.8666 19.696 17.3334 19.399 17.7779C18.3551 19.3402 16.8714 20.5578 15.1355 21.2769C13.3996 21.9959 11.4895 22.184 9.64665 21.8175C7.80383 21.4509 6.11109 20.5461 4.78249 19.2175C3.45389 17.8889 2.5491 16.1962 2.18254 14.3534C1.81598 12.5105 2.00412 10.6004 2.72315 8.86451"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPieChart2Broken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M21.446 7.06901C20.6342 5.00831 18.9917 3.36579 16.931 2.55398C15.3895 1.94669 14 3.34316 14 5.00002V9.00002C14 9.5523 14.4477 10 15 10H19C20.6569 10 22.0533 8.61055 21.446 7.06901Z"/><path strokeLinecap="round" d="M6.22209 4.60105C6.66665 4.304 7.13344 4.04636 7.6171 3.82976C8.98898 3.21539 9.67491 2.9082 10.5875 3.4994C11.5 4.09061 11.5 5.06041 11.5 7.00001V8.50001C11.5 10.3856 11.5 11.3284 12.0858 11.9142C12.6716 12.5 13.6144 12.5 15.5 12.5H17C18.9396 12.5 19.9094 12.5 20.5006 13.4125C21.0918 14.3251 20.7846 15.011 20.1702 16.3829C19.9536 16.8666 19.696 17.3334 19.399 17.7779C18.3551 19.3402 16.8714 20.5578 15.1355 21.2769C13.3996 21.9959 11.4895 22.184 9.64665 21.8175C7.80383 21.4509 6.11109 20.5461 4.78249 19.2175C3.45389 17.8889 2.5491 16.1962 2.18254 14.3534C1.81598 12.5105 2.00412 10.6004 2.72315 8.86451"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M21.446 7.06901C20.6342 5.00831 18.9917 3.36579 16.931 2.55398C15.3895 1.94669 14 3.34316 14 5.00002V9.00002C14 9.5523 14.4477 10 15 10H19C20.6569 10 22.0533 8.61055 21.446 7.06901Z"/><path stroke-linecap="round" d="M6.22209 4.60105C6.66665 4.304 7.13344 4.04636 7.6171 3.82976C8.98898 3.21539 9.67491 2.9082 10.5875 3.4994C11.5 4.09061 11.5 5.06041 11.5 7.00001V8.50001C11.5 10.3856 11.5 11.3284 12.0858 11.9142C12.6716 12.5 13.6144 12.5 15.5 12.5H17C18.9396 12.5 19.9094 12.5 20.5006 13.4125C21.0918 14.3251 20.7846 15.011 20.1702 16.3829C19.9536 16.8666 19.696 17.3334 19.399 17.7779C18.3551 19.3402 16.8714 20.5578 15.1355 21.2769C13.3996 21.9959 11.4895 22.184 9.64665 21.8175C7.80383 21.4509 6.11109 20.5461 4.78249 19.2175C3.45389 17.8889 2.5491 16.1962 2.18254 14.3534C1.81598 12.5105 2.00412 10.6004 2.72315 8.86451"/></g></svg> </template>
CSS
.icon-pie-chart-2-broken {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.446%207.06901C20.6342%205.00831%2018.9917%203.36579%2016.931%202.55398C15.3895%201.94669%2014%203.34316%2014%205.00002V9.00002C14%209.5523%2014.4477%2010%2015%2010H19C20.6569%2010%2022.0533%208.61055%2021.446%207.06901Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.22209%204.60105C6.66665%204.304%207.13344%204.04636%207.6171%203.82976C8.98898%203.21539%209.67491%202.9082%2010.5875%203.4994C11.5%204.09061%2011.5%205.06041%2011.5%207.00001V8.50001C11.5%2010.3856%2011.5%2011.3284%2012.0858%2011.9142C12.6716%2012.5%2013.6144%2012.5%2015.5%2012.5H17C18.9396%2012.5%2019.9094%2012.5%2020.5006%2013.4125C21.0918%2014.3251%2020.7846%2015.011%2020.1702%2016.3829C19.9536%2016.8666%2019.696%2017.3334%2019.399%2017.7779C18.3551%2019.3402%2016.8714%2020.5578%2015.1355%2021.2769C13.3996%2021.9959%2011.4895%2022.184%209.64665%2021.8175C7.80383%2021.4509%206.11109%2020.5461%204.78249%2019.2175C3.45389%2017.8889%202.5491%2016.1962%202.18254%2014.3534C1.81598%2012.5105%202.00412%2010.6004%202.72315%208.86451%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.446%207.06901C20.6342%205.00831%2018.9917%203.36579%2016.931%202.55398C15.3895%201.94669%2014%203.34316%2014%205.00002V9.00002C14%209.5523%2014.4477%2010%2015%2010H19C20.6569%2010%2022.0533%208.61055%2021.446%207.06901Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.22209%204.60105C6.66665%204.304%207.13344%204.04636%207.6171%203.82976C8.98898%203.21539%209.67491%202.9082%2010.5875%203.4994C11.5%204.09061%2011.5%205.06041%2011.5%207.00001V8.50001C11.5%2010.3856%2011.5%2011.3284%2012.0858%2011.9142C12.6716%2012.5%2013.6144%2012.5%2015.5%2012.5H17C18.9396%2012.5%2019.9094%2012.5%2020.5006%2013.4125C21.0918%2014.3251%2020.7846%2015.011%2020.1702%2016.3829C19.9536%2016.8666%2019.696%2017.3334%2019.399%2017.7779C18.3551%2019.3402%2016.8714%2020.5578%2015.1355%2021.2769C13.3996%2021.9959%2011.4895%2022.184%209.64665%2021.8175C7.80383%2021.4509%206.11109%2020.5461%204.78249%2019.2175C3.45389%2017.8889%202.5491%2016.1962%202.18254%2014.3534C1.81598%2012.5105%202.00412%2010.6004%202.72315%208.86451%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/pie-chart-2-broken.svg?color=%231a73e8&size=48