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

Name
sparkle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.398 12.809a1.04 1.04 0 0 0 1.204-.003c.178-.13.313-.31.387-.518l.447-1.373a2.34 2.34 0 0 1 1.477-1.479l1.391-.45a1.045 1.045 0 0 0-.044-1.98l-1.375-.448a2.34 2.34 0 0 1-1.48-1.477l-.452-1.388a1.044 1.044 0 0 0-1.973.017l-.457 1.4a2.34 2.34 0 0 1-1.44 1.45l-1.39.447a1.045 1.045 0 0 0 .016 1.974l1.374.445a2.33 2.33 0 0 1 1.481 1.488l.452 1.391c.072.204.206.38.382.504m6.137 4.042a.806.806 0 0 0 1.226-.398l.248-.762a1.1 1.1 0 0 1 .26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.773a.8.8 0 0 0-1.518.01l-.247.762a1.07 1.07 0 0 1-.665.679l-.773.252a.8.8 0 0 0 .008 1.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8 0 0 0 .292.388"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkle20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.398 12.809a1.04 1.04 0 0 0 1.204-.003c.178-.13.313-.31.387-.518l.447-1.373a2.34 2.34 0 0 1 1.477-1.479l1.391-.45a1.045 1.045 0 0 0-.044-1.98l-1.375-.448a2.34 2.34 0 0 1-1.48-1.477l-.452-1.388a1.044 1.044 0 0 0-1.973.017l-.457 1.4a2.34 2.34 0 0 1-1.44 1.45l-1.39.447a1.045 1.045 0 0 0 .016 1.974l1.374.445a2.33 2.33 0 0 1 1.481 1.488l.452 1.391c.072.204.206.38.382.504m6.137 4.042a.806.806 0 0 0 1.226-.398l.248-.762a1.1 1.1 0 0 1 .26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.773a.8.8 0 0 0-1.518.01l-.247.762a1.07 1.07 0 0 1-.665.679l-.773.252a.8.8 0 0 0 .008 1.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8 0 0 0 .292.388"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.398 12.809a1.04 1.04 0 0 0 1.204-.003c.178-.13.313-.31.387-.518l.447-1.373a2.34 2.34 0 0 1 1.477-1.479l1.391-.45a1.045 1.045 0 0 0-.044-1.98l-1.375-.448a2.34 2.34 0 0 1-1.48-1.477l-.452-1.388a1.044 1.044 0 0 0-1.973.017l-.457 1.4a2.34 2.34 0 0 1-1.44 1.45l-1.39.447a1.045 1.045 0 0 0 .016 1.974l1.374.445a2.33 2.33 0 0 1 1.481 1.488l.452 1.391c.072.204.206.38.382.504m6.137 4.042a.806.806 0 0 0 1.226-.398l.248-.762a1.1 1.1 0 0 1 .26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.773a.8.8 0 0 0-1.518.01l-.247.762a1.07 1.07 0 0 1-.665.679l-.773.252a.8.8 0 0 0 .008 1.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8 0 0 0 .292.388"/></svg>
</template>

CSS

.icon-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.398%2012.809a1.04%201.04%200%200%200%201.204-.003c.178-.13.313-.31.387-.518l.447-1.373a2.34%202.34%200%200%201%201.477-1.479l1.391-.45a1.045%201.045%200%200%200-.044-1.98l-1.375-.448a2.34%202.34%200%200%201-1.48-1.477l-.452-1.388a1.044%201.044%200%200%200-1.973.017l-.457%201.4a2.34%202.34%200%200%201-1.44%201.45l-1.39.447a1.045%201.045%200%200%200%20.016%201.974l1.374.445a2.33%202.33%200%200%201%201.481%201.488l.452%201.391c.072.204.206.38.382.504m6.137%204.042a.806.806%200%200%200%201.226-.398l.248-.762a1.1%201.1%200%200%201%20.26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8%200%200%200-.023-1.52l-.764-.25a1.08%201.08%200%200%201-.68-.678l-.252-.773a.8.8%200%200%200-1.518.01l-.247.762a1.07%201.07%200%200%201-.665.679l-.773.252a.8.8%200%200%200%20.008%201.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8%200%200%200%20.292.388%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.398%2012.809a1.04%201.04%200%200%200%201.204-.003c.178-.13.313-.31.387-.518l.447-1.373a2.34%202.34%200%200%201%201.477-1.479l1.391-.45a1.045%201.045%200%200%200-.044-1.98l-1.375-.448a2.34%202.34%200%200%201-1.48-1.477l-.452-1.388a1.044%201.044%200%200%200-1.973.017l-.457%201.4a2.34%202.34%200%200%201-1.44%201.45l-1.39.447a1.045%201.045%200%200%200%20.016%201.974l1.374.445a2.33%202.33%200%200%201%201.481%201.488l.452%201.391c.072.204.206.38.382.504m6.137%204.042a.806.806%200%200%200%201.226-.398l.248-.762a1.1%201.1%200%200%201%20.26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8%200%200%200-.023-1.52l-.764-.25a1.08%201.08%200%200%201-.68-.678l-.252-.773a.8.8%200%200%200-1.518.01l-.247.762a1.07%201.07%200%200%201-.665.679l-.773.252a.8.8%200%200%200%20.008%201.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8%200%200%200%20.292.388%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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