add starburst icon
add-starburst-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- add-starburst-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M22.815 2.58a1.5 1.5 0 0 1 2.368 0l3.388 4.356l5.113-2.078a1.5 1.5 0 0 1 2.05 1.184l.756 5.467l5.467.756a1.5 1.5 0 0 1 1.184 2.05l-2.078 5.113l4.356 3.388a1.5 1.5 0 0 1 0 2.368l-4.356 3.388l2.078 5.113a1.5 1.5 0 0 1-1.184 2.05l-5.467.757l-.756 5.466a1.5 1.5 0 0 1-2.05 1.184l-5.113-2.078l-3.388 4.356a1.5 1.5 0 0 1-2.368 0l-3.388-4.356l-5.112 2.078a1.5 1.5 0 0 1-2.051-1.184l-.756-5.466l-5.467-.757a1.5 1.5 0 0 1-1.184-2.05l2.078-5.113l-4.356-3.388a1.5 1.5 0 0 1 0-2.368l4.356-3.388l-2.078-5.113a1.5 1.5 0 0 1 1.184-2.05l5.467-.756l.756-5.467a1.5 1.5 0 0 1 2.05-1.184l5.113 2.078zm2.435 12.67a1.25 1.25 0 1 0-2.5 0v7.5h-7.5a1.25 1.25 0 1 0 0 2.5h7.5v7.5a1.25 1.25 0 1 0 2.5 0v-7.5h7.5a1.25 1.25 0 1 0 0-2.5h-7.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAddStarburst48Filled(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="M22.815 2.58a1.5 1.5 0 0 1 2.368 0l3.388 4.356l5.113-2.078a1.5 1.5 0 0 1 2.05 1.184l.756 5.467l5.467.756a1.5 1.5 0 0 1 1.184 2.05l-2.078 5.113l4.356 3.388a1.5 1.5 0 0 1 0 2.368l-4.356 3.388l2.078 5.113a1.5 1.5 0 0 1-1.184 2.05l-5.467.757l-.756 5.466a1.5 1.5 0 0 1-2.05 1.184l-5.113-2.078l-3.388 4.356a1.5 1.5 0 0 1-2.368 0l-3.388-4.356l-5.112 2.078a1.5 1.5 0 0 1-2.051-1.184l-.756-5.466l-5.467-.757a1.5 1.5 0 0 1-1.184-2.05l2.078-5.113l-4.356-3.388a1.5 1.5 0 0 1 0-2.368l4.356-3.388l-2.078-5.113a1.5 1.5 0 0 1 1.184-2.05l5.467-.756l.756-5.467a1.5 1.5 0 0 1 2.05-1.184l5.113 2.078zm2.435 12.67a1.25 1.25 0 1 0-2.5 0v7.5h-7.5a1.25 1.25 0 1 0 0 2.5h7.5v7.5a1.25 1.25 0 1 0 2.5 0v-7.5h7.5a1.25 1.25 0 1 0 0-2.5h-7.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22.815 2.58a1.5 1.5 0 0 1 2.368 0l3.388 4.356l5.113-2.078a1.5 1.5 0 0 1 2.05 1.184l.756 5.467l5.467.756a1.5 1.5 0 0 1 1.184 2.05l-2.078 5.113l4.356 3.388a1.5 1.5 0 0 1 0 2.368l-4.356 3.388l2.078 5.113a1.5 1.5 0 0 1-1.184 2.05l-5.467.757l-.756 5.466a1.5 1.5 0 0 1-2.05 1.184l-5.113-2.078l-3.388 4.356a1.5 1.5 0 0 1-2.368 0l-3.388-4.356l-5.112 2.078a1.5 1.5 0 0 1-2.051-1.184l-.756-5.466l-5.467-.757a1.5 1.5 0 0 1-1.184-2.05l2.078-5.113l-4.356-3.388a1.5 1.5 0 0 1 0-2.368l4.356-3.388l-2.078-5.113a1.5 1.5 0 0 1 1.184-2.05l5.467-.756l.756-5.467a1.5 1.5 0 0 1 2.05-1.184l5.113 2.078zm2.435 12.67a1.25 1.25 0 1 0-2.5 0v7.5h-7.5a1.25 1.25 0 1 0 0 2.5h7.5v7.5a1.25 1.25 0 1 0 2.5 0v-7.5h7.5a1.25 1.25 0 1 0 0-2.5h-7.5z"/></svg> </template>
CSS
.icon-add-starburst-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%22M22.815%202.58a1.5%201.5%200%200%201%202.368%200l3.388%204.356l5.113-2.078a1.5%201.5%200%200%201%202.05%201.184l.756%205.467l5.467.756a1.5%201.5%200%200%201%201.184%202.05l-2.078%205.113l4.356%203.388a1.5%201.5%200%200%201%200%202.368l-4.356%203.388l2.078%205.113a1.5%201.5%200%200%201-1.184%202.05l-5.467.757l-.756%205.466a1.5%201.5%200%200%201-2.05%201.184l-5.113-2.078l-3.388%204.356a1.5%201.5%200%200%201-2.368%200l-3.388-4.356l-5.112%202.078a1.5%201.5%200%200%201-2.051-1.184l-.756-5.466l-5.467-.757a1.5%201.5%200%200%201-1.184-2.05l2.078-5.113l-4.356-3.388a1.5%201.5%200%200%201%200-2.368l4.356-3.388l-2.078-5.113a1.5%201.5%200%200%201%201.184-2.05l5.467-.756l.756-5.467a1.5%201.5%200%200%201%202.05-1.184l5.113%202.078zm2.435%2012.67a1.25%201.25%200%201%200-2.5%200v7.5h-7.5a1.25%201.25%200%201%200%200%202.5h7.5v7.5a1.25%201.25%200%201%200%202.5%200v-7.5h7.5a1.25%201.25%200%201%200%200-2.5h-7.5z%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%22M22.815%202.58a1.5%201.5%200%200%201%202.368%200l3.388%204.356l5.113-2.078a1.5%201.5%200%200%201%202.05%201.184l.756%205.467l5.467.756a1.5%201.5%200%200%201%201.184%202.05l-2.078%205.113l4.356%203.388a1.5%201.5%200%200%201%200%202.368l-4.356%203.388l2.078%205.113a1.5%201.5%200%200%201-1.184%202.05l-5.467.757l-.756%205.466a1.5%201.5%200%200%201-2.05%201.184l-5.113-2.078l-3.388%204.356a1.5%201.5%200%200%201-2.368%200l-3.388-4.356l-5.112%202.078a1.5%201.5%200%200%201-2.051-1.184l-.756-5.466l-5.467-.757a1.5%201.5%200%200%201-1.184-2.05l2.078-5.113l-4.356-3.388a1.5%201.5%200%200%201%200-2.368l4.356-3.388l-2.078-5.113a1.5%201.5%200%200%201%201.184-2.05l5.467-.756l.756-5.467a1.5%201.5%200%200%201%202.05-1.184l5.113%202.078zm2.435%2012.67a1.25%201.25%200%201%200-2.5%200v7.5h-7.5a1.25%201.25%200%201%200%200%202.5h7.5v7.5a1.25%201.25%200%201%200%202.5%200v-7.5h7.5a1.25%201.25%200%201%200%200-2.5h-7.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/add-starburst-48-filled.svg?color=%231a73e8&size=48