sparkle filled icon
sparkle-filled from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- sparkle-filled
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the sparkle filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.465 9.83a.92.92 0 0 0 1.07 0a1 1 0 0 0 .341-.46l.347-1.067a1.7 1.7 0 0 1 1.078-1.078l1.086-.354a.923.923 0 0 0-.037-1.75l-1.069-.346a1.7 1.7 0 0 1-1.08-1.078l-.353-1.084a.92.92 0 0 0-.869-.61a.92.92 0 0 0-.875.624l-.356 1.09A1.71 1.71 0 0 1 3.7 4.775l-1.084.351a.923.923 0 0 0 .013 1.745l1.067.347a1.71 1.71 0 0 1 1.081 1.083l.352 1.08a.92.92 0 0 0 .337.449m5.07 4.021a.8.8 0 0 0 .464.148a.81.81 0 0 0 .759-.55l.248-.761a1.09 1.09 0 0 1 .68-.681l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.774a.8.8 0 0 0-1.518.011l-.247.762a1.07 1.07 0 0 1-.664.679l-.776.253a.8.8 0 0 0-.388 1.222c.099.14.239.244.4.3l.763.247a1.06 1.06 0 0 1 .68.683l.253.774a.8.8 0 0 0 .292.387"/></svg>
React
import type { SVGProps } from "react";
export function CodiconSparkleFilled(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="M5.465 9.83a.92.92 0 0 0 1.07 0a1 1 0 0 0 .341-.46l.347-1.067a1.7 1.7 0 0 1 1.078-1.078l1.086-.354a.923.923 0 0 0-.037-1.75l-1.069-.346a1.7 1.7 0 0 1-1.08-1.078l-.353-1.084a.92.92 0 0 0-.869-.61a.92.92 0 0 0-.875.624l-.356 1.09A1.71 1.71 0 0 1 3.7 4.775l-1.084.351a.923.923 0 0 0 .013 1.745l1.067.347a1.71 1.71 0 0 1 1.081 1.083l.352 1.08a.92.92 0 0 0 .337.449m5.07 4.021a.8.8 0 0 0 .464.148a.81.81 0 0 0 .759-.55l.248-.761a1.09 1.09 0 0 1 .68-.681l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.774a.8.8 0 0 0-1.518.011l-.247.762a1.07 1.07 0 0 1-.664.679l-.776.253a.8.8 0 0 0-.388 1.222c.099.14.239.244.4.3l.763.247a1.06 1.06 0 0 1 .68.683l.253.774a.8.8 0 0 0 .292.387"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.465 9.83a.92.92 0 0 0 1.07 0a1 1 0 0 0 .341-.46l.347-1.067a1.7 1.7 0 0 1 1.078-1.078l1.086-.354a.923.923 0 0 0-.037-1.75l-1.069-.346a1.7 1.7 0 0 1-1.08-1.078l-.353-1.084a.92.92 0 0 0-.869-.61a.92.92 0 0 0-.875.624l-.356 1.09A1.71 1.71 0 0 1 3.7 4.775l-1.084.351a.923.923 0 0 0 .013 1.745l1.067.347a1.71 1.71 0 0 1 1.081 1.083l.352 1.08a.92.92 0 0 0 .337.449m5.07 4.021a.8.8 0 0 0 .464.148a.81.81 0 0 0 .759-.55l.248-.761a1.09 1.09 0 0 1 .68-.681l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.774a.8.8 0 0 0-1.518.011l-.247.762a1.07 1.07 0 0 1-.664.679l-.776.253a.8.8 0 0 0-.388 1.222c.099.14.239.244.4.3l.763.247a1.06 1.06 0 0 1 .68.683l.253.774a.8.8 0 0 0 .292.387"/></svg> </template>
CSS
.icon-sparkle-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%22M5.465%209.83a.92.92%200%200%200%201.07%200a1%201%200%200%200%20.341-.46l.347-1.067a1.7%201.7%200%200%201%201.078-1.078l1.086-.354a.923.923%200%200%200-.037-1.75l-1.069-.346a1.7%201.7%200%200%201-1.08-1.078l-.353-1.084a.92.92%200%200%200-.869-.61a.92.92%200%200%200-.875.624l-.356%201.09A1.71%201.71%200%200%201%203.7%204.775l-1.084.351a.923.923%200%200%200%20.013%201.745l1.067.347a1.71%201.71%200%200%201%201.081%201.083l.352%201.08a.92.92%200%200%200%20.337.449m5.07%204.021a.8.8%200%200%200%20.464.148a.81.81%200%200%200%20.759-.55l.248-.761a1.09%201.09%200%200%201%20.68-.681l.772-.252a.8.8%200%200%200-.023-1.52l-.764-.25a1.08%201.08%200%200%201-.68-.678l-.252-.774a.8.8%200%200%200-1.518.011l-.247.762a1.07%201.07%200%200%201-.664.679l-.776.253a.8.8%200%200%200-.388%201.222c.099.14.239.244.4.3l.763.247a1.06%201.06%200%200%201%20.68.683l.253.774a.8.8%200%200%200%20.292.387%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%22M5.465%209.83a.92.92%200%200%200%201.07%200a1%201%200%200%200%20.341-.46l.347-1.067a1.7%201.7%200%200%201%201.078-1.078l1.086-.354a.923.923%200%200%200-.037-1.75l-1.069-.346a1.7%201.7%200%200%201-1.08-1.078l-.353-1.084a.92.92%200%200%200-.869-.61a.92.92%200%200%200-.875.624l-.356%201.09A1.71%201.71%200%200%201%203.7%204.775l-1.084.351a.923.923%200%200%200%20.013%201.745l1.067.347a1.71%201.71%200%200%201%201.081%201.083l.352%201.08a.92.92%200%200%200%20.337.449m5.07%204.021a.8.8%200%200%200%20.464.148a.81.81%200%200%200%20.759-.55l.248-.761a1.09%201.09%200%200%201%20.68-.681l.772-.252a.8.8%200%200%200-.023-1.52l-.764-.25a1.08%201.08%200%200%201-.68-.678l-.252-.774a.8.8%200%200%200-1.518.011l-.247.762a1.07%201.07%200%200%201-.664.679l-.776.253a.8.8%200%200%200-.388%201.222c.099.14.239.244.4.3l.763.247a1.06%201.06%200%200%201%20.68.683l.253.774a.8.8%200%200%200%20.292.387%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/sparkle-filled.svg?color=%231a73e8&size=48