data sunburst icon
data-sunburst-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- data-sunburst-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M15 3.51c0 .322.2.607.493.74a8.53 8.53 0 0 1 4.258 4.257a.82.82 0 0 0 .739.494c.521 0 .892-.508.684-.986a10.04 10.04 0 0 0-5.188-5.189c-.479-.208-.986.163-.986.685m-6.986-.684c.479-.208.986.163.986.685a.82.82 0 0 1-.494.738A8.53 8.53 0 0 0 4.25 8.507a.82.82 0 0 1-.739.494c-.522 0-.892-.508-.684-.986a10.04 10.04 0 0 1 5.188-5.189M15 20.49c0-.321.2-.606.493-.738a8.53 8.53 0 0 0 4.258-4.258a.82.82 0 0 1 .739-.493c.521 0 .892.507.684.985a10.04 10.04 0 0 1-5.188 5.189c-.479.208-.986-.163-.986-.685M4.249 15.494a.82.82 0 0 0-.739-.493c-.522 0-.892.507-.684.985a10.04 10.04 0 0 0 5.188 5.189c.479.208.986-.163.986-.685a.82.82 0 0 0-.494-.738a8.53 8.53 0 0 1-4.257-4.258m7.75-8.993q-.29 0-.571.029a.75.75 0 1 1-.154-1.492Q11.633 5 12 5a7 7 0 0 1 6.826 5.443a.75.75 0 0 1-1.463.332A5.5 5.5 0 0 0 12 6.501m-2.878-.1a.75.75 0 0 1-.2 1.042A5.5 5.5 0 0 0 6.5 12a5.47 5.47 0 0 0 .942 3.08a.75.75 0 0 1-1.242.84A6.97 6.97 0 0 1 5 12a7 7 0 0 1 3.08-5.8a.75.75 0 0 1 1.041.2m9.11 6.505a.75.75 0 0 1 .529.919a7.003 7.003 0 0 1-10.01 4.377a.75.75 0 0 1 .697-1.328a5.503 5.503 0 0 0 7.864-3.44a.75.75 0 0 1 .92-.528M12 8a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataSunburst24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 3.51c0 .322.2.607.493.74a8.53 8.53 0 0 1 4.258 4.257a.82.82 0 0 0 .739.494c.521 0 .892-.508.684-.986a10.04 10.04 0 0 0-5.188-5.189c-.479-.208-.986.163-.986.685m-6.986-.684c.479-.208.986.163.986.685a.82.82 0 0 1-.494.738A8.53 8.53 0 0 0 4.25 8.507a.82.82 0 0 1-.739.494c-.522 0-.892-.508-.684-.986a10.04 10.04 0 0 1 5.188-5.189M15 20.49c0-.321.2-.606.493-.738a8.53 8.53 0 0 0 4.258-4.258a.82.82 0 0 1 .739-.493c.521 0 .892.507.684.985a10.04 10.04 0 0 1-5.188 5.189c-.479.208-.986-.163-.986-.685M4.249 15.494a.82.82 0 0 0-.739-.493c-.522 0-.892.507-.684.985a10.04 10.04 0 0 0 5.188 5.189c.479.208.986-.163.986-.685a.82.82 0 0 0-.494-.738a8.53 8.53 0 0 1-4.257-4.258m7.75-8.993q-.29 0-.571.029a.75.75 0 1 1-.154-1.492Q11.633 5 12 5a7 7 0 0 1 6.826 5.443a.75.75 0 0 1-1.463.332A5.5 5.5 0 0 0 12 6.501m-2.878-.1a.75.75 0 0 1-.2 1.042A5.5 5.5 0 0 0 6.5 12a5.47 5.47 0 0 0 .942 3.08a.75.75 0 0 1-1.242.84A6.97 6.97 0 0 1 5 12a7 7 0 0 1 3.08-5.8a.75.75 0 0 1 1.041.2m9.11 6.505a.75.75 0 0 1 .529.919a7.003 7.003 0 0 1-10.01 4.377a.75.75 0 0 1 .697-1.328a5.503 5.503 0 0 0 7.864-3.44a.75.75 0 0 1 .92-.528M12 8a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 3.51c0 .322.2.607.493.74a8.53 8.53 0 0 1 4.258 4.257a.82.82 0 0 0 .739.494c.521 0 .892-.508.684-.986a10.04 10.04 0 0 0-5.188-5.189c-.479-.208-.986.163-.986.685m-6.986-.684c.479-.208.986.163.986.685a.82.82 0 0 1-.494.738A8.53 8.53 0 0 0 4.25 8.507a.82.82 0 0 1-.739.494c-.522 0-.892-.508-.684-.986a10.04 10.04 0 0 1 5.188-5.189M15 20.49c0-.321.2-.606.493-.738a8.53 8.53 0 0 0 4.258-4.258a.82.82 0 0 1 .739-.493c.521 0 .892.507.684.985a10.04 10.04 0 0 1-5.188 5.189c-.479.208-.986-.163-.986-.685M4.249 15.494a.82.82 0 0 0-.739-.493c-.522 0-.892.507-.684.985a10.04 10.04 0 0 0 5.188 5.189c.479.208.986-.163.986-.685a.82.82 0 0 0-.494-.738a8.53 8.53 0 0 1-4.257-4.258m7.75-8.993q-.29 0-.571.029a.75.75 0 1 1-.154-1.492Q11.633 5 12 5a7 7 0 0 1 6.826 5.443a.75.75 0 0 1-1.463.332A5.5 5.5 0 0 0 12 6.501m-2.878-.1a.75.75 0 0 1-.2 1.042A5.5 5.5 0 0 0 6.5 12a5.47 5.47 0 0 0 .942 3.08a.75.75 0 0 1-1.242.84A6.97 6.97 0 0 1 5 12a7 7 0 0 1 3.08-5.8a.75.75 0 0 1 1.041.2m9.11 6.505a.75.75 0 0 1 .529.919a7.003 7.003 0 0 1-10.01 4.377a.75.75 0 0 1 .697-1.328a5.503 5.503 0 0 0 7.864-3.44a.75.75 0 0 1 .92-.528M12 8a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg> </template>
CSS
.icon-data-sunburst-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203.51c0%20.322.2.607.493.74a8.53%208.53%200%200%201%204.258%204.257a.82.82%200%200%200%20.739.494c.521%200%20.892-.508.684-.986a10.04%2010.04%200%200%200-5.188-5.189c-.479-.208-.986.163-.986.685m-6.986-.684c.479-.208.986.163.986.685a.82.82%200%200%201-.494.738A8.53%208.53%200%200%200%204.25%208.507a.82.82%200%200%201-.739.494c-.522%200-.892-.508-.684-.986a10.04%2010.04%200%200%201%205.188-5.189M15%2020.49c0-.321.2-.606.493-.738a8.53%208.53%200%200%200%204.258-4.258a.82.82%200%200%201%20.739-.493c.521%200%20.892.507.684.985a10.04%2010.04%200%200%201-5.188%205.189c-.479.208-.986-.163-.986-.685M4.249%2015.494a.82.82%200%200%200-.739-.493c-.522%200-.892.507-.684.985a10.04%2010.04%200%200%200%205.188%205.189c.479.208.986-.163.986-.685a.82.82%200%200%200-.494-.738a8.53%208.53%200%200%201-4.257-4.258m7.75-8.993q-.29%200-.571.029a.75.75%200%201%201-.154-1.492Q11.633%205%2012%205a7%207%200%200%201%206.826%205.443a.75.75%200%200%201-1.463.332A5.5%205.5%200%200%200%2012%206.501m-2.878-.1a.75.75%200%200%201-.2%201.042A5.5%205.5%200%200%200%206.5%2012a5.47%205.47%200%200%200%20.942%203.08a.75.75%200%200%201-1.242.84A6.97%206.97%200%200%201%205%2012a7%207%200%200%201%203.08-5.8a.75.75%200%200%201%201.041.2m9.11%206.505a.75.75%200%200%201%20.529.919a7.003%207.003%200%200%201-10.01%204.377a.75.75%200%200%201%20.697-1.328a5.503%205.503%200%200%200%207.864-3.44a.75.75%200%200%201%20.92-.528M12%208a4%204%200%201%200%200%208a4%204%200%200%200%200-8%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%20fill%3D%22currentColor%22%20d%3D%22M15%203.51c0%20.322.2.607.493.74a8.53%208.53%200%200%201%204.258%204.257a.82.82%200%200%200%20.739.494c.521%200%20.892-.508.684-.986a10.04%2010.04%200%200%200-5.188-5.189c-.479-.208-.986.163-.986.685m-6.986-.684c.479-.208.986.163.986.685a.82.82%200%200%201-.494.738A8.53%208.53%200%200%200%204.25%208.507a.82.82%200%200%201-.739.494c-.522%200-.892-.508-.684-.986a10.04%2010.04%200%200%201%205.188-5.189M15%2020.49c0-.321.2-.606.493-.738a8.53%208.53%200%200%200%204.258-4.258a.82.82%200%200%201%20.739-.493c.521%200%20.892.507.684.985a10.04%2010.04%200%200%201-5.188%205.189c-.479.208-.986-.163-.986-.685M4.249%2015.494a.82.82%200%200%200-.739-.493c-.522%200-.892.507-.684.985a10.04%2010.04%200%200%200%205.188%205.189c.479.208.986-.163.986-.685a.82.82%200%200%200-.494-.738a8.53%208.53%200%200%201-4.257-4.258m7.75-8.993q-.29%200-.571.029a.75.75%200%201%201-.154-1.492Q11.633%205%2012%205a7%207%200%200%201%206.826%205.443a.75.75%200%200%201-1.463.332A5.5%205.5%200%200%200%2012%206.501m-2.878-.1a.75.75%200%200%201-.2%201.042A5.5%205.5%200%200%200%206.5%2012a5.47%205.47%200%200%200%20.942%203.08a.75.75%200%200%201-1.242.84A6.97%206.97%200%200%201%205%2012a7%207%200%200%201%203.08-5.8a.75.75%200%200%201%201.041.2m9.11%206.505a.75.75%200%200%201%20.529.919a7.003%207.003%200%200%201-10.01%204.377a.75.75%200%200%201%20.697-1.328a5.503%205.503%200%200%200%207.864-3.44a.75.75%200%200%201%20.92-.528M12%208a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/data-sunburst-24-filled.svg?color=%231a73e8&size=48