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

Name
sparkles-2-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 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3a1 1 0 1 0-2 0a1 1 0 1 0 0 2a1 1 0 1 0 2 0a1 1 0 1 0 0-2"/><path fill="currentColor" fill-rule="evenodd" d="M6.747 5.825c.149.183.238.39.34.601a3.7 3.7 0 0 0 1.399 1.552c.899.551.89 1.498 0 2.044a3.7 3.7 0 0 0-1.4 1.552c-.135.28-.245.583-.52.76c-.315.202-.817.202-1.132 0c-.265-.17-.39-.488-.52-.76a3.7 3.7 0 0 0-1.4-1.552c-.178-.11-.348-.213-.495-.367a1.08 1.08 0 0 1 .001-1.312c.15-.156.31-.252.495-.365a3.7 3.7 0 0 0 1.399-1.552c.104-.216.187-.414.34-.6a1.07 1.07 0 0 1 1.493 0M14 6.24c.335 0 .588.141.777.342c.305.324.434.801.624 1.196a11.7 11.7 0 0 0 4.429 4.91c.533.327 1.169.58 1.17 1.31c.001.732-.636.986-1.17 1.313a11.7 11.7 0 0 0-4.429 4.91c-.19.396-.32.873-.624 1.197c-.188.201-.442.342-.777.342s-.589-.141-.777-.342c-.308-.328-.433-.8-.624-1.196a11.7 11.7 0 0 0-4.429-4.91c-.519-.319-1.172-.605-1.17-1.314c.002-.73.637-.982 1.17-1.309a11.7 11.7 0 0 0 4.429-4.91c.19-.396.32-.873.624-1.197c.188-.2.442-.342.777-.342" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSparkles2Fill(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" d="M11 3a1 1 0 1 0-2 0a1 1 0 1 0 0 2a1 1 0 1 0 2 0a1 1 0 1 0 0-2"/><path fill="currentColor" fillRule="evenodd" d="M6.747 5.825c.149.183.238.39.34.601a3.7 3.7 0 0 0 1.399 1.552c.899.551.89 1.498 0 2.044a3.7 3.7 0 0 0-1.4 1.552c-.135.28-.245.583-.52.76c-.315.202-.817.202-1.132 0c-.265-.17-.39-.488-.52-.76a3.7 3.7 0 0 0-1.4-1.552c-.178-.11-.348-.213-.495-.367a1.08 1.08 0 0 1 .001-1.312c.15-.156.31-.252.495-.365a3.7 3.7 0 0 0 1.399-1.552c.104-.216.187-.414.34-.6a1.07 1.07 0 0 1 1.493 0M14 6.24c.335 0 .588.141.777.342c.305.324.434.801.624 1.196a11.7 11.7 0 0 0 4.429 4.91c.533.327 1.169.58 1.17 1.31c.001.732-.636.986-1.17 1.313a11.7 11.7 0 0 0-4.429 4.91c-.19.396-.32.873-.624 1.197c-.188.201-.442.342-.777.342s-.589-.141-.777-.342c-.308-.328-.433-.8-.624-1.196a11.7 11.7 0 0 0-4.429-4.91c-.519-.319-1.172-.605-1.17-1.314c.002-.73.637-.982 1.17-1.309a11.7 11.7 0 0 0 4.429-4.91c.19-.396.32-.873.624-1.197c.188-.2.442-.342.777-.342" 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" d="M11 3a1 1 0 1 0-2 0a1 1 0 1 0 0 2a1 1 0 1 0 2 0a1 1 0 1 0 0-2"/><path fill="currentColor" fill-rule="evenodd" d="M6.747 5.825c.149.183.238.39.34.601a3.7 3.7 0 0 0 1.399 1.552c.899.551.89 1.498 0 2.044a3.7 3.7 0 0 0-1.4 1.552c-.135.28-.245.583-.52.76c-.315.202-.817.202-1.132 0c-.265-.17-.39-.488-.52-.76a3.7 3.7 0 0 0-1.4-1.552c-.178-.11-.348-.213-.495-.367a1.08 1.08 0 0 1 .001-1.312c.15-.156.31-.252.495-.365a3.7 3.7 0 0 0 1.399-1.552c.104-.216.187-.414.34-.6a1.07 1.07 0 0 1 1.493 0M14 6.24c.335 0 .588.141.777.342c.305.324.434.801.624 1.196a11.7 11.7 0 0 0 4.429 4.91c.533.327 1.169.58 1.17 1.31c.001.732-.636.986-1.17 1.313a11.7 11.7 0 0 0-4.429 4.91c-.19.396-.32.873-.624 1.197c-.188.201-.442.342-.777.342s-.589-.141-.777-.342c-.308-.328-.433-.8-.624-1.196a11.7 11.7 0 0 0-4.429-4.91c-.519-.319-1.172-.605-1.17-1.314c.002-.73.637-.982 1.17-1.309a11.7 11.7 0 0 0 4.429-4.91c.19-.396.32-.873.624-1.197c.188-.2.442-.342.777-.342" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sparkles-2-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%20d%3D%22M11%203a1%201%200%201%200-2%200a1%201%200%201%200%200%202a1%201%200%201%200%202%200a1%201%200%201%200%200-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.747%205.825c.149.183.238.39.34.601a3.7%203.7%200%200%200%201.399%201.552c.899.551.89%201.498%200%202.044a3.7%203.7%200%200%200-1.4%201.552c-.135.28-.245.583-.52.76c-.315.202-.817.202-1.132%200c-.265-.17-.39-.488-.52-.76a3.7%203.7%200%200%200-1.4-1.552c-.178-.11-.348-.213-.495-.367a1.08%201.08%200%200%201%20.001-1.312c.15-.156.31-.252.495-.365a3.7%203.7%200%200%200%201.399-1.552c.104-.216.187-.414.34-.6a1.07%201.07%200%200%201%201.493%200M14%206.24c.335%200%20.588.141.777.342c.305.324.434.801.624%201.196a11.7%2011.7%200%200%200%204.429%204.91c.533.327%201.169.58%201.17%201.31c.001.732-.636.986-1.17%201.313a11.7%2011.7%200%200%200-4.429%204.91c-.19.396-.32.873-.624%201.197c-.188.201-.442.342-.777.342s-.589-.141-.777-.342c-.308-.328-.433-.8-.624-1.196a11.7%2011.7%200%200%200-4.429-4.91c-.519-.319-1.172-.605-1.17-1.314c.002-.73.637-.982%201.17-1.309a11.7%2011.7%200%200%200%204.429-4.91c.19-.396.32-.873.624-1.197c.188-.2.442-.342.777-.342%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%20d%3D%22M11%203a1%201%200%201%200-2%200a1%201%200%201%200%200%202a1%201%200%201%200%202%200a1%201%200%201%200%200-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.747%205.825c.149.183.238.39.34.601a3.7%203.7%200%200%200%201.399%201.552c.899.551.89%201.498%200%202.044a3.7%203.7%200%200%200-1.4%201.552c-.135.28-.245.583-.52.76c-.315.202-.817.202-1.132%200c-.265-.17-.39-.488-.52-.76a3.7%203.7%200%200%200-1.4-1.552c-.178-.11-.348-.213-.495-.367a1.08%201.08%200%200%201%20.001-1.312c.15-.156.31-.252.495-.365a3.7%203.7%200%200%200%201.399-1.552c.104-.216.187-.414.34-.6a1.07%201.07%200%200%201%201.493%200M14%206.24c.335%200%20.588.141.777.342c.305.324.434.801.624%201.196a11.7%2011.7%200%200%200%204.429%204.91c.533.327%201.169.58%201.17%201.31c.001.732-.636.986-1.17%201.313a11.7%2011.7%200%200%200-4.429%204.91c-.19.396-.32.873-.624%201.197c-.188.201-.442.342-.777.342s-.589-.141-.777-.342c-.308-.328-.433-.8-.624-1.196a11.7%2011.7%200%200%200-4.429-4.91c-.519-.319-1.172-.605-1.17-1.314c.002-.73.637-.982%201.17-1.309a11.7%2011.7%200%200%200%204.429-4.91c.19-.396.32-.873.624-1.197c.188-.2.442-.342.777-.342%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-2-fill.svg?color=%231a73e8&size=48