data sunburst icon
data-sunburst-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- data-sunburst-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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.773 18c.312 0 .59.19.724.471a10.54 10.54 0 0 0 5.03 5.03a.81.81 0 0 1 .471.723c0 .532-.527.903-1.01.681a12.04 12.04 0 0 1-5.895-5.896c-.223-.483.149-1.01.68-1.01m20.45 0c.532 0 .902.526.68 1.01a12.04 12.04 0 0 1-5.895 5.895c-.483.222-1.01-.149-1.01-.68c0-.313.19-.591.472-.724a10.54 10.54 0 0 0 5.029-5.029a.81.81 0 0 1 .724-.472M21.08 16.77c.47.083.75.571.539.998a8.5 8.5 0 0 1-11.034 4.014c-.436-.192-.534-.747-.228-1.111c.231-.275.621-.348.953-.21a7 7 0 0 0 8.905-3.241c.166-.318.511-.512.865-.45M8.964 7.154c.384-.283.914-.09 1.077.358a.82.82 0 0 1-.293.928A6.99 6.99 0 0 0 7 14a6.97 6.97 0 0 0 1.101 3.768c.194.303.19.7-.04.975c-.307.365-.87.365-1.135-.031A8.46 8.46 0 0 1 5.5 14a8.49 8.49 0 0 1 3.464-6.846M14 9a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0-3.5a8.5 8.5 0 0 1 8.448 7.561c.052.474-.38.838-.85.755c-.353-.062-.612-.364-.658-.72a7 7 0 0 0-7.258-6.088c-.359.016-.699-.186-.822-.523c-.163-.448.12-.936.595-.968A8 8 0 0 1 14 5.5M8.99 3.096c.483-.222 1.008.148 1.008.68c0 .31-.19.589-.47.722a10.54 10.54 0 0 0-5.031 5.03a.81.81 0 0 1-.724.472c-.531 0-.902-.527-.68-1.01A12.04 12.04 0 0 1 8.99 3.096m9.008.68c0-.532.525-.902 1.008-.68c2.6 1.196 4.7 3.294 5.897 5.894c.223.483-.148 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-.723"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataSunburst28Filled(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.773 18c.312 0 .59.19.724.471a10.54 10.54 0 0 0 5.03 5.03a.81.81 0 0 1 .471.723c0 .532-.527.903-1.01.681a12.04 12.04 0 0 1-5.895-5.896c-.223-.483.149-1.01.68-1.01m20.45 0c.532 0 .902.526.68 1.01a12.04 12.04 0 0 1-5.895 5.895c-.483.222-1.01-.149-1.01-.68c0-.313.19-.591.472-.724a10.54 10.54 0 0 0 5.029-5.029a.81.81 0 0 1 .724-.472M21.08 16.77c.47.083.75.571.539.998a8.5 8.5 0 0 1-11.034 4.014c-.436-.192-.534-.747-.228-1.111c.231-.275.621-.348.953-.21a7 7 0 0 0 8.905-3.241c.166-.318.511-.512.865-.45M8.964 7.154c.384-.283.914-.09 1.077.358a.82.82 0 0 1-.293.928A6.99 6.99 0 0 0 7 14a6.97 6.97 0 0 0 1.101 3.768c.194.303.19.7-.04.975c-.307.365-.87.365-1.135-.031A8.46 8.46 0 0 1 5.5 14a8.49 8.49 0 0 1 3.464-6.846M14 9a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0-3.5a8.5 8.5 0 0 1 8.448 7.561c.052.474-.38.838-.85.755c-.353-.062-.612-.364-.658-.72a7 7 0 0 0-7.258-6.088c-.359.016-.699-.186-.822-.523c-.163-.448.12-.936.595-.968A8 8 0 0 1 14 5.5M8.99 3.096c.483-.222 1.008.148 1.008.68c0 .31-.19.589-.47.722a10.54 10.54 0 0 0-5.031 5.03a.81.81 0 0 1-.724.472c-.531 0-.902-.527-.68-1.01A12.04 12.04 0 0 1 8.99 3.096m9.008.68c0-.532.525-.902 1.008-.68c2.6 1.196 4.7 3.294 5.897 5.894c.223.483-.148 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-.723"/></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.773 18c.312 0 .59.19.724.471a10.54 10.54 0 0 0 5.03 5.03a.81.81 0 0 1 .471.723c0 .532-.527.903-1.01.681a12.04 12.04 0 0 1-5.895-5.896c-.223-.483.149-1.01.68-1.01m20.45 0c.532 0 .902.526.68 1.01a12.04 12.04 0 0 1-5.895 5.895c-.483.222-1.01-.149-1.01-.68c0-.313.19-.591.472-.724a10.54 10.54 0 0 0 5.029-5.029a.81.81 0 0 1 .724-.472M21.08 16.77c.47.083.75.571.539.998a8.5 8.5 0 0 1-11.034 4.014c-.436-.192-.534-.747-.228-1.111c.231-.275.621-.348.953-.21a7 7 0 0 0 8.905-3.241c.166-.318.511-.512.865-.45M8.964 7.154c.384-.283.914-.09 1.077.358a.82.82 0 0 1-.293.928A6.99 6.99 0 0 0 7 14a6.97 6.97 0 0 0 1.101 3.768c.194.303.19.7-.04.975c-.307.365-.87.365-1.135-.031A8.46 8.46 0 0 1 5.5 14a8.49 8.49 0 0 1 3.464-6.846M14 9a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0-3.5a8.5 8.5 0 0 1 8.448 7.561c.052.474-.38.838-.85.755c-.353-.062-.612-.364-.658-.72a7 7 0 0 0-7.258-6.088c-.359.016-.699-.186-.822-.523c-.163-.448.12-.936.595-.968A8 8 0 0 1 14 5.5M8.99 3.096c.483-.222 1.008.148 1.008.68c0 .31-.19.589-.47.722a10.54 10.54 0 0 0-5.031 5.03a.81.81 0 0 1-.724.472c-.531 0-.902-.527-.68-1.01A12.04 12.04 0 0 1 8.99 3.096m9.008.68c0-.532.525-.902 1.008-.68c2.6 1.196 4.7 3.294 5.897 5.894c.223.483-.148 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-.723"/></svg> </template>
CSS
.icon-data-sunburst-28-filled {
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.773%2018c.312%200%20.59.19.724.471a10.54%2010.54%200%200%200%205.03%205.03a.81.81%200%200%201%20.471.723c0%20.532-.527.903-1.01.681a12.04%2012.04%200%200%201-5.895-5.896c-.223-.483.149-1.01.68-1.01m20.45%200c.532%200%20.902.526.68%201.01a12.04%2012.04%200%200%201-5.895%205.895c-.483.222-1.01-.149-1.01-.68c0-.313.19-.591.472-.724a10.54%2010.54%200%200%200%205.029-5.029a.81.81%200%200%201%20.724-.472M21.08%2016.77c.47.083.75.571.539.998a8.5%208.5%200%200%201-11.034%204.014c-.436-.192-.534-.747-.228-1.111c.231-.275.621-.348.953-.21a7%207%200%200%200%208.905-3.241c.166-.318.511-.512.865-.45M8.964%207.154c.384-.283.914-.09%201.077.358a.82.82%200%200%201-.293.928A6.99%206.99%200%200%200%207%2014a6.97%206.97%200%200%200%201.101%203.768c.194.303.19.7-.04.975c-.307.365-.87.365-1.135-.031A8.46%208.46%200%200%201%205.5%2014a8.49%208.49%200%200%201%203.464-6.846M14%209a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0-3.5a8.5%208.5%200%200%201%208.448%207.561c.052.474-.38.838-.85.755c-.353-.062-.612-.364-.658-.72a7%207%200%200%200-7.258-6.088c-.359.016-.699-.186-.822-.523c-.163-.448.12-.936.595-.968A8%208%200%200%201%2014%205.5M8.99%203.096c.483-.222%201.008.148%201.008.68c0%20.31-.19.589-.47.722a10.54%2010.54%200%200%200-5.031%205.03a.81.81%200%200%201-.724.472c-.531%200-.902-.527-.68-1.01A12.04%2012.04%200%200%201%208.99%203.096m9.008.68c0-.532.525-.902%201.008-.68c2.6%201.196%204.7%203.294%205.897%205.894c.223.483-.148%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-.723%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.773%2018c.312%200%20.59.19.724.471a10.54%2010.54%200%200%200%205.03%205.03a.81.81%200%200%201%20.471.723c0%20.532-.527.903-1.01.681a12.04%2012.04%200%200%201-5.895-5.896c-.223-.483.149-1.01.68-1.01m20.45%200c.532%200%20.902.526.68%201.01a12.04%2012.04%200%200%201-5.895%205.895c-.483.222-1.01-.149-1.01-.68c0-.313.19-.591.472-.724a10.54%2010.54%200%200%200%205.029-5.029a.81.81%200%200%201%20.724-.472M21.08%2016.77c.47.083.75.571.539.998a8.5%208.5%200%200%201-11.034%204.014c-.436-.192-.534-.747-.228-1.111c.231-.275.621-.348.953-.21a7%207%200%200%200%208.905-3.241c.166-.318.511-.512.865-.45M8.964%207.154c.384-.283.914-.09%201.077.358a.82.82%200%200%201-.293.928A6.99%206.99%200%200%200%207%2014a6.97%206.97%200%200%200%201.101%203.768c.194.303.19.7-.04.975c-.307.365-.87.365-1.135-.031A8.46%208.46%200%200%201%205.5%2014a8.49%208.49%200%200%201%203.464-6.846M14%209a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0-3.5a8.5%208.5%200%200%201%208.448%207.561c.052.474-.38.838-.85.755c-.353-.062-.612-.364-.658-.72a7%207%200%200%200-7.258-6.088c-.359.016-.699-.186-.822-.523c-.163-.448.12-.936.595-.968A8%208%200%200%201%2014%205.5M8.99%203.096c.483-.222%201.008.148%201.008.68c0%20.31-.19.589-.47.722a10.54%2010.54%200%200%200-5.031%205.03a.81.81%200%200%201-.724.472c-.531%200-.902-.527-.68-1.01A12.04%2012.04%200%200%201%208.99%203.096m9.008.68c0-.532.525-.902%201.008-.68c2.6%201.196%204.7%203.294%205.897%205.894c.223.483-.148%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-.723%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-filled.svg?color=%231a73e8&size=48