pie-chart-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.

Name
pie-chart-outline
Set
Material Symbols
Style
Outline
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
pie-chart-outline-rounded, pie-chart-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the pie chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11h6.95q-.375-2.75-2.287-4.663T13 4.05zm-2 8.95V4.05q-3.025.375-5.012 2.638T4 12t1.988 5.313T11 19.95m2 0q2.75-.35 4.675-2.275T19.95 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.888.788t3.174 2.15t2.15 3.175T22 12q0 2.05-.788 3.875t-2.137 3.188t-3.175 2.15T12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPieChartOutline(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="M13 11h6.95q-.375-2.75-2.287-4.663T13 4.05zm-2 8.95V4.05q-3.025.375-5.012 2.638T4 12t1.988 5.313T11 19.95m2 0q2.75-.35 4.675-2.275T19.95 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.888.788t3.174 2.15t2.15 3.175T22 12q0 2.05-.788 3.875t-2.137 3.188t-3.175 2.15T12 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11h6.95q-.375-2.75-2.287-4.663T13 4.05zm-2 8.95V4.05q-3.025.375-5.012 2.638T4 12t1.988 5.313T11 19.95m2 0q2.75-.35 4.675-2.275T19.95 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.888.788t3.174 2.15t2.15 3.175T22 12q0 2.05-.788 3.875t-2.137 3.188t-3.175 2.15T12 22"/></svg>
</template>

CSS

.icon-pie-chart-outline {
  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%22M13%2011h6.95q-.375-2.75-2.287-4.663T13%204.05zm-2%208.95V4.05q-3.025.375-5.012%202.638T4%2012t1.988%205.313T11%2019.95m2%200q2.75-.35%204.675-2.275T19.95%2013H13zM12%2022q-2.075%200-3.9-.787t-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.888.788t3.174%202.15t2.15%203.175T22%2012q0%202.05-.788%203.875t-2.137%203.188t-3.175%202.15T12%2022%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%22M13%2011h6.95q-.375-2.75-2.287-4.663T13%204.05zm-2%208.95V4.05q-3.025.375-5.012%202.638T4%2012t1.988%205.313T11%2019.95m2%200q2.75-.35%204.675-2.275T19.95%2013H13zM12%2022q-2.075%200-3.9-.787t-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.888.788t3.174%202.15t2.15%203.175T22%2012q0%202.05-.788%203.875t-2.137%203.188t-3.175%202.15T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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