chart pie slice icon

chart-pie-slice-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
chart-pie-slice-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the chart pie slice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M93.82 116.64a12 12 0 0 0 6.18-10.49V40.74a12 12 0 0 0-17-10.91A108.26 108.26 0 0 0 20 128c0 3.37.16 6.76.47 10.1a12 12 0 0 0 17.76 9.38ZM76 62.06v37l-31.19 17.3A84.4 84.4 0 0 1 76 62.06M128 20a12 12 0 0 0-12 12v89.53l-76.82 44.74a12 12 0 0 0-4.3 16.46A108 108 0 1 0 128 20m0 192a84.47 84.47 0 0 1-65.57-31.5L134 138.79a12 12 0 0 0 6-10.37V44.85A84 84 0 0 1 128 212"/></svg>

React

import type { SVGProps } from "react";

export function PhChartPieSliceBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M93.82 116.64a12 12 0 0 0 6.18-10.49V40.74a12 12 0 0 0-17-10.91A108.26 108.26 0 0 0 20 128c0 3.37.16 6.76.47 10.1a12 12 0 0 0 17.76 9.38ZM76 62.06v37l-31.19 17.3A84.4 84.4 0 0 1 76 62.06M128 20a12 12 0 0 0-12 12v89.53l-76.82 44.74a12 12 0 0 0-4.3 16.46A108 108 0 1 0 128 20m0 192a84.47 84.47 0 0 1-65.57-31.5L134 138.79a12 12 0 0 0 6-10.37V44.85A84 84 0 0 1 128 212"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M93.82 116.64a12 12 0 0 0 6.18-10.49V40.74a12 12 0 0 0-17-10.91A108.26 108.26 0 0 0 20 128c0 3.37.16 6.76.47 10.1a12 12 0 0 0 17.76 9.38ZM76 62.06v37l-31.19 17.3A84.4 84.4 0 0 1 76 62.06M128 20a12 12 0 0 0-12 12v89.53l-76.82 44.74a12 12 0 0 0-4.3 16.46A108 108 0 1 0 128 20m0 192a84.47 84.47 0 0 1-65.57-31.5L134 138.79a12 12 0 0 0 6-10.37V44.85A84 84 0 0 1 128 212"/></svg>
</template>

CSS

.icon-chart-pie-slice-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M93.82%20116.64a12%2012%200%200%200%206.18-10.49V40.74a12%2012%200%200%200-17-10.91A108.26%20108.26%200%200%200%2020%20128c0%203.37.16%206.76.47%2010.1a12%2012%200%200%200%2017.76%209.38ZM76%2062.06v37l-31.19%2017.3A84.4%2084.4%200%200%201%2076%2062.06M128%2020a12%2012%200%200%200-12%2012v89.53l-76.82%2044.74a12%2012%200%200%200-4.3%2016.46A108%20108%200%201%200%20128%2020m0%20192a84.47%2084.47%200%200%201-65.57-31.5L134%20138.79a12%2012%200%200%200%206-10.37V44.85A84%2084%200%200%201%20128%20212%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M93.82%20116.64a12%2012%200%200%200%206.18-10.49V40.74a12%2012%200%200%200-17-10.91A108.26%20108.26%200%200%200%2020%20128c0%203.37.16%206.76.47%2010.1a12%2012%200%200%200%2017.76%209.38ZM76%2062.06v37l-31.19%2017.3A84.4%2084.4%200%200%201%2076%2062.06M128%2020a12%2012%200%200%200-12%2012v89.53l-76.82%2044.74a12%2012%200%200%200-4.3%2016.46A108%20108%200%201%200%20128%2020m0%20192a84.47%2084.47%200%200%201-65.57-31.5L134%20138.79a12%2012%200%200%200%206-10.37V44.85A84%2084%200%200%201%20128%20212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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