broom sparkle icon
broom-sparkle-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- broom-sparkle-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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="M14.147 1.146a.5.5 0 1 1 .707.708l-4.67 4.67a3.67 3.67 0 0 1-.33 4.83l-.686.685l-1.213 2.668a.5.5 0 0 1-.809.146L3.013 10.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.095-.303l3.82 3.819l.807-1.778l-3.16-3.16q.129-.107.226-.245c.111-.161.184-.344.213-.535l.013-.182l3.307 3.307l.396-.396a2.67 2.67 0 0 0 0-3.793a2.63 2.63 0 0 0-2.918-.545l.277-.869l.028-.077q.05-.118.125-.218a3.6 3.6 0 0 1 2.818.672zM2.234 5.454q.085.001.156.05q.07.052.098.134l.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 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentBroomSparkle16Regular(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="M14.147 1.146a.5.5 0 1 1 .707.708l-4.67 4.67a3.67 3.67 0 0 1-.33 4.83l-.686.685l-1.213 2.668a.5.5 0 0 1-.809.146L3.013 10.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.095-.303l3.82 3.819l.807-1.778l-3.16-3.16q.129-.107.226-.245c.111-.161.184-.344.213-.535l.013-.182l3.307 3.307l.396-.396a2.67 2.67 0 0 0 0-3.793a2.63 2.63 0 0 0-2.918-.545l.277-.869l.028-.077q.05-.118.125-.218a3.6 3.6 0 0 1 2.818.672zM2.234 5.454q.085.001.156.05q.07.052.098.134l.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 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.147 1.146a.5.5 0 1 1 .707.708l-4.67 4.67a3.67 3.67 0 0 1-.33 4.83l-.686.685l-1.213 2.668a.5.5 0 0 1-.809.146L3.013 10.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.095-.303l3.82 3.819l.807-1.778l-3.16-3.16q.129-.107.226-.245c.111-.161.184-.344.213-.535l.013-.182l3.307 3.307l.396-.396a2.67 2.67 0 0 0 0-3.793a2.63 2.63 0 0 0-2.918-.545l.277-.869l.028-.077q.05-.118.125-.218a3.6 3.6 0 0 1 2.818.672zM2.234 5.454q.085.001.156.05q.07.052.098.134l.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 0"/></svg> </template>
CSS
.icon-broom-sparkle-16-regular {
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%22M14.147%201.146a.5.5%200%201%201%20.707.708l-4.67%204.67a3.67%203.67%200%200%201-.33%204.83l-.686.685l-1.213%202.668a.5.5%200%200%201-.809.146L3.013%2010.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.095-.303l3.82%203.819l.807-1.778l-3.16-3.16q.129-.107.226-.245c.111-.161.184-.344.213-.535l.013-.182l3.307%203.307l.396-.396a2.67%202.67%200%200%200%200-3.793a2.63%202.63%200%200%200-2.918-.545l.277-.869l.028-.077q.05-.118.125-.218a3.6%203.6%200%200%201%202.818.672zM2.234%205.454q.085.001.156.05q.07.052.098.134l.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%200%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%22M14.147%201.146a.5.5%200%201%201%20.707.708l-4.67%204.67a3.67%203.67%200%200%201-.33%204.83l-.686.685l-1.213%202.668a.5.5%200%200%201-.809.146L3.013%2010.72c.188-.152.33-.352.408-.577l.004-.011l.004-.012l.095-.303l3.82%203.819l.807-1.778l-3.16-3.16q.129-.107.226-.245c.111-.161.184-.344.213-.535l.013-.182l3.307%203.307l.396-.396a2.67%202.67%200%200%200%200-3.793a2.63%202.63%200%200%200-2.918-.545l.277-.869l.028-.077q.05-.118.125-.218a3.6%203.6%200%200%201%202.818.672zM2.234%205.454q.085.001.156.05q.07.052.098.134l.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%200%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-regular.svg?color=%231a73e8&size=48