emoji-sparkle-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
emoji-sparkle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="m15.226 1.353l-.348-1.07a.423.423 0 0 0-.799 0l-.348 1.07a2.2 2.2 0 0 1-1.377 1.397l-1.071.348a.42.42 0 0 0-.283.4V3.5a.42.42 0 0 0 .283.4l.424.134l.647.21a2.2 2.2 0 0 1 1.399 1.403l.348 1.07a.423.423 0 0 0 .8.001l.102-.313v-.008l.226-.695l.009-.013l.012-.037a2.2 2.2 0 0 1 .691-1.01l-.002-.002c.21-.172.449-.305.707-.39l1.072-.348a.423.423 0 0 0 0-.798l-.022-.006l-1.072-.348a2.2 2.2 0 0 1-1.398-1.397m3.791 6.612l.766.248l.015.004a.303.303 0 0 1 0 .57l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0v-.002l-.25-.765l-.036-.098a1.58 1.58 0 0 0-.964-.902l-.765-.248a.3.3 0 0 1-.202-.284a.3.3 0 0 1 .056-.175a.3.3 0 0 1 .146-.111l.765-.248q.045-.014.088-.033a1.58 1.58 0 0 0 .898-.966l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999m-1.263 4.012a8 8 0 1 1-6.587-9.893l-.193.063a1.44 1.44 0 0 0-.957 1.132a1.42 1.42 0 0 0 .933 1.56l1.1.356a1.2 1.2 0 0 1 .465.292a1.2 1.2 0 0 1 .291.473l.347 1.067c.087.26.246.488.46.66l.024.02l.046.033a1.4 1.4 0 0 0 .441.209a1.3 1.3 0 0 0 .748 1.777l.79.257a.57.57 0 0 1 .357.363l.248.762a1.31 1.31 0 0 0 1.037.878q.226.034.45-.009M12.5 7.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-.611 5.015a.5.5 0 1 0-.778.629A5 5 0 0 0 10 15c1.57 0 2.973-.725 3.889-1.856a.5.5 0 1 0-.778-.63A4 4 0 0 1 10 14a4 4 0 0 1-3.111-1.485"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiSparkle20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m15.226 1.353l-.348-1.07a.423.423 0 0 0-.799 0l-.348 1.07a2.2 2.2 0 0 1-1.377 1.397l-1.071.348a.42.42 0 0 0-.283.4V3.5a.42.42 0 0 0 .283.4l.424.134l.647.21a2.2 2.2 0 0 1 1.399 1.403l.348 1.07a.423.423 0 0 0 .8.001l.102-.313v-.008l.226-.695l.009-.013l.012-.037a2.2 2.2 0 0 1 .691-1.01l-.002-.002c.21-.172.449-.305.707-.39l1.072-.348a.423.423 0 0 0 0-.798l-.022-.006l-1.072-.348a2.2 2.2 0 0 1-1.398-1.397m3.791 6.612l.766.248l.015.004a.303.303 0 0 1 0 .57l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0v-.002l-.25-.765l-.036-.098a1.58 1.58 0 0 0-.964-.902l-.765-.248a.3.3 0 0 1-.202-.284a.3.3 0 0 1 .056-.175a.3.3 0 0 1 .146-.111l.765-.248q.045-.014.088-.033a1.58 1.58 0 0 0 .898-.966l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999m-1.263 4.012a8 8 0 1 1-6.587-9.893l-.193.063a1.44 1.44 0 0 0-.957 1.132a1.42 1.42 0 0 0 .933 1.56l1.1.356a1.2 1.2 0 0 1 .465.292a1.2 1.2 0 0 1 .291.473l.347 1.067c.087.26.246.488.46.66l.024.02l.046.033a1.4 1.4 0 0 0 .441.209a1.3 1.3 0 0 0 .748 1.777l.79.257a.57.57 0 0 1 .357.363l.248.762a1.31 1.31 0 0 0 1.037.878q.226.034.45-.009M12.5 7.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-.611 5.015a.5.5 0 1 0-.778.629A5 5 0 0 0 10 15c1.57 0 2.973-.725 3.889-1.856a.5.5 0 1 0-.778-.63A4 4 0 0 1 10 14a4 4 0 0 1-3.111-1.485"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m15.226 1.353l-.348-1.07a.423.423 0 0 0-.799 0l-.348 1.07a2.2 2.2 0 0 1-1.377 1.397l-1.071.348a.42.42 0 0 0-.283.4V3.5a.42.42 0 0 0 .283.4l.424.134l.647.21a2.2 2.2 0 0 1 1.399 1.403l.348 1.07a.423.423 0 0 0 .8.001l.102-.313v-.008l.226-.695l.009-.013l.012-.037a2.2 2.2 0 0 1 .691-1.01l-.002-.002c.21-.172.449-.305.707-.39l1.072-.348a.423.423 0 0 0 0-.798l-.022-.006l-1.072-.348a2.2 2.2 0 0 1-1.398-1.397m3.791 6.612l.766.248l.015.004a.303.303 0 0 1 0 .57l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0v-.002l-.25-.765l-.036-.098a1.58 1.58 0 0 0-.964-.902l-.765-.248a.3.3 0 0 1-.202-.284a.3.3 0 0 1 .056-.175a.3.3 0 0 1 .146-.111l.765-.248q.045-.014.088-.033a1.58 1.58 0 0 0 .898-.966l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999m-1.263 4.012a8 8 0 1 1-6.587-9.893l-.193.063a1.44 1.44 0 0 0-.957 1.132a1.42 1.42 0 0 0 .933 1.56l1.1.356a1.2 1.2 0 0 1 .465.292a1.2 1.2 0 0 1 .291.473l.347 1.067c.087.26.246.488.46.66l.024.02l.046.033a1.4 1.4 0 0 0 .441.209a1.3 1.3 0 0 0 .748 1.777l.79.257a.57.57 0 0 1 .357.363l.248.762a1.31 1.31 0 0 0 1.037.878q.226.034.45-.009M12.5 7.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-.611 5.015a.5.5 0 1 0-.778.629A5 5 0 0 0 10 15c1.57 0 2.973-.725 3.889-1.856a.5.5 0 1 0-.778-.63A4 4 0 0 1 10 14a4 4 0 0 1-3.111-1.485"/></svg>
</template>

CSS

.icon-emoji-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.226%201.353l-.348-1.07a.423.423%200%200%200-.799%200l-.348%201.07a2.2%202.2%200%200%201-1.377%201.397l-1.071.348a.42.42%200%200%200-.283.4V3.5a.42.42%200%200%200%20.283.4l.424.134l.647.21a2.2%202.2%200%200%201%201.399%201.403l.348%201.07a.423.423%200%200%200%20.8.001l.102-.313v-.008l.226-.695l.009-.013l.012-.037a2.2%202.2%200%200%201%20.691-1.01l-.002-.002c.21-.172.449-.305.707-.39l1.072-.348a.423.423%200%200%200%200-.798l-.022-.006l-1.072-.348a2.2%202.2%200%200%201-1.398-1.397m3.791%206.612l.766.248l.015.004a.303.303%200%200%201%200%20.57l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200v-.002l-.25-.765l-.036-.098a1.58%201.58%200%200%200-.964-.902l-.765-.248a.3.3%200%200%201-.202-.284a.3.3%200%200%201%20.056-.175a.3.3%200%200%201%20.146-.111l.765-.248q.045-.014.088-.033a1.58%201.58%200%200%200%20.898-.966l.249-.764a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999m-1.263%204.012a8%208%200%201%201-6.587-9.893l-.193.063a1.44%201.44%200%200%200-.957%201.132a1.42%201.42%200%200%200%20.933%201.56l1.1.356a1.2%201.2%200%200%201%20.465.292a1.2%201.2%200%200%201%20.291.473l.347%201.067c.087.26.246.488.46.66l.024.02l.046.033a1.4%201.4%200%200%200%20.441.209a1.3%201.3%200%200%200%20.748%201.777l.79.257a.57.57%200%200%201%20.357.363l.248.762a1.31%201.31%200%200%200%201.037.878q.226.034.45-.009M12.5%207.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-5%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-.611%205.015a.5.5%200%201%200-.778.629A5%205%200%200%200%2010%2015c1.57%200%202.973-.725%203.889-1.856a.5.5%200%201%200-.778-.63A4%204%200%200%201%2010%2014a4%204%200%200%201-3.111-1.485%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.226%201.353l-.348-1.07a.423.423%200%200%200-.799%200l-.348%201.07a2.2%202.2%200%200%201-1.377%201.397l-1.071.348a.42.42%200%200%200-.283.4V3.5a.42.42%200%200%200%20.283.4l.424.134l.647.21a2.2%202.2%200%200%201%201.399%201.403l.348%201.07a.423.423%200%200%200%20.8.001l.102-.313v-.008l.226-.695l.009-.013l.012-.037a2.2%202.2%200%200%201%20.691-1.01l-.002-.002c.21-.172.449-.305.707-.39l1.072-.348a.423.423%200%200%200%200-.798l-.022-.006l-1.072-.348a2.2%202.2%200%200%201-1.398-1.397m3.791%206.612l.766.248l.015.004a.303.303%200%200%201%200%20.57l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200v-.002l-.25-.765l-.036-.098a1.58%201.58%200%200%200-.964-.902l-.765-.248a.3.3%200%200%201-.202-.284a.3.3%200%200%201%20.056-.175a.3.3%200%200%201%20.146-.111l.765-.248q.045-.014.088-.033a1.58%201.58%200%200%200%20.898-.966l.249-.764a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999m-1.263%204.012a8%208%200%201%201-6.587-9.893l-.193.063a1.44%201.44%200%200%200-.957%201.132a1.42%201.42%200%200%200%20.933%201.56l1.1.356a1.2%201.2%200%200%201%20.465.292a1.2%201.2%200%200%201%20.291.473l.347%201.067c.087.26.246.488.46.66l.024.02l.046.033a1.4%201.4%200%200%200%20.441.209a1.3%201.3%200%200%200%20.748%201.777l.79.257a.57.57%200%200%201%20.357.363l.248.762a1.31%201.31%200%200%200%201.037.878q.226.034.45-.009M12.5%207.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-5%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-.611%205.015a.5.5%200%201%200-.778.629A5%205%200%200%200%2010%2015c1.57%200%202.973-.725%203.889-1.856a.5.5%200%201%200-.778-.63A4%204%200%200%201%2010%2014a4%204%200%200%201-3.111-1.485%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-sparkle-20-filled.svg?color=%231a73e8&size=48