add-starburst-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
add-starburst-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M25.25 15.25a1.25 1.25 0 0 0-2.5 0v7.5h-7.5a1.25 1.25 0 0 0 0 2.5h7.5v7.5a1.25 1.25 0 0 0 2.5 0v-7.5h7.5a1.25 1.25 0 1 0 0-2.5h-7.5zm-.066-12.67a1.5 1.5 0 0 0-2.368 0l-3.388 4.356l-5.113-2.078a1.5 1.5 0 0 0-2.05 1.184l-.756 5.467l-5.467.756a1.5 1.5 0 0 0-1.184 2.05l2.078 5.113l-4.356 3.388a1.5 1.5 0 0 0 0 2.368l4.356 3.388l-2.078 5.113a1.5 1.5 0 0 0 1.184 2.05l5.467.757l.756 5.466a1.5 1.5 0 0 0 2.05 1.184l5.113-2.078l3.388 4.356a1.5 1.5 0 0 0 2.368 0l3.388-4.356l5.113 2.078a1.5 1.5 0 0 0 2.05-1.184l.757-5.466l5.466-.757a1.5 1.5 0 0 0 1.184-2.05l-2.078-5.113l4.356-3.388a1.5 1.5 0 0 0 0-2.368l-4.356-3.388l2.078-5.113a1.5 1.5 0 0 0-1.184-2.05l-5.466-.756l-.757-5.467a1.5 1.5 0 0 0-2.05-1.184l-5.113 2.078zm-3.899 6.04L24 5.13l2.715 3.49a2.25 2.25 0 0 0 2.624.704l4.096-1.666l.606 4.38a2.25 2.25 0 0 0 1.92 1.921l4.381.606l-1.666 4.097a2.25 2.25 0 0 0 .703 2.623L42.87 24l-3.49 2.715a2.25 2.25 0 0 0-.704 2.624l1.666 4.096l-4.38.606a2.25 2.25 0 0 0-1.921 1.92l-.606 4.381l-4.097-1.666a2.25 2.25 0 0 0-2.623.703L24 42.87l-2.715-3.49a2.25 2.25 0 0 0-2.623-.704l-4.097 1.666l-.606-4.38a2.25 2.25 0 0 0-1.92-1.921l-4.381-.606l1.666-4.097a2.25 2.25 0 0 0-.703-2.623L5.13 24l3.49-2.715a2.25 2.25 0 0 0 .704-2.623l-1.666-4.097l4.38-.606a2.25 2.25 0 0 0 1.921-1.92l.606-4.381l4.097 1.666a2.25 2.25 0 0 0 2.623-.703"/></svg>

React

import type { SVGProps } from "react";

export function FluentAddStarburst48Regular(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="M25.25 15.25a1.25 1.25 0 0 0-2.5 0v7.5h-7.5a1.25 1.25 0 0 0 0 2.5h7.5v7.5a1.25 1.25 0 0 0 2.5 0v-7.5h7.5a1.25 1.25 0 1 0 0-2.5h-7.5zm-.066-12.67a1.5 1.5 0 0 0-2.368 0l-3.388 4.356l-5.113-2.078a1.5 1.5 0 0 0-2.05 1.184l-.756 5.467l-5.467.756a1.5 1.5 0 0 0-1.184 2.05l2.078 5.113l-4.356 3.388a1.5 1.5 0 0 0 0 2.368l4.356 3.388l-2.078 5.113a1.5 1.5 0 0 0 1.184 2.05l5.467.757l.756 5.466a1.5 1.5 0 0 0 2.05 1.184l5.113-2.078l3.388 4.356a1.5 1.5 0 0 0 2.368 0l3.388-4.356l5.113 2.078a1.5 1.5 0 0 0 2.05-1.184l.757-5.466l5.466-.757a1.5 1.5 0 0 0 1.184-2.05l-2.078-5.113l4.356-3.388a1.5 1.5 0 0 0 0-2.368l-4.356-3.388l2.078-5.113a1.5 1.5 0 0 0-1.184-2.05l-5.466-.756l-.757-5.467a1.5 1.5 0 0 0-2.05-1.184l-5.113 2.078zm-3.899 6.04L24 5.13l2.715 3.49a2.25 2.25 0 0 0 2.624.704l4.096-1.666l.606 4.38a2.25 2.25 0 0 0 1.92 1.921l4.381.606l-1.666 4.097a2.25 2.25 0 0 0 .703 2.623L42.87 24l-3.49 2.715a2.25 2.25 0 0 0-.704 2.624l1.666 4.096l-4.38.606a2.25 2.25 0 0 0-1.921 1.92l-.606 4.381l-4.097-1.666a2.25 2.25 0 0 0-2.623.703L24 42.87l-2.715-3.49a2.25 2.25 0 0 0-2.623-.704l-4.097 1.666l-.606-4.38a2.25 2.25 0 0 0-1.92-1.921l-4.381-.606l1.666-4.097a2.25 2.25 0 0 0-.703-2.623L5.13 24l3.49-2.715a2.25 2.25 0 0 0 .704-2.623l-1.666-4.097l4.38-.606a2.25 2.25 0 0 0 1.921-1.92l.606-4.381l4.097 1.666a2.25 2.25 0 0 0 2.623-.703"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.25 15.25a1.25 1.25 0 0 0-2.5 0v7.5h-7.5a1.25 1.25 0 0 0 0 2.5h7.5v7.5a1.25 1.25 0 0 0 2.5 0v-7.5h7.5a1.25 1.25 0 1 0 0-2.5h-7.5zm-.066-12.67a1.5 1.5 0 0 0-2.368 0l-3.388 4.356l-5.113-2.078a1.5 1.5 0 0 0-2.05 1.184l-.756 5.467l-5.467.756a1.5 1.5 0 0 0-1.184 2.05l2.078 5.113l-4.356 3.388a1.5 1.5 0 0 0 0 2.368l4.356 3.388l-2.078 5.113a1.5 1.5 0 0 0 1.184 2.05l5.467.757l.756 5.466a1.5 1.5 0 0 0 2.05 1.184l5.113-2.078l3.388 4.356a1.5 1.5 0 0 0 2.368 0l3.388-4.356l5.113 2.078a1.5 1.5 0 0 0 2.05-1.184l.757-5.466l5.466-.757a1.5 1.5 0 0 0 1.184-2.05l-2.078-5.113l4.356-3.388a1.5 1.5 0 0 0 0-2.368l-4.356-3.388l2.078-5.113a1.5 1.5 0 0 0-1.184-2.05l-5.466-.756l-.757-5.467a1.5 1.5 0 0 0-2.05-1.184l-5.113 2.078zm-3.899 6.04L24 5.13l2.715 3.49a2.25 2.25 0 0 0 2.624.704l4.096-1.666l.606 4.38a2.25 2.25 0 0 0 1.92 1.921l4.381.606l-1.666 4.097a2.25 2.25 0 0 0 .703 2.623L42.87 24l-3.49 2.715a2.25 2.25 0 0 0-.704 2.624l1.666 4.096l-4.38.606a2.25 2.25 0 0 0-1.921 1.92l-.606 4.381l-4.097-1.666a2.25 2.25 0 0 0-2.623.703L24 42.87l-2.715-3.49a2.25 2.25 0 0 0-2.623-.704l-4.097 1.666l-.606-4.38a2.25 2.25 0 0 0-1.92-1.921l-4.381-.606l1.666-4.097a2.25 2.25 0 0 0-.703-2.623L5.13 24l3.49-2.715a2.25 2.25 0 0 0 .704-2.623l-1.666-4.097l4.38-.606a2.25 2.25 0 0 0 1.921-1.92l.606-4.381l4.097 1.666a2.25 2.25 0 0 0 2.623-.703"/></svg>
</template>

CSS

.icon-add-starburst-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.25%2015.25a1.25%201.25%200%200%200-2.5%200v7.5h-7.5a1.25%201.25%200%200%200%200%202.5h7.5v7.5a1.25%201.25%200%200%200%202.5%200v-7.5h7.5a1.25%201.25%200%201%200%200-2.5h-7.5zm-.066-12.67a1.5%201.5%200%200%200-2.368%200l-3.388%204.356l-5.113-2.078a1.5%201.5%200%200%200-2.05%201.184l-.756%205.467l-5.467.756a1.5%201.5%200%200%200-1.184%202.05l2.078%205.113l-4.356%203.388a1.5%201.5%200%200%200%200%202.368l4.356%203.388l-2.078%205.113a1.5%201.5%200%200%200%201.184%202.05l5.467.757l.756%205.466a1.5%201.5%200%200%200%202.05%201.184l5.113-2.078l3.388%204.356a1.5%201.5%200%200%200%202.368%200l3.388-4.356l5.113%202.078a1.5%201.5%200%200%200%202.05-1.184l.757-5.466l5.466-.757a1.5%201.5%200%200%200%201.184-2.05l-2.078-5.113l4.356-3.388a1.5%201.5%200%200%200%200-2.368l-4.356-3.388l2.078-5.113a1.5%201.5%200%200%200-1.184-2.05l-5.466-.756l-.757-5.467a1.5%201.5%200%200%200-2.05-1.184l-5.113%202.078zm-3.899%206.04L24%205.13l2.715%203.49a2.25%202.25%200%200%200%202.624.704l4.096-1.666l.606%204.38a2.25%202.25%200%200%200%201.92%201.921l4.381.606l-1.666%204.097a2.25%202.25%200%200%200%20.703%202.623L42.87%2024l-3.49%202.715a2.25%202.25%200%200%200-.704%202.624l1.666%204.096l-4.38.606a2.25%202.25%200%200%200-1.921%201.92l-.606%204.381l-4.097-1.666a2.25%202.25%200%200%200-2.623.703L24%2042.87l-2.715-3.49a2.25%202.25%200%200%200-2.623-.704l-4.097%201.666l-.606-4.38a2.25%202.25%200%200%200-1.92-1.921l-4.381-.606l1.666-4.097a2.25%202.25%200%200%200-.703-2.623L5.13%2024l3.49-2.715a2.25%202.25%200%200%200%20.704-2.623l-1.666-4.097l4.38-.606a2.25%202.25%200%200%200%201.921-1.92l.606-4.381l4.097%201.666a2.25%202.25%200%200%200%202.623-.703%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%22M25.25%2015.25a1.25%201.25%200%200%200-2.5%200v7.5h-7.5a1.25%201.25%200%200%200%200%202.5h7.5v7.5a1.25%201.25%200%200%200%202.5%200v-7.5h7.5a1.25%201.25%200%201%200%200-2.5h-7.5zm-.066-12.67a1.5%201.5%200%200%200-2.368%200l-3.388%204.356l-5.113-2.078a1.5%201.5%200%200%200-2.05%201.184l-.756%205.467l-5.467.756a1.5%201.5%200%200%200-1.184%202.05l2.078%205.113l-4.356%203.388a1.5%201.5%200%200%200%200%202.368l4.356%203.388l-2.078%205.113a1.5%201.5%200%200%200%201.184%202.05l5.467.757l.756%205.466a1.5%201.5%200%200%200%202.05%201.184l5.113-2.078l3.388%204.356a1.5%201.5%200%200%200%202.368%200l3.388-4.356l5.113%202.078a1.5%201.5%200%200%200%202.05-1.184l.757-5.466l5.466-.757a1.5%201.5%200%200%200%201.184-2.05l-2.078-5.113l4.356-3.388a1.5%201.5%200%200%200%200-2.368l-4.356-3.388l2.078-5.113a1.5%201.5%200%200%200-1.184-2.05l-5.466-.756l-.757-5.467a1.5%201.5%200%200%200-2.05-1.184l-5.113%202.078zm-3.899%206.04L24%205.13l2.715%203.49a2.25%202.25%200%200%200%202.624.704l4.096-1.666l.606%204.38a2.25%202.25%200%200%200%201.92%201.921l4.381.606l-1.666%204.097a2.25%202.25%200%200%200%20.703%202.623L42.87%2024l-3.49%202.715a2.25%202.25%200%200%200-.704%202.624l1.666%204.096l-4.38.606a2.25%202.25%200%200%200-1.921%201.92l-.606%204.381l-4.097-1.666a2.25%202.25%200%200%200-2.623.703L24%2042.87l-2.715-3.49a2.25%202.25%200%200%200-2.623-.704l-4.097%201.666l-.606-4.38a2.25%202.25%200%200%200-1.92-1.921l-4.381-.606l1.666-4.097a2.25%202.25%200%200%200-.703-2.623L5.13%2024l3.49-2.715a2.25%202.25%200%200%200%20.704-2.623l-1.666-4.097l4.38-.606a2.25%202.25%200%200%200%201.921-1.92l.606-4.381l4.097%201.666a2.25%202.25%200%200%200%202.623-.703%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-regular.svg?color=%231a73e8&size=48