data sunburst icon
data-sunburst-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- data-sunburst-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M40.886 31c.898 0 1.517.897 1.125 1.705a20.08 20.08 0 0 1-9.305 9.306c-.808.39-1.704-.228-1.705-1.126c0-.512.305-.972.763-1.2a17.57 17.57 0 0 0 7.924-7.922A1.35 1.35 0 0 1 40.886 31m-33.77 0c.512 0 .972.305 1.199.764a17.57 17.57 0 0 0 7.923 7.922c.458.228.763.686.764 1.198c0 .898-.897 1.517-1.706 1.126a20.08 20.08 0 0 1-9.304-9.305C5.6 31.897 6.219 31 7.117 31m28.933-3.48c.768.096 1.276.853.995 1.573C35.006 34.308 29.934 38 24 38c-2.183 0-4.248-.5-6.088-1.39c-.697-.338-.84-1.239-.342-1.832c.396-.472 1.073-.584 1.634-.326A11.4 11.4 0 0 0 24 35.5c4.795 0 8.904-2.936 10.63-7.108c.235-.57.806-.947 1.418-.87M16.127 12.423c.64-.437 1.492-.11 1.757.618c.211.579-.028 1.22-.531 1.577A11.48 11.48 0 0 0 12.5 24c0 2.431.756 4.686 2.044 6.544c.352.506.359 1.191-.038 1.664c-.497.593-1.409.608-1.862-.019A13.94 13.94 0 0 1 10.001 24a13.98 13.98 0 0 1 6.126-11.576M24 16a8 8 0 1 1-.001 16a8 8 0 0 1 .002-16m0-6c7.146 0 13.041 5.356 13.892 12.272c.094.767-.584 1.375-1.35 1.28c-.612-.077-1.073-.583-1.16-1.193C34.587 16.785 29.794 12.5 24 12.5q-.473 0-.937.04c-.614.05-1.21-.286-1.42-.865c-.266-.729.178-1.527.95-1.604Q23.286 10 24 10m-8.705-4.01c.808-.391 1.706.227 1.706 1.125c0 .511-.306.97-.764 1.197a17.57 17.57 0 0 0-7.923 7.923A1.35 1.35 0 0 1 7.117 17c-.898 0-1.517-.897-1.125-1.705a20.08 20.08 0 0 1 9.304-9.304m15.706 1.124c0-.898.896-1.516 1.704-1.125a20.08 20.08 0 0 1 9.305 9.304c.392.808-.227 1.706-1.126 1.706a1.35 1.35 0 0 1-1.198-.764a17.57 17.57 0 0 0-7.923-7.924a1.35 1.35 0 0 1-.762-1.197"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataSunburst48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40.886 31c.898 0 1.517.897 1.125 1.705a20.08 20.08 0 0 1-9.305 9.306c-.808.39-1.704-.228-1.705-1.126c0-.512.305-.972.763-1.2a17.57 17.57 0 0 0 7.924-7.922A1.35 1.35 0 0 1 40.886 31m-33.77 0c.512 0 .972.305 1.199.764a17.57 17.57 0 0 0 7.923 7.922c.458.228.763.686.764 1.198c0 .898-.897 1.517-1.706 1.126a20.08 20.08 0 0 1-9.304-9.305C5.6 31.897 6.219 31 7.117 31m28.933-3.48c.768.096 1.276.853.995 1.573C35.006 34.308 29.934 38 24 38c-2.183 0-4.248-.5-6.088-1.39c-.697-.338-.84-1.239-.342-1.832c.396-.472 1.073-.584 1.634-.326A11.4 11.4 0 0 0 24 35.5c4.795 0 8.904-2.936 10.63-7.108c.235-.57.806-.947 1.418-.87M16.127 12.423c.64-.437 1.492-.11 1.757.618c.211.579-.028 1.22-.531 1.577A11.48 11.48 0 0 0 12.5 24c0 2.431.756 4.686 2.044 6.544c.352.506.359 1.191-.038 1.664c-.497.593-1.409.608-1.862-.019A13.94 13.94 0 0 1 10.001 24a13.98 13.98 0 0 1 6.126-11.576M24 16a8 8 0 1 1-.001 16a8 8 0 0 1 .002-16m0-6c7.146 0 13.041 5.356 13.892 12.272c.094.767-.584 1.375-1.35 1.28c-.612-.077-1.073-.583-1.16-1.193C34.587 16.785 29.794 12.5 24 12.5q-.473 0-.937.04c-.614.05-1.21-.286-1.42-.865c-.266-.729.178-1.527.95-1.604Q23.286 10 24 10m-8.705-4.01c.808-.391 1.706.227 1.706 1.125c0 .511-.306.97-.764 1.197a17.57 17.57 0 0 0-7.923 7.923A1.35 1.35 0 0 1 7.117 17c-.898 0-1.517-.897-1.125-1.705a20.08 20.08 0 0 1 9.304-9.304m15.706 1.124c0-.898.896-1.516 1.704-1.125a20.08 20.08 0 0 1 9.305 9.304c.392.808-.227 1.706-1.126 1.706a1.35 1.35 0 0 1-1.198-.764a17.57 17.57 0 0 0-7.923-7.924a1.35 1.35 0 0 1-.762-1.197"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40.886 31c.898 0 1.517.897 1.125 1.705a20.08 20.08 0 0 1-9.305 9.306c-.808.39-1.704-.228-1.705-1.126c0-.512.305-.972.763-1.2a17.57 17.57 0 0 0 7.924-7.922A1.35 1.35 0 0 1 40.886 31m-33.77 0c.512 0 .972.305 1.199.764a17.57 17.57 0 0 0 7.923 7.922c.458.228.763.686.764 1.198c0 .898-.897 1.517-1.706 1.126a20.08 20.08 0 0 1-9.304-9.305C5.6 31.897 6.219 31 7.117 31m28.933-3.48c.768.096 1.276.853.995 1.573C35.006 34.308 29.934 38 24 38c-2.183 0-4.248-.5-6.088-1.39c-.697-.338-.84-1.239-.342-1.832c.396-.472 1.073-.584 1.634-.326A11.4 11.4 0 0 0 24 35.5c4.795 0 8.904-2.936 10.63-7.108c.235-.57.806-.947 1.418-.87M16.127 12.423c.64-.437 1.492-.11 1.757.618c.211.579-.028 1.22-.531 1.577A11.48 11.48 0 0 0 12.5 24c0 2.431.756 4.686 2.044 6.544c.352.506.359 1.191-.038 1.664c-.497.593-1.409.608-1.862-.019A13.94 13.94 0 0 1 10.001 24a13.98 13.98 0 0 1 6.126-11.576M24 16a8 8 0 1 1-.001 16a8 8 0 0 1 .002-16m0-6c7.146 0 13.041 5.356 13.892 12.272c.094.767-.584 1.375-1.35 1.28c-.612-.077-1.073-.583-1.16-1.193C34.587 16.785 29.794 12.5 24 12.5q-.473 0-.937.04c-.614.05-1.21-.286-1.42-.865c-.266-.729.178-1.527.95-1.604Q23.286 10 24 10m-8.705-4.01c.808-.391 1.706.227 1.706 1.125c0 .511-.306.97-.764 1.197a17.57 17.57 0 0 0-7.923 7.923A1.35 1.35 0 0 1 7.117 17c-.898 0-1.517-.897-1.125-1.705a20.08 20.08 0 0 1 9.304-9.304m15.706 1.124c0-.898.896-1.516 1.704-1.125a20.08 20.08 0 0 1 9.305 9.304c.392.808-.227 1.706-1.126 1.706a1.35 1.35 0 0 1-1.198-.764a17.57 17.57 0 0 0-7.923-7.924a1.35 1.35 0 0 1-.762-1.197"/></svg> </template>
CSS
.icon-data-sunburst-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.886%2031c.898%200%201.517.897%201.125%201.705a20.08%2020.08%200%200%201-9.305%209.306c-.808.39-1.704-.228-1.705-1.126c0-.512.305-.972.763-1.2a17.57%2017.57%200%200%200%207.924-7.922A1.35%201.35%200%200%201%2040.886%2031m-33.77%200c.512%200%20.972.305%201.199.764a17.57%2017.57%200%200%200%207.923%207.922c.458.228.763.686.764%201.198c0%20.898-.897%201.517-1.706%201.126a20.08%2020.08%200%200%201-9.304-9.305C5.6%2031.897%206.219%2031%207.117%2031m28.933-3.48c.768.096%201.276.853.995%201.573C35.006%2034.308%2029.934%2038%2024%2038c-2.183%200-4.248-.5-6.088-1.39c-.697-.338-.84-1.239-.342-1.832c.396-.472%201.073-.584%201.634-.326A11.4%2011.4%200%200%200%2024%2035.5c4.795%200%208.904-2.936%2010.63-7.108c.235-.57.806-.947%201.418-.87M16.127%2012.423c.64-.437%201.492-.11%201.757.618c.211.579-.028%201.22-.531%201.577A11.48%2011.48%200%200%200%2012.5%2024c0%202.431.756%204.686%202.044%206.544c.352.506.359%201.191-.038%201.664c-.497.593-1.409.608-1.862-.019A13.94%2013.94%200%200%201%2010.001%2024a13.98%2013.98%200%200%201%206.126-11.576M24%2016a8%208%200%201%201-.001%2016a8%208%200%200%201%20.002-16m0-6c7.146%200%2013.041%205.356%2013.892%2012.272c.094.767-.584%201.375-1.35%201.28c-.612-.077-1.073-.583-1.16-1.193C34.587%2016.785%2029.794%2012.5%2024%2012.5q-.473%200-.937.04c-.614.05-1.21-.286-1.42-.865c-.266-.729.178-1.527.95-1.604Q23.286%2010%2024%2010m-8.705-4.01c.808-.391%201.706.227%201.706%201.125c0%20.511-.306.97-.764%201.197a17.57%2017.57%200%200%200-7.923%207.923A1.35%201.35%200%200%201%207.117%2017c-.898%200-1.517-.897-1.125-1.705a20.08%2020.08%200%200%201%209.304-9.304m15.706%201.124c0-.898.896-1.516%201.704-1.125a20.08%2020.08%200%200%201%209.305%209.304c.392.808-.227%201.706-1.126%201.706a1.35%201.35%200%200%201-1.198-.764a17.57%2017.57%200%200%200-7.923-7.924a1.35%201.35%200%200%201-.762-1.197%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.886%2031c.898%200%201.517.897%201.125%201.705a20.08%2020.08%200%200%201-9.305%209.306c-.808.39-1.704-.228-1.705-1.126c0-.512.305-.972.763-1.2a17.57%2017.57%200%200%200%207.924-7.922A1.35%201.35%200%200%201%2040.886%2031m-33.77%200c.512%200%20.972.305%201.199.764a17.57%2017.57%200%200%200%207.923%207.922c.458.228.763.686.764%201.198c0%20.898-.897%201.517-1.706%201.126a20.08%2020.08%200%200%201-9.304-9.305C5.6%2031.897%206.219%2031%207.117%2031m28.933-3.48c.768.096%201.276.853.995%201.573C35.006%2034.308%2029.934%2038%2024%2038c-2.183%200-4.248-.5-6.088-1.39c-.697-.338-.84-1.239-.342-1.832c.396-.472%201.073-.584%201.634-.326A11.4%2011.4%200%200%200%2024%2035.5c4.795%200%208.904-2.936%2010.63-7.108c.235-.57.806-.947%201.418-.87M16.127%2012.423c.64-.437%201.492-.11%201.757.618c.211.579-.028%201.22-.531%201.577A11.48%2011.48%200%200%200%2012.5%2024c0%202.431.756%204.686%202.044%206.544c.352.506.359%201.191-.038%201.664c-.497.593-1.409.608-1.862-.019A13.94%2013.94%200%200%201%2010.001%2024a13.98%2013.98%200%200%201%206.126-11.576M24%2016a8%208%200%201%201-.001%2016a8%208%200%200%201%20.002-16m0-6c7.146%200%2013.041%205.356%2013.892%2012.272c.094.767-.584%201.375-1.35%201.28c-.612-.077-1.073-.583-1.16-1.193C34.587%2016.785%2029.794%2012.5%2024%2012.5q-.473%200-.937.04c-.614.05-1.21-.286-1.42-.865c-.266-.729.178-1.527.95-1.604Q23.286%2010%2024%2010m-8.705-4.01c.808-.391%201.706.227%201.706%201.125c0%20.511-.306.97-.764%201.197a17.57%2017.57%200%200%200-7.923%207.923A1.35%201.35%200%200%201%207.117%2017c-.898%200-1.517-.897-1.125-1.705a20.08%2020.08%200%200%201%209.304-9.304m15.706%201.124c0-.898.896-1.516%201.704-1.125a20.08%2020.08%200%200%201%209.305%209.304c.392.808-.227%201.706-1.126%201.706a1.35%201.35%200%200%201-1.198-.764a17.57%2017.57%200%200%200-7.923-7.924a1.35%201.35%200%200%201-.762-1.197%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/data-sunburst-48-filled.svg?color=%231a73e8&size=48