sparkles-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
sparkles-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the sparkles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.473 2.73q-.145.328-.298.65a15.2 15.2 0 0 1-6.238 6.638a.317.317 0 0 0 0 .553q.234.132.463.271a15.2 15.2 0 0 1 6.073 7.017a.331.331 0 0 0 .605 0q.144-.327.297-.65a15.2 15.2 0 0 1 6.239-6.638a.317.317 0 0 0 0-.553q-.235-.132-.464-.271a15.2 15.2 0 0 1-6.072-7.017a.331.331 0 0 0-.605 0M5.827 13.004q-.081.187-.17.371a8.7 8.7 0 0 1-3.565 3.793a.181.181 0 0 0 0 .316q.135.075.265.155a8.7 8.7 0 0 1 3.47 4.01c.067.15.28.15.346 0q.081-.187.17-.372a8.7 8.7 0 0 1 3.565-3.793a.181.181 0 0 0 0-.316a8.7 8.7 0 0 1-3.735-4.165a.19.19 0 0 0-.346 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSparklesFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M14.473 2.73q-.145.328-.298.65a15.2 15.2 0 0 1-6.238 6.638a.317.317 0 0 0 0 .553q.234.132.463.271a15.2 15.2 0 0 1 6.073 7.017a.331.331 0 0 0 .605 0q.144-.327.297-.65a15.2 15.2 0 0 1 6.239-6.638a.317.317 0 0 0 0-.553q-.235-.132-.464-.271a15.2 15.2 0 0 1-6.072-7.017a.331.331 0 0 0-.605 0M5.827 13.004q-.081.187-.17.371a8.7 8.7 0 0 1-3.565 3.793a.181.181 0 0 0 0 .316q.135.075.265.155a8.7 8.7 0 0 1 3.47 4.01c.067.15.28.15.346 0q.081-.187.17-.372a8.7 8.7 0 0 1 3.565-3.793a.181.181 0 0 0 0-.316a8.7 8.7 0 0 1-3.735-4.165a.19.19 0 0 0-.346 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.473 2.73q-.145.328-.298.65a15.2 15.2 0 0 1-6.238 6.638a.317.317 0 0 0 0 .553q.234.132.463.271a15.2 15.2 0 0 1 6.073 7.017a.331.331 0 0 0 .605 0q.144-.327.297-.65a15.2 15.2 0 0 1 6.239-6.638a.317.317 0 0 0 0-.553q-.235-.132-.464-.271a15.2 15.2 0 0 1-6.072-7.017a.331.331 0 0 0-.605 0M5.827 13.004q-.081.187-.17.371a8.7 8.7 0 0 1-3.565 3.793a.181.181 0 0 0 0 .316q.135.075.265.155a8.7 8.7 0 0 1 3.47 4.01c.067.15.28.15.346 0q.081-.187.17-.372a8.7 8.7 0 0 1 3.565-3.793a.181.181 0 0 0 0-.316a8.7 8.7 0 0 1-3.735-4.165a.19.19 0 0 0-.346 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sparkles-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.473%202.73q-.145.328-.298.65a15.2%2015.2%200%200%201-6.238%206.638a.317.317%200%200%200%200%20.553q.234.132.463.271a15.2%2015.2%200%200%201%206.073%207.017a.331.331%200%200%200%20.605%200q.144-.327.297-.65a15.2%2015.2%200%200%201%206.239-6.638a.317.317%200%200%200%200-.553q-.235-.132-.464-.271a15.2%2015.2%200%200%201-6.072-7.017a.331.331%200%200%200-.605%200M5.827%2013.004q-.081.187-.17.371a8.7%208.7%200%200%201-3.565%203.793a.181.181%200%200%200%200%20.316q.135.075.265.155a8.7%208.7%200%200%201%203.47%204.01c.067.15.28.15.346%200q.081-.187.17-.372a8.7%208.7%200%200%201%203.565-3.793a.181.181%200%200%200%200-.316a8.7%208.7%200%200%201-3.735-4.165a.19.19%200%200%200-.346%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.473%202.73q-.145.328-.298.65a15.2%2015.2%200%200%201-6.238%206.638a.317.317%200%200%200%200%20.553q.234.132.463.271a15.2%2015.2%200%200%201%206.073%207.017a.331.331%200%200%200%20.605%200q.144-.327.297-.65a15.2%2015.2%200%200%201%206.239-6.638a.317.317%200%200%200%200-.553q-.235-.132-.464-.271a15.2%2015.2%200%200%201-6.072-7.017a.331.331%200%200%200-.605%200M5.827%2013.004q-.081.187-.17.371a8.7%208.7%200%200%201-3.565%203.793a.181.181%200%200%200%200%20.316q.135.075.265.155a8.7%208.7%200%200%201%203.47%204.01c.067.15.28.15.346%200q.081-.187.17-.372a8.7%208.7%200%200%201%203.565-3.793a.181.181%200%200%200%200-.316a8.7%208.7%200%200%201-3.735-4.165a.19.19%200%200%200-.346%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/sparkles-fill.svg?color=%231a73e8&size=48