sparkle action icon
sparkle-action-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-action-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sparkle action icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.72 12.22a.75.75 0 1 1 1.06 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06zm4.996-1a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06zM12.484 7a.3.3 0 0 1 .286.201l.249.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L12.2 7.2a.3.3 0 0 1 .284-.2M6.47 8.47a.75.75 0 1 1 1.06 1.06l-1.75 1.75a.75.75 0 0 1-1.06-1.06zM3.72 7.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06zM8.479 1a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L8.9 7.718a.423.423 0 0 1-.643.204l-.022-.015a.4.4 0 0 1-.133-.19l-.348-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.423.423 0 0 1 0-.797l1.072-.349a2.2 2.2 0 0 0 1.377-1.396l.348-1.072A.42.42 0 0 1 8.48 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleAction16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.72 12.22a.75.75 0 1 1 1.06 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06zm4.996-1a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06zM12.484 7a.3.3 0 0 1 .286.201l.249.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L12.2 7.2a.3.3 0 0 1 .284-.2M6.47 8.47a.75.75 0 1 1 1.06 1.06l-1.75 1.75a.75.75 0 0 1-1.06-1.06zM3.72 7.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06zM8.479 1a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L8.9 7.718a.423.423 0 0 1-.643.204l-.022-.015a.4.4 0 0 1-.133-.19l-.348-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.423.423 0 0 1 0-.797l1.072-.349a2.2 2.2 0 0 0 1.377-1.396l.348-1.072A.42.42 0 0 1 8.48 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.72 12.22a.75.75 0 1 1 1.06 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06zm4.996-1a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06zM12.484 7a.3.3 0 0 1 .286.201l.249.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L12.2 7.2a.3.3 0 0 1 .284-.2M6.47 8.47a.75.75 0 1 1 1.06 1.06l-1.75 1.75a.75.75 0 0 1-1.06-1.06zM3.72 7.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06zM8.479 1a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L8.9 7.718a.423.423 0 0 1-.643.204l-.022-.015a.4.4 0 0 1-.133-.19l-.348-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.423.423 0 0 1 0-.797l1.072-.349a2.2 2.2 0 0 0 1.377-1.396l.348-1.072A.42.42 0 0 1 8.48 1"/></svg> </template>
CSS
.icon-sparkle-action-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.72%2012.22a.75.75%200%201%201%201.06%201.06l-1.5%201.5a.75.75%200%200%201-1.06-1.06zm4.996-1a.75.75%200%201%201%201.06%201.06l-2.5%202.5a.75.75%200%200%201-1.06-1.06zM12.484%207a.3.3%200%200%201%20.286.201l.249.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L12.2%207.2a.3.3%200%200%201%20.284-.2M6.47%208.47a.75.75%200%201%201%201.06%201.06l-1.75%201.75a.75.75%200%200%201-1.06-1.06zM3.72%207.22a.75.75%200%201%201%201.06%201.06l-2.5%202.5a.75.75%200%200%201-1.06-1.06zM8.479%201a.42.42%200%200%201%20.399.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.072.349a2.2%202.2%200%200%200-1.399%201.396L8.9%207.718a.423.423%200%200%201-.643.204l-.022-.015a.4.4%200%200%201-.133-.19l-.348-1.07a2.2%202.2%200%200%200-1.398-1.402l-1.073-.349a.423.423%200%200%201%200-.797l1.072-.349a2.2%202.2%200%200%200%201.377-1.396l.348-1.072A.42.42%200%200%201%208.48%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.72%2012.22a.75.75%200%201%201%201.06%201.06l-1.5%201.5a.75.75%200%200%201-1.06-1.06zm4.996-1a.75.75%200%201%201%201.06%201.06l-2.5%202.5a.75.75%200%200%201-1.06-1.06zM12.484%207a.3.3%200%200%201%20.286.201l.249.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L12.2%207.2a.3.3%200%200%201%20.284-.2M6.47%208.47a.75.75%200%201%201%201.06%201.06l-1.75%201.75a.75.75%200%200%201-1.06-1.06zM3.72%207.22a.75.75%200%201%201%201.06%201.06l-2.5%202.5a.75.75%200%200%201-1.06-1.06zM8.479%201a.42.42%200%200%201%20.399.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.072.349a2.2%202.2%200%200%200-1.399%201.396L8.9%207.718a.423.423%200%200%201-.643.204l-.022-.015a.4.4%200%200%201-.133-.19l-.348-1.07a2.2%202.2%200%200%200-1.398-1.402l-1.073-.349a.423.423%200%200%201%200-.797l1.072-.349a2.2%202.2%200%200%200%201.377-1.396l.348-1.072A.42.42%200%200%201%208.48%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-action-16-filled.svg?color=%231a73e8&size=48