sparkle icon

sparkle-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
sparkle-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All sparkle icons →

More ui icons from Reicon

Use the sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.033 7.497a.668.668 0 0 0 1.267 0l.561-1.684l1.684-.561a.667.667 0 0 0 0-1.264l-1.684-.561L5.3 1.743c-.183-.544-1.083-.544-1.265 0l-.562 1.684l-1.684.561a.667.667 0 0 0 0 1.264l1.684.561l.562 1.684Zm18 4.24l-6.046-2.39L13.596 3.3c-.303-.763-1.557-.763-1.86 0l-2.39 6.047l-6.047 2.39a.999.999 0 0 0 0 1.859l6.046 2.39l2.39 6.047a1 1 0 0 0 1.86 0l2.39-6.046l6.047-2.391a.999.999 0 0 0 0-1.859Z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSparkleFilled(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="M4.033 7.497a.668.668 0 0 0 1.267 0l.561-1.684l1.684-.561a.667.667 0 0 0 0-1.264l-1.684-.561L5.3 1.743c-.183-.544-1.083-.544-1.265 0l-.562 1.684l-1.684.561a.667.667 0 0 0 0 1.264l1.684.561l.562 1.684Zm18 4.24l-6.046-2.39L13.596 3.3c-.303-.763-1.557-.763-1.86 0l-2.39 6.047l-6.047 2.39a.999.999 0 0 0 0 1.859l6.046 2.39l2.39 6.047a1 1 0 0 0 1.86 0l2.39-6.046l6.047-2.391a.999.999 0 0 0 0-1.859Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.033 7.497a.668.668 0 0 0 1.267 0l.561-1.684l1.684-.561a.667.667 0 0 0 0-1.264l-1.684-.561L5.3 1.743c-.183-.544-1.083-.544-1.265 0l-.562 1.684l-1.684.561a.667.667 0 0 0 0 1.264l1.684.561l.562 1.684Zm18 4.24l-6.046-2.39L13.596 3.3c-.303-.763-1.557-.763-1.86 0l-2.39 6.047l-6.047 2.39a.999.999 0 0 0 0 1.859l6.046 2.39l2.39 6.047a1 1 0 0 0 1.86 0l2.39-6.046l6.047-2.391a.999.999 0 0 0 0-1.859Z"/></svg>
</template>

CSS

.icon-sparkle-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.033%207.497a.668.668%200%200%200%201.267%200l.561-1.684l1.684-.561a.667.667%200%200%200%200-1.264l-1.684-.561L5.3%201.743c-.183-.544-1.083-.544-1.265%200l-.562%201.684l-1.684.561a.667.667%200%200%200%200%201.264l1.684.561l.562%201.684Zm18%204.24l-6.046-2.39L13.596%203.3c-.303-.763-1.557-.763-1.86%200l-2.39%206.047l-6.047%202.39a.999.999%200%200%200%200%201.859l6.046%202.39l2.39%206.047a1%201%200%200%200%201.86%200l2.39-6.046l6.047-2.391a.999.999%200%200%200%200-1.859Z%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%22M4.033%207.497a.668.668%200%200%200%201.267%200l.561-1.684l1.684-.561a.667.667%200%200%200%200-1.264l-1.684-.561L5.3%201.743c-.183-.544-1.083-.544-1.265%200l-.562%201.684l-1.684.561a.667.667%200%200%200%200%201.264l1.684.561l.562%201.684Zm18%204.24l-6.046-2.39L13.596%203.3c-.303-.763-1.557-.763-1.86%200l-2.39%206.047l-6.047%202.39a.999.999%200%200%200%200%201.859l6.046%202.39l2.39%206.047a1%201%200%200%200%201.86%200l2.39-6.046l6.047-2.391a.999.999%200%200%200%200-1.859Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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