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

Name
add-starburst-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M15.02 30.5c.24.3.6.48.99.48l-.02.02c.39 0 .75-.17.99-.48l2.162-2.78l3.262 1.33c.35.14.75.11 1.091-.08c.33-.19.56-.53.61-.91l.48-3.49l3.493-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26l2.782-2.161c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.782-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.482-.48l-.48-3.491c-.05-.38-.27-.72-.611-.91a1.23 1.23 0 0 0-1.09-.07l-3.263 1.32l-2.161-2.78c-.47-.61-1.491-.61-1.972 0l-2.161 2.78l-3.262-1.32c-.36-.15-.76-.12-1.101.07c-.33.19-.56.52-.61.91l-.48 3.48l-3.483.48c-.38.05-.72.28-.91.61s-.22.73-.07 1.09l1.32 3.26l-2.782 2.16c-.3.24-.48.6-.48.99s.17.751.48.991l2.782 2.16l-1.32 3.26c-.15.36-.12.76.07 1.1c.19.33.52.56.91.61l3.482.48l.48 3.49c.05.38.28.721.611.911c.34.2.74.23 1.1.08l3.263-1.33zM16 9a1 1 0 0 1 1 1v5h5a1 1 0 1 1 0 2h-5v5a1 1 0 1 1-2 0v-5h-5a1 1 0 1 1 0-2h5v-5a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentAddStarburst32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.02 30.5c.24.3.6.48.99.48l-.02.02c.39 0 .75-.17.99-.48l2.162-2.78l3.262 1.33c.35.14.75.11 1.091-.08c.33-.19.56-.53.61-.91l.48-3.49l3.493-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26l2.782-2.161c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.782-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.482-.48l-.48-3.491c-.05-.38-.27-.72-.611-.91a1.23 1.23 0 0 0-1.09-.07l-3.263 1.32l-2.161-2.78c-.47-.61-1.491-.61-1.972 0l-2.161 2.78l-3.262-1.32c-.36-.15-.76-.12-1.101.07c-.33.19-.56.52-.61.91l-.48 3.48l-3.483.48c-.38.05-.72.28-.91.61s-.22.73-.07 1.09l1.32 3.26l-2.782 2.16c-.3.24-.48.6-.48.99s.17.751.48.991l2.782 2.16l-1.32 3.26c-.15.36-.12.76.07 1.1c.19.33.52.56.91.61l3.482.48l.48 3.49c.05.38.28.721.611.911c.34.2.74.23 1.1.08l3.263-1.33zM16 9a1 1 0 0 1 1 1v5h5a1 1 0 1 1 0 2h-5v5a1 1 0 1 1-2 0v-5h-5a1 1 0 1 1 0-2h5v-5a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.02 30.5c.24.3.6.48.99.48l-.02.02c.39 0 .75-.17.99-.48l2.162-2.78l3.262 1.33c.35.14.75.11 1.091-.08c.33-.19.56-.53.61-.91l.48-3.49l3.493-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26l2.782-2.161c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.782-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.482-.48l-.48-3.491c-.05-.38-.27-.72-.611-.91a1.23 1.23 0 0 0-1.09-.07l-3.263 1.32l-2.161-2.78c-.47-.61-1.491-.61-1.972 0l-2.161 2.78l-3.262-1.32c-.36-.15-.76-.12-1.101.07c-.33.19-.56.52-.61.91l-.48 3.48l-3.483.48c-.38.05-.72.28-.91.61s-.22.73-.07 1.09l1.32 3.26l-2.782 2.16c-.3.24-.48.6-.48.99s.17.751.48.991l2.782 2.16l-1.32 3.26c-.15.36-.12.76.07 1.1c.19.33.52.56.91.61l3.482.48l.48 3.49c.05.38.28.721.611.911c.34.2.74.23 1.1.08l3.263-1.33zM16 9a1 1 0 0 1 1 1v5h5a1 1 0 1 1 0 2h-5v5a1 1 0 1 1-2 0v-5h-5a1 1 0 1 1 0-2h5v-5a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-add-starburst-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.02%2030.5c.24.3.6.48.99.48l-.02.02c.39%200%20.75-.17.99-.48l2.162-2.78l3.262%201.33c.35.14.75.11%201.091-.08c.33-.19.56-.53.61-.91l.48-3.49l3.493-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26l2.782-2.161c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.782-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.482-.48l-.48-3.491c-.05-.38-.27-.72-.611-.91a1.23%201.23%200%200%200-1.09-.07l-3.263%201.32l-2.161-2.78c-.47-.61-1.491-.61-1.972%200l-2.161%202.78l-3.262-1.32c-.36-.15-.76-.12-1.101.07c-.33.19-.56.52-.61.91l-.48%203.48l-3.483.48c-.38.05-.72.28-.91.61s-.22.73-.07%201.09l1.32%203.26l-2.782%202.16c-.3.24-.48.6-.48.99s.17.751.48.991l2.782%202.16l-1.32%203.26c-.15.36-.12.76.07%201.1c.19.33.52.56.91.61l3.482.48l.48%203.49c.05.38.28.721.611.911c.34.2.74.23%201.1.08l3.263-1.33zM16%209a1%201%200%200%201%201%201v5h5a1%201%200%201%201%200%202h-5v5a1%201%200%201%201-2%200v-5h-5a1%201%200%201%201%200-2h5v-5a1%201%200%200%201%201-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.02%2030.5c.24.3.6.48.99.48l-.02.02c.39%200%20.75-.17.99-.48l2.162-2.78l3.262%201.33c.35.14.75.11%201.091-.08c.33-.19.56-.53.61-.91l.48-3.49l3.493-.48c.38-.06.72-.28.91-.62c.2-.33.23-.73.08-1.09l-1.33-3.26l2.782-2.161c.3-.24.48-.6.48-.99s-.17-.75-.48-.99l-2.782-2.16l1.32-3.26c.15-.36.12-.76-.07-1.1c-.19-.33-.52-.56-.91-.61l-3.482-.48l-.48-3.491c-.05-.38-.27-.72-.611-.91a1.23%201.23%200%200%200-1.09-.07l-3.263%201.32l-2.161-2.78c-.47-.61-1.491-.61-1.972%200l-2.161%202.78l-3.262-1.32c-.36-.15-.76-.12-1.101.07c-.33.19-.56.52-.61.91l-.48%203.48l-3.483.48c-.38.05-.72.28-.91.61s-.22.73-.07%201.09l1.32%203.26l-2.782%202.16c-.3.24-.48.6-.48.99s.17.751.48.991l2.782%202.16l-1.32%203.26c-.15.36-.12.76.07%201.1c.19.33.52.56.91.61l3.482.48l.48%203.49c.05.38.28.721.611.911c.34.2.74.23%201.1.08l3.263-1.33zM16%209a1%201%200%200%201%201%201v5h5a1%201%200%201%201%200%202h-5v5a1%201%200%201%201-2%200v-5h-5a1%201%200%201%201%200-2h5v-5a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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