pie chart icon

pie-chart-broken from Solar by 480 Design · Broken · Business · CC-BY-4.0 Attribution required.

Name
pie-chart-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

Use the pie chart 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 stroke-linecap="round" d="M20 15.5524C18.8263 19.2893 15.3351 22 11.2108 22C6.12383 22 2 17.8762 2 12.7892C2 11.8169 2.15064 10.8798 2.42985 10M8.44759 4C7.15152 4.40707 5.9789 5.09291 5 5.98724"/><path d="M21.9131 9.94727C20.8515 6.14438 17.8556 3.14845 14.0527 2.0869C12.4091 1.6281 11 3.05419 11 4.76062V11.4551C11 12.3083 11.6917 13 12.5449 13H19.2394C20.9458 13 22.3719 11.5909 21.9131 9.94727Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPieChartBroken(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 strokeLinecap="round" d="M20 15.5524C18.8263 19.2893 15.3351 22 11.2108 22C6.12383 22 2 17.8762 2 12.7892C2 11.8169 2.15064 10.8798 2.42985 10M8.44759 4C7.15152 4.40707 5.9789 5.09291 5 5.98724"/><path d="M21.9131 9.94727C20.8515 6.14438 17.8556 3.14845 14.0527 2.0869C12.4091 1.6281 11 3.05419 11 4.76062V11.4551C11 12.3083 11.6917 13 12.5449 13H19.2394C20.9458 13 22.3719 11.5909 21.9131 9.94727Z"/></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 stroke-linecap="round" d="M20 15.5524C18.8263 19.2893 15.3351 22 11.2108 22C6.12383 22 2 17.8762 2 12.7892C2 11.8169 2.15064 10.8798 2.42985 10M8.44759 4C7.15152 4.40707 5.9789 5.09291 5 5.98724"/><path d="M21.9131 9.94727C20.8515 6.14438 17.8556 3.14845 14.0527 2.0869C12.4091 1.6281 11 3.05419 11 4.76062V11.4551C11 12.3083 11.6917 13 12.5449 13H19.2394C20.9458 13 22.3719 11.5909 21.9131 9.94727Z"/></g></svg>
</template>

CSS

.icon-pie-chart-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%20stroke-linecap%3D%22round%22%20d%3D%22M20%2015.5524C18.8263%2019.2893%2015.3351%2022%2011.2108%2022C6.12383%2022%202%2017.8762%202%2012.7892C2%2011.8169%202.15064%2010.8798%202.42985%2010M8.44759%204C7.15152%204.40707%205.9789%205.09291%205%205.98724%22%2F%3E%3Cpath%20d%3D%22M21.9131%209.94727C20.8515%206.14438%2017.8556%203.14845%2014.0527%202.0869C12.4091%201.6281%2011%203.05419%2011%204.76062V11.4551C11%2012.3083%2011.6917%2013%2012.5449%2013H19.2394C20.9458%2013%2022.3719%2011.5909%2021.9131%209.94727Z%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%20stroke-linecap%3D%22round%22%20d%3D%22M20%2015.5524C18.8263%2019.2893%2015.3351%2022%2011.2108%2022C6.12383%2022%202%2017.8762%202%2012.7892C2%2011.8169%202.15064%2010.8798%202.42985%2010M8.44759%204C7.15152%204.40707%205.9789%205.09291%205%205.98724%22%2F%3E%3Cpath%20d%3D%22M21.9131%209.94727C20.8515%206.14438%2017.8556%203.14845%2014.0527%202.0869C12.4091%201.6281%2011%203.05419%2011%204.76062V11.4551C11%2012.3083%2011.6917%2013%2012.5449%2013H19.2394C20.9458%2013%2022.3719%2011.5909%2021.9131%209.94727Z%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-broken.svg?color=%231a73e8&size=48