paint brush sparkle icon
paint-brush-sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- paint-brush-sparkle-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the paint brush sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.854 15.146a2.85 2.85 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m8.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M12.5 5.252V2H5.75a.75.75 0 0 0-.75.75V11h8.252q.197-.248.301-.548l.009-.026l.45-1.384l.004-.012a1.544 1.544 0 0 1 2.913 0l.004.012l.45 1.385c.07.209.177.403.315.573H19V2.75a.75.75 0 0 0-.75-.75H16.5v4.251a.75.75 0 0 1-1.5 0V2h-1v3.252a.75.75 0 0 1-1.5 0M10.365 12.5H5v1.752a2.25 2.25 0 0 0 2.25 2.25H10V20a2 2 0 1 0 4 0v-2.165l-.41-1.262l-.001-.001a1.84 1.84 0 0 0-1.16-1.165l-1.386-.45l-.012-.005a1.544 1.544 0 0 1-.666-2.452"/></svg>
React
import type { SVGProps } from "react";
export function FluentPaintBrushSparkle24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.854 15.146a2.85 2.85 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m8.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M12.5 5.252V2H5.75a.75.75 0 0 0-.75.75V11h8.252q.197-.248.301-.548l.009-.026l.45-1.384l.004-.012a1.544 1.544 0 0 1 2.913 0l.004.012l.45 1.385c.07.209.177.403.315.573H19V2.75a.75.75 0 0 0-.75-.75H16.5v4.251a.75.75 0 0 1-1.5 0V2h-1v3.252a.75.75 0 0 1-1.5 0M10.365 12.5H5v1.752a2.25 2.25 0 0 0 2.25 2.25H10V20a2 2 0 1 0 4 0v-2.165l-.41-1.262l-.001-.001a1.84 1.84 0 0 0-1.16-1.165l-1.386-.45l-.012-.005a1.544 1.544 0 0 1-.666-2.452"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.854 15.146a2.85 2.85 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m8.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M12.5 5.252V2H5.75a.75.75 0 0 0-.75.75V11h8.252q.197-.248.301-.548l.009-.026l.45-1.384l.004-.012a1.544 1.544 0 0 1 2.913 0l.004.012l.45 1.385c.07.209.177.403.315.573H19V2.75a.75.75 0 0 0-.75-.75H16.5v4.251a.75.75 0 0 1-1.5 0V2h-1v3.252a.75.75 0 0 1-1.5 0M10.365 12.5H5v1.752a2.25 2.25 0 0 0 2.25 2.25H10V20a2 2 0 1 0 4 0v-2.165l-.41-1.262l-.001-.001a1.84 1.84 0 0 0-1.16-1.165l-1.386-.45l-.012-.005a1.544 1.544 0 0 1-.666-2.452"/></svg> </template>
CSS
.icon-paint-brush-sparkle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.854%2015.146a2.85%202.85%200%200%201%20.685%201.114l.448%201.377a.544.544%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.447-1.377a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.759%201.762l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448c.42.14.8.376%201.113.689m8.163%203.819l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.303.303%200%200%201-.147-.46a.3.3%200%200%201%20.147-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998l.249-.765a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999M12.5%205.252V2H5.75a.75.75%200%200%200-.75.75V11h8.252q.197-.248.301-.548l.009-.026l.45-1.384l.004-.012a1.544%201.544%200%200%201%202.913%200l.004.012l.45%201.385c.07.209.177.403.315.573H19V2.75a.75.75%200%200%200-.75-.75H16.5v4.251a.75.75%200%200%201-1.5%200V2h-1v3.252a.75.75%200%200%201-1.5%200M10.365%2012.5H5v1.752a2.25%202.25%200%200%200%202.25%202.25H10V20a2%202%200%201%200%204%200v-2.165l-.41-1.262l-.001-.001a1.84%201.84%200%200%200-1.16-1.165l-1.386-.45l-.012-.005a1.544%201.544%200%200%201-.666-2.452%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.854%2015.146a2.85%202.85%200%200%201%20.685%201.114l.448%201.377a.544.544%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.447-1.377a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.759%201.762l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448c.42.14.8.376%201.113.689m8.163%203.819l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.303.303%200%200%201-.147-.46a.3.3%200%200%201%20.147-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998l.249-.765a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999M12.5%205.252V2H5.75a.75.75%200%200%200-.75.75V11h8.252q.197-.248.301-.548l.009-.026l.45-1.384l.004-.012a1.544%201.544%200%200%201%202.913%200l.004.012l.45%201.385c.07.209.177.403.315.573H19V2.75a.75.75%200%200%200-.75-.75H16.5v4.251a.75.75%200%200%201-1.5%200V2h-1v3.252a.75.75%200%200%201-1.5%200M10.365%2012.5H5v1.752a2.25%202.25%200%200%200%202.25%202.25H10V20a2%202%200%201%200%204%200v-2.165l-.41-1.262l-.001-.001a1.84%201.84%200%200%200-1.16-1.165l-1.386-.45l-.012-.005a1.544%201.544%200%200%201-.666-2.452%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/paint-brush-sparkle-24-filled.svg?color=%231a73e8&size=48