sparkle icon
sparkle-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.457 31.51a2.67 2.67 0 0 0 3.08.008c.404-.288.722-.682.916-1.139l1.236-3.769a6.16 6.16 0 0 1 3.9-3.9l3.631-1.183a2.67 2.67 0 0 0 0-5.036l-3.7-1.193a6.18 6.18 0 0 1-3.895-3.888l-1.179-3.629a2.66 2.66 0 0 0-.976-1.291a2.71 2.71 0 0 0-3.085 0a2.68 2.68 0 0 0-.987 1.32l-1.193 3.667a6.17 6.17 0 0 1-3.796 3.818l-3.627 1.178a2.67 2.67 0 0 0 .03 5.047l3.587 1.165a6.19 6.19 0 0 1 3.902 3.91l1.18 3.623c.183.521.524.973.975 1.292m15.418 9.132a1.95 1.95 0 0 0 1.124.359l.005.003a1.95 1.95 0 0 0 1.844-1.328l.569-1.75a2.38 2.38 0 0 1 1.499-1.502l1.79-.582a1.946 1.946 0 0 0 .94-2.958a1.96 1.96 0 0 0-1.005-.73l-1.757-.569a2.38 2.38 0 0 1-1.5-1.5l-.582-1.789a1.944 1.944 0 0 0-3.679.03l-.572 1.757a2.38 2.38 0 0 1-1.46 1.495l-1.79.582a1.943 1.943 0 0 0 .029 3.677l1.752.57a2.37 2.37 0 0 1 1.5 1.506l.582 1.788c.134.38.382.709.71.941"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkle48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.457 31.51a2.67 2.67 0 0 0 3.08.008c.404-.288.722-.682.916-1.139l1.236-3.769a6.16 6.16 0 0 1 3.9-3.9l3.631-1.183a2.67 2.67 0 0 0 0-5.036l-3.7-1.193a6.18 6.18 0 0 1-3.895-3.888l-1.179-3.629a2.66 2.66 0 0 0-.976-1.291a2.71 2.71 0 0 0-3.085 0a2.68 2.68 0 0 0-.987 1.32l-1.193 3.667a6.17 6.17 0 0 1-3.796 3.818l-3.627 1.178a2.67 2.67 0 0 0 .03 5.047l3.587 1.165a6.19 6.19 0 0 1 3.902 3.91l1.18 3.623c.183.521.524.973.975 1.292m15.418 9.132a1.95 1.95 0 0 0 1.124.359l.005.003a1.95 1.95 0 0 0 1.844-1.328l.569-1.75a2.38 2.38 0 0 1 1.499-1.502l1.79-.582a1.946 1.946 0 0 0 .94-2.958a1.96 1.96 0 0 0-1.005-.73l-1.757-.569a2.38 2.38 0 0 1-1.5-1.5l-.582-1.789a1.944 1.944 0 0 0-3.679.03l-.572 1.757a2.38 2.38 0 0 1-1.46 1.495l-1.79.582a1.943 1.943 0 0 0 .029 3.677l1.752.57a2.37 2.37 0 0 1 1.5 1.506l.582 1.788c.134.38.382.709.71.941"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.457 31.51a2.67 2.67 0 0 0 3.08.008c.404-.288.722-.682.916-1.139l1.236-3.769a6.16 6.16 0 0 1 3.9-3.9l3.631-1.183a2.67 2.67 0 0 0 0-5.036l-3.7-1.193a6.18 6.18 0 0 1-3.895-3.888l-1.179-3.629a2.66 2.66 0 0 0-.976-1.291a2.71 2.71 0 0 0-3.085 0a2.68 2.68 0 0 0-.987 1.32l-1.193 3.667a6.17 6.17 0 0 1-3.796 3.818l-3.627 1.178a2.67 2.67 0 0 0 .03 5.047l3.587 1.165a6.19 6.19 0 0 1 3.902 3.91l1.18 3.623c.183.521.524.973.975 1.292m15.418 9.132a1.95 1.95 0 0 0 1.124.359l.005.003a1.95 1.95 0 0 0 1.844-1.328l.569-1.75a2.38 2.38 0 0 1 1.499-1.502l1.79-.582a1.946 1.946 0 0 0 .94-2.958a1.96 1.96 0 0 0-1.005-.73l-1.757-.569a2.38 2.38 0 0 1-1.5-1.5l-.582-1.789a1.944 1.944 0 0 0-3.679.03l-.572 1.757a2.38 2.38 0 0 1-1.46 1.495l-1.79.582a1.943 1.943 0 0 0 .029 3.677l1.752.57a2.37 2.37 0 0 1 1.5 1.506l.582 1.788c.134.38.382.709.71.941"/></svg> </template>
CSS
.icon-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.457%2031.51a2.67%202.67%200%200%200%203.08.008c.404-.288.722-.682.916-1.139l1.236-3.769a6.16%206.16%200%200%201%203.9-3.9l3.631-1.183a2.67%202.67%200%200%200%200-5.036l-3.7-1.193a6.18%206.18%200%200%201-3.895-3.888l-1.179-3.629a2.66%202.66%200%200%200-.976-1.291a2.71%202.71%200%200%200-3.085%200a2.68%202.68%200%200%200-.987%201.32l-1.193%203.667a6.17%206.17%200%200%201-3.796%203.818l-3.627%201.178a2.67%202.67%200%200%200%20.03%205.047l3.587%201.165a6.19%206.19%200%200%201%203.902%203.91l1.18%203.623c.183.521.524.973.975%201.292m15.418%209.132a1.95%201.95%200%200%200%201.124.359l.005.003a1.95%201.95%200%200%200%201.844-1.328l.569-1.75a2.38%202.38%200%200%201%201.499-1.502l1.79-.582a1.946%201.946%200%200%200%20.94-2.958a1.96%201.96%200%200%200-1.005-.73l-1.757-.569a2.38%202.38%200%200%201-1.5-1.5l-.582-1.789a1.944%201.944%200%200%200-3.679.03l-.572%201.757a2.38%202.38%200%200%201-1.46%201.495l-1.79.582a1.943%201.943%200%200%200%20.029%203.677l1.752.57a2.37%202.37%200%200%201%201.5%201.506l.582%201.788c.134.38.382.709.71.941%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.457%2031.51a2.67%202.67%200%200%200%203.08.008c.404-.288.722-.682.916-1.139l1.236-3.769a6.16%206.16%200%200%201%203.9-3.9l3.631-1.183a2.67%202.67%200%200%200%200-5.036l-3.7-1.193a6.18%206.18%200%200%201-3.895-3.888l-1.179-3.629a2.66%202.66%200%200%200-.976-1.291a2.71%202.71%200%200%200-3.085%200a2.68%202.68%200%200%200-.987%201.32l-1.193%203.667a6.17%206.17%200%200%201-3.796%203.818l-3.627%201.178a2.67%202.67%200%200%200%20.03%205.047l3.587%201.165a6.19%206.19%200%200%201%203.902%203.91l1.18%203.623c.183.521.524.973.975%201.292m15.418%209.132a1.95%201.95%200%200%200%201.124.359l.005.003a1.95%201.95%200%200%200%201.844-1.328l.569-1.75a2.38%202.38%200%200%201%201.499-1.502l1.79-.582a1.946%201.946%200%200%200%20.94-2.958a1.96%201.96%200%200%200-1.005-.73l-1.757-.569a2.38%202.38%200%200%201-1.5-1.5l-.582-1.789a1.944%201.944%200%200%200-3.679.03l-.572%201.757a2.38%202.38%200%200%201-1.46%201.495l-1.79.582a1.943%201.943%200%200%200%20.029%203.677l1.752.57a2.37%202.37%200%200%201%201.5%201.506l.582%201.788c.134.38.382.709.71.941%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-48-filled.svg?color=%231a73e8&size=48