data sunburst icon
data-sunburst-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- data-sunburst-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
9 other variants in Fluent UI System Icons
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-pie-16-filleddata-scatter-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 sunburst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.777 18a.81.81 0 0 1 .725.472a10.54 10.54 0 0 0 5.028 5.03a.81.81 0 0 1 .472.723c0 .531-.526.901-1.009.68a12.04 12.04 0 0 1-5.896-5.895c-.223-.483.148-1.01.68-1.01m20.45 0c.531 0 .902.527.68 1.01a12.04 12.04 0 0 1-5.896 5.894c-.483.222-1.009-.148-1.01-.68c0-.311.19-.59.473-.723a10.54 10.54 0 0 0 5.029-5.03a.81.81 0 0 1 .724-.47m-3.147-1.23c.47.084.75.573.54 1a8.5 8.5 0 0 1-11.035 4.013c-.436-.191-.534-.747-.228-1.11c.231-.276.621-.348.953-.21a7 7 0 0 0 8.905-3.241c.166-.319.511-.514.865-.451M8.964 7.155c.384-.283.914-.09 1.077.358c.123.337-.008.71-.293.929A6.99 6.99 0 0 0 7 14c0 1.387.405 2.68 1.102 3.768c.193.302.19.699-.042.974c-.306.365-.87.365-1.134-.03A8.46 8.46 0 0 1 5.5 14c0-2.809 1.363-5.3 3.464-6.846M14 9a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m0-5a8.5 8.5 0 0 1 8.448 7.562c.052.473-.38.836-.85.754c-.353-.063-.611-.364-.658-.72a7 7 0 0 0-7.258-6.088a.82.82 0 0 1-.822-.522c-.163-.448.12-.937.595-.968q.27-.018.545-.018M8.994 3.096c.482-.222 1.008.148 1.008.679c0 .311-.189.59-.47.723a10.54 10.54 0 0 0-5.03 5.03a.81.81 0 0 1-.725.472c-.532 0-.903-.526-.68-1.01a12.04 12.04 0 0 1 5.897-5.894m9.008.68c0-.532.526-.902 1.009-.68a12.04 12.04 0 0 1 5.896 5.894c.223.484-.149 1.01-.68 1.01a.81.81 0 0 1-.724-.472a10.54 10.54 0 0 0-5.03-5.03a.81.81 0 0 1-.471-.722"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataSunburst28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.777 18a.81.81 0 0 1 .725.472a10.54 10.54 0 0 0 5.028 5.03a.81.81 0 0 1 .472.723c0 .531-.526.901-1.009.68a12.04 12.04 0 0 1-5.896-5.895c-.223-.483.148-1.01.68-1.01m20.45 0c.531 0 .902.527.68 1.01a12.04 12.04 0 0 1-5.896 5.894c-.483.222-1.009-.148-1.01-.68c0-.311.19-.59.473-.723a10.54 10.54 0 0 0 5.029-5.03a.81.81 0 0 1 .724-.47m-3.147-1.23c.47.084.75.573.54 1a8.5 8.5 0 0 1-11.035 4.013c-.436-.191-.534-.747-.228-1.11c.231-.276.621-.348.953-.21a7 7 0 0 0 8.905-3.241c.166-.319.511-.514.865-.451M8.964 7.155c.384-.283.914-.09 1.077.358c.123.337-.008.71-.293.929A6.99 6.99 0 0 0 7 14c0 1.387.405 2.68 1.102 3.768c.193.302.19.699-.042.974c-.306.365-.87.365-1.134-.03A8.46 8.46 0 0 1 5.5 14c0-2.809 1.363-5.3 3.464-6.846M14 9a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m0-5a8.5 8.5 0 0 1 8.448 7.562c.052.473-.38.836-.85.754c-.353-.063-.611-.364-.658-.72a7 7 0 0 0-7.258-6.088a.82.82 0 0 1-.822-.522c-.163-.448.12-.937.595-.968q.27-.018.545-.018M8.994 3.096c.482-.222 1.008.148 1.008.679c0 .311-.189.59-.47.723a10.54 10.54 0 0 0-5.03 5.03a.81.81 0 0 1-.725.472c-.532 0-.903-.526-.68-1.01a12.04 12.04 0 0 1 5.897-5.894m9.008.68c0-.532.526-.902 1.009-.68a12.04 12.04 0 0 1 5.896 5.894c.223.484-.149 1.01-.68 1.01a.81.81 0 0 1-.724-.472a10.54 10.54 0 0 0-5.03-5.03a.81.81 0 0 1-.471-.722"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.777 18a.81.81 0 0 1 .725.472a10.54 10.54 0 0 0 5.028 5.03a.81.81 0 0 1 .472.723c0 .531-.526.901-1.009.68a12.04 12.04 0 0 1-5.896-5.895c-.223-.483.148-1.01.68-1.01m20.45 0c.531 0 .902.527.68 1.01a12.04 12.04 0 0 1-5.896 5.894c-.483.222-1.009-.148-1.01-.68c0-.311.19-.59.473-.723a10.54 10.54 0 0 0 5.029-5.03a.81.81 0 0 1 .724-.47m-3.147-1.23c.47.084.75.573.54 1a8.5 8.5 0 0 1-11.035 4.013c-.436-.191-.534-.747-.228-1.11c.231-.276.621-.348.953-.21a7 7 0 0 0 8.905-3.241c.166-.319.511-.514.865-.451M8.964 7.155c.384-.283.914-.09 1.077.358c.123.337-.008.71-.293.929A6.99 6.99 0 0 0 7 14c0 1.387.405 2.68 1.102 3.768c.193.302.19.699-.042.974c-.306.365-.87.365-1.134-.03A8.46 8.46 0 0 1 5.5 14c0-2.809 1.363-5.3 3.464-6.846M14 9a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m0-5a8.5 8.5 0 0 1 8.448 7.562c.052.473-.38.836-.85.754c-.353-.063-.611-.364-.658-.72a7 7 0 0 0-7.258-6.088a.82.82 0 0 1-.822-.522c-.163-.448.12-.937.595-.968q.27-.018.545-.018M8.994 3.096c.482-.222 1.008.148 1.008.679c0 .311-.189.59-.47.723a10.54 10.54 0 0 0-5.03 5.03a.81.81 0 0 1-.725.472c-.532 0-.903-.526-.68-1.01a12.04 12.04 0 0 1 5.897-5.894m9.008.68c0-.532.526-.902 1.009-.68a12.04 12.04 0 0 1 5.896 5.894c.223.484-.149 1.01-.68 1.01a.81.81 0 0 1-.724-.472a10.54 10.54 0 0 0-5.03-5.03a.81.81 0 0 1-.471-.722"/></svg> </template>
CSS
.icon-data-sunburst-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.777%2018a.81.81%200%200%201%20.725.472a10.54%2010.54%200%200%200%205.028%205.03a.81.81%200%200%201%20.472.723c0%20.531-.526.901-1.009.68a12.04%2012.04%200%200%201-5.896-5.895c-.223-.483.148-1.01.68-1.01m20.45%200c.531%200%20.902.527.68%201.01a12.04%2012.04%200%200%201-5.896%205.894c-.483.222-1.009-.148-1.01-.68c0-.311.19-.59.473-.723a10.54%2010.54%200%200%200%205.029-5.03a.81.81%200%200%201%20.724-.47m-3.147-1.23c.47.084.75.573.54%201a8.5%208.5%200%200%201-11.035%204.013c-.436-.191-.534-.747-.228-1.11c.231-.276.621-.348.953-.21a7%207%200%200%200%208.905-3.241c.166-.319.511-.514.865-.451M8.964%207.155c.384-.283.914-.09%201.077.358c.123.337-.008.71-.293.929A6.99%206.99%200%200%200%207%2014c0%201.387.405%202.68%201.102%203.768c.193.302.19.699-.042.974c-.306.365-.87.365-1.134-.03A8.46%208.46%200%200%201%205.5%2014c0-2.809%201.363-5.3%203.464-6.846M14%209a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m0-5a8.5%208.5%200%200%201%208.448%207.562c.052.473-.38.836-.85.754c-.353-.063-.611-.364-.658-.72a7%207%200%200%200-7.258-6.088a.82.82%200%200%201-.822-.522c-.163-.448.12-.937.595-.968q.27-.018.545-.018M8.994%203.096c.482-.222%201.008.148%201.008.679c0%20.311-.189.59-.47.723a10.54%2010.54%200%200%200-5.03%205.03a.81.81%200%200%201-.725.472c-.532%200-.903-.526-.68-1.01a12.04%2012.04%200%200%201%205.897-5.894m9.008.68c0-.532.526-.902%201.009-.68a12.04%2012.04%200%200%201%205.896%205.894c.223.484-.149%201.01-.68%201.01a.81.81%200%200%201-.724-.472a10.54%2010.54%200%200%200-5.03-5.03a.81.81%200%200%201-.471-.722%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.777%2018a.81.81%200%200%201%20.725.472a10.54%2010.54%200%200%200%205.028%205.03a.81.81%200%200%201%20.472.723c0%20.531-.526.901-1.009.68a12.04%2012.04%200%200%201-5.896-5.895c-.223-.483.148-1.01.68-1.01m20.45%200c.531%200%20.902.527.68%201.01a12.04%2012.04%200%200%201-5.896%205.894c-.483.222-1.009-.148-1.01-.68c0-.311.19-.59.473-.723a10.54%2010.54%200%200%200%205.029-5.03a.81.81%200%200%201%20.724-.47m-3.147-1.23c.47.084.75.573.54%201a8.5%208.5%200%200%201-11.035%204.013c-.436-.191-.534-.747-.228-1.11c.231-.276.621-.348.953-.21a7%207%200%200%200%208.905-3.241c.166-.319.511-.514.865-.451M8.964%207.155c.384-.283.914-.09%201.077.358c.123.337-.008.71-.293.929A6.99%206.99%200%200%200%207%2014c0%201.387.405%202.68%201.102%203.768c.193.302.19.699-.042.974c-.306.365-.87.365-1.134-.03A8.46%208.46%200%200%201%205.5%2014c0-2.809%201.363-5.3%203.464-6.846M14%209a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m0-5a8.5%208.5%200%200%201%208.448%207.562c.052.473-.38.836-.85.754c-.353-.063-.611-.364-.658-.72a7%207%200%200%200-7.258-6.088a.82.82%200%200%201-.822-.522c-.163-.448.12-.937.595-.968q.27-.018.545-.018M8.994%203.096c.482-.222%201.008.148%201.008.679c0%20.311-.189.59-.47.723a10.54%2010.54%200%200%200-5.03%205.03a.81.81%200%200%201-.725.472c-.532%200-.903-.526-.68-1.01a12.04%2012.04%200%200%201%205.897-5.894m9.008.68c0-.532.526-.902%201.009-.68a12.04%2012.04%200%200%201%205.896%205.894c.223.484-.149%201.01-.68%201.01a.81.81%200%200%201-.724-.472a10.54%2010.54%200%200%200-5.03-5.03a.81.81%200%200%201-.471-.722%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/data-sunburst-28-regular.svg?color=%231a73e8&size=48