broom sparkle icon
broom-sparkle-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- broom-sparkle-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Use the broom sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m8.906 12.613l-.95 2.094a.5.5 0 0 1-.81.146L3.013 10.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.22-.692l.041-.093l.061-.078c.045-.047.1-.08.156-.1l.673-.223l.013-.004l.011-.005q.216-.08.387-.227zM6.658 5.145a3.6 3.6 0 0 1 3.196 1.001a3.67 3.67 0 0 1 0 5.208l-.397.396l-4.014-4.014l.001-.01l-.014-.193a1.3 1.3 0 0 0-.069-.255q.126-.045.242-.115l.09-.06l.066-.051c.198-.163.347-.378.43-.618l.004-.012l.003-.012l.309-.97l.028-.077q.05-.118.125-.218m-4.423.31q.085 0 .156.05q.07.052.098.133l.221.695c.067.21.181.401.333.559a1.4 1.4 0 0 0 .542.348l.68.227a.27.27 0 0 1 .18.259a.27.27 0 0 1-.18.259l-.68.226c-.207.07-.396.19-.55.348s-.27.35-.338.562l-.221.695a.27.27 0 0 1-.253.184a.275.275 0 0 1-.254-.184l-.22-.695a1.44 1.44 0 0 0-.34-.56a1.4 1.4 0 0 0-.55-.347l-.68-.226a.28.28 0 0 1-.13-.418a.27.27 0 0 1 .13-.1l.014-.003l.68-.227c.207-.07.395-.188.549-.345c.154-.158.271-.35.34-.562l.22-.695a.3.3 0 0 1 .099-.133a.27.27 0 0 1 .154-.05M4.908 0a.37.37 0 0 1 .217.07a.4.4 0 0 1 .138.187l.31.973c.094.294.254.561.466.782s.471.387.757.488l.953.316a.4.4 0 0 1 .182.141a.39.39 0 0 1 0 .444a.4.4 0 0 1-.182.141l-.953.316a1.95 1.95 0 0 0-.769.488a2 2 0 0 0-.473.788l-.31.973a.4.4 0 0 1-.119.172l-.019.014a.372.372 0 0 1-.572-.186l-.31-.973a2 2 0 0 0-.474-.785a1.96 1.96 0 0 0-.769-.486l-.952-.316a.4.4 0 0 1-.182-.14a.39.39 0 0 1 0-.445a.4.4 0 0 1 .182-.14l.019-.006L3 2.5c.29-.098.553-.264.769-.484s.378-.49.474-.786l.31-.973A.37.37 0 0 1 4.908 0m9.238 1.146a.5.5 0 1 1 .707.708l-3.957 3.958a4.8 4.8 0 0 0-.708-.708z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBroomSparkle16Filled(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="m8.906 12.613l-.95 2.094a.5.5 0 0 1-.81.146L3.013 10.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.22-.692l.041-.093l.061-.078c.045-.047.1-.08.156-.1l.673-.223l.013-.004l.011-.005q.216-.08.387-.227zM6.658 5.145a3.6 3.6 0 0 1 3.196 1.001a3.67 3.67 0 0 1 0 5.208l-.397.396l-4.014-4.014l.001-.01l-.014-.193a1.3 1.3 0 0 0-.069-.255q.126-.045.242-.115l.09-.06l.066-.051c.198-.163.347-.378.43-.618l.004-.012l.003-.012l.309-.97l.028-.077q.05-.118.125-.218m-4.423.31q.085 0 .156.05q.07.052.098.133l.221.695c.067.21.181.401.333.559a1.4 1.4 0 0 0 .542.348l.68.227a.27.27 0 0 1 .18.259a.27.27 0 0 1-.18.259l-.68.226c-.207.07-.396.19-.55.348s-.27.35-.338.562l-.221.695a.27.27 0 0 1-.253.184a.275.275 0 0 1-.254-.184l-.22-.695a1.44 1.44 0 0 0-.34-.56a1.4 1.4 0 0 0-.55-.347l-.68-.226a.28.28 0 0 1-.13-.418a.27.27 0 0 1 .13-.1l.014-.003l.68-.227c.207-.07.395-.188.549-.345c.154-.158.271-.35.34-.562l.22-.695a.3.3 0 0 1 .099-.133a.27.27 0 0 1 .154-.05M4.908 0a.37.37 0 0 1 .217.07a.4.4 0 0 1 .138.187l.31.973c.094.294.254.561.466.782s.471.387.757.488l.953.316a.4.4 0 0 1 .182.141a.39.39 0 0 1 0 .444a.4.4 0 0 1-.182.141l-.953.316a1.95 1.95 0 0 0-.769.488a2 2 0 0 0-.473.788l-.31.973a.4.4 0 0 1-.119.172l-.019.014a.372.372 0 0 1-.572-.186l-.31-.973a2 2 0 0 0-.474-.785a1.96 1.96 0 0 0-.769-.486l-.952-.316a.4.4 0 0 1-.182-.14a.39.39 0 0 1 0-.445a.4.4 0 0 1 .182-.14l.019-.006L3 2.5c.29-.098.553-.264.769-.484s.378-.49.474-.786l.31-.973A.37.37 0 0 1 4.908 0m9.238 1.146a.5.5 0 1 1 .707.708l-3.957 3.958a4.8 4.8 0 0 0-.708-.708z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m8.906 12.613l-.95 2.094a.5.5 0 0 1-.81.146L3.013 10.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.22-.692l.041-.093l.061-.078c.045-.047.1-.08.156-.1l.673-.223l.013-.004l.011-.005q.216-.08.387-.227zM6.658 5.145a3.6 3.6 0 0 1 3.196 1.001a3.67 3.67 0 0 1 0 5.208l-.397.396l-4.014-4.014l.001-.01l-.014-.193a1.3 1.3 0 0 0-.069-.255q.126-.045.242-.115l.09-.06l.066-.051c.198-.163.347-.378.43-.618l.004-.012l.003-.012l.309-.97l.028-.077q.05-.118.125-.218m-4.423.31q.085 0 .156.05q.07.052.098.133l.221.695c.067.21.181.401.333.559a1.4 1.4 0 0 0 .542.348l.68.227a.27.27 0 0 1 .18.259a.27.27 0 0 1-.18.259l-.68.226c-.207.07-.396.19-.55.348s-.27.35-.338.562l-.221.695a.27.27 0 0 1-.253.184a.275.275 0 0 1-.254-.184l-.22-.695a1.44 1.44 0 0 0-.34-.56a1.4 1.4 0 0 0-.55-.347l-.68-.226a.28.28 0 0 1-.13-.418a.27.27 0 0 1 .13-.1l.014-.003l.68-.227c.207-.07.395-.188.549-.345c.154-.158.271-.35.34-.562l.22-.695a.3.3 0 0 1 .099-.133a.27.27 0 0 1 .154-.05M4.908 0a.37.37 0 0 1 .217.07a.4.4 0 0 1 .138.187l.31.973c.094.294.254.561.466.782s.471.387.757.488l.953.316a.4.4 0 0 1 .182.141a.39.39 0 0 1 0 .444a.4.4 0 0 1-.182.141l-.953.316a1.95 1.95 0 0 0-.769.488a2 2 0 0 0-.473.788l-.31.973a.4.4 0 0 1-.119.172l-.019.014a.372.372 0 0 1-.572-.186l-.31-.973a2 2 0 0 0-.474-.785a1.96 1.96 0 0 0-.769-.486l-.952-.316a.4.4 0 0 1-.182-.14a.39.39 0 0 1 0-.445a.4.4 0 0 1 .182-.14l.019-.006L3 2.5c.29-.098.553-.264.769-.484s.378-.49.474-.786l.31-.973A.37.37 0 0 1 4.908 0m9.238 1.146a.5.5 0 1 1 .707.708l-3.957 3.958a4.8 4.8 0 0 0-.708-.708z"/></svg> </template>
CSS
.icon-broom-sparkle-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%22m8.906%2012.613l-.95%202.094a.5.5%200%200%201-.81.146L3.013%2010.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.22-.692l.041-.093l.061-.078c.045-.047.1-.08.156-.1l.673-.223l.013-.004l.011-.005q.216-.08.387-.227zM6.658%205.145a3.6%203.6%200%200%201%203.196%201.001a3.67%203.67%200%200%201%200%205.208l-.397.396l-4.014-4.014l.001-.01l-.014-.193a1.3%201.3%200%200%200-.069-.255q.126-.045.242-.115l.09-.06l.066-.051c.198-.163.347-.378.43-.618l.004-.012l.003-.012l.309-.97l.028-.077q.05-.118.125-.218m-4.423.31q.085%200%20.156.05q.07.052.098.133l.221.695c.067.21.181.401.333.559a1.4%201.4%200%200%200%20.542.348l.68.227a.27.27%200%200%201%20.18.259a.27.27%200%200%201-.18.259l-.68.226c-.207.07-.396.19-.55.348s-.27.35-.338.562l-.221.695a.27.27%200%200%201-.253.184a.275.275%200%200%201-.254-.184l-.22-.695a1.44%201.44%200%200%200-.34-.56a1.4%201.4%200%200%200-.55-.347l-.68-.226a.28.28%200%200%201-.13-.418a.27.27%200%200%201%20.13-.1l.014-.003l.68-.227c.207-.07.395-.188.549-.345c.154-.158.271-.35.34-.562l.22-.695a.3.3%200%200%201%20.099-.133a.27.27%200%200%201%20.154-.05M4.908%200a.37.37%200%200%201%20.217.07a.4.4%200%200%201%20.138.187l.31.973c.094.294.254.561.466.782s.471.387.757.488l.953.316a.4.4%200%200%201%20.182.141a.39.39%200%200%201%200%20.444a.4.4%200%200%201-.182.141l-.953.316a1.95%201.95%200%200%200-.769.488a2%202%200%200%200-.473.788l-.31.973a.4.4%200%200%201-.119.172l-.019.014a.372.372%200%200%201-.572-.186l-.31-.973a2%202%200%200%200-.474-.785a1.96%201.96%200%200%200-.769-.486l-.952-.316a.4.4%200%200%201-.182-.14a.39.39%200%200%201%200-.445a.4.4%200%200%201%20.182-.14l.019-.006L3%202.5c.29-.098.553-.264.769-.484s.378-.49.474-.786l.31-.973A.37.37%200%200%201%204.908%200m9.238%201.146a.5.5%200%201%201%20.707.708l-3.957%203.958a4.8%204.8%200%200%200-.708-.708z%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%22m8.906%2012.613l-.95%202.094a.5.5%200%200%201-.81.146L3.013%2010.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.22-.692l.041-.093l.061-.078c.045-.047.1-.08.156-.1l.673-.223l.013-.004l.011-.005q.216-.08.387-.227zM6.658%205.145a3.6%203.6%200%200%201%203.196%201.001a3.67%203.67%200%200%201%200%205.208l-.397.396l-4.014-4.014l.001-.01l-.014-.193a1.3%201.3%200%200%200-.069-.255q.126-.045.242-.115l.09-.06l.066-.051c.198-.163.347-.378.43-.618l.004-.012l.003-.012l.309-.97l.028-.077q.05-.118.125-.218m-4.423.31q.085%200%20.156.05q.07.052.098.133l.221.695c.067.21.181.401.333.559a1.4%201.4%200%200%200%20.542.348l.68.227a.27.27%200%200%201%20.18.259a.27.27%200%200%201-.18.259l-.68.226c-.207.07-.396.19-.55.348s-.27.35-.338.562l-.221.695a.27.27%200%200%201-.253.184a.275.275%200%200%201-.254-.184l-.22-.695a1.44%201.44%200%200%200-.34-.56a1.4%201.4%200%200%200-.55-.347l-.68-.226a.28.28%200%200%201-.13-.418a.27.27%200%200%201%20.13-.1l.014-.003l.68-.227c.207-.07.395-.188.549-.345c.154-.158.271-.35.34-.562l.22-.695a.3.3%200%200%201%20.099-.133a.27.27%200%200%201%20.154-.05M4.908%200a.37.37%200%200%201%20.217.07a.4.4%200%200%201%20.138.187l.31.973c.094.294.254.561.466.782s.471.387.757.488l.953.316a.4.4%200%200%201%20.182.141a.39.39%200%200%201%200%20.444a.4.4%200%200%201-.182.141l-.953.316a1.95%201.95%200%200%200-.769.488a2%202%200%200%200-.473.788l-.31.973a.4.4%200%200%201-.119.172l-.019.014a.372.372%200%200%201-.572-.186l-.31-.973a2%202%200%200%200-.474-.785a1.96%201.96%200%200%200-.769-.486l-.952-.316a.4.4%200%200%201-.182-.14a.39.39%200%200%201%200-.445a.4.4%200%200%201%20.182-.14l.019-.006L3%202.5c.29-.098.553-.264.769-.484s.378-.49.474-.786l.31-.973A.37.37%200%200%201%204.908%200m9.238%201.146a.5.5%200%201%201%20.707.708l-3.957%203.958a4.8%204.8%200%200%200-.708-.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/broom-sparkle-16-filled.svg?color=%231a73e8&size=48