data pie icon
data-pie-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- data-pie-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
data-area-20-filleddata-bar-horizontal-20-filleddata-bar-horizontal-descending-16-filleddata-bar-vertical-16-filleddata-bar-vertical-add-20-filleddata-bar-vertical-arrow-down-16-filleddata-bar-vertical-ascending-16-filleddata-bar-vertical-edit-16-filleddata-bar-vertical-star-16-filleddata-funnel-20-filleddata-histogram-16-filleddata-line-16-filleddata-scatter-20-filleddata-sunburst-20-filleddata-treemap-20-filleddata-trending-16-filleddata-usage-16-filleddata-usage-checkmark-16-filleddata-usage-edit-20-filleddata-usage-settings-16-filleddata-usage-sparkle-20-filleddata-usage-toolbox-20-filleddata-waterfall-20-filleddata-whisker-20-filled
Use the data pie icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.047 3.013A1 1 0 0 0 17 4.012V14a1 1 0 0 0 1 1h9.988a1 1 0 0 0 1-1.047C28.71 8.037 23.962 3.29 18.046 3.013M19 13V5.118A9.51 9.51 0 0 1 26.882 13zm-4-5.988a1 1 0 0 0-1.047-1C7.855 6.3 3 11.333 3 17.5C3 23.851 8.149 29 14.5 29c6.168 0 11.201-4.855 11.487-10.953A1 1 0 0 0 24.988 17H17.5a2.5 2.5 0 0 1-2.5-2.5zM5 17.5c0-4.736 3.466-8.663 8-9.382V14.5a4.5 4.5 0 0 0 4.5 4.5h6.382c-.719 4.534-4.646 8-9.382 8A9.5 9.5 0 0 1 5 17.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataPie32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.047 3.013A1 1 0 0 0 17 4.012V14a1 1 0 0 0 1 1h9.988a1 1 0 0 0 1-1.047C28.71 8.037 23.962 3.29 18.046 3.013M19 13V5.118A9.51 9.51 0 0 1 26.882 13zm-4-5.988a1 1 0 0 0-1.047-1C7.855 6.3 3 11.333 3 17.5C3 23.851 8.149 29 14.5 29c6.168 0 11.201-4.855 11.487-10.953A1 1 0 0 0 24.988 17H17.5a2.5 2.5 0 0 1-2.5-2.5zM5 17.5c0-4.736 3.466-8.663 8-9.382V14.5a4.5 4.5 0 0 0 4.5 4.5h6.382c-.719 4.534-4.646 8-9.382 8A9.5 9.5 0 0 1 5 17.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.047 3.013A1 1 0 0 0 17 4.012V14a1 1 0 0 0 1 1h9.988a1 1 0 0 0 1-1.047C28.71 8.037 23.962 3.29 18.046 3.013M19 13V5.118A9.51 9.51 0 0 1 26.882 13zm-4-5.988a1 1 0 0 0-1.047-1C7.855 6.3 3 11.333 3 17.5C3 23.851 8.149 29 14.5 29c6.168 0 11.201-4.855 11.487-10.953A1 1 0 0 0 24.988 17H17.5a2.5 2.5 0 0 1-2.5-2.5zM5 17.5c0-4.736 3.466-8.663 8-9.382V14.5a4.5 4.5 0 0 0 4.5 4.5h6.382c-.719 4.534-4.646 8-9.382 8A9.5 9.5 0 0 1 5 17.5"/></svg> </template>
CSS
.icon-data-pie-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.047%203.013A1%201%200%200%200%2017%204.012V14a1%201%200%200%200%201%201h9.988a1%201%200%200%200%201-1.047C28.71%208.037%2023.962%203.29%2018.046%203.013M19%2013V5.118A9.51%209.51%200%200%201%2026.882%2013zm-4-5.988a1%201%200%200%200-1.047-1C7.855%206.3%203%2011.333%203%2017.5C3%2023.851%208.149%2029%2014.5%2029c6.168%200%2011.201-4.855%2011.487-10.953A1%201%200%200%200%2024.988%2017H17.5a2.5%202.5%200%200%201-2.5-2.5zM5%2017.5c0-4.736%203.466-8.663%208-9.382V14.5a4.5%204.5%200%200%200%204.5%204.5h6.382c-.719%204.534-4.646%208-9.382%208A9.5%209.5%200%200%201%205%2017.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.047%203.013A1%201%200%200%200%2017%204.012V14a1%201%200%200%200%201%201h9.988a1%201%200%200%200%201-1.047C28.71%208.037%2023.962%203.29%2018.046%203.013M19%2013V5.118A9.51%209.51%200%200%201%2026.882%2013zm-4-5.988a1%201%200%200%200-1.047-1C7.855%206.3%203%2011.333%203%2017.5C3%2023.851%208.149%2029%2014.5%2029c6.168%200%2011.201-4.855%2011.487-10.953A1%201%200%200%200%2024.988%2017H17.5a2.5%202.5%200%200%201-2.5-2.5zM5%2017.5c0-4.736%203.466-8.663%208-9.382V14.5a4.5%204.5%200%200%200%204.5%204.5h6.382c-.719%204.534-4.646%208-9.382%208A9.5%209.5%200%200%201%205%2017.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/data-pie-32-regular.svg?color=%231a73e8&size=48