data sunburst icon
data-sunburst-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- data-sunburst-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6.942 3.132a.5.5 0 0 1-.208.675a7.03 7.03 0 0 0-2.927 2.927a.5.5 0 1 1-.884-.467a8.03 8.03 0 0 1 3.344-3.344a.5.5 0 0 1 .675.209m6.116 0a.5.5 0 0 1 .676-.209a8.03 8.03 0 0 1 3.343 3.344a.5.5 0 0 1-.884.467a7.03 7.03 0 0 0-2.926-2.927a.5.5 0 0 1-.209-.675m-9.926 9.926a.5.5 0 0 1 .675.209a7.03 7.03 0 0 0 2.927 2.926a.5.5 0 1 1-.467.884a8.03 8.03 0 0 1-3.344-3.343a.5.5 0 0 1 .209-.676m13.737 0a.5.5 0 0 1 .208.676a8.03 8.03 0 0 1-3.343 3.343a.5.5 0 0 1-.467-.884a7.03 7.03 0 0 0 2.926-2.926a.5.5 0 0 1 .676-.209M10 5.5a5 5 0 0 0-.45.023a.5.5 0 0 1-.1-.996q.273-.026.55-.027a5.5 5.5 0 0 1 5.248 3.85a.5.5 0 1 1-.954.3A4.5 4.5 0 0 0 10 5.5m-2.6.2a.5.5 0 0 1-.1.7A4.5 4.5 0 0 0 5.5 10c0 .82.22 1.589.602 2.25a.5.5 0 1 1-.866.5A5.5 5.5 0 0 1 4.5 10c0-1.8.865-3.397 2.2-4.4a.5.5 0 0 1 .7.1m7.521 5.323a.5.5 0 0 1 .327.627a5.502 5.502 0 0 1-7.998 3.114a.5.5 0 1 1 .5-.865a4.502 4.502 0 0 0 6.544-2.548a.5.5 0 0 1 .627-.328M10.001 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataSunburst20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.942 3.132a.5.5 0 0 1-.208.675a7.03 7.03 0 0 0-2.927 2.927a.5.5 0 1 1-.884-.467a8.03 8.03 0 0 1 3.344-3.344a.5.5 0 0 1 .675.209m6.116 0a.5.5 0 0 1 .676-.209a8.03 8.03 0 0 1 3.343 3.344a.5.5 0 0 1-.884.467a7.03 7.03 0 0 0-2.926-2.927a.5.5 0 0 1-.209-.675m-9.926 9.926a.5.5 0 0 1 .675.209a7.03 7.03 0 0 0 2.927 2.926a.5.5 0 1 1-.467.884a8.03 8.03 0 0 1-3.344-3.343a.5.5 0 0 1 .209-.676m13.737 0a.5.5 0 0 1 .208.676a8.03 8.03 0 0 1-3.343 3.343a.5.5 0 0 1-.467-.884a7.03 7.03 0 0 0 2.926-2.926a.5.5 0 0 1 .676-.209M10 5.5a5 5 0 0 0-.45.023a.5.5 0 0 1-.1-.996q.273-.026.55-.027a5.5 5.5 0 0 1 5.248 3.85a.5.5 0 1 1-.954.3A4.5 4.5 0 0 0 10 5.5m-2.6.2a.5.5 0 0 1-.1.7A4.5 4.5 0 0 0 5.5 10c0 .82.22 1.589.602 2.25a.5.5 0 1 1-.866.5A5.5 5.5 0 0 1 4.5 10c0-1.8.865-3.397 2.2-4.4a.5.5 0 0 1 .7.1m7.521 5.323a.5.5 0 0 1 .327.627a5.502 5.502 0 0 1-7.998 3.114a.5.5 0 1 1 .5-.865a4.502 4.502 0 0 0 6.544-2.548a.5.5 0 0 1 .627-.328M10.001 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.942 3.132a.5.5 0 0 1-.208.675a7.03 7.03 0 0 0-2.927 2.927a.5.5 0 1 1-.884-.467a8.03 8.03 0 0 1 3.344-3.344a.5.5 0 0 1 .675.209m6.116 0a.5.5 0 0 1 .676-.209a8.03 8.03 0 0 1 3.343 3.344a.5.5 0 0 1-.884.467a7.03 7.03 0 0 0-2.926-2.927a.5.5 0 0 1-.209-.675m-9.926 9.926a.5.5 0 0 1 .675.209a7.03 7.03 0 0 0 2.927 2.926a.5.5 0 1 1-.467.884a8.03 8.03 0 0 1-3.344-3.343a.5.5 0 0 1 .209-.676m13.737 0a.5.5 0 0 1 .208.676a8.03 8.03 0 0 1-3.343 3.343a.5.5 0 0 1-.467-.884a7.03 7.03 0 0 0 2.926-2.926a.5.5 0 0 1 .676-.209M10 5.5a5 5 0 0 0-.45.023a.5.5 0 0 1-.1-.996q.273-.026.55-.027a5.5 5.5 0 0 1 5.248 3.85a.5.5 0 1 1-.954.3A4.5 4.5 0 0 0 10 5.5m-2.6.2a.5.5 0 0 1-.1.7A4.5 4.5 0 0 0 5.5 10c0 .82.22 1.589.602 2.25a.5.5 0 1 1-.866.5A5.5 5.5 0 0 1 4.5 10c0-1.8.865-3.397 2.2-4.4a.5.5 0 0 1 .7.1m7.521 5.323a.5.5 0 0 1 .327.627a5.502 5.502 0 0 1-7.998 3.114a.5.5 0 1 1 .5-.865a4.502 4.502 0 0 0 6.544-2.548a.5.5 0 0 1 .627-.328M10.001 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg> </template>
CSS
.icon-data-sunburst-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.942%203.132a.5.5%200%200%201-.208.675a7.03%207.03%200%200%200-2.927%202.927a.5.5%200%201%201-.884-.467a8.03%208.03%200%200%201%203.344-3.344a.5.5%200%200%201%20.675.209m6.116%200a.5.5%200%200%201%20.676-.209a8.03%208.03%200%200%201%203.343%203.344a.5.5%200%200%201-.884.467a7.03%207.03%200%200%200-2.926-2.927a.5.5%200%200%201-.209-.675m-9.926%209.926a.5.5%200%200%201%20.675.209a7.03%207.03%200%200%200%202.927%202.926a.5.5%200%201%201-.467.884a8.03%208.03%200%200%201-3.344-3.343a.5.5%200%200%201%20.209-.676m13.737%200a.5.5%200%200%201%20.208.676a8.03%208.03%200%200%201-3.343%203.343a.5.5%200%200%201-.467-.884a7.03%207.03%200%200%200%202.926-2.926a.5.5%200%200%201%20.676-.209M10%205.5a5%205%200%200%200-.45.023a.5.5%200%200%201-.1-.996q.273-.026.55-.027a5.5%205.5%200%200%201%205.248%203.85a.5.5%200%201%201-.954.3A4.5%204.5%200%200%200%2010%205.5m-2.6.2a.5.5%200%200%201-.1.7A4.5%204.5%200%200%200%205.5%2010c0%20.82.22%201.589.602%202.25a.5.5%200%201%201-.866.5A5.5%205.5%200%200%201%204.5%2010c0-1.8.865-3.397%202.2-4.4a.5.5%200%200%201%20.7.1m7.521%205.323a.5.5%200%200%201%20.327.627a5.502%205.502%200%200%201-7.998%203.114a.5.5%200%201%201%20.5-.865a4.502%204.502%200%200%200%206.544-2.548a.5.5%200%200%201%20.627-.328M10.001%2013a3%203%200%201%200%200-6a3%203%200%200%200%200%206%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.942%203.132a.5.5%200%200%201-.208.675a7.03%207.03%200%200%200-2.927%202.927a.5.5%200%201%201-.884-.467a8.03%208.03%200%200%201%203.344-3.344a.5.5%200%200%201%20.675.209m6.116%200a.5.5%200%200%201%20.676-.209a8.03%208.03%200%200%201%203.343%203.344a.5.5%200%200%201-.884.467a7.03%207.03%200%200%200-2.926-2.927a.5.5%200%200%201-.209-.675m-9.926%209.926a.5.5%200%200%201%20.675.209a7.03%207.03%200%200%200%202.927%202.926a.5.5%200%201%201-.467.884a8.03%208.03%200%200%201-3.344-3.343a.5.5%200%200%201%20.209-.676m13.737%200a.5.5%200%200%201%20.208.676a8.03%208.03%200%200%201-3.343%203.343a.5.5%200%200%201-.467-.884a7.03%207.03%200%200%200%202.926-2.926a.5.5%200%200%201%20.676-.209M10%205.5a5%205%200%200%200-.45.023a.5.5%200%200%201-.1-.996q.273-.026.55-.027a5.5%205.5%200%200%201%205.248%203.85a.5.5%200%201%201-.954.3A4.5%204.5%200%200%200%2010%205.5m-2.6.2a.5.5%200%200%201-.1.7A4.5%204.5%200%200%200%205.5%2010c0%20.82.22%201.589.602%202.25a.5.5%200%201%201-.866.5A5.5%205.5%200%200%201%204.5%2010c0-1.8.865-3.397%202.2-4.4a.5.5%200%200%201%20.7.1m7.521%205.323a.5.5%200%200%201%20.327.627a5.502%205.502%200%200%201-7.998%203.114a.5.5%200%201%201%20.5-.865a4.502%204.502%200%200%200%206.544-2.548a.5.5%200%200%201%20.627-.328M10.001%2013a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/data-sunburst-20-filled.svg?color=%231a73e8&size=48