sparkles icon
sparkles-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.
- Name
- sparkles-16-solid
- Set
- HeroIcons
- Style
- Solid 16x16
- Viewbox
- 16×16
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
sparklesAkar IconssparklesEmoji One (Colored)sparklesFramework7 IconssparklesFluent EmojisparklesFluent Emoji FlatsparklesFluent Emoji High ContrastsparklesFirefox OS EmojisparklesHuge IconssparklesIonIconssparklesLucidesparklesMajesticonssparkles-fillMingCute IconsparklesMyna UI IconssparklesNoto EmojisparklesOpenMojisparklesPixelarticonssparklesPrime IconssparklesStreamline EmojissparklesTabler IconssparklesTwitter Emoji
Use the sparkles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M5 4a.75.75 0 0 1 .738.616l.252 1.388A1.25 1.25 0 0 0 6.996 7.01l1.388.252a.75.75 0 0 1 0 1.476l-1.388.252A1.25 1.25 0 0 0 5.99 9.996l-.252 1.388a.75.75 0 0 1-1.476 0L4.01 9.996A1.25 1.25 0 0 0 3.004 8.99l-1.388-.252a.75.75 0 0 1 0-1.476l1.388-.252A1.25 1.25 0 0 0 4.01 6.004l.252-1.388A.75.75 0 0 1 5 4m7-3a.75.75 0 0 1 .721.544l.195.682c.118.415.443.74.858.858l.682.195a.75.75 0 0 1 0 1.442l-.682.195a1.25 1.25 0 0 0-.858.858l-.195.682a.75.75 0 0 1-1.442 0l-.195-.682a1.25 1.25 0 0 0-.858-.858l-.682-.195a.75.75 0 0 1 0-1.442l.682-.195a1.25 1.25 0 0 0 .858-.858l.195-.682A.75.75 0 0 1 12 1m-2 10a.75.75 0 0 1 .728.568a.97.97 0 0 0 .704.704a.75.75 0 0 1 0 1.456a.97.97 0 0 0-.704.704a.75.75 0 0 1-1.456 0a.97.97 0 0 0-.704-.704a.75.75 0 0 1 0-1.456a.97.97 0 0 0 .704-.704A.75.75 0 0 1 10 11" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsSparkles16Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M5 4a.75.75 0 0 1 .738.616l.252 1.388A1.25 1.25 0 0 0 6.996 7.01l1.388.252a.75.75 0 0 1 0 1.476l-1.388.252A1.25 1.25 0 0 0 5.99 9.996l-.252 1.388a.75.75 0 0 1-1.476 0L4.01 9.996A1.25 1.25 0 0 0 3.004 8.99l-1.388-.252a.75.75 0 0 1 0-1.476l1.388-.252A1.25 1.25 0 0 0 4.01 6.004l.252-1.388A.75.75 0 0 1 5 4m7-3a.75.75 0 0 1 .721.544l.195.682c.118.415.443.74.858.858l.682.195a.75.75 0 0 1 0 1.442l-.682.195a1.25 1.25 0 0 0-.858.858l-.195.682a.75.75 0 0 1-1.442 0l-.195-.682a1.25 1.25 0 0 0-.858-.858l-.682-.195a.75.75 0 0 1 0-1.442l.682-.195a1.25 1.25 0 0 0 .858-.858l.195-.682A.75.75 0 0 1 12 1m-2 10a.75.75 0 0 1 .728.568a.97.97 0 0 0 .704.704a.75.75 0 0 1 0 1.456a.97.97 0 0 0-.704.704a.75.75 0 0 1-1.456 0a.97.97 0 0 0-.704-.704a.75.75 0 0 1 0-1.456a.97.97 0 0 0 .704-.704A.75.75 0 0 1 10 11" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M5 4a.75.75 0 0 1 .738.616l.252 1.388A1.25 1.25 0 0 0 6.996 7.01l1.388.252a.75.75 0 0 1 0 1.476l-1.388.252A1.25 1.25 0 0 0 5.99 9.996l-.252 1.388a.75.75 0 0 1-1.476 0L4.01 9.996A1.25 1.25 0 0 0 3.004 8.99l-1.388-.252a.75.75 0 0 1 0-1.476l1.388-.252A1.25 1.25 0 0 0 4.01 6.004l.252-1.388A.75.75 0 0 1 5 4m7-3a.75.75 0 0 1 .721.544l.195.682c.118.415.443.74.858.858l.682.195a.75.75 0 0 1 0 1.442l-.682.195a1.25 1.25 0 0 0-.858.858l-.195.682a.75.75 0 0 1-1.442 0l-.195-.682a1.25 1.25 0 0 0-.858-.858l-.682-.195a.75.75 0 0 1 0-1.442l.682-.195a1.25 1.25 0 0 0 .858-.858l.195-.682A.75.75 0 0 1 12 1m-2 10a.75.75 0 0 1 .728.568a.97.97 0 0 0 .704.704a.75.75 0 0 1 0 1.456a.97.97 0 0 0-.704.704a.75.75 0 0 1-1.456 0a.97.97 0 0 0-.704-.704a.75.75 0 0 1 0-1.456a.97.97 0 0 0 .704-.704A.75.75 0 0 1 10 11" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sparkles-16-solid {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%204a.75.75%200%200%201%20.738.616l.252%201.388A1.25%201.25%200%200%200%206.996%207.01l1.388.252a.75.75%200%200%201%200%201.476l-1.388.252A1.25%201.25%200%200%200%205.99%209.996l-.252%201.388a.75.75%200%200%201-1.476%200L4.01%209.996A1.25%201.25%200%200%200%203.004%208.99l-1.388-.252a.75.75%200%200%201%200-1.476l1.388-.252A1.25%201.25%200%200%200%204.01%206.004l.252-1.388A.75.75%200%200%201%205%204m7-3a.75.75%200%200%201%20.721.544l.195.682c.118.415.443.74.858.858l.682.195a.75.75%200%200%201%200%201.442l-.682.195a1.25%201.25%200%200%200-.858.858l-.195.682a.75.75%200%200%201-1.442%200l-.195-.682a1.25%201.25%200%200%200-.858-.858l-.682-.195a.75.75%200%200%201%200-1.442l.682-.195a1.25%201.25%200%200%200%20.858-.858l.195-.682A.75.75%200%200%201%2012%201m-2%2010a.75.75%200%200%201%20.728.568a.97.97%200%200%200%20.704.704a.75.75%200%200%201%200%201.456a.97.97%200%200%200-.704.704a.75.75%200%200%201-1.456%200a.97.97%200%200%200-.704-.704a.75.75%200%200%201%200-1.456a.97.97%200%200%200%20.704-.704A.75.75%200%200%201%2010%2011%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%204a.75.75%200%200%201%20.738.616l.252%201.388A1.25%201.25%200%200%200%206.996%207.01l1.388.252a.75.75%200%200%201%200%201.476l-1.388.252A1.25%201.25%200%200%200%205.99%209.996l-.252%201.388a.75.75%200%200%201-1.476%200L4.01%209.996A1.25%201.25%200%200%200%203.004%208.99l-1.388-.252a.75.75%200%200%201%200-1.476l1.388-.252A1.25%201.25%200%200%200%204.01%206.004l.252-1.388A.75.75%200%200%201%205%204m7-3a.75.75%200%200%201%20.721.544l.195.682c.118.415.443.74.858.858l.682.195a.75.75%200%200%201%200%201.442l-.682.195a1.25%201.25%200%200%200-.858.858l-.195.682a.75.75%200%200%201-1.442%200l-.195-.682a1.25%201.25%200%200%200-.858-.858l-.682-.195a.75.75%200%200%201%200-1.442l.682-.195a1.25%201.25%200%200%200%20.858-.858l.195-.682A.75.75%200%200%201%2012%201m-2%2010a.75.75%200%200%201%20.728.568a.97.97%200%200%200%20.704.704a.75.75%200%200%201%200%201.456a.97.97%200%200%200-.704.704a.75.75%200%200%201-1.456%200a.97.97%200%200%200-.704-.704a.75.75%200%200%201%200-1.456a.97.97%200%200%200%20.704-.704A.75.75%200%200%201%2010%2011%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/heroicons/sparkles-16-solid.svg?color=%231a73e8&size=48