sparkles icon
sparkles-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- sparkles-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
sparklesAkar IconssparklesEmoji One (Colored)sparklesFramework7 IconssparklesFluent EmojisparklesFluent Emoji FlatsparklesFluent Emoji High ContrastsparklesFirefox OS EmojisparklesHeroIconssparklesHuge IconssparklesIonIconssparklesLucidesparkles-fillMingCute IconsparklesMyna UI IconssparklesNoto EmojisparklesOpenMojisparklesPixelarticonssparklesPrime IconssparklesStreamline EmojissparklesTabler IconssparklesTwitter Emoji
Use the sparkles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 3a1 1 0 0 0-2 0v1H3a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V6h1a1 1 0 0 0 0-2H6V3zm8 0a1 1 0 1 0-2 0c0 1.444-.199 3.476-1.162 5.119C9.924 9.676 8.26 11 5 11a1 1 0 1 0 0 2c1.328 0 3.082.403 4.486 1.57C10.852 15.703 12 17.655 12 21a1 1 0 1 0 2 0c0-1.444.199-3.476 1.162-5.119C16.076 14.324 17.74 13 21 13a1 1 0 1 0 0-2c-1.328 0-3.082-.403-4.486-1.57C15.148 8.297 14 6.345 14 3zm-1.438 6.131c.187-.318.35-.645.493-.975a8.295 8.295 0 0 0 2.181 2.813c.444.369.911.678 1.388.934c-1.445.7-2.476 1.754-3.186 2.966a8.82 8.82 0 0 0-.493.975a8.296 8.296 0 0 0-2.181-2.813a8.388 8.388 0 0 0-1.388-.934c1.445-.7 2.476-1.754 3.187-2.966z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsSparklesLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 3a1 1 0 0 0-2 0v1H3a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V6h1a1 1 0 0 0 0-2H6V3zm8 0a1 1 0 1 0-2 0c0 1.444-.199 3.476-1.162 5.119C9.924 9.676 8.26 11 5 11a1 1 0 1 0 0 2c1.328 0 3.082.403 4.486 1.57C10.852 15.703 12 17.655 12 21a1 1 0 1 0 2 0c0-1.444.199-3.476 1.162-5.119C16.076 14.324 17.74 13 21 13a1 1 0 1 0 0-2c-1.328 0-3.082-.403-4.486-1.57C15.148 8.297 14 6.345 14 3zm-1.438 6.131c.187-.318.35-.645.493-.975a8.295 8.295 0 0 0 2.181 2.813c.444.369.911.678 1.388.934c-1.445.7-2.476 1.754-3.186 2.966a8.82 8.82 0 0 0-.493.975a8.296 8.296 0 0 0-2.181-2.813a8.388 8.388 0 0 0-1.388-.934c1.445-.7 2.476-1.754 3.187-2.966z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 3a1 1 0 0 0-2 0v1H3a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V6h1a1 1 0 0 0 0-2H6V3zm8 0a1 1 0 1 0-2 0c0 1.444-.199 3.476-1.162 5.119C9.924 9.676 8.26 11 5 11a1 1 0 1 0 0 2c1.328 0 3.082.403 4.486 1.57C10.852 15.703 12 17.655 12 21a1 1 0 1 0 2 0c0-1.444.199-3.476 1.162-5.119C16.076 14.324 17.74 13 21 13a1 1 0 1 0 0-2c-1.328 0-3.082-.403-4.486-1.57C15.148 8.297 14 6.345 14 3zm-1.438 6.131c.187-.318.35-.645.493-.975a8.295 8.295 0 0 0 2.181 2.813c.444.369.911.678 1.388.934c-1.445.7-2.476 1.754-3.186 2.966a8.82 8.82 0 0 0-.493.975a8.296 8.296 0 0 0-2.181-2.813a8.388 8.388 0 0 0-1.388-.934c1.445-.7 2.476-1.754 3.187-2.966z"/></g></svg> </template>
CSS
.icon-sparkles-line {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%203a1%201%200%200%200-2%200v1H3a1%201%200%200%200%200%202h1v1a1%201%200%200%200%202%200V6h1a1%201%200%200%200%200-2H6V3zm8%200a1%201%200%201%200-2%200c0%201.444-.199%203.476-1.162%205.119C9.924%209.676%208.26%2011%205%2011a1%201%200%201%200%200%202c1.328%200%203.082.403%204.486%201.57C10.852%2015.703%2012%2017.655%2012%2021a1%201%200%201%200%202%200c0-1.444.199-3.476%201.162-5.119C16.076%2014.324%2017.74%2013%2021%2013a1%201%200%201%200%200-2c-1.328%200-3.082-.403-4.486-1.57C15.148%208.297%2014%206.345%2014%203zm-1.438%206.131c.187-.318.35-.645.493-.975a8.295%208.295%200%200%200%202.181%202.813c.444.369.911.678%201.388.934c-1.445.7-2.476%201.754-3.186%202.966a8.82%208.82%200%200%200-.493.975a8.296%208.296%200%200%200-2.181-2.813a8.388%208.388%200%200%200-1.388-.934c1.445-.7%202.476-1.754%203.187-2.966z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%203a1%201%200%200%200-2%200v1H3a1%201%200%200%200%200%202h1v1a1%201%200%200%200%202%200V6h1a1%201%200%200%200%200-2H6V3zm8%200a1%201%200%201%200-2%200c0%201.444-.199%203.476-1.162%205.119C9.924%209.676%208.26%2011%205%2011a1%201%200%201%200%200%202c1.328%200%203.082.403%204.486%201.57C10.852%2015.703%2012%2017.655%2012%2021a1%201%200%201%200%202%200c0-1.444.199-3.476%201.162-5.119C16.076%2014.324%2017.74%2013%2021%2013a1%201%200%201%200%200-2c-1.328%200-3.082-.403-4.486-1.57C15.148%208.297%2014%206.345%2014%203zm-1.438%206.131c.187-.318.35-.645.493-.975a8.295%208.295%200%200%200%202.181%202.813c.444.369.911.678%201.388.934c-1.445.7-2.476%201.754-3.186%202.966a8.82%208.82%200%200%200-.493.975a8.296%208.296%200%200%200-2.181-2.813a8.388%208.388%200%200%200-1.388-.934c1.445-.7%202.476-1.754%203.187-2.966z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/sparkles-line.svg?color=%231a73e8&size=48