pie chart alt 2 icon

pie-chart-alt-2 from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
pie-chart-alt-2
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

Use the pie chart alt 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.051V11h8.949c-.47-4.717-4.232-8.479-8.949-8.949m4.969 17.953c2.189-1.637 3.694-4.14 3.98-7.004h-8.183z"/><path fill="currentColor" d="M11 12V2.051C5.954 2.555 2 6.824 2 12c0 5.514 4.486 10 10 10a9.9 9.9 0 0 0 4.255-.964s-5.253-8.915-5.254-9.031z"/></svg>

React

import type { SVGProps } from "react";

export function BxsPieChartAlt2(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 2.051V11h8.949c-.47-4.717-4.232-8.479-8.949-8.949m4.969 17.953c2.189-1.637 3.694-4.14 3.98-7.004h-8.183z"/><path fill="currentColor" d="M11 12V2.051C5.954 2.555 2 6.824 2 12c0 5.514 4.486 10 10 10a9.9 9.9 0 0 0 4.255-.964s-5.253-8.915-5.254-9.031z"/></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 2.051V11h8.949c-.47-4.717-4.232-8.479-8.949-8.949m4.969 17.953c2.189-1.637 3.694-4.14 3.98-7.004h-8.183z"/><path fill="currentColor" d="M11 12V2.051C5.954 2.555 2 6.824 2 12c0 5.514 4.486 10 10 10a9.9 9.9 0 0 0 4.255-.964s-5.253-8.915-5.254-9.031z"/></svg>
</template>

CSS

.icon-pie-chart-alt-2 {
  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%202.051V11h8.949c-.47-4.717-4.232-8.479-8.949-8.949m4.969%2017.953c2.189-1.637%203.694-4.14%203.98-7.004h-8.183z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2012V2.051C5.954%202.555%202%206.824%202%2012c0%205.514%204.486%2010%2010%2010a9.9%209.9%200%200%200%204.255-.964s-5.253-8.915-5.254-9.031z%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%202.051V11h8.949c-.47-4.717-4.232-8.479-8.949-8.949m4.969%2017.953c2.189-1.637%203.694-4.14%203.98-7.004h-8.183z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2012V2.051C5.954%202.555%202%206.824%202%2012c0%205.514%204.486%2010%2010%2010a9.9%209.9%200%200%200%204.255-.964s-5.253-8.915-5.254-9.031z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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