broom sparkle icon
broom-sparkle-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- broom-sparkle-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M12.147 15.354a.5.5 0 0 0 .102.079L10.5 18.349a.5.5 0 0 1-.782.096l-5.095-5.094c.04-.07.078-.143.106-.22l.007-.024l.246-.757a.6.6 0 0 1 .14-.226l.05-.045a.6.6 0 0 1 .114-.07l.062-.025l.76-.246l.011-.004l.012-.005l.094-.037a1.305 1.305 0 0 0 .73-1.53zM6.889 7.839a4.5 4.5 0 0 1 6.364 6.363l-.422.422L6.468 8.26zM3.484 8a.3.3 0 0 1 .286.201l.249.766c.077.232.208.444.381.617l.008.007l.13.114a1.6 1.6 0 0 0 .48.26l.765.248l.015.004a.31.31 0 0 1 .202.285l-.015.092a.3.3 0 0 1-.04.083l-.065.066a.3.3 0 0 1-.082.044l-.765.248a1.6 1.6 0 0 0-.618.381l-.122.138a1.6 1.6 0 0 0-.259.48l-.249.765a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248A.3.3 0 0 1 1 10.498a.3.3 0 0 1 .202-.285l.765-.248a1.58 1.58 0 0 0 .984-.998L3.2 8.2a.3.3 0 0 1 .284-.2m14.718-5.818a.501.501 0 0 1 .708.707L14.298 7.5a5.6 5.6 0 0 0-.707-.707zM5.48 0a.42.42 0 0 1 .399.282l.348 1.072A2.2 2.2 0 0 0 7.624 2.75l1.072.349l.022.005a.423.423 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L5.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.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.21 2.21 0 0 0 1.377-1.396L5.08.282A.42.42 0 0 1 5.48 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentBroomSparkle20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.147 15.354a.5.5 0 0 0 .102.079L10.5 18.349a.5.5 0 0 1-.782.096l-5.095-5.094c.04-.07.078-.143.106-.22l.007-.024l.246-.757a.6.6 0 0 1 .14-.226l.05-.045a.6.6 0 0 1 .114-.07l.062-.025l.76-.246l.011-.004l.012-.005l.094-.037a1.305 1.305 0 0 0 .73-1.53zM6.889 7.839a4.5 4.5 0 0 1 6.364 6.363l-.422.422L6.468 8.26zM3.484 8a.3.3 0 0 1 .286.201l.249.766c.077.232.208.444.381.617l.008.007l.13.114a1.6 1.6 0 0 0 .48.26l.765.248l.015.004a.31.31 0 0 1 .202.285l-.015.092a.3.3 0 0 1-.04.083l-.065.066a.3.3 0 0 1-.082.044l-.765.248a1.6 1.6 0 0 0-.618.381l-.122.138a1.6 1.6 0 0 0-.259.48l-.249.765a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248A.3.3 0 0 1 1 10.498a.3.3 0 0 1 .202-.285l.765-.248a1.58 1.58 0 0 0 .984-.998L3.2 8.2a.3.3 0 0 1 .284-.2m14.718-5.818a.501.501 0 0 1 .708.707L14.298 7.5a5.6 5.6 0 0 0-.707-.707zM5.48 0a.42.42 0 0 1 .399.282l.348 1.072A2.2 2.2 0 0 0 7.624 2.75l1.072.349l.022.005a.423.423 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L5.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.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.21 2.21 0 0 0 1.377-1.396L5.08.282A.42.42 0 0 1 5.48 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.147 15.354a.5.5 0 0 0 .102.079L10.5 18.349a.5.5 0 0 1-.782.096l-5.095-5.094c.04-.07.078-.143.106-.22l.007-.024l.246-.757a.6.6 0 0 1 .14-.226l.05-.045a.6.6 0 0 1 .114-.07l.062-.025l.76-.246l.011-.004l.012-.005l.094-.037a1.305 1.305 0 0 0 .73-1.53zM6.889 7.839a4.5 4.5 0 0 1 6.364 6.363l-.422.422L6.468 8.26zM3.484 8a.3.3 0 0 1 .286.201l.249.766c.077.232.208.444.381.617l.008.007l.13.114a1.6 1.6 0 0 0 .48.26l.765.248l.015.004a.31.31 0 0 1 .202.285l-.015.092a.3.3 0 0 1-.04.083l-.065.066a.3.3 0 0 1-.082.044l-.765.248a1.6 1.6 0 0 0-.618.381l-.122.138a1.6 1.6 0 0 0-.259.48l-.249.765a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248A.3.3 0 0 1 1 10.498a.3.3 0 0 1 .202-.285l.765-.248a1.58 1.58 0 0 0 .984-.998L3.2 8.2a.3.3 0 0 1 .284-.2m14.718-5.818a.501.501 0 0 1 .708.707L14.298 7.5a5.6 5.6 0 0 0-.707-.707zM5.48 0a.42.42 0 0 1 .399.282l.348 1.072A2.2 2.2 0 0 0 7.624 2.75l1.072.349l.022.005a.423.423 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L5.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.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.21 2.21 0 0 0 1.377-1.396L5.08.282A.42.42 0 0 1 5.48 0"/></svg> </template>
CSS
.icon-broom-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.147%2015.354a.5.5%200%200%200%20.102.079L10.5%2018.349a.5.5%200%200%201-.782.096l-5.095-5.094c.04-.07.078-.143.106-.22l.007-.024l.246-.757a.6.6%200%200%201%20.14-.226l.05-.045a.6.6%200%200%201%20.114-.07l.062-.025l.76-.246l.011-.004l.012-.005l.094-.037a1.305%201.305%200%200%200%20.73-1.53zM6.889%207.839a4.5%204.5%200%200%201%206.364%206.363l-.422.422L6.468%208.26zM3.484%208a.3.3%200%200%201%20.286.201l.249.766c.077.232.208.444.381.617l.008.007l.13.114a1.6%201.6%200%200%200%20.48.26l.765.248l.015.004a.31.31%200%200%201%20.202.285l-.015.092a.3.3%200%200%201-.04.083l-.065.066a.3.3%200%200%201-.082.044l-.765.248a1.6%201.6%200%200%200-.618.381l-.122.138a1.6%201.6%200%200%200-.259.48l-.249.765a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248A.3.3%200%200%201%201%2010.498a.3.3%200%200%201%20.202-.285l.765-.248a1.58%201.58%200%200%200%20.984-.998L3.2%208.2a.3.3%200%200%201%20.284-.2m14.718-5.818a.501.501%200%200%201%20.708.707L14.298%207.5a5.6%205.6%200%200%200-.707-.707zM5.48%200a.42.42%200%200%201%20.399.282l.348%201.072A2.2%202.2%200%200%200%207.624%202.75l1.072.349l.022.005a.423.423%200%200%201%200%20.797l-1.072.349a2.2%202.2%200%200%200-1.399%201.396L5.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.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.21%202.21%200%200%200%201.377-1.396L5.08.282A.42.42%200%200%201%205.48%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.147%2015.354a.5.5%200%200%200%20.102.079L10.5%2018.349a.5.5%200%200%201-.782.096l-5.095-5.094c.04-.07.078-.143.106-.22l.007-.024l.246-.757a.6.6%200%200%201%20.14-.226l.05-.045a.6.6%200%200%201%20.114-.07l.062-.025l.76-.246l.011-.004l.012-.005l.094-.037a1.305%201.305%200%200%200%20.73-1.53zM6.889%207.839a4.5%204.5%200%200%201%206.364%206.363l-.422.422L6.468%208.26zM3.484%208a.3.3%200%200%201%20.286.201l.249.766c.077.232.208.444.381.617l.008.007l.13.114a1.6%201.6%200%200%200%20.48.26l.765.248l.015.004a.31.31%200%200%201%20.202.285l-.015.092a.3.3%200%200%201-.04.083l-.065.066a.3.3%200%200%201-.082.044l-.765.248a1.6%201.6%200%200%200-.618.381l-.122.138a1.6%201.6%200%200%200-.259.48l-.249.765a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248A.3.3%200%200%201%201%2010.498a.3.3%200%200%201%20.202-.285l.765-.248a1.58%201.58%200%200%200%20.984-.998L3.2%208.2a.3.3%200%200%201%20.284-.2m14.718-5.818a.501.501%200%200%201%20.708.707L14.298%207.5a5.6%205.6%200%200%200-.707-.707zM5.48%200a.42.42%200%200%201%20.399.282l.348%201.072A2.2%202.2%200%200%200%207.624%202.75l1.072.349l.022.005a.423.423%200%200%201%200%20.797l-1.072.349a2.2%202.2%200%200%200-1.399%201.396L5.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.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.21%202.21%200%200%200%201.377-1.396L5.08.282A.42.42%200%200%201%205.48%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-20-filled.svg?color=%231a73e8&size=48