emoji sparkle icon
emoji-sparkle-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- emoji-sparkle-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.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.479 1.077l.013.004l-.022.007l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.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-.19-.58v-.008l-.109-.334a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299q.311-.107.568-.313l.071-.062h.002l.09-.085a1.9 1.9 0 0 0 .449-.737l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197m-2.027 4.628a1.4 1.4 0 0 1-.331-.095C24.01 20.273 19.499 24.5 14 24.5C8.201 24.5 3.5 19.799 3.5 14S8.201 3.5 14 3.5q.473 0 .934.041q.081-.038.165-.066l1.513-.491c.3-.104.573-.272.8-.492A12 12 0 0 0 14 2C7.373 2 2 7.373 2 14s5.373 12 12 12c6.432 0 11.682-5.06 11.986-11.418l-.035.036a1.36 1.36 0 0 1-1.157.368M10.5 13a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m8.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M8.328 17.13a.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-.022.031l-.076.1a6 6 0 0 1-.28.329a7 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 FluentEmojiSparkle28Regular(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="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.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.479 1.077l.013.004l-.022.007l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.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-.19-.58v-.008l-.109-.334a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299q.311-.107.568-.313l.071-.062h.002l.09-.085a1.9 1.9 0 0 0 .449-.737l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197m-2.027 4.628a1.4 1.4 0 0 1-.331-.095C24.01 20.273 19.499 24.5 14 24.5C8.201 24.5 3.5 19.799 3.5 14S8.201 3.5 14 3.5q.473 0 .934.041q.081-.038.165-.066l1.513-.491c.3-.104.573-.272.8-.492A12 12 0 0 0 14 2C7.373 2 2 7.373 2 14s5.373 12 12 12c6.432 0 11.682-5.06 11.986-11.418l-.035.036a1.36 1.36 0 0 1-1.157.368M10.5 13a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m8.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M8.328 17.13a.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-.022.031l-.076.1a6 6 0 0 1-.28.329a7 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="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.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.479 1.077l.013.004l-.022.007l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.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-.19-.58v-.008l-.109-.334a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299q.311-.107.568-.313l.071-.062h.002l.09-.085a1.9 1.9 0 0 0 .449-.737l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197m-2.027 4.628a1.4 1.4 0 0 1-.331-.095C24.01 20.273 19.499 24.5 14 24.5C8.201 24.5 3.5 19.799 3.5 14S8.201 3.5 14 3.5q.473 0 .934.041q.081-.038.165-.066l1.513-.491c.3-.104.573-.272.8-.492A12 12 0 0 0 14 2C7.373 2 2 7.373 2 14s5.373 12 12 12c6.432 0 11.682-5.06 11.986-11.418l-.035.036a1.36 1.36 0 0 1-1.157.368M10.5 13a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m8.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M8.328 17.13a.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-.022.031l-.076.1a6 6 0 0 1-.28.329a7 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-regular {
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%22M18.171%206.829a3.16%203.16%200%200%201%20.761%201.238l.498%201.53a.605.605%200%200%200%201.14%200l.498-1.53a3.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.479%201.077l.013.004l-.022.007l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.918.298l.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-.19-.58v-.008l-.109-.334a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299q.311-.107.568-.313l.071-.062h.002l.09-.085a1.9%201.9%200%200%200%20.449-.737l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197m-2.027%204.628a1.4%201.4%200%200%201-.331-.095C24.01%2020.273%2019.499%2024.5%2014%2024.5C8.201%2024.5%203.5%2019.799%203.5%2014S8.201%203.5%2014%203.5q.473%200%20.934.041q.081-.038.165-.066l1.513-.491c.3-.104.573-.272.8-.492A12%2012%200%200%200%2014%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012c6.432%200%2011.682-5.06%2011.986-11.418l-.035.036a1.36%201.36%200%200%201-1.157.368M10.5%2013a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m8.5-1.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M8.328%2017.13a.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-.022.031l-.076.1a6%206%200%200%201-.28.329a7%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%22M18.171%206.829a3.16%203.16%200%200%201%20.761%201.238l.498%201.53a.605.605%200%200%200%201.14%200l.498-1.53a3.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.479%201.077l.013.004l-.022.007l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.918.298l.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-.19-.58v-.008l-.109-.334a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299q.311-.107.568-.313l.071-.062h.002l.09-.085a1.9%201.9%200%200%200%20.449-.737l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197m-2.027%204.628a1.4%201.4%200%200%201-.331-.095C24.01%2020.273%2019.499%2024.5%2014%2024.5C8.201%2024.5%203.5%2019.799%203.5%2014S8.201%203.5%2014%203.5q.473%200%20.934.041q.081-.038.165-.066l1.513-.491c.3-.104.573-.272.8-.492A12%2012%200%200%200%2014%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012c6.432%200%2011.682-5.06%2011.986-11.418l-.035.036a1.36%201.36%200%200%201-1.157.368M10.5%2013a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m8.5-1.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M8.328%2017.13a.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-.022.031l-.076.1a6%206%200%200%201-.28.329a7%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-regular.svg?color=%231a73e8&size=48