data-pie-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.

Name
data-pie-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the data pie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGlgugBcPA)" d="M11 4.784a.75.75 0 0 0-.817-.747a9 9 0 1 0 9.78 9.78a.75.75 0 0 0-.747-.817H11z"/><path fill="url(#SVGFULrfeoq)" d="M12.728 2.216a.75.75 0 0 1 .544-.212a9 9 0 0 1 8.724 8.724a.75.75 0 0 1-.75.772H13.25a.75.75 0 0 1-.75-.75V2.754a.75.75 0 0 1 .228-.538"/><defs><linearGradient id="SVGlgugBcPA" x1="19.966" x2="-8.78" y1="22" y2="-6.746" gradientUnits="userSpaceOnUse"><stop stop-color="#6d37cd"/><stop offset=".641" stop-color="#ea71ef"/></linearGradient><linearGradient id="SVGFULrfeoq" x1="21.205" x2="14.399" y1="9.759" y2="2.004" gradientUnits="userSpaceOnUse"><stop stop-color="#e23cb4"/><stop offset="1" stop-color="#ea71ef"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorDataPie24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGlgugBcPA)" d="M11 4.784a.75.75 0 0 0-.817-.747a9 9 0 1 0 9.78 9.78a.75.75 0 0 0-.747-.817H11z"/><path fill="url(#SVGFULrfeoq)" d="M12.728 2.216a.75.75 0 0 1 .544-.212a9 9 0 0 1 8.724 8.724a.75.75 0 0 1-.75.772H13.25a.75.75 0 0 1-.75-.75V2.754a.75.75 0 0 1 .228-.538"/><defs><linearGradient id="SVGlgugBcPA" x1="19.966" x2="-8.78" y1="22" y2="-6.746" gradientUnits="userSpaceOnUse"><stop stopColor="#6d37cd"/><stop offset=".641" stopColor="#ea71ef"/></linearGradient><linearGradient id="SVGFULrfeoq" x1="21.205" x2="14.399" y1="9.759" y2="2.004" gradientUnits="userSpaceOnUse"><stop stopColor="#e23cb4"/><stop offset="1" stopColor="#ea71ef"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGlgugBcPA)" d="M11 4.784a.75.75 0 0 0-.817-.747a9 9 0 1 0 9.78 9.78a.75.75 0 0 0-.747-.817H11z"/><path fill="url(#SVGFULrfeoq)" d="M12.728 2.216a.75.75 0 0 1 .544-.212a9 9 0 0 1 8.724 8.724a.75.75 0 0 1-.75.772H13.25a.75.75 0 0 1-.75-.75V2.754a.75.75 0 0 1 .228-.538"/><defs><linearGradient id="SVGlgugBcPA" x1="19.966" x2="-8.78" y1="22" y2="-6.746" gradientUnits="userSpaceOnUse"><stop stop-color="#6d37cd"/><stop offset=".641" stop-color="#ea71ef"/></linearGradient><linearGradient id="SVGFULrfeoq" x1="21.205" x2="14.399" y1="9.759" y2="2.004" gradientUnits="userSpaceOnUse"><stop stop-color="#e23cb4"/><stop offset="1" stop-color="#ea71ef"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-data-pie-24 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGlgugBcPA)%22%20d%3D%22M11%204.784a.75.75%200%200%200-.817-.747a9%209%200%201%200%209.78%209.78a.75.75%200%200%200-.747-.817H11z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFULrfeoq)%22%20d%3D%22M12.728%202.216a.75.75%200%200%201%20.544-.212a9%209%200%200%201%208.724%208.724a.75.75%200%200%201-.75.772H13.25a.75.75%200%200%201-.75-.75V2.754a.75.75%200%200%201%20.228-.538%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGlgugBcPA%22%20x1%3D%2219.966%22%20x2%3D%22-8.78%22%20y1%3D%2222%22%20y2%3D%22-6.746%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236d37cd%22%2F%3E%3Cstop%20offset%3D%22.641%22%20stop-color%3D%22%23ea71ef%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFULrfeoq%22%20x1%3D%2221.205%22%20x2%3D%2214.399%22%20y1%3D%229.759%22%20y2%3D%222.004%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e23cb4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ea71ef%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGlgugBcPA)%22%20d%3D%22M11%204.784a.75.75%200%200%200-.817-.747a9%209%200%201%200%209.78%209.78a.75.75%200%200%200-.747-.817H11z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFULrfeoq)%22%20d%3D%22M12.728%202.216a.75.75%200%200%201%20.544-.212a9%209%200%200%201%208.724%208.724a.75.75%200%200%201-.75.772H13.25a.75.75%200%200%201-.75-.75V2.754a.75.75%200%200%201%20.228-.538%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGlgugBcPA%22%20x1%3D%2219.966%22%20x2%3D%22-8.78%22%20y1%3D%2222%22%20y2%3D%22-6.746%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236d37cd%22%2F%3E%3Cstop%20offset%3D%22.641%22%20stop-color%3D%22%23ea71ef%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFULrfeoq%22%20x1%3D%2221.205%22%20x2%3D%2214.399%22%20y1%3D%229.759%22%20y2%3D%222.004%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e23cb4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ea71ef%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/data-pie-24.svg?color=%231a73e8&size=48