add starburst icon
add-starburst-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- add-starburst-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the add starburst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a1 1 0 0 0-1 1v5h-5a1 1 0 1 0 0 2h5v5a1 1 0 1 0 2 0v-5h5a1 1 0 1 0 0-2h-5v-5a1 1 0 0 0-1-1m-.99 21.52c.24.3.6.48.99.48l-.02.02c.39 0 .75-.17.99-.48l2.16-2.78l3.26 1.33a1.246 1.246 0 0 0 1.7-.99l.48-3.49l3.49-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26L30.5 17c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.78-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.48-.48l-.48-3.49c-.05-.38-.27-.72-.61-.91a1.23 1.23 0 0 0-1.09-.07l-3.26 1.32l-2.16-2.78c-.47-.61-1.49-.61-1.97 0l-2.16 2.78l-3.26-1.32c-.36-.15-.76-.12-1.1.07c-.33.19-.56.52-.61.91L7.4 7.4l-3.48.48c-.38.05-.72.28-.91.61s-.22.73-.07 1.09l1.32 3.26L1.48 15c-.3.24-.48.6-.48.99s.17.75.48.99l2.78 2.16l-1.32 3.26c-.15.36-.12.76.07 1.1c.19.33.52.56.91.61l3.48.48l.48 3.49c.05.38.28.72.61.91c.34.2.74.23 1.1.08l3.26-1.33zm-.58-4.01c-.38-.5-.98-.77-1.58-.77v.01c-.25 0-.51.05-.75.15l-2.37.96l-.35-2.53c-.12-.89-.83-1.59-1.71-1.71l-2.53-.35l.96-2.37c.34-.82.08-1.78-.62-2.33L3.46 16l2.02-1.57c.7-.55.96-1.51.62-2.33l-.96-2.37l2.53-.35c.89-.12 1.59-.83 1.71-1.71l.35-2.53l2.37.96c.82.34 1.78.08 2.33-.62L16 3.46l1.57 2.02c.55.7 1.5.96 2.33.62l2.37-.96l.35 2.53c.13.89.83 1.59 1.71 1.71l2.53.35l-.96 2.36c-.34.82-.08 1.78.62 2.33l2.02 1.57l-2.02 1.57c-.7.55-.95 1.5-.62 2.33l.96 2.37l-2.53.35c-.89.13-1.59.83-1.71 1.71l-.35 2.53l-2.37-.96c-.82-.34-1.78-.08-2.33.62L16 28.53z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAddStarburst32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a1 1 0 0 0-1 1v5h-5a1 1 0 1 0 0 2h5v5a1 1 0 1 0 2 0v-5h5a1 1 0 1 0 0-2h-5v-5a1 1 0 0 0-1-1m-.99 21.52c.24.3.6.48.99.48l-.02.02c.39 0 .75-.17.99-.48l2.16-2.78l3.26 1.33a1.246 1.246 0 0 0 1.7-.99l.48-3.49l3.49-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26L30.5 17c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.78-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.48-.48l-.48-3.49c-.05-.38-.27-.72-.61-.91a1.23 1.23 0 0 0-1.09-.07l-3.26 1.32l-2.16-2.78c-.47-.61-1.49-.61-1.97 0l-2.16 2.78l-3.26-1.32c-.36-.15-.76-.12-1.1.07c-.33.19-.56.52-.61.91L7.4 7.4l-3.48.48c-.38.05-.72.28-.91.61s-.22.73-.07 1.09l1.32 3.26L1.48 15c-.3.24-.48.6-.48.99s.17.75.48.99l2.78 2.16l-1.32 3.26c-.15.36-.12.76.07 1.1c.19.33.52.56.91.61l3.48.48l.48 3.49c.05.38.28.72.61.91c.34.2.74.23 1.1.08l3.26-1.33zm-.58-4.01c-.38-.5-.98-.77-1.58-.77v.01c-.25 0-.51.05-.75.15l-2.37.96l-.35-2.53c-.12-.89-.83-1.59-1.71-1.71l-2.53-.35l.96-2.37c.34-.82.08-1.78-.62-2.33L3.46 16l2.02-1.57c.7-.55.96-1.51.62-2.33l-.96-2.37l2.53-.35c.89-.12 1.59-.83 1.71-1.71l.35-2.53l2.37.96c.82.34 1.78.08 2.33-.62L16 3.46l1.57 2.02c.55.7 1.5.96 2.33.62l2.37-.96l.35 2.53c.13.89.83 1.59 1.71 1.71l2.53.35l-.96 2.36c-.34.82-.08 1.78.62 2.33l2.02 1.57l-2.02 1.57c-.7.55-.95 1.5-.62 2.33l.96 2.37l-2.53.35c-.89.13-1.59.83-1.71 1.71l-.35 2.53l-2.37-.96c-.82-.34-1.78-.08-2.33.62L16 28.53z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a1 1 0 0 0-1 1v5h-5a1 1 0 1 0 0 2h5v5a1 1 0 1 0 2 0v-5h5a1 1 0 1 0 0-2h-5v-5a1 1 0 0 0-1-1m-.99 21.52c.24.3.6.48.99.48l-.02.02c.39 0 .75-.17.99-.48l2.16-2.78l3.26 1.33a1.246 1.246 0 0 0 1.7-.99l.48-3.49l3.49-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26L30.5 17c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.78-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.48-.48l-.48-3.49c-.05-.38-.27-.72-.61-.91a1.23 1.23 0 0 0-1.09-.07l-3.26 1.32l-2.16-2.78c-.47-.61-1.49-.61-1.97 0l-2.16 2.78l-3.26-1.32c-.36-.15-.76-.12-1.1.07c-.33.19-.56.52-.61.91L7.4 7.4l-3.48.48c-.38.05-.72.28-.91.61s-.22.73-.07 1.09l1.32 3.26L1.48 15c-.3.24-.48.6-.48.99s.17.75.48.99l2.78 2.16l-1.32 3.26c-.15.36-.12.76.07 1.1c.19.33.52.56.91.61l3.48.48l.48 3.49c.05.38.28.72.61.91c.34.2.74.23 1.1.08l3.26-1.33zm-.58-4.01c-.38-.5-.98-.77-1.58-.77v.01c-.25 0-.51.05-.75.15l-2.37.96l-.35-2.53c-.12-.89-.83-1.59-1.71-1.71l-2.53-.35l.96-2.37c.34-.82.08-1.78-.62-2.33L3.46 16l2.02-1.57c.7-.55.96-1.51.62-2.33l-.96-2.37l2.53-.35c.89-.12 1.59-.83 1.71-1.71l.35-2.53l2.37.96c.82.34 1.78.08 2.33-.62L16 3.46l1.57 2.02c.55.7 1.5.96 2.33.62l2.37-.96l.35 2.53c.13.89.83 1.59 1.71 1.71l2.53.35l-.96 2.36c-.34.82-.08 1.78.62 2.33l2.02 1.57l-2.02 1.57c-.7.55-.95 1.5-.62 2.33l.96 2.37l-2.53.35c-.89.13-1.59.83-1.71 1.71l-.35 2.53l-2.37-.96c-.82-.34-1.78-.08-2.33.62L16 28.53z"/></svg> </template>
CSS
.icon-add-starburst-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209a1%201%200%200%200-1%201v5h-5a1%201%200%201%200%200%202h5v5a1%201%200%201%200%202%200v-5h5a1%201%200%201%200%200-2h-5v-5a1%201%200%200%200-1-1m-.99%2021.52c.24.3.6.48.99.48l-.02.02c.39%200%20.75-.17.99-.48l2.16-2.78l3.26%201.33a1.246%201.246%200%200%200%201.7-.99l.48-3.49l3.49-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26L30.5%2017c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.78-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.48-.48l-.48-3.49c-.05-.38-.27-.72-.61-.91a1.23%201.23%200%200%200-1.09-.07l-3.26%201.32l-2.16-2.78c-.47-.61-1.49-.61-1.97%200l-2.16%202.78l-3.26-1.32c-.36-.15-.76-.12-1.1.07c-.33.19-.56.52-.61.91L7.4%207.4l-3.48.48c-.38.05-.72.28-.91.61s-.22.73-.07%201.09l1.32%203.26L1.48%2015c-.3.24-.48.6-.48.99s.17.75.48.99l2.78%202.16l-1.32%203.26c-.15.36-.12.76.07%201.1c.19.33.52.56.91.61l3.48.48l.48%203.49c.05.38.28.72.61.91c.34.2.74.23%201.1.08l3.26-1.33zm-.58-4.01c-.38-.5-.98-.77-1.58-.77v.01c-.25%200-.51.05-.75.15l-2.37.96l-.35-2.53c-.12-.89-.83-1.59-1.71-1.71l-2.53-.35l.96-2.37c.34-.82.08-1.78-.62-2.33L3.46%2016l2.02-1.57c.7-.55.96-1.51.62-2.33l-.96-2.37l2.53-.35c.89-.12%201.59-.83%201.71-1.71l.35-2.53l2.37.96c.82.34%201.78.08%202.33-.62L16%203.46l1.57%202.02c.55.7%201.5.96%202.33.62l2.37-.96l.35%202.53c.13.89.83%201.59%201.71%201.71l2.53.35l-.96%202.36c-.34.82-.08%201.78.62%202.33l2.02%201.57l-2.02%201.57c-.7.55-.95%201.5-.62%202.33l.96%202.37l-2.53.35c-.89.13-1.59.83-1.71%201.71l-.35%202.53l-2.37-.96c-.82-.34-1.78-.08-2.33.62L16%2028.53z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209a1%201%200%200%200-1%201v5h-5a1%201%200%201%200%200%202h5v5a1%201%200%201%200%202%200v-5h5a1%201%200%201%200%200-2h-5v-5a1%201%200%200%200-1-1m-.99%2021.52c.24.3.6.48.99.48l-.02.02c.39%200%20.75-.17.99-.48l2.16-2.78l3.26%201.33a1.246%201.246%200%200%200%201.7-.99l.48-3.49l3.49-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26L30.5%2017c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.78-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.48-.48l-.48-3.49c-.05-.38-.27-.72-.61-.91a1.23%201.23%200%200%200-1.09-.07l-3.26%201.32l-2.16-2.78c-.47-.61-1.49-.61-1.97%200l-2.16%202.78l-3.26-1.32c-.36-.15-.76-.12-1.1.07c-.33.19-.56.52-.61.91L7.4%207.4l-3.48.48c-.38.05-.72.28-.91.61s-.22.73-.07%201.09l1.32%203.26L1.48%2015c-.3.24-.48.6-.48.99s.17.75.48.99l2.78%202.16l-1.32%203.26c-.15.36-.12.76.07%201.1c.19.33.52.56.91.61l3.48.48l.48%203.49c.05.38.28.72.61.91c.34.2.74.23%201.1.08l3.26-1.33zm-.58-4.01c-.38-.5-.98-.77-1.58-.77v.01c-.25%200-.51.05-.75.15l-2.37.96l-.35-2.53c-.12-.89-.83-1.59-1.71-1.71l-2.53-.35l.96-2.37c.34-.82.08-1.78-.62-2.33L3.46%2016l2.02-1.57c.7-.55.96-1.51.62-2.33l-.96-2.37l2.53-.35c.89-.12%201.59-.83%201.71-1.71l.35-2.53l2.37.96c.82.34%201.78.08%202.33-.62L16%203.46l1.57%202.02c.55.7%201.5.96%202.33.62l2.37-.96l.35%202.53c.13.89.83%201.59%201.71%201.71l2.53.35l-.96%202.36c-.34.82-.08%201.78.62%202.33l2.02%201.57l-2.02%201.57c-.7.55-.95%201.5-.62%202.33l.96%202.37l-2.53.35c-.89.13-1.59.83-1.71%201.71l-.35%202.53l-2.37-.96c-.82-.34-1.78-.08-2.33.62L16%2028.53z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/add-starburst-32-regular.svg?color=%231a73e8&size=48