sparkles emoji
sparkles from Streamline Emojis by Streamline · Default · Animals Nature · CC-BY-4.0 Attribution required.
- Name
- sparkles
- Set
- Streamline Emojis
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 48×48
- License
- CC BY 4.0
The same emoji in other sets
sparklesAkar IconssparklesEmoji One (Colored)sparklesFramework7 IconssparklesFluent EmojisparklesFluent Emoji FlatsparklesFluent Emoji High ContrastsparklesFirefox OS EmojisparklesHeroIconssparklesHuge IconssparklesIonIconssparklesLucidesparklesMajesticonssparkles-fillMingCute IconsparklesMyna UI IconssparklesNoto EmojisparklesOpenMojisparklesPixelarticonssparklesPrime IconssparklesTabler IconssparklesTwitter Emoji
More animals nature icons from Streamline Emojis
Use the sparkles emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M9.5 45.75a14.5 1.25 0 1 0 29 0a14.5 1.25 0 1 0-29 0" opacity=".15"/><path fill="#ffe500" d="M33.7 30.66c.47-1.51 2.06-4 4.08-4.33l8.22-1.4a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L28.6 18.22c-.47 1.51-2.05 4-4.08 4.32L16.33 24a.55.55 0 0 0-.52.49a.56.56 0 0 0 .52.49l8.19 1.4c2 .35 3.61 2.82 4.08 4.33l1.89 10.68a.75.75 0 0 0 1.32 0Z"/><path fill="#fff48c" d="m46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L29.88 11l1.82 10.28c.47 1.51 2.06 4 4.08 4.32l3.14.54l7-1.21a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.7 30.66c.47-1.51 2.06-4 4.08-4.33l8.22-1.4a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L28.6 18.22c-.47 1.51-2.05 4-4.08 4.32L16.33 24a.55.55 0 0 0-.52.49a.56.56 0 0 0 .52.49l8.19 1.4c2 .35 3.61 2.82 4.08 4.33l1.89 10.68a.75.75 0 0 0 1.32 0Z"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M14.62 16.27c.26-.82 1.13-2.17 2.24-2.36l4.49-.76c.17 0 .29-.14.29-.27s-.12-.24-.29-.27l-4.49-.76a3.54 3.54 0 0 1-2.24-2.35l-1-5.79a.36.36 0 0 0-.36-.21a.37.37 0 0 0-.36.21l-1 5.79a3.52 3.52 0 0 1-2.24 2.35l-4.48.76c-.17 0-.29.14-.29.27s.12.24.29.27l4.48.76c1.12.19 2 1.54 2.24 2.36l1 5.81a.36.36 0 0 0 .36.22a.35.35 0 0 0 .36-.22ZM10 34.83a2.39 2.39 0 0 1 1.54-1.59l3.08-.51a.19.19 0 1 0 0-.37l-3.08-.51A2.41 2.41 0 0 1 10 30.26l-.71-3.9a.29.29 0 0 0-.5 0l-.71 3.9a2.42 2.42 0 0 1-1.53 1.59l-3.09.51a.19.19 0 1 0 0 .37l3.08.51a2.39 2.39 0 0 1 1.54 1.59l.71 3.92a.29.29 0 0 0 .5 0Z"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisSparkles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M9.5 45.75a14.5 1.25 0 1 0 29 0a14.5 1.25 0 1 0-29 0" opacity=".15"/><path fill="#ffe500" d="M33.7 30.66c.47-1.51 2.06-4 4.08-4.33l8.22-1.4a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L28.6 18.22c-.47 1.51-2.05 4-4.08 4.32L16.33 24a.55.55 0 0 0-.52.49a.56.56 0 0 0 .52.49l8.19 1.4c2 .35 3.61 2.82 4.08 4.33l1.89 10.68a.75.75 0 0 0 1.32 0Z"/><path fill="#fff48c" d="m46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L29.88 11l1.82 10.28c.47 1.51 2.06 4 4.08 4.32l3.14.54l7-1.21a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M33.7 30.66c.47-1.51 2.06-4 4.08-4.33l8.22-1.4a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L28.6 18.22c-.47 1.51-2.05 4-4.08 4.32L16.33 24a.55.55 0 0 0-.52.49a.56.56 0 0 0 .52.49l8.19 1.4c2 .35 3.61 2.82 4.08 4.33l1.89 10.68a.75.75 0 0 0 1.32 0Z"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M14.62 16.27c.26-.82 1.13-2.17 2.24-2.36l4.49-.76c.17 0 .29-.14.29-.27s-.12-.24-.29-.27l-4.49-.76a3.54 3.54 0 0 1-2.24-2.35l-1-5.79a.36.36 0 0 0-.36-.21a.37.37 0 0 0-.36.21l-1 5.79a3.52 3.52 0 0 1-2.24 2.35l-4.48.76c-.17 0-.29.14-.29.27s.12.24.29.27l4.48.76c1.12.19 2 1.54 2.24 2.36l1 5.81a.36.36 0 0 0 .36.22a.35.35 0 0 0 .36-.22ZM10 34.83a2.39 2.39 0 0 1 1.54-1.59l3.08-.51a.19.19 0 1 0 0-.37l-3.08-.51A2.41 2.41 0 0 1 10 30.26l-.71-3.9a.29.29 0 0 0-.5 0l-.71 3.9a2.42 2.42 0 0 1-1.53 1.59l-3.09.51a.19.19 0 1 0 0 .37l3.08.51a2.39 2.39 0 0 1 1.54 1.59l.71 3.92a.29.29 0 0 0 .5 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M9.5 45.75a14.5 1.25 0 1 0 29 0a14.5 1.25 0 1 0-29 0" opacity=".15"/><path fill="#ffe500" d="M33.7 30.66c.47-1.51 2.06-4 4.08-4.33l8.22-1.4a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L28.6 18.22c-.47 1.51-2.05 4-4.08 4.32L16.33 24a.55.55 0 0 0-.52.49a.56.56 0 0 0 .52.49l8.19 1.4c2 .35 3.61 2.82 4.08 4.33l1.89 10.68a.75.75 0 0 0 1.32 0Z"/><path fill="#fff48c" d="m46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L29.88 11l1.82 10.28c.47 1.51 2.06 4 4.08 4.32l3.14.54l7-1.21a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.7 30.66c.47-1.51 2.06-4 4.08-4.33l8.22-1.4a.57.57 0 0 0 .53-.49A.56.56 0 0 0 46 24l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81 7.59a.75.75 0 0 0-1.32 0L28.6 18.22c-.47 1.51-2.05 4-4.08 4.32L16.33 24a.55.55 0 0 0-.52.49a.56.56 0 0 0 .52.49l8.19 1.4c2 .35 3.61 2.82 4.08 4.33l1.89 10.68a.75.75 0 0 0 1.32 0Z"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M14.62 16.27c.26-.82 1.13-2.17 2.24-2.36l4.49-.76c.17 0 .29-.14.29-.27s-.12-.24-.29-.27l-4.49-.76a3.54 3.54 0 0 1-2.24-2.35l-1-5.79a.36.36 0 0 0-.36-.21a.37.37 0 0 0-.36.21l-1 5.79a3.52 3.52 0 0 1-2.24 2.35l-4.48.76c-.17 0-.29.14-.29.27s.12.24.29.27l4.48.76c1.12.19 2 1.54 2.24 2.36l1 5.81a.36.36 0 0 0 .36.22a.35.35 0 0 0 .36-.22ZM10 34.83a2.39 2.39 0 0 1 1.54-1.59l3.08-.51a.19.19 0 1 0 0-.37l-3.08-.51A2.41 2.41 0 0 1 10 30.26l-.71-3.9a.29.29 0 0 0-.5 0l-.71 3.9a2.42 2.42 0 0 1-1.53 1.59l-3.09.51a.19.19 0 1 0 0 .37l3.08.51a2.39 2.39 0 0 1 1.54 1.59l.71 3.92a.29.29 0 0 0 .5 0Z"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M9.5%2045.75a14.5%201.25%200%201%200%2029%200a14.5%201.25%200%201%200-29%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M33.7%2030.66c.47-1.51%202.06-4%204.08-4.33l8.22-1.4a.57.57%200%200%200%20.53-.49A.56.56%200%200%200%2046%2024l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81%207.59a.75.75%200%200%200-1.32%200L28.6%2018.22c-.47%201.51-2.05%204-4.08%204.32L16.33%2024a.55.55%200%200%200-.52.49a.56.56%200%200%200%20.52.49l8.19%201.4c2%20.35%203.61%202.82%204.08%204.33l1.89%2010.68a.75.75%200%200%200%201.32%200Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22m46%2024l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81%207.59a.75.75%200%200%200-1.32%200L29.88%2011l1.82%2010.28c.47%201.51%202.06%204%204.08%204.32l3.14.54l7-1.21a.57.57%200%200%200%20.53-.49A.56.56%200%200%200%2046%2024%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.7%2030.66c.47-1.51%202.06-4%204.08-4.33l8.22-1.4a.57.57%200%200%200%20.53-.49A.56.56%200%200%200%2046%2024l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81%207.59a.75.75%200%200%200-1.32%200L28.6%2018.22c-.47%201.51-2.05%204-4.08%204.32L16.33%2024a.55.55%200%200%200-.52.49a.56.56%200%200%200%20.52.49l8.19%201.4c2%20.35%203.61%202.82%204.08%204.33l1.89%2010.68a.75.75%200%200%200%201.32%200Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.62%2016.27c.26-.82%201.13-2.17%202.24-2.36l4.49-.76c.17%200%20.29-.14.29-.27s-.12-.24-.29-.27l-4.49-.76a3.54%203.54%200%200%201-2.24-2.35l-1-5.79a.36.36%200%200%200-.36-.21a.37.37%200%200%200-.36.21l-1%205.79a3.52%203.52%200%200%201-2.24%202.35l-4.48.76c-.17%200-.29.14-.29.27s.12.24.29.27l4.48.76c1.12.19%202%201.54%202.24%202.36l1%205.81a.36.36%200%200%200%20.36.22a.35.35%200%200%200%20.36-.22ZM10%2034.83a2.39%202.39%200%200%201%201.54-1.59l3.08-.51a.19.19%200%201%200%200-.37l-3.08-.51A2.41%202.41%200%200%201%2010%2030.26l-.71-3.9a.29.29%200%200%200-.5%200l-.71%203.9a2.42%202.42%200%200%201-1.53%201.59l-3.09.51a.19.19%200%201%200%200%20.37l3.08.51a2.39%202.39%200%200%201%201.54%201.59l.71%203.92a.29.29%200%200%200%20.5%200Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M9.5%2045.75a14.5%201.25%200%201%200%2029%200a14.5%201.25%200%201%200-29%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M33.7%2030.66c.47-1.51%202.06-4%204.08-4.33l8.22-1.4a.57.57%200%200%200%20.53-.49A.56.56%200%200%200%2046%2024l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81%207.59a.75.75%200%200%200-1.32%200L28.6%2018.22c-.47%201.51-2.05%204-4.08%204.32L16.33%2024a.55.55%200%200%200-.52.49a.56.56%200%200%200%20.52.49l8.19%201.4c2%20.35%203.61%202.82%204.08%204.33l1.89%2010.68a.75.75%200%200%200%201.32%200Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22m46%2024l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81%207.59a.75.75%200%200%200-1.32%200L29.88%2011l1.82%2010.28c.47%201.51%202.06%204%204.08%204.32l3.14.54l7-1.21a.57.57%200%200%200%20.53-.49A.56.56%200%200%200%2046%2024%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.7%2030.66c.47-1.51%202.06-4%204.08-4.33l8.22-1.4a.57.57%200%200%200%20.53-.49A.56.56%200%200%200%2046%2024l-8.19-1.41c-2-.34-3.61-2.81-4.08-4.32L31.81%207.59a.75.75%200%200%200-1.32%200L28.6%2018.22c-.47%201.51-2.05%204-4.08%204.32L16.33%2024a.55.55%200%200%200-.52.49a.56.56%200%200%200%20.52.49l8.19%201.4c2%20.35%203.61%202.82%204.08%204.33l1.89%2010.68a.75.75%200%200%200%201.32%200Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.62%2016.27c.26-.82%201.13-2.17%202.24-2.36l4.49-.76c.17%200%20.29-.14.29-.27s-.12-.24-.29-.27l-4.49-.76a3.54%203.54%200%200%201-2.24-2.35l-1-5.79a.36.36%200%200%200-.36-.21a.37.37%200%200%200-.36.21l-1%205.79a3.52%203.52%200%200%201-2.24%202.35l-4.48.76c-.17%200-.29.14-.29.27s.12.24.29.27l4.48.76c1.12.19%202%201.54%202.24%202.36l1%205.81a.36.36%200%200%200%20.36.22a.35.35%200%200%200%20.36-.22ZM10%2034.83a2.39%202.39%200%200%201%201.54-1.59l3.08-.51a.19.19%200%201%200%200-.37l-3.08-.51A2.41%202.41%200%200%201%2010%2030.26l-.71-3.9a.29.29%200%200%200-.5%200l-.71%203.9a2.42%202.42%200%200%201-1.53%201.59l-3.09.51a.19.19%200%201%200%200%20.37l3.08.51a2.39%202.39%200%200%201%201.54%201.59l.71%203.92a.29.29%200%200%200%20.5%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/sparkles.svg?color=%231a73e8&size=48