sparkle icon
sparkle from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- sparkle
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All sparkle icons →sparkleCodiconssparkleEmoji One (Colored)sparkle-12-filledFluent UI System IconssparkleFluent EmojisparkleFluent Emoji FlatsparkleFluent Emoji High ContrastsparkleFirefox OS EmojisparkleHuge IconssparkleKeyline IconssparkleLucidesparkleNoto Emojisparkle-16OcticonssparkleOpenMojisparklePhosphorsparklePixelarticonssparkleTabler IconssparkleTwitter Emoji
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"><g fill="none"><path fill="currentColor" d="M7.544 3.987L5.86 3.425l-.561-1.684c-.183-.544-1.083-.544-1.266 0l-.56 1.684l-1.685.562a.667.667 0 0 0 0 1.264l1.684.561l.561 1.684a.668.668 0 0 0 1.267 0l.561-1.684l1.684-.561a.667.667 0 0 0 0-1.264Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.667 3.667l2.549 6.449l6.451 2.551l-6.451 2.55l-2.549 6.45l-2.551-6.45l-6.449-2.55l6.449-2.551z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSparkle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M7.544 3.987L5.86 3.425l-.561-1.684c-.183-.544-1.083-.544-1.266 0l-.56 1.684l-1.685.562a.667.667 0 0 0 0 1.264l1.684.561l.561 1.684a.668.668 0 0 0 1.267 0l.561-1.684l1.684-.561a.667.667 0 0 0 0-1.264Z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m12.667 3.667l2.549 6.449l6.451 2.551l-6.451 2.55l-2.549 6.45l-2.551-6.45l-6.449-2.55l6.449-2.551z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M7.544 3.987L5.86 3.425l-.561-1.684c-.183-.544-1.083-.544-1.266 0l-.56 1.684l-1.685.562a.667.667 0 0 0 0 1.264l1.684.561l.561 1.684a.668.668 0 0 0 1.267 0l.561-1.684l1.684-.561a.667.667 0 0 0 0-1.264Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.667 3.667l2.549 6.449l6.451 2.551l-6.451 2.55l-2.549 6.45l-2.551-6.45l-6.449-2.55l6.449-2.551z"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.544%203.987L5.86%203.425l-.561-1.684c-.183-.544-1.083-.544-1.266%200l-.56%201.684l-1.685.562a.667.667%200%200%200%200%201.264l1.684.561l.561%201.684a.668.668%200%200%200%201.267%200l.561-1.684l1.684-.561a.667.667%200%200%200%200-1.264Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12.667%203.667l2.549%206.449l6.451%202.551l-6.451%202.55l-2.549%206.45l-2.551-6.45l-6.449-2.55l6.449-2.551z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.544%203.987L5.86%203.425l-.561-1.684c-.183-.544-1.083-.544-1.266%200l-.56%201.684l-1.685.562a.667.667%200%200%200%200%201.264l1.684.561l.561%201.684a.668.668%200%200%200%201.267%200l.561-1.684l1.684-.561a.667.667%200%200%200%200-1.264Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12.667%203.667l2.549%206.449l6.451%202.551l-6.451%202.55l-2.549%206.45l-2.551-6.45l-6.449-2.55l6.449-2.551z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sparkle.svg?color=%231a73e8&size=48