sparkles from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
sparkles
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

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="m18.892 5.297l1.254.418a.3.3 0 0 1 0 .57l-1.254.418a.3.3 0 0 0-.19.19l-.417 1.253a.3.3 0 0 1-.57 0l-.418-1.254a.3.3 0 0 0-.19-.19l-1.253-.417a.3.3 0 0 1 0-.57l1.254-.418a.3.3 0 0 0 .19-.19l.417-1.253a.3.3 0 0 1 .57 0l.418 1.254c.03.09.1.16.19.19m-9.698-.25c.258-.775 1.354-.774 1.612 0l1.537 4.61l4.61 1.537c.774.258.774 1.354 0 1.612l-4.61 1.537l-1.537 4.61c-.258.774-1.354.774-1.612 0l-1.537-4.61l-4.61-1.537c-.775-.258-.775-1.354 0-1.612l4.61-1.537zM10 7.372L8.977 10.44a.85.85 0 0 1-.537.537L5.372 12l3.068 1.023a.85.85 0 0 1 .537.537L10 16.628l1.023-3.068a.85.85 0 0 1 .537-.537L14.628 12l-3.068-1.023a.85.85 0 0 1-.537-.537zm10.146 10.343l-1.254-.418a.3.3 0 0 1-.19-.19l-.417-1.253a.3.3 0 0 0-.57 0l-.418 1.254a.3.3 0 0 1-.19.19l-1.253.417a.3.3 0 0 0 0 .57l1.254.418c.09.03.16.1.19.19l.417 1.253a.3.3 0 0 0 .57 0l.418-1.254a.3.3 0 0 1 .19-.19l1.253-.417a.3.3 0 0 0 0-.57" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function PrimeSparkles(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="m18.892 5.297l1.254.418a.3.3 0 0 1 0 .57l-1.254.418a.3.3 0 0 0-.19.19l-.417 1.253a.3.3 0 0 1-.57 0l-.418-1.254a.3.3 0 0 0-.19-.19l-1.253-.417a.3.3 0 0 1 0-.57l1.254-.418a.3.3 0 0 0 .19-.19l.417-1.253a.3.3 0 0 1 .57 0l.418 1.254c.03.09.1.16.19.19m-9.698-.25c.258-.775 1.354-.774 1.612 0l1.537 4.61l4.61 1.537c.774.258.774 1.354 0 1.612l-4.61 1.537l-1.537 4.61c-.258.774-1.354.774-1.612 0l-1.537-4.61l-4.61-1.537c-.775-.258-.775-1.354 0-1.612l4.61-1.537zM10 7.372L8.977 10.44a.85.85 0 0 1-.537.537L5.372 12l3.068 1.023a.85.85 0 0 1 .537.537L10 16.628l1.023-3.068a.85.85 0 0 1 .537-.537L14.628 12l-3.068-1.023a.85.85 0 0 1-.537-.537zm10.146 10.343l-1.254-.418a.3.3 0 0 1-.19-.19l-.417-1.253a.3.3 0 0 0-.57 0l-.418 1.254a.3.3 0 0 1-.19.19l-1.253.417a.3.3 0 0 0 0 .57l1.254.418c.09.03.16.1.19.19l.417 1.253a.3.3 0 0 0 .57 0l.418-1.254a.3.3 0 0 1 .19-.19l1.253-.417a.3.3 0 0 0 0-.57" 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="m18.892 5.297l1.254.418a.3.3 0 0 1 0 .57l-1.254.418a.3.3 0 0 0-.19.19l-.417 1.253a.3.3 0 0 1-.57 0l-.418-1.254a.3.3 0 0 0-.19-.19l-1.253-.417a.3.3 0 0 1 0-.57l1.254-.418a.3.3 0 0 0 .19-.19l.417-1.253a.3.3 0 0 1 .57 0l.418 1.254c.03.09.1.16.19.19m-9.698-.25c.258-.775 1.354-.774 1.612 0l1.537 4.61l4.61 1.537c.774.258.774 1.354 0 1.612l-4.61 1.537l-1.537 4.61c-.258.774-1.354.774-1.612 0l-1.537-4.61l-4.61-1.537c-.775-.258-.775-1.354 0-1.612l4.61-1.537zM10 7.372L8.977 10.44a.85.85 0 0 1-.537.537L5.372 12l3.068 1.023a.85.85 0 0 1 .537.537L10 16.628l1.023-3.068a.85.85 0 0 1 .537-.537L14.628 12l-3.068-1.023a.85.85 0 0 1-.537-.537zm10.146 10.343l-1.254-.418a.3.3 0 0 1-.19-.19l-.417-1.253a.3.3 0 0 0-.57 0l-.418 1.254a.3.3 0 0 1-.19.19l-1.253.417a.3.3 0 0 0 0 .57l1.254.418c.09.03.16.1.19.19l.417 1.253a.3.3 0 0 0 .57 0l.418-1.254a.3.3 0 0 1 .19-.19l1.253-.417a.3.3 0 0 0 0-.57" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sparkles {
  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%22m18.892%205.297l1.254.418a.3.3%200%200%201%200%20.57l-1.254.418a.3.3%200%200%200-.19.19l-.417%201.253a.3.3%200%200%201-.57%200l-.418-1.254a.3.3%200%200%200-.19-.19l-1.253-.417a.3.3%200%200%201%200-.57l1.254-.418a.3.3%200%200%200%20.19-.19l.417-1.253a.3.3%200%200%201%20.57%200l.418%201.254c.03.09.1.16.19.19m-9.698-.25c.258-.775%201.354-.774%201.612%200l1.537%204.61l4.61%201.537c.774.258.774%201.354%200%201.612l-4.61%201.537l-1.537%204.61c-.258.774-1.354.774-1.612%200l-1.537-4.61l-4.61-1.537c-.775-.258-.775-1.354%200-1.612l4.61-1.537zM10%207.372L8.977%2010.44a.85.85%200%200%201-.537.537L5.372%2012l3.068%201.023a.85.85%200%200%201%20.537.537L10%2016.628l1.023-3.068a.85.85%200%200%201%20.537-.537L14.628%2012l-3.068-1.023a.85.85%200%200%201-.537-.537zm10.146%2010.343l-1.254-.418a.3.3%200%200%201-.19-.19l-.417-1.253a.3.3%200%200%200-.57%200l-.418%201.254a.3.3%200%200%201-.19.19l-1.253.417a.3.3%200%200%200%200%20.57l1.254.418c.09.03.16.1.19.19l.417%201.253a.3.3%200%200%200%20.57%200l.418-1.254a.3.3%200%200%201%20.19-.19l1.253-.417a.3.3%200%200%200%200-.57%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%22m18.892%205.297l1.254.418a.3.3%200%200%201%200%20.57l-1.254.418a.3.3%200%200%200-.19.19l-.417%201.253a.3.3%200%200%201-.57%200l-.418-1.254a.3.3%200%200%200-.19-.19l-1.253-.417a.3.3%200%200%201%200-.57l1.254-.418a.3.3%200%200%200%20.19-.19l.417-1.253a.3.3%200%200%201%20.57%200l.418%201.254c.03.09.1.16.19.19m-9.698-.25c.258-.775%201.354-.774%201.612%200l1.537%204.61l4.61%201.537c.774.258.774%201.354%200%201.612l-4.61%201.537l-1.537%204.61c-.258.774-1.354.774-1.612%200l-1.537-4.61l-4.61-1.537c-.775-.258-.775-1.354%200-1.612l4.61-1.537zM10%207.372L8.977%2010.44a.85.85%200%200%201-.537.537L5.372%2012l3.068%201.023a.85.85%200%200%201%20.537.537L10%2016.628l1.023-3.068a.85.85%200%200%201%20.537-.537L14.628%2012l-3.068-1.023a.85.85%200%200%201-.537-.537zm10.146%2010.343l-1.254-.418a.3.3%200%200%201-.19-.19l-.417-1.253a.3.3%200%200%200-.57%200l-.418%201.254a.3.3%200%200%201-.19.19l-1.253.417a.3.3%200%200%200%200%20.57l1.254.418c.09.03.16.1.19.19l.417%201.253a.3.3%200%200%200%20.57%200l.418-1.254a.3.3%200%200%201%20.19-.19l1.253-.417a.3.3%200%200%200%200-.57%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/prime/sparkles.svg?color=%231a73e8&size=48