bxs pie chart alt icon

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

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

Related icons in BoxIcons v2

Use the bxs pie chart alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.071 4.929A9.97 9.97 0 0 0 12 2a9.936 9.936 0 0 0-7.071 2.929C3.04 6.818 2 9.33 2 12s1.04 5.182 2.929 7.071C6.818 20.96 9.33 22 12 22s5.182-1.04 7.071-2.929A9.936 9.936 0 0 0 22 12a9.97 9.97 0 0 0-2.929-7.071zm-1.414 12.728C16.146 19.168 14.137 20 12 20s-4.146-.832-5.657-2.343C4.832 16.146 4 14.137 4 12s.832-4.146 2.343-5.657A7.948 7.948 0 0 1 12 4v8h8a7.948 7.948 0 0 1-2.343 5.657z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsPieChartAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.071 4.929A9.97 9.97 0 0 0 12 2a9.936 9.936 0 0 0-7.071 2.929C3.04 6.818 2 9.33 2 12s1.04 5.182 2.929 7.071C6.818 20.96 9.33 22 12 22s5.182-1.04 7.071-2.929A9.936 9.936 0 0 0 22 12a9.97 9.97 0 0 0-2.929-7.071zm-1.414 12.728C16.146 19.168 14.137 20 12 20s-4.146-.832-5.657-2.343C4.832 16.146 4 14.137 4 12s.832-4.146 2.343-5.657A7.948 7.948 0 0 1 12 4v8h8a7.948 7.948 0 0 1-2.343 5.657z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.071 4.929A9.97 9.97 0 0 0 12 2a9.936 9.936 0 0 0-7.071 2.929C3.04 6.818 2 9.33 2 12s1.04 5.182 2.929 7.071C6.818 20.96 9.33 22 12 22s5.182-1.04 7.071-2.929A9.936 9.936 0 0 0 22 12a9.97 9.97 0 0 0-2.929-7.071zm-1.414 12.728C16.146 19.168 14.137 20 12 20s-4.146-.832-5.657-2.343C4.832 16.146 4 14.137 4 12s.832-4.146 2.343-5.657A7.948 7.948 0 0 1 12 4v8h8a7.948 7.948 0 0 1-2.343 5.657z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-pie-chart-alt {
  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%22M19.071%204.929A9.97%209.97%200%200%200%2012%202a9.936%209.936%200%200%200-7.071%202.929C3.04%206.818%202%209.33%202%2012s1.04%205.182%202.929%207.071C6.818%2020.96%209.33%2022%2012%2022s5.182-1.04%207.071-2.929A9.936%209.936%200%200%200%2022%2012a9.97%209.97%200%200%200-2.929-7.071zm-1.414%2012.728C16.146%2019.168%2014.137%2020%2012%2020s-4.146-.832-5.657-2.343C4.832%2016.146%204%2014.137%204%2012s.832-4.146%202.343-5.657A7.948%207.948%200%200%201%2012%204v8h8a7.948%207.948%200%200%201-2.343%205.657z%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%22M19.071%204.929A9.97%209.97%200%200%200%2012%202a9.936%209.936%200%200%200-7.071%202.929C3.04%206.818%202%209.33%202%2012s1.04%205.182%202.929%207.071C6.818%2020.96%209.33%2022%2012%2022s5.182-1.04%207.071-2.929A9.936%209.936%200%200%200%2022%2012a9.97%209.97%200%200%200-2.929-7.071zm-1.414%2012.728C16.146%2019.168%2014.137%2020%2012%2020s-4.146-.832-5.657-2.343C4.832%2016.146%204%2014.137%204%2012s.832-4.146%202.343-5.657A7.948%207.948%200%200%201%2012%204v8h8a7.948%207.948%200%200%201-2.343%205.657z%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.svg?color=%231a73e8&size=48