sparkle icon
sparkle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sparkle
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
sparkleCodiconssparkleEmoji One (Colored)sparkle-12-filledFluent UI System IconssparkleFluent EmojisparkleFluent Emoji FlatsparkleFluent Emoji High ContrastsparkleFirefox OS EmojisparkleLucidesparkleNoto Emojisparkle-16OcticonssparkleOpenMojisparklePhosphorsparklePixelarticonssparkleTabler IconssparkleTwitter Emoji
Use the sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.528 7.14c.78-1.427 1.17-2.14 1.468-2.14s.688.713 1.468 2.14c.803 1.468 1.875 2.553 3.385 3.38c1.429.783 2.143 1.174 2.143 1.472s-.715.69-2.145 1.474c-1.466.803-2.55 1.877-3.376 3.389C12.689 18.285 12.298 19 12 19s-.69-.716-1.472-2.147c-.803-1.468-1.876-2.554-3.385-3.38c-1.434-.786-2.15-1.178-2.15-1.477c0-.298.716-.69 2.15-1.476c1.51-.827 2.582-1.912 3.385-3.38"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSparkle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.528 7.14c.78-1.427 1.17-2.14 1.468-2.14s.688.713 1.468 2.14c.803 1.468 1.875 2.553 3.385 3.38c1.429.783 2.143 1.174 2.143 1.472s-.715.69-2.145 1.474c-1.466.803-2.55 1.877-3.376 3.389C12.689 18.285 12.298 19 12 19s-.69-.716-1.472-2.147c-.803-1.468-1.876-2.554-3.385-3.38c-1.434-.786-2.15-1.178-2.15-1.477c0-.298.716-.69 2.15-1.476c1.51-.827 2.582-1.912 3.385-3.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.528 7.14c.78-1.427 1.17-2.14 1.468-2.14s.688.713 1.468 2.14c.803 1.468 1.875 2.553 3.385 3.38c1.429.783 2.143 1.174 2.143 1.472s-.715.69-2.145 1.474c-1.466.803-2.55 1.877-3.376 3.389C12.689 18.285 12.298 19 12 19s-.69-.716-1.472-2.147c-.803-1.468-1.876-2.554-3.385-3.38c-1.434-.786-2.15-1.178-2.15-1.477c0-.298.716-.69 2.15-1.476c1.51-.827 2.582-1.912 3.385-3.38"/></svg> </template>
CSS
.icon-sparkle {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.528%207.14c.78-1.427%201.17-2.14%201.468-2.14s.688.713%201.468%202.14c.803%201.468%201.875%202.553%203.385%203.38c1.429.783%202.143%201.174%202.143%201.472s-.715.69-2.145%201.474c-1.466.803-2.55%201.877-3.376%203.389C12.689%2018.285%2012.298%2019%2012%2019s-.69-.716-1.472-2.147c-.803-1.468-1.876-2.554-3.385-3.38c-1.434-.786-2.15-1.178-2.15-1.477c0-.298.716-.69%202.15-1.476c1.51-.827%202.582-1.912%203.385-3.38%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.528%207.14c.78-1.427%201.17-2.14%201.468-2.14s.688.713%201.468%202.14c.803%201.468%201.875%202.553%203.385%203.38c1.429.783%202.143%201.174%202.143%201.472s-.715.69-2.145%201.474c-1.466.803-2.55%201.877-3.376%203.389C12.689%2018.285%2012.298%2019%2012%2019s-.69-.716-1.472-2.147c-.803-1.468-1.876-2.554-3.385-3.38c-1.434-.786-2.15-1.178-2.15-1.477c0-.298.716-.69%202.15-1.476c1.51-.827%202.582-1.912%203.385-3.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sparkle.svg?color=%231a73e8&size=48