bxs pie chart alt 2 icon

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

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

Related icons in BoxIcons v2

Use the bxs pie chart alt 2 icon

SVG

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

React

import type { SVGProps } from "react";

export function BxBxsPieChartAlt2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13 2.051V11h8.949c-.47-4.717-4.232-8.479-8.949-8.949zm4.969 17.953c2.189-1.637 3.694-4.14 3.98-7.004h-8.183l4.203 7.004z" fill="currentColor"/><path d="M11 12V2.051C5.954 2.555 2 6.824 2 12c0 5.514 4.486 10 10 10a9.93 9.93 0 0 0 4.255-.964s-5.253-8.915-5.254-9.031A.02.02 0 0 0 11 12z" fill="currentColor"/></svg>
  );
}

Vue

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

CSS

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

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