add-starburst-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
add-starburst-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M8.006.019a.5.5 0 0 1 .396.194l1.293 1.676a.5.5 0 0 0 .537.174l2.03-.595a.5.5 0 0 1 .641.465l.062 2.116a.5.5 0 0 0 .331.456l1.994.712a.5.5 0 0 1 .244.753L14.34 7.718a.5.5 0 0 0 0 .564l1.194 1.748a.5.5 0 0 1-.245.753l-1.993.712a.5.5 0 0 0-.331.456l-.062 2.116a.5.5 0 0 1-.64.465l-2.031-.595a.5.5 0 0 0-.537.175l-1.293 1.675a.5.5 0 0 1-.792 0l-1.293-1.676a.5.5 0 0 0-.537-.174l-2.031.595a.5.5 0 0 1-.64-.465l-.062-2.116a.5.5 0 0 0-.331-.456l-1.994-.712a.5.5 0 0 1-.244-.753l1.194-1.748a.5.5 0 0 0 0-.564L.478 5.97a.5.5 0 0 1 .244-.753l1.994-.712a.5.5 0 0 0 .331-.456l.062-2.116a.5.5 0 0 1 .64-.465l2.031.595a.5.5 0 0 0 .537-.174L7.61.213a.5.5 0 0 1 .396-.194M8 4.5a.5.5 0 0 0-.5.5v2.5H5a.5.5 0 0 0 0 1h2.5V11a.5.5 0 0 0 1 0V8.5H11a.5.5 0 0 0 0-1H8.5V5a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAddStarburst16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.006.019a.5.5 0 0 1 .396.194l1.293 1.676a.5.5 0 0 0 .537.174l2.03-.595a.5.5 0 0 1 .641.465l.062 2.116a.5.5 0 0 0 .331.456l1.994.712a.5.5 0 0 1 .244.753L14.34 7.718a.5.5 0 0 0 0 .564l1.194 1.748a.5.5 0 0 1-.245.753l-1.993.712a.5.5 0 0 0-.331.456l-.062 2.116a.5.5 0 0 1-.64.465l-2.031-.595a.5.5 0 0 0-.537.175l-1.293 1.675a.5.5 0 0 1-.792 0l-1.293-1.676a.5.5 0 0 0-.537-.174l-2.031.595a.5.5 0 0 1-.64-.465l-.062-2.116a.5.5 0 0 0-.331-.456l-1.994-.712a.5.5 0 0 1-.244-.753l1.194-1.748a.5.5 0 0 0 0-.564L.478 5.97a.5.5 0 0 1 .244-.753l1.994-.712a.5.5 0 0 0 .331-.456l.062-2.116a.5.5 0 0 1 .64-.465l2.031.595a.5.5 0 0 0 .537-.174L7.61.213a.5.5 0 0 1 .396-.194M8 4.5a.5.5 0 0 0-.5.5v2.5H5a.5.5 0 0 0 0 1h2.5V11a.5.5 0 0 0 1 0V8.5H11a.5.5 0 0 0 0-1H8.5V5a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.006.019a.5.5 0 0 1 .396.194l1.293 1.676a.5.5 0 0 0 .537.174l2.03-.595a.5.5 0 0 1 .641.465l.062 2.116a.5.5 0 0 0 .331.456l1.994.712a.5.5 0 0 1 .244.753L14.34 7.718a.5.5 0 0 0 0 .564l1.194 1.748a.5.5 0 0 1-.245.753l-1.993.712a.5.5 0 0 0-.331.456l-.062 2.116a.5.5 0 0 1-.64.465l-2.031-.595a.5.5 0 0 0-.537.175l-1.293 1.675a.5.5 0 0 1-.792 0l-1.293-1.676a.5.5 0 0 0-.537-.174l-2.031.595a.5.5 0 0 1-.64-.465l-.062-2.116a.5.5 0 0 0-.331-.456l-1.994-.712a.5.5 0 0 1-.244-.753l1.194-1.748a.5.5 0 0 0 0-.564L.478 5.97a.5.5 0 0 1 .244-.753l1.994-.712a.5.5 0 0 0 .331-.456l.062-2.116a.5.5 0 0 1 .64-.465l2.031.595a.5.5 0 0 0 .537-.174L7.61.213a.5.5 0 0 1 .396-.194M8 4.5a.5.5 0 0 0-.5.5v2.5H5a.5.5 0 0 0 0 1h2.5V11a.5.5 0 0 0 1 0V8.5H11a.5.5 0 0 0 0-1H8.5V5a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-add-starburst-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.006.019a.5.5%200%200%201%20.396.194l1.293%201.676a.5.5%200%200%200%20.537.174l2.03-.595a.5.5%200%200%201%20.641.465l.062%202.116a.5.5%200%200%200%20.331.456l1.994.712a.5.5%200%200%201%20.244.753L14.34%207.718a.5.5%200%200%200%200%20.564l1.194%201.748a.5.5%200%200%201-.245.753l-1.993.712a.5.5%200%200%200-.331.456l-.062%202.116a.5.5%200%200%201-.64.465l-2.031-.595a.5.5%200%200%200-.537.175l-1.293%201.675a.5.5%200%200%201-.792%200l-1.293-1.676a.5.5%200%200%200-.537-.174l-2.031.595a.5.5%200%200%201-.64-.465l-.062-2.116a.5.5%200%200%200-.331-.456l-1.994-.712a.5.5%200%200%201-.244-.753l1.194-1.748a.5.5%200%200%200%200-.564L.478%205.97a.5.5%200%200%201%20.244-.753l1.994-.712a.5.5%200%200%200%20.331-.456l.062-2.116a.5.5%200%200%201%20.64-.465l2.031.595a.5.5%200%200%200%20.537-.174L7.61.213a.5.5%200%200%201%20.396-.194M8%204.5a.5.5%200%200%200-.5.5v2.5H5a.5.5%200%200%200%200%201h2.5V11a.5.5%200%200%200%201%200V8.5H11a.5.5%200%200%200%200-1H8.5V5a.5.5%200%200%200-.5-.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.006.019a.5.5%200%200%201%20.396.194l1.293%201.676a.5.5%200%200%200%20.537.174l2.03-.595a.5.5%200%200%201%20.641.465l.062%202.116a.5.5%200%200%200%20.331.456l1.994.712a.5.5%200%200%201%20.244.753L14.34%207.718a.5.5%200%200%200%200%20.564l1.194%201.748a.5.5%200%200%201-.245.753l-1.993.712a.5.5%200%200%200-.331.456l-.062%202.116a.5.5%200%200%201-.64.465l-2.031-.595a.5.5%200%200%200-.537.175l-1.293%201.675a.5.5%200%200%201-.792%200l-1.293-1.676a.5.5%200%200%200-.537-.174l-2.031.595a.5.5%200%200%201-.64-.465l-.062-2.116a.5.5%200%200%200-.331-.456l-1.994-.712a.5.5%200%200%201-.244-.753l1.194-1.748a.5.5%200%200%200%200-.564L.478%205.97a.5.5%200%200%201%20.244-.753l1.994-.712a.5.5%200%200%200%20.331-.456l.062-2.116a.5.5%200%200%201%20.64-.465l2.031.595a.5.5%200%200%200%20.537-.174L7.61.213a.5.5%200%200%201%20.396-.194M8%204.5a.5.5%200%200%200-.5.5v2.5H5a.5.5%200%200%200%200%201h2.5V11a.5.5%200%200%200%201%200V8.5H11a.5.5%200%200%200%200-1H8.5V5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/add-starburst-16-filled.svg?color=%231a73e8&size=48