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

Name
add-starburst-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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="M14.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.5zm.036-7.366a1 1 0 0 0-1.579 0l-1.81 2.329a.25.25 0 0 1-.292.078L8.372 2.68a1 1 0 0 0-1.367.79L6.6 6.39a.25.25 0 0 1-.214.214l-2.922.404a1 1 0 0 0-.79 1.367l1.112 2.733a.25.25 0 0 1-.078.291L1.38 13.211a1 1 0 0 0 0 1.579l2.33 1.81a.25.25 0 0 1 .078.292l-1.111 2.733a1 1 0 0 0 .79 1.367l2.921.404a.25.25 0 0 1 .214.214l.404 2.922a1 1 0 0 0 1.367.79l2.733-1.112a.25.25 0 0 1 .291.078l1.811 2.329a1 1 0 0 0 1.579 0l1.811-2.329a.25.25 0 0 1 .291-.078l2.733 1.111a1 1 0 0 0 1.367-.79l.404-2.921a.25.25 0 0 1 .214-.214l2.922-.404a1 1 0 0 0 .79-1.367l-1.112-2.733a.25.25 0 0 1 .078-.291l2.329-1.811a1 1 0 0 0 0-1.579l-2.329-1.81a.25.25 0 0 1-.078-.292l1.111-2.733a1 1 0 0 0-.789-1.367l-2.922-.404a.25.25 0 0 1-.214-.214l-.404-2.922a1 1 0 0 0-1.367-.79L16.89 3.792a.25.25 0 0 1-.292-.078zm-2.206 3.25l1.417-1.822l1.416 1.822a1.75 1.75 0 0 0 2.04.546l2.138-.869l.316 2.286A1.75 1.75 0 0 0 21.4 8.09l2.286.316l-.87 2.138a1.75 1.75 0 0 0 .547 2.04l1.822 1.417l-1.822 1.416a1.75 1.75 0 0 0-.546 2.04l.869 2.137l-2.286.317a1.75 1.75 0 0 0-1.493 1.493l-.316 2.286l-2.138-.87a1.75 1.75 0 0 0-2.04.547l-1.416 1.822l-1.417-1.822a1.75 1.75 0 0 0-2.04-.546l-2.137.869l-.316-2.286a1.75 1.75 0 0 0-1.494-1.493l-2.286-.317l.87-2.137a1.75 1.75 0 0 0-.547-2.04L2.809 14l1.82-1.417a1.75 1.75 0 0 0 .547-2.04l-.869-2.138l2.286-.316a1.75 1.75 0 0 0 1.494-1.493l.316-2.286l2.137.87a1.75 1.75 0 0 0 2.04-.547"/></svg>

React

import type { SVGProps } from "react";

export function FluentAddStarburst28Regular(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="M14.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.5zm.036-7.366a1 1 0 0 0-1.579 0l-1.81 2.329a.25.25 0 0 1-.292.078L8.372 2.68a1 1 0 0 0-1.367.79L6.6 6.39a.25.25 0 0 1-.214.214l-2.922.404a1 1 0 0 0-.79 1.367l1.112 2.733a.25.25 0 0 1-.078.291L1.38 13.211a1 1 0 0 0 0 1.579l2.33 1.81a.25.25 0 0 1 .078.292l-1.111 2.733a1 1 0 0 0 .79 1.367l2.921.404a.25.25 0 0 1 .214.214l.404 2.922a1 1 0 0 0 1.367.79l2.733-1.112a.25.25 0 0 1 .291.078l1.811 2.329a1 1 0 0 0 1.579 0l1.811-2.329a.25.25 0 0 1 .291-.078l2.733 1.111a1 1 0 0 0 1.367-.79l.404-2.921a.25.25 0 0 1 .214-.214l2.922-.404a1 1 0 0 0 .79-1.367l-1.112-2.733a.25.25 0 0 1 .078-.291l2.329-1.811a1 1 0 0 0 0-1.579l-2.329-1.81a.25.25 0 0 1-.078-.292l1.111-2.733a1 1 0 0 0-.789-1.367l-2.922-.404a.25.25 0 0 1-.214-.214l-.404-2.922a1 1 0 0 0-1.367-.79L16.89 3.792a.25.25 0 0 1-.292-.078zm-2.206 3.25l1.417-1.822l1.416 1.822a1.75 1.75 0 0 0 2.04.546l2.138-.869l.316 2.286A1.75 1.75 0 0 0 21.4 8.09l2.286.316l-.87 2.138a1.75 1.75 0 0 0 .547 2.04l1.822 1.417l-1.822 1.416a1.75 1.75 0 0 0-.546 2.04l.869 2.137l-2.286.317a1.75 1.75 0 0 0-1.493 1.493l-.316 2.286l-2.138-.87a1.75 1.75 0 0 0-2.04.547l-1.416 1.822l-1.417-1.822a1.75 1.75 0 0 0-2.04-.546l-2.137.869l-.316-2.286a1.75 1.75 0 0 0-1.494-1.493l-2.286-.317l.87-2.137a1.75 1.75 0 0 0-.547-2.04L2.809 14l1.82-1.417a1.75 1.75 0 0 0 .547-2.04l-.869-2.138l2.286-.316a1.75 1.75 0 0 0 1.494-1.493l.316-2.286l2.137.87a1.75 1.75 0 0 0 2.04-.547"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.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.5zm.036-7.366a1 1 0 0 0-1.579 0l-1.81 2.329a.25.25 0 0 1-.292.078L8.372 2.68a1 1 0 0 0-1.367.79L6.6 6.39a.25.25 0 0 1-.214.214l-2.922.404a1 1 0 0 0-.79 1.367l1.112 2.733a.25.25 0 0 1-.078.291L1.38 13.211a1 1 0 0 0 0 1.579l2.33 1.81a.25.25 0 0 1 .078.292l-1.111 2.733a1 1 0 0 0 .79 1.367l2.921.404a.25.25 0 0 1 .214.214l.404 2.922a1 1 0 0 0 1.367.79l2.733-1.112a.25.25 0 0 1 .291.078l1.811 2.329a1 1 0 0 0 1.579 0l1.811-2.329a.25.25 0 0 1 .291-.078l2.733 1.111a1 1 0 0 0 1.367-.79l.404-2.921a.25.25 0 0 1 .214-.214l2.922-.404a1 1 0 0 0 .79-1.367l-1.112-2.733a.25.25 0 0 1 .078-.291l2.329-1.811a1 1 0 0 0 0-1.579l-2.329-1.81a.25.25 0 0 1-.078-.292l1.111-2.733a1 1 0 0 0-.789-1.367l-2.922-.404a.25.25 0 0 1-.214-.214l-.404-2.922a1 1 0 0 0-1.367-.79L16.89 3.792a.25.25 0 0 1-.292-.078zm-2.206 3.25l1.417-1.822l1.416 1.822a1.75 1.75 0 0 0 2.04.546l2.138-.869l.316 2.286A1.75 1.75 0 0 0 21.4 8.09l2.286.316l-.87 2.138a1.75 1.75 0 0 0 .547 2.04l1.822 1.417l-1.822 1.416a1.75 1.75 0 0 0-.546 2.04l.869 2.137l-2.286.317a1.75 1.75 0 0 0-1.493 1.493l-.316 2.286l-2.138-.87a1.75 1.75 0 0 0-2.04.547l-1.416 1.822l-1.417-1.822a1.75 1.75 0 0 0-2.04-.546l-2.137.869l-.316-2.286a1.75 1.75 0 0 0-1.494-1.493l-2.286-.317l.87-2.137a1.75 1.75 0 0 0-.547-2.04L2.809 14l1.82-1.417a1.75 1.75 0 0 0 .547-2.04l-.869-2.138l2.286-.316a1.75 1.75 0 0 0 1.494-1.493l.316-2.286l2.137.87a1.75 1.75 0 0 0 2.04-.547"/></svg>
</template>

CSS

.icon-add-starburst-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.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.5zm.036-7.366a1%201%200%200%200-1.579%200l-1.81%202.329a.25.25%200%200%201-.292.078L8.372%202.68a1%201%200%200%200-1.367.79L6.6%206.39a.25.25%200%200%201-.214.214l-2.922.404a1%201%200%200%200-.79%201.367l1.112%202.733a.25.25%200%200%201-.078.291L1.38%2013.211a1%201%200%200%200%200%201.579l2.33%201.81a.25.25%200%200%201%20.078.292l-1.111%202.733a1%201%200%200%200%20.79%201.367l2.921.404a.25.25%200%200%201%20.214.214l.404%202.922a1%201%200%200%200%201.367.79l2.733-1.112a.25.25%200%200%201%20.291.078l1.811%202.329a1%201%200%200%200%201.579%200l1.811-2.329a.25.25%200%200%201%20.291-.078l2.733%201.111a1%201%200%200%200%201.367-.79l.404-2.921a.25.25%200%200%201%20.214-.214l2.922-.404a1%201%200%200%200%20.79-1.367l-1.112-2.733a.25.25%200%200%201%20.078-.291l2.329-1.811a1%201%200%200%200%200-1.579l-2.329-1.81a.25.25%200%200%201-.078-.292l1.111-2.733a1%201%200%200%200-.789-1.367l-2.922-.404a.25.25%200%200%201-.214-.214l-.404-2.922a1%201%200%200%200-1.367-.79L16.89%203.792a.25.25%200%200%201-.292-.078zm-2.206%203.25l1.417-1.822l1.416%201.822a1.75%201.75%200%200%200%202.04.546l2.138-.869l.316%202.286A1.75%201.75%200%200%200%2021.4%208.09l2.286.316l-.87%202.138a1.75%201.75%200%200%200%20.547%202.04l1.822%201.417l-1.822%201.416a1.75%201.75%200%200%200-.546%202.04l.869%202.137l-2.286.317a1.75%201.75%200%200%200-1.493%201.493l-.316%202.286l-2.138-.87a1.75%201.75%200%200%200-2.04.547l-1.416%201.822l-1.417-1.822a1.75%201.75%200%200%200-2.04-.546l-2.137.869l-.316-2.286a1.75%201.75%200%200%200-1.494-1.493l-2.286-.317l.87-2.137a1.75%201.75%200%200%200-.547-2.04L2.809%2014l1.82-1.417a1.75%201.75%200%200%200%20.547-2.04l-.869-2.138l2.286-.316a1.75%201.75%200%200%200%201.494-1.493l.316-2.286l2.137.87a1.75%201.75%200%200%200%202.04-.547%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%22M14.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.5zm.036-7.366a1%201%200%200%200-1.579%200l-1.81%202.329a.25.25%200%200%201-.292.078L8.372%202.68a1%201%200%200%200-1.367.79L6.6%206.39a.25.25%200%200%201-.214.214l-2.922.404a1%201%200%200%200-.79%201.367l1.112%202.733a.25.25%200%200%201-.078.291L1.38%2013.211a1%201%200%200%200%200%201.579l2.33%201.81a.25.25%200%200%201%20.078.292l-1.111%202.733a1%201%200%200%200%20.79%201.367l2.921.404a.25.25%200%200%201%20.214.214l.404%202.922a1%201%200%200%200%201.367.79l2.733-1.112a.25.25%200%200%201%20.291.078l1.811%202.329a1%201%200%200%200%201.579%200l1.811-2.329a.25.25%200%200%201%20.291-.078l2.733%201.111a1%201%200%200%200%201.367-.79l.404-2.921a.25.25%200%200%201%20.214-.214l2.922-.404a1%201%200%200%200%20.79-1.367l-1.112-2.733a.25.25%200%200%201%20.078-.291l2.329-1.811a1%201%200%200%200%200-1.579l-2.329-1.81a.25.25%200%200%201-.078-.292l1.111-2.733a1%201%200%200%200-.789-1.367l-2.922-.404a.25.25%200%200%201-.214-.214l-.404-2.922a1%201%200%200%200-1.367-.79L16.89%203.792a.25.25%200%200%201-.292-.078zm-2.206%203.25l1.417-1.822l1.416%201.822a1.75%201.75%200%200%200%202.04.546l2.138-.869l.316%202.286A1.75%201.75%200%200%200%2021.4%208.09l2.286.316l-.87%202.138a1.75%201.75%200%200%200%20.547%202.04l1.822%201.417l-1.822%201.416a1.75%201.75%200%200%200-.546%202.04l.869%202.137l-2.286.317a1.75%201.75%200%200%200-1.493%201.493l-.316%202.286l-2.138-.87a1.75%201.75%200%200%200-2.04.547l-1.416%201.822l-1.417-1.822a1.75%201.75%200%200%200-2.04-.546l-2.137.869l-.316-2.286a1.75%201.75%200%200%200-1.494-1.493l-2.286-.317l.87-2.137a1.75%201.75%200%200%200-.547-2.04L2.809%2014l1.82-1.417a1.75%201.75%200%200%200%20.547-2.04l-.869-2.138l2.286-.316a1.75%201.75%200%200%200%201.494-1.493l.316-2.286l2.137.87a1.75%201.75%200%200%200%202.04-.547%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-regular.svg?color=%231a73e8&size=48