add starburst icon
add-starburst-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- add-starburst-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M13.205 1.384a1 1 0 0 1 1.579 0l1.811 2.329a.25.25 0 0 0 .292.078l2.732-1.111a1 1 0 0 1 1.367.79l.405 2.921a.25.25 0 0 0 .213.214l2.922.404a1 1 0 0 1 .79 1.367l-1.112 2.733a.25.25 0 0 0 .078.291l2.329 1.811a1 1 0 0 1 0 1.579l-2.329 1.81a.25.25 0 0 0-.078.292l1.111 2.733a1 1 0 0 1-.789 1.367l-2.922.404a.25.25 0 0 0-.213.214l-.405 2.922a1 1 0 0 1-1.367.79l-2.732-1.112a.25.25 0 0 0-.292.078l-1.811 2.329a1 1 0 0 1-1.579 0l-1.81-2.329a.25.25 0 0 0-.292-.078L8.37 25.321a1 1 0 0 1-1.367-.79l-.404-2.921a.25.25 0 0 0-.214-.214l-2.922-.404a1 1 0 0 1-.79-1.367l1.112-2.733a.25.25 0 0 0-.078-.291L1.378 14.79a1 1 0 0 1 0-1.579l2.329-1.81a.25.25 0 0 0 .078-.292L2.674 8.376a1 1 0 0 1 .79-1.367l2.921-.404A.25.25 0 0 0 6.6 6.39l.404-2.922a1 1 0 0 1 1.367-.79l2.733 1.112a.25.25 0 0 0 .291-.078zM14.75 8.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAddStarburst28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.205 1.384a1 1 0 0 1 1.579 0l1.811 2.329a.25.25 0 0 0 .292.078l2.732-1.111a1 1 0 0 1 1.367.79l.405 2.921a.25.25 0 0 0 .213.214l2.922.404a1 1 0 0 1 .79 1.367l-1.112 2.733a.25.25 0 0 0 .078.291l2.329 1.811a1 1 0 0 1 0 1.579l-2.329 1.81a.25.25 0 0 0-.078.292l1.111 2.733a1 1 0 0 1-.789 1.367l-2.922.404a.25.25 0 0 0-.213.214l-.405 2.922a1 1 0 0 1-1.367.79l-2.732-1.112a.25.25 0 0 0-.292.078l-1.811 2.329a1 1 0 0 1-1.579 0l-1.81-2.329a.25.25 0 0 0-.292-.078L8.37 25.321a1 1 0 0 1-1.367-.79l-.404-2.921a.25.25 0 0 0-.214-.214l-2.922-.404a1 1 0 0 1-.79-1.367l1.112-2.733a.25.25 0 0 0-.078-.291L1.378 14.79a1 1 0 0 1 0-1.579l2.329-1.81a.25.25 0 0 0 .078-.292L2.674 8.376a1 1 0 0 1 .79-1.367l2.921-.404A.25.25 0 0 0 6.6 6.39l.404-2.922a1 1 0 0 1 1.367-.79l2.733 1.112a.25.25 0 0 0 .291-.078zM14.75 8.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.205 1.384a1 1 0 0 1 1.579 0l1.811 2.329a.25.25 0 0 0 .292.078l2.732-1.111a1 1 0 0 1 1.367.79l.405 2.921a.25.25 0 0 0 .213.214l2.922.404a1 1 0 0 1 .79 1.367l-1.112 2.733a.25.25 0 0 0 .078.291l2.329 1.811a1 1 0 0 1 0 1.579l-2.329 1.81a.25.25 0 0 0-.078.292l1.111 2.733a1 1 0 0 1-.789 1.367l-2.922.404a.25.25 0 0 0-.213.214l-.405 2.922a1 1 0 0 1-1.367.79l-2.732-1.112a.25.25 0 0 0-.292.078l-1.811 2.329a1 1 0 0 1-1.579 0l-1.81-2.329a.25.25 0 0 0-.292-.078L8.37 25.321a1 1 0 0 1-1.367-.79l-.404-2.921a.25.25 0 0 0-.214-.214l-2.922-.404a1 1 0 0 1-.79-1.367l1.112-2.733a.25.25 0 0 0-.078-.291L1.378 14.79a1 1 0 0 1 0-1.579l2.329-1.81a.25.25 0 0 0 .078-.292L2.674 8.376a1 1 0 0 1 .79-1.367l2.921-.404A.25.25 0 0 0 6.6 6.39l.404-2.922a1 1 0 0 1 1.367-.79l2.733 1.112a.25.25 0 0 0 .291-.078zM14.75 8.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5z"/></svg> </template>
CSS
.icon-add-starburst-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.205%201.384a1%201%200%200%201%201.579%200l1.811%202.329a.25.25%200%200%200%20.292.078l2.732-1.111a1%201%200%200%201%201.367.79l.405%202.921a.25.25%200%200%200%20.213.214l2.922.404a1%201%200%200%201%20.79%201.367l-1.112%202.733a.25.25%200%200%200%20.078.291l2.329%201.811a1%201%200%200%201%200%201.579l-2.329%201.81a.25.25%200%200%200-.078.292l1.111%202.733a1%201%200%200%201-.789%201.367l-2.922.404a.25.25%200%200%200-.213.214l-.405%202.922a1%201%200%200%201-1.367.79l-2.732-1.112a.25.25%200%200%200-.292.078l-1.811%202.329a1%201%200%200%201-1.579%200l-1.81-2.329a.25.25%200%200%200-.292-.078L8.37%2025.321a1%201%200%200%201-1.367-.79l-.404-2.921a.25.25%200%200%200-.214-.214l-2.922-.404a1%201%200%200%201-.79-1.367l1.112-2.733a.25.25%200%200%200-.078-.291L1.378%2014.79a1%201%200%200%201%200-1.579l2.329-1.81a.25.25%200%200%200%20.078-.292L2.674%208.376a1%201%200%200%201%20.79-1.367l2.921-.404A.25.25%200%200%200%206.6%206.39l.404-2.922a1%201%200%200%201%201.367-.79l2.733%201.112a.25.25%200%200%200%20.291-.078zM14.75%208.75a.75.75%200%200%200-1.5%200v4.5h-4.5a.75.75%200%200%200%200%201.5h4.5v4.5a.75.75%200%200%200%201.5%200v-4.5h4.5a.75.75%200%200%200%200-1.5h-4.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.205%201.384a1%201%200%200%201%201.579%200l1.811%202.329a.25.25%200%200%200%20.292.078l2.732-1.111a1%201%200%200%201%201.367.79l.405%202.921a.25.25%200%200%200%20.213.214l2.922.404a1%201%200%200%201%20.79%201.367l-1.112%202.733a.25.25%200%200%200%20.078.291l2.329%201.811a1%201%200%200%201%200%201.579l-2.329%201.81a.25.25%200%200%200-.078.292l1.111%202.733a1%201%200%200%201-.789%201.367l-2.922.404a.25.25%200%200%200-.213.214l-.405%202.922a1%201%200%200%201-1.367.79l-2.732-1.112a.25.25%200%200%200-.292.078l-1.811%202.329a1%201%200%200%201-1.579%200l-1.81-2.329a.25.25%200%200%200-.292-.078L8.37%2025.321a1%201%200%200%201-1.367-.79l-.404-2.921a.25.25%200%200%200-.214-.214l-2.922-.404a1%201%200%200%201-.79-1.367l1.112-2.733a.25.25%200%200%200-.078-.291L1.378%2014.79a1%201%200%200%201%200-1.579l2.329-1.81a.25.25%200%200%200%20.078-.292L2.674%208.376a1%201%200%200%201%20.79-1.367l2.921-.404A.25.25%200%200%200%206.6%206.39l.404-2.922a1%201%200%200%201%201.367-.79l2.733%201.112a.25.25%200%200%200%20.291-.078zM14.75%208.75a.75.75%200%200%200-1.5%200v4.5h-4.5a.75.75%200%200%200%200%201.5h4.5v4.5a.75.75%200%200%200%201.5%200v-4.5h4.5a.75.75%200%200%200%200-1.5h-4.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-28-filled.svg?color=%231a73e8&size=48