emoji sparkle icon
emoji-sparkle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- emoji-sparkle-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the emoji sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.003 5.559a.67.67 0 0 0 .441.572l1.684.546a3.47 3.47 0 0 1 2.197 2.205l.548 1.683a.664.664 0 0 0 1.011.321a.66.66 0 0 0 .227-.28l.001-.003l.005-.01q.009-.013.01-.028l.12-.37l-.001-.003l.429-1.318a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196L24.094.444a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0-.441.69m9.928 6.294l.004-.001a1.9 1.9 0 0 0 .406-.692l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197l.918.299l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-.937.688v.004q-.168.234-.26.509l-.3.918a.363.363 0 0 1-.684 0l-.3-.918a1.89 1.89 0 0 0-1.2-1.2l-.919-.3a.36.36 0 0 1-.225-.452a.4.4 0 0 1 .048-.097l.005-.007a.36.36 0 0 1 .175-.132l.919-.299a1.9 1.9 0 0 0 .77-.504M16 30C8.268 30 2 23.732 2 16S8.268 2 16 2c1.449 0 2.846.22 4.16.628a2 2 0 0 1-.52.272l-1.659.538a2.163 2.163 0 0 0-.036 4.092l1.72.559A1.97 1.97 0 0 1 20.9 9.336l.545 1.677c.146.436.426.816.8 1.083a2.16 2.16 0 0 0 2.466.023a1.86 1.86 0 0 0 1.027 2.628l.954.311q.082.029.143.091a.4.4 0 0 1 .095.154l.3.912a1.863 1.863 0 0 0 2.715 1.02C29.321 24.39 23.316 30 16 30m-4-15a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0M9.553 19.106a1 1 0 0 0-.447 1.341v.003l.002.002l.003.006l.008.015a3 3 0 0 0 .1.175c.065.107.16.252.286.42a6.8 6.8 0 0 0 1.183 1.213C11.79 23.163 13.508 24 16 24s4.21-.837 5.312-1.72a6.8 6.8 0 0 0 1.183-1.211a5 5 0 0 0 .363-.553l.012-.021l.011-.022l.008-.015l.003-.006l.002-.003v-.002a1 1 0 0 0-1.784-.902l-.004.007l-.034.058a3 3 0 0 1-.177.259c-.168.225-.44.536-.832.85C19.29 21.337 18.007 22 16 22s-3.29-.663-4.063-1.28a4.8 4.8 0 0 1-.832-.851a3 3 0 0 1-.21-.317l-.004-.007a1 1 0 0 0-1.338-.44"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiSparkle32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.003 5.559a.67.67 0 0 0 .441.572l1.684.546a3.47 3.47 0 0 1 2.197 2.205l.548 1.683a.664.664 0 0 0 1.011.321a.66.66 0 0 0 .227-.28l.001-.003l.005-.01q.009-.013.01-.028l.12-.37l-.001-.003l.429-1.318a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196L24.094.444a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0-.441.69m9.928 6.294l.004-.001a1.9 1.9 0 0 0 .406-.692l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197l.918.299l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-.937.688v.004q-.168.234-.26.509l-.3.918a.363.363 0 0 1-.684 0l-.3-.918a1.89 1.89 0 0 0-1.2-1.2l-.919-.3a.36.36 0 0 1-.225-.452a.4.4 0 0 1 .048-.097l.005-.007a.36.36 0 0 1 .175-.132l.919-.299a1.9 1.9 0 0 0 .77-.504M16 30C8.268 30 2 23.732 2 16S8.268 2 16 2c1.449 0 2.846.22 4.16.628a2 2 0 0 1-.52.272l-1.659.538a2.163 2.163 0 0 0-.036 4.092l1.72.559A1.97 1.97 0 0 1 20.9 9.336l.545 1.677c.146.436.426.816.8 1.083a2.16 2.16 0 0 0 2.466.023a1.86 1.86 0 0 0 1.027 2.628l.954.311q.082.029.143.091a.4.4 0 0 1 .095.154l.3.912a1.863 1.863 0 0 0 2.715 1.02C29.321 24.39 23.316 30 16 30m-4-15a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0M9.553 19.106a1 1 0 0 0-.447 1.341v.003l.002.002l.003.006l.008.015a3 3 0 0 0 .1.175c.065.107.16.252.286.42a6.8 6.8 0 0 0 1.183 1.213C11.79 23.163 13.508 24 16 24s4.21-.837 5.312-1.72a6.8 6.8 0 0 0 1.183-1.211a5 5 0 0 0 .363-.553l.012-.021l.011-.022l.008-.015l.003-.006l.002-.003v-.002a1 1 0 0 0-1.784-.902l-.004.007l-.034.058a3 3 0 0 1-.177.259c-.168.225-.44.536-.832.85C19.29 21.337 18.007 22 16 22s-3.29-.663-4.063-1.28a4.8 4.8 0 0 1-.832-.851a3 3 0 0 1-.21-.317l-.004-.007a1 1 0 0 0-1.338-.44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.003 5.559a.67.67 0 0 0 .441.572l1.684.546a3.47 3.47 0 0 1 2.197 2.205l.548 1.683a.664.664 0 0 0 1.011.321a.66.66 0 0 0 .227-.28l.001-.003l.005-.01q.009-.013.01-.028l.12-.37l-.001-.003l.429-1.318a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196L24.094.444a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0-.441.69m9.928 6.294l.004-.001a1.9 1.9 0 0 0 .406-.692l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197l.918.299l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-.937.688v.004q-.168.234-.26.509l-.3.918a.363.363 0 0 1-.684 0l-.3-.918a1.89 1.89 0 0 0-1.2-1.2l-.919-.3a.36.36 0 0 1-.225-.452a.4.4 0 0 1 .048-.097l.005-.007a.36.36 0 0 1 .175-.132l.919-.299a1.9 1.9 0 0 0 .77-.504M16 30C8.268 30 2 23.732 2 16S8.268 2 16 2c1.449 0 2.846.22 4.16.628a2 2 0 0 1-.52.272l-1.659.538a2.163 2.163 0 0 0-.036 4.092l1.72.559A1.97 1.97 0 0 1 20.9 9.336l.545 1.677c.146.436.426.816.8 1.083a2.16 2.16 0 0 0 2.466.023a1.86 1.86 0 0 0 1.027 2.628l.954.311q.082.029.143.091a.4.4 0 0 1 .095.154l.3.912a1.863 1.863 0 0 0 2.715 1.02C29.321 24.39 23.316 30 16 30m-4-15a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0M9.553 19.106a1 1 0 0 0-.447 1.341v.003l.002.002l.003.006l.008.015a3 3 0 0 0 .1.175c.065.107.16.252.286.42a6.8 6.8 0 0 0 1.183 1.213C11.79 23.163 13.508 24 16 24s4.21-.837 5.312-1.72a6.8 6.8 0 0 0 1.183-1.211a5 5 0 0 0 .363-.553l.012-.021l.011-.022l.008-.015l.003-.006l.002-.003v-.002a1 1 0 0 0-1.784-.902l-.004.007l-.034.058a3 3 0 0 1-.177.259c-.168.225-.44.536-.832.85C19.29 21.337 18.007 22 16 22s-3.29-.663-4.063-1.28a4.8 4.8 0 0 1-.832-.851a3 3 0 0 1-.21-.317l-.004-.007a1 1 0 0 0-1.338-.44"/></svg> </template>
CSS
.icon-emoji-sparkle-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.003%205.559a.67.67%200%200%200%20.441.572l1.684.546a3.47%203.47%200%200%201%202.197%202.205l.548%201.683a.664.664%200%200%200%201.011.321a.66.66%200%200%200%20.227-.28l.001-.003l.005-.01q.009-.013.01-.028l.12-.37l-.001-.003l.429-1.318a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.683-.547a3.47%203.47%200%200%201-2.198-2.196L24.094.444a.665.665%200%200%200-1.255%200l-.547%201.682l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200-.441.69m9.928%206.294l.004-.001a1.9%201.9%200%200%200%20.406-.692l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197l.918.299l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-.937.688v.004q-.168.234-.26.509l-.3.918a.363.363%200%200%201-.684%200l-.3-.918a1.89%201.89%200%200%200-1.2-1.2l-.919-.3a.36.36%200%200%201-.225-.452a.4.4%200%200%201%20.048-.097l.005-.007a.36.36%200%200%201%20.175-.132l.919-.299a1.9%201.9%200%200%200%20.77-.504M16%2030C8.268%2030%202%2023.732%202%2016S8.268%202%2016%202c1.449%200%202.846.22%204.16.628a2%202%200%200%201-.52.272l-1.659.538a2.163%202.163%200%200%200-.036%204.092l1.72.559A1.97%201.97%200%200%201%2020.9%209.336l.545%201.677c.146.436.426.816.8%201.083a2.16%202.16%200%200%200%202.466.023a1.86%201.86%200%200%200%201.027%202.628l.954.311q.082.029.143.091a.4.4%200%200%201%20.095.154l.3.912a1.863%201.863%200%200%200%202.715%201.02C29.321%2024.39%2023.316%2030%2016%2030m-4-15a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10-2a2%202%200%201%200-4%200a2%202%200%200%200%204%200M9.553%2019.106a1%201%200%200%200-.447%201.341v.003l.002.002l.003.006l.008.015a3%203%200%200%200%20.1.175c.065.107.16.252.286.42a6.8%206.8%200%200%200%201.183%201.213C11.79%2023.163%2013.508%2024%2016%2024s4.21-.837%205.312-1.72a6.8%206.8%200%200%200%201.183-1.211a5%205%200%200%200%20.363-.553l.012-.021l.011-.022l.008-.015l.003-.006l.002-.003v-.002a1%201%200%200%200-1.784-.902l-.004.007l-.034.058a3%203%200%200%201-.177.259c-.168.225-.44.536-.832.85C19.29%2021.337%2018.007%2022%2016%2022s-3.29-.663-4.063-1.28a4.8%204.8%200%200%201-.832-.851a3%203%200%200%201-.21-.317l-.004-.007a1%201%200%200%200-1.338-.44%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.003%205.559a.67.67%200%200%200%20.441.572l1.684.546a3.47%203.47%200%200%201%202.197%202.205l.548%201.683a.664.664%200%200%200%201.011.321a.66.66%200%200%200%20.227-.28l.001-.003l.005-.01q.009-.013.01-.028l.12-.37l-.001-.003l.429-1.318a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.683-.547a3.47%203.47%200%200%201-2.198-2.196L24.094.444a.665.665%200%200%200-1.255%200l-.547%201.682l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200-.441.69m9.928%206.294l.004-.001a1.9%201.9%200%200%200%20.406-.692l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197l.918.299l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-.937.688v.004q-.168.234-.26.509l-.3.918a.363.363%200%200%201-.684%200l-.3-.918a1.89%201.89%200%200%200-1.2-1.2l-.919-.3a.36.36%200%200%201-.225-.452a.4.4%200%200%201%20.048-.097l.005-.007a.36.36%200%200%201%20.175-.132l.919-.299a1.9%201.9%200%200%200%20.77-.504M16%2030C8.268%2030%202%2023.732%202%2016S8.268%202%2016%202c1.449%200%202.846.22%204.16.628a2%202%200%200%201-.52.272l-1.659.538a2.163%202.163%200%200%200-.036%204.092l1.72.559A1.97%201.97%200%200%201%2020.9%209.336l.545%201.677c.146.436.426.816.8%201.083a2.16%202.16%200%200%200%202.466.023a1.86%201.86%200%200%200%201.027%202.628l.954.311q.082.029.143.091a.4.4%200%200%201%20.095.154l.3.912a1.863%201.863%200%200%200%202.715%201.02C29.321%2024.39%2023.316%2030%2016%2030m-4-15a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10-2a2%202%200%201%200-4%200a2%202%200%200%200%204%200M9.553%2019.106a1%201%200%200%200-.447%201.341v.003l.002.002l.003.006l.008.015a3%203%200%200%200%20.1.175c.065.107.16.252.286.42a6.8%206.8%200%200%200%201.183%201.213C11.79%2023.163%2013.508%2024%2016%2024s4.21-.837%205.312-1.72a6.8%206.8%200%200%200%201.183-1.211a5%205%200%200%200%20.363-.553l.012-.021l.011-.022l.008-.015l.003-.006l.002-.003v-.002a1%201%200%200%200-1.784-.902l-.004.007l-.034.058a3%203%200%200%201-.177.259c-.168.225-.44.536-.832.85C19.29%2021.337%2018.007%2022%2016%2022s-3.29-.663-4.063-1.28a4.8%204.8%200%200%201-.832-.851a3%203%200%200%201-.21-.317l-.004-.007a1%201%200%200%200-1.338-.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-sparkle-32-filled.svg?color=%231a73e8&size=48