emoji sparkle icon
emoji-sparkle-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- emoji-sparkle-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M17.321 6.221a3.05 3.05 0 0 1 1.108.907c.22.283.389.602.5.942l.5 1.53a.6.6 0 0 0 .469.404a.6.6 0 0 0 .631-.302l-.004-.006a1 1 0 0 0 .045-.1l.498-1.529a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.2 3.2 0 0 1-.462.872l-.005-.002a3.16 3.16 0 0 1-1.49 1.081l-1.53.5a.6.6 0 0 0-.106 1.094q.051.03.107.05l1.531.497q.2.066.387.158m4.714 4.62a.36.36 0 0 1 .207-.185l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.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-.951.707v.005q-.158.226-.246.489l-.3.918a.363.363 0 0 1-.684 0l-.3-.918a1.89 1.89 0 0 0-1.2-1.2l-.919-.3a.362.362 0 0 1-.204-.502M14 26c6.432 0 11.682-5.06 11.986-11.418l-.035.036a1.362 1.362 0 0 1-2.242-.549l-.3-.914a.9.9 0 0 0-.558-.564l-.943-.306A1.36 1.36 0 0 1 21 11a1.4 1.4 0 0 1 .066-.401q-.062.055-.13.1a1.6 1.6 0 0 1-2.449-.8l-.5-1.526a2.1 2.1 0 0 0-.519-.843a2.15 2.15 0 0 0-.837-.521l-1.555-.5a1.6 1.6 0 0 1-.776-2.44c.198-.277.478-.485.8-.594l1.513-.491c.3-.104.573-.272.8-.492A12 12 0 0 0 14 2C7.373 2 2 7.373 2 14s5.373 12 12 12m3.5-13a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M12 11.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-3.672 5.63a.75.75 0 0 1 1.04.195l.009.012l.044.059c.042.054.11.136.203.238c.187.203.472.48.858.757c.768.553 1.93 1.109 3.518 1.109s2.75-.556 3.518-1.109c.386-.277.672-.554.858-.757a4 4 0 0 0 .248-.297l.007-.01a.75.75 0 0 1 1.24.845l-.002.001v.002l-.003.003l-.007.01l-.009.012l-.013.02l-.076.1a6 6 0 0 1-.28.328a7 7 0 0 1-1.087.96C17.424 20.307 15.962 21 14 21s-3.424-.694-4.394-1.391a7 7 0 0 1-1.088-.962a6 6 0 0 1-.376-.458l-.008-.01l-.002-.004l-.001-.002l-.001-.001a.75.75 0 0 1 .198-1.042"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiSparkle28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.321 6.221a3.05 3.05 0 0 1 1.108.907c.22.283.389.602.5.942l.5 1.53a.6.6 0 0 0 .469.404a.6.6 0 0 0 .631-.302l-.004-.006a1 1 0 0 0 .045-.1l.498-1.529a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.2 3.2 0 0 1-.462.872l-.005-.002a3.16 3.16 0 0 1-1.49 1.081l-1.53.5a.6.6 0 0 0-.106 1.094q.051.03.107.05l1.531.497q.2.066.387.158m4.714 4.62a.36.36 0 0 1 .207-.185l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.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-.951.707v.005q-.158.226-.246.489l-.3.918a.363.363 0 0 1-.684 0l-.3-.918a1.89 1.89 0 0 0-1.2-1.2l-.919-.3a.362.362 0 0 1-.204-.502M14 26c6.432 0 11.682-5.06 11.986-11.418l-.035.036a1.362 1.362 0 0 1-2.242-.549l-.3-.914a.9.9 0 0 0-.558-.564l-.943-.306A1.36 1.36 0 0 1 21 11a1.4 1.4 0 0 1 .066-.401q-.062.055-.13.1a1.6 1.6 0 0 1-2.449-.8l-.5-1.526a2.1 2.1 0 0 0-.519-.843a2.15 2.15 0 0 0-.837-.521l-1.555-.5a1.6 1.6 0 0 1-.776-2.44c.198-.277.478-.485.8-.594l1.513-.491c.3-.104.573-.272.8-.492A12 12 0 0 0 14 2C7.373 2 2 7.373 2 14s5.373 12 12 12m3.5-13a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M12 11.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-3.672 5.63a.75.75 0 0 1 1.04.195l.009.012l.044.059c.042.054.11.136.203.238c.187.203.472.48.858.757c.768.553 1.93 1.109 3.518 1.109s2.75-.556 3.518-1.109c.386-.277.672-.554.858-.757a4 4 0 0 0 .248-.297l.007-.01a.75.75 0 0 1 1.24.845l-.002.001v.002l-.003.003l-.007.01l-.009.012l-.013.02l-.076.1a6 6 0 0 1-.28.328a7 7 0 0 1-1.087.96C17.424 20.307 15.962 21 14 21s-3.424-.694-4.394-1.391a7 7 0 0 1-1.088-.962a6 6 0 0 1-.376-.458l-.008-.01l-.002-.004l-.001-.002l-.001-.001a.75.75 0 0 1 .198-1.042"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.321 6.221a3.05 3.05 0 0 1 1.108.907c.22.283.389.602.5.942l.5 1.53a.6.6 0 0 0 .469.404a.6.6 0 0 0 .631-.302l-.004-.006a1 1 0 0 0 .045-.1l.498-1.529a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.2 3.2 0 0 1-.462.872l-.005-.002a3.16 3.16 0 0 1-1.49 1.081l-1.53.5a.6.6 0 0 0-.106 1.094q.051.03.107.05l1.531.497q.2.066.387.158m4.714 4.62a.36.36 0 0 1 .207-.185l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.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-.951.707v.005q-.158.226-.246.489l-.3.918a.363.363 0 0 1-.684 0l-.3-.918a1.89 1.89 0 0 0-1.2-1.2l-.919-.3a.362.362 0 0 1-.204-.502M14 26c6.432 0 11.682-5.06 11.986-11.418l-.035.036a1.362 1.362 0 0 1-2.242-.549l-.3-.914a.9.9 0 0 0-.558-.564l-.943-.306A1.36 1.36 0 0 1 21 11a1.4 1.4 0 0 1 .066-.401q-.062.055-.13.1a1.6 1.6 0 0 1-2.449-.8l-.5-1.526a2.1 2.1 0 0 0-.519-.843a2.15 2.15 0 0 0-.837-.521l-1.555-.5a1.6 1.6 0 0 1-.776-2.44c.198-.277.478-.485.8-.594l1.513-.491c.3-.104.573-.272.8-.492A12 12 0 0 0 14 2C7.373 2 2 7.373 2 14s5.373 12 12 12m3.5-13a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M12 11.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-3.672 5.63a.75.75 0 0 1 1.04.195l.009.012l.044.059c.042.054.11.136.203.238c.187.203.472.48.858.757c.768.553 1.93 1.109 3.518 1.109s2.75-.556 3.518-1.109c.386-.277.672-.554.858-.757a4 4 0 0 0 .248-.297l.007-.01a.75.75 0 0 1 1.24.845l-.002.001v.002l-.003.003l-.007.01l-.009.012l-.013.02l-.076.1a6 6 0 0 1-.28.328a7 7 0 0 1-1.087.96C17.424 20.307 15.962 21 14 21s-3.424-.694-4.394-1.391a7 7 0 0 1-1.088-.962a6 6 0 0 1-.376-.458l-.008-.01l-.002-.004l-.001-.002l-.001-.001a.75.75 0 0 1 .198-1.042"/></svg> </template>
CSS
.icon-emoji-sparkle-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.321%206.221a3.05%203.05%200%200%201%201.108.907c.22.283.389.602.5.942l.5%201.53a.6.6%200%200%200%20.469.404a.6.6%200%200%200%20.631-.302l-.004-.006a1%201%200%200%200%20.045-.1l.498-1.529a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996L20.54.403a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.2%203.2%200%200%201-.462.872l-.005-.002a3.16%203.16%200%200%201-1.49%201.081l-1.53.5a.6.6%200%200%200-.106%201.094q.051.03.107.05l1.531.497q.2.066.387.158m4.714%204.62a.36.36%200%200%201%20.207-.185l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.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-.951.707v.005q-.158.226-.246.489l-.3.918a.363.363%200%200%201-.684%200l-.3-.918a1.89%201.89%200%200%200-1.2-1.2l-.919-.3a.362.362%200%200%201-.204-.502M14%2026c6.432%200%2011.682-5.06%2011.986-11.418l-.035.036a1.362%201.362%200%200%201-2.242-.549l-.3-.914a.9.9%200%200%200-.558-.564l-.943-.306A1.36%201.36%200%200%201%2021%2011a1.4%201.4%200%200%201%20.066-.401q-.062.055-.13.1a1.6%201.6%200%200%201-2.449-.8l-.5-1.526a2.1%202.1%200%200%200-.519-.843a2.15%202.15%200%200%200-.837-.521l-1.555-.5a1.6%201.6%200%200%201-.776-2.44c.198-.277.478-.485.8-.594l1.513-.491c.3-.104.573-.272.8-.492A12%2012%200%200%200%2014%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012m3.5-13a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M12%2011.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-3.672%205.63a.75.75%200%200%201%201.04.195l.009.012l.044.059c.042.054.11.136.203.238c.187.203.472.48.858.757c.768.553%201.93%201.109%203.518%201.109s2.75-.556%203.518-1.109c.386-.277.672-.554.858-.757a4%204%200%200%200%20.248-.297l.007-.01a.75.75%200%200%201%201.24.845l-.002.001v.002l-.003.003l-.007.01l-.009.012l-.013.02l-.076.1a6%206%200%200%201-.28.328a7%207%200%200%201-1.087.96C17.424%2020.307%2015.962%2021%2014%2021s-3.424-.694-4.394-1.391a7%207%200%200%201-1.088-.962a6%206%200%200%201-.376-.458l-.008-.01l-.002-.004l-.001-.002l-.001-.001a.75.75%200%200%201%20.198-1.042%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.321%206.221a3.05%203.05%200%200%201%201.108.907c.22.283.389.602.5.942l.5%201.53a.6.6%200%200%200%20.469.404a.6.6%200%200%200%20.631-.302l-.004-.006a1%201%200%200%200%20.045-.1l.498-1.529a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996L20.54.403a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.2%203.2%200%200%201-.462.872l-.005-.002a3.16%203.16%200%200%201-1.49%201.081l-1.53.5a.6.6%200%200%200-.106%201.094q.051.03.107.05l1.531.497q.2.066.387.158m4.714%204.62a.36.36%200%200%201%20.207-.185l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.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-.951.707v.005q-.158.226-.246.489l-.3.918a.363.363%200%200%201-.684%200l-.3-.918a1.89%201.89%200%200%200-1.2-1.2l-.919-.3a.362.362%200%200%201-.204-.502M14%2026c6.432%200%2011.682-5.06%2011.986-11.418l-.035.036a1.362%201.362%200%200%201-2.242-.549l-.3-.914a.9.9%200%200%200-.558-.564l-.943-.306A1.36%201.36%200%200%201%2021%2011a1.4%201.4%200%200%201%20.066-.401q-.062.055-.13.1a1.6%201.6%200%200%201-2.449-.8l-.5-1.526a2.1%202.1%200%200%200-.519-.843a2.15%202.15%200%200%200-.837-.521l-1.555-.5a1.6%201.6%200%200%201-.776-2.44c.198-.277.478-.485.8-.594l1.513-.491c.3-.104.573-.272.8-.492A12%2012%200%200%200%2014%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012m3.5-13a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M12%2011.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-3.672%205.63a.75.75%200%200%201%201.04.195l.009.012l.044.059c.042.054.11.136.203.238c.187.203.472.48.858.757c.768.553%201.93%201.109%203.518%201.109s2.75-.556%203.518-1.109c.386-.277.672-.554.858-.757a4%204%200%200%200%20.248-.297l.007-.01a.75.75%200%200%201%201.24.845l-.002.001v.002l-.003.003l-.007.01l-.009.012l-.013.02l-.076.1a6%206%200%200%201-.28.328a7%207%200%200%201-1.087.96C17.424%2020.307%2015.962%2021%2014%2021s-3.424-.694-4.394-1.391a7%207%200%200%201-1.088-.962a6%206%200%200%201-.376-.458l-.008-.01l-.002-.004l-.001-.002l-.001-.001a.75.75%200%200%201%20.198-1.042%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-sparkle-28-filled.svg?color=%231a73e8&size=48