sparkles 3 icon
sparkles-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- sparkles-3-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the sparkles 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2a1 1 0 0 1 1 1v.5a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1M4.222 4.222a1 1 0 0 1 1.414 0l2.121 2.12a1 1 0 1 1-1.414 1.415L4.222 5.636a1 1 0 0 1 0-1.414m15.556 0a1 1 0 0 1 0 1.414l-2.121 2.121a1 1 0 1 1-1.414-1.414l2.12-2.121a1 1 0 0 1 1.415 0M12 5.5a1 1 0 0 1 .906.577l.366.784a8 8 0 0 0 3.867 3.867l.784.366a1 1 0 0 1 0 1.812l-.784.366a8 8 0 0 0-3.867 3.867l-.366.784a1 1 0 0 1-1.812 0l-.366-.784a8 8 0 0 0-3.867-3.867l-.784-.366a1 1 0 0 1 0-1.812l.784-.366a8 8 0 0 0 3.867-3.867l.366-.784A1 1 0 0 1 12 5.5M2 12a1 1 0 0 1 1-1h.5a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1m17.5 0a1 1 0 0 1 1-1h.5a1 1 0 1 1 0 2h-.5a1 1 0 0 1-1-1M7.757 16.243a1 1 0 0 1 0 1.414l-2.12 2.122a1 1 0 0 1-1.415-1.415l2.121-2.12a1 1 0 0 1 1.414 0m8.486 0a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 1 1-1.414 1.415l-2.121-2.122a1 1 0 0 1 0-1.414M12 19.5a1 1 0 0 1 1 1v.5a1 1 0 1 1-2 0v-.5a1 1 0 0 1 1-1" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSparkles3Fill(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" fillRule="evenodd" d="M12 2a1 1 0 0 1 1 1v.5a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1M4.222 4.222a1 1 0 0 1 1.414 0l2.121 2.12a1 1 0 1 1-1.414 1.415L4.222 5.636a1 1 0 0 1 0-1.414m15.556 0a1 1 0 0 1 0 1.414l-2.121 2.121a1 1 0 1 1-1.414-1.414l2.12-2.121a1 1 0 0 1 1.415 0M12 5.5a1 1 0 0 1 .906.577l.366.784a8 8 0 0 0 3.867 3.867l.784.366a1 1 0 0 1 0 1.812l-.784.366a8 8 0 0 0-3.867 3.867l-.366.784a1 1 0 0 1-1.812 0l-.366-.784a8 8 0 0 0-3.867-3.867l-.784-.366a1 1 0 0 1 0-1.812l.784-.366a8 8 0 0 0 3.867-3.867l.366-.784A1 1 0 0 1 12 5.5M2 12a1 1 0 0 1 1-1h.5a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1m17.5 0a1 1 0 0 1 1-1h.5a1 1 0 1 1 0 2h-.5a1 1 0 0 1-1-1M7.757 16.243a1 1 0 0 1 0 1.414l-2.12 2.122a1 1 0 0 1-1.415-1.415l2.121-2.12a1 1 0 0 1 1.414 0m8.486 0a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 1 1-1.414 1.415l-2.121-2.122a1 1 0 0 1 0-1.414M12 19.5a1 1 0 0 1 1 1v.5a1 1 0 1 1-2 0v-.5a1 1 0 0 1 1-1" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2a1 1 0 0 1 1 1v.5a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1M4.222 4.222a1 1 0 0 1 1.414 0l2.121 2.12a1 1 0 1 1-1.414 1.415L4.222 5.636a1 1 0 0 1 0-1.414m15.556 0a1 1 0 0 1 0 1.414l-2.121 2.121a1 1 0 1 1-1.414-1.414l2.12-2.121a1 1 0 0 1 1.415 0M12 5.5a1 1 0 0 1 .906.577l.366.784a8 8 0 0 0 3.867 3.867l.784.366a1 1 0 0 1 0 1.812l-.784.366a8 8 0 0 0-3.867 3.867l-.366.784a1 1 0 0 1-1.812 0l-.366-.784a8 8 0 0 0-3.867-3.867l-.784-.366a1 1 0 0 1 0-1.812l.784-.366a8 8 0 0 0 3.867-3.867l.366-.784A1 1 0 0 1 12 5.5M2 12a1 1 0 0 1 1-1h.5a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1m17.5 0a1 1 0 0 1 1-1h.5a1 1 0 1 1 0 2h-.5a1 1 0 0 1-1-1M7.757 16.243a1 1 0 0 1 0 1.414l-2.12 2.122a1 1 0 0 1-1.415-1.415l2.121-2.12a1 1 0 0 1 1.414 0m8.486 0a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 1 1-1.414 1.415l-2.121-2.122a1 1 0 0 1 0-1.414M12 19.5a1 1 0 0 1 1 1v.5a1 1 0 1 1-2 0v-.5a1 1 0 0 1 1-1" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sparkles-3-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202a1%201%200%200%201%201%201v.5a1%201%200%201%201-2%200V3a1%201%200%200%201%201-1M4.222%204.222a1%201%200%200%201%201.414%200l2.121%202.12a1%201%200%201%201-1.414%201.415L4.222%205.636a1%201%200%200%201%200-1.414m15.556%200a1%201%200%200%201%200%201.414l-2.121%202.121a1%201%200%201%201-1.414-1.414l2.12-2.121a1%201%200%200%201%201.415%200M12%205.5a1%201%200%200%201%20.906.577l.366.784a8%208%200%200%200%203.867%203.867l.784.366a1%201%200%200%201%200%201.812l-.784.366a8%208%200%200%200-3.867%203.867l-.366.784a1%201%200%200%201-1.812%200l-.366-.784a8%208%200%200%200-3.867-3.867l-.784-.366a1%201%200%200%201%200-1.812l.784-.366a8%208%200%200%200%203.867-3.867l.366-.784A1%201%200%200%201%2012%205.5M2%2012a1%201%200%200%201%201-1h.5a1%201%200%201%201%200%202H3a1%201%200%200%201-1-1m17.5%200a1%201%200%200%201%201-1h.5a1%201%200%201%201%200%202h-.5a1%201%200%200%201-1-1M7.757%2016.243a1%201%200%200%201%200%201.414l-2.12%202.122a1%201%200%200%201-1.415-1.415l2.121-2.12a1%201%200%200%201%201.414%200m8.486%200a1%201%200%200%201%201.414%200l2.121%202.121a1%201%200%201%201-1.414%201.415l-2.121-2.122a1%201%200%200%201%200-1.414M12%2019.5a1%201%200%200%201%201%201v.5a1%201%200%201%201-2%200v-.5a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202a1%201%200%200%201%201%201v.5a1%201%200%201%201-2%200V3a1%201%200%200%201%201-1M4.222%204.222a1%201%200%200%201%201.414%200l2.121%202.12a1%201%200%201%201-1.414%201.415L4.222%205.636a1%201%200%200%201%200-1.414m15.556%200a1%201%200%200%201%200%201.414l-2.121%202.121a1%201%200%201%201-1.414-1.414l2.12-2.121a1%201%200%200%201%201.415%200M12%205.5a1%201%200%200%201%20.906.577l.366.784a8%208%200%200%200%203.867%203.867l.784.366a1%201%200%200%201%200%201.812l-.784.366a8%208%200%200%200-3.867%203.867l-.366.784a1%201%200%200%201-1.812%200l-.366-.784a8%208%200%200%200-3.867-3.867l-.784-.366a1%201%200%200%201%200-1.812l.784-.366a8%208%200%200%200%203.867-3.867l.366-.784A1%201%200%200%201%2012%205.5M2%2012a1%201%200%200%201%201-1h.5a1%201%200%201%201%200%202H3a1%201%200%200%201-1-1m17.5%200a1%201%200%200%201%201-1h.5a1%201%200%201%201%200%202h-.5a1%201%200%200%201-1-1M7.757%2016.243a1%201%200%200%201%200%201.414l-2.12%202.122a1%201%200%200%201-1.415-1.415l2.121-2.12a1%201%200%200%201%201.414%200m8.486%200a1%201%200%200%201%201.414%200l2.121%202.121a1%201%200%201%201-1.414%201.415l-2.121-2.122a1%201%200%200%201%200-1.414M12%2019.5a1%201%200%200%201%201%201v.5a1%201%200%201%201-2%200v-.5a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/sparkles-3-fill.svg?color=%231a73e8&size=48