bot sparkle icon
bot-sparkle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- bot-sparkle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the bot sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 10.255q0 .067-.003.133A1.54 1.54 0 0 0 17.473 10q-.243 0-.473.074V5.75a.75.75 0 0 0-.75-.75h-8.5a.75.75 0 0 0-.75.75v4.505c0 .414.336.75.75.75h8.276l-.01.025l-.003.012l-.45 1.384l-.01.026l-.019.053H7.75a2.25 2.25 0 0 1-2.25-2.25V5.75A2.25 2.25 0 0 1 7.75 3.5h3.5v-.75a.75.75 0 0 1 .649-.743L12 2a.75.75 0 0 1 .743.649l.007.101l-.001.75h3.5a2.25 2.25 0 0 1 2.25 2.25zm-5.457 3.781l.112-.036H6.254a2.25 2.25 0 0 0-2.25 2.25v.907a3.75 3.75 0 0 0 1.305 2.844c1.563 1.343 3.802 2 6.691 2c2.076 0 3.817-.339 5.213-1.028a1.55 1.55 0 0 1-1.169-1.003l-.004-.012l-.03-.093c-1.086.422-2.42.636-4.01.636c-2.559 0-4.455-.556-5.713-1.638a2.25 2.25 0 0 1-.783-1.706v-.907a.75.75 0 0 1 .75-.75H12v-.003a1.54 1.54 0 0 1 1.031-1.456zM10.999 7.75a1.25 1.25 0 1 0-2.499 0a1.25 1.25 0 0 0 2.499 0m3.243-1.25a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m1.847 10.912a2.83 2.83 0 0 0-1.348-.955l-1.377-.448a.544.544 0 0 1 0-1.025l1.377-.448a2.84 2.84 0 0 0 1.76-1.762l.01-.034l.449-1.377a.544.544 0 0 1 1.026 0l.448 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.027.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.447 1.377a.55.55 0 0 1-.2.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.694 3.801l-.765-.248a1.58 1.58 0 0 1-.999-.998l-.249-.765a.302.302 0 0 0-.57 0l-.249.764a1.58 1.58 0 0 1-.983.999l-.766.248a.302.302 0 0 0 0 .57l.766.249a1.58 1.58 0 0 1 .999 1.002l.248.764a.303.303 0 0 0 .57 0l.25-.764a1.58 1.58 0 0 1 .998-.999l.766-.248a.302.302 0 0 0 0-.57z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBotSparkle24Regular(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="M18.5 10.255q0 .067-.003.133A1.54 1.54 0 0 0 17.473 10q-.243 0-.473.074V5.75a.75.75 0 0 0-.75-.75h-8.5a.75.75 0 0 0-.75.75v4.505c0 .414.336.75.75.75h8.276l-.01.025l-.003.012l-.45 1.384l-.01.026l-.019.053H7.75a2.25 2.25 0 0 1-2.25-2.25V5.75A2.25 2.25 0 0 1 7.75 3.5h3.5v-.75a.75.75 0 0 1 .649-.743L12 2a.75.75 0 0 1 .743.649l.007.101l-.001.75h3.5a2.25 2.25 0 0 1 2.25 2.25zm-5.457 3.781l.112-.036H6.254a2.25 2.25 0 0 0-2.25 2.25v.907a3.75 3.75 0 0 0 1.305 2.844c1.563 1.343 3.802 2 6.691 2c2.076 0 3.817-.339 5.213-1.028a1.55 1.55 0 0 1-1.169-1.003l-.004-.012l-.03-.093c-1.086.422-2.42.636-4.01.636c-2.559 0-4.455-.556-5.713-1.638a2.25 2.25 0 0 1-.783-1.706v-.907a.75.75 0 0 1 .75-.75H12v-.003a1.54 1.54 0 0 1 1.031-1.456zM10.999 7.75a1.25 1.25 0 1 0-2.499 0a1.25 1.25 0 0 0 2.499 0m3.243-1.25a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m1.847 10.912a2.83 2.83 0 0 0-1.348-.955l-1.377-.448a.544.544 0 0 1 0-1.025l1.377-.448a2.84 2.84 0 0 0 1.76-1.762l.01-.034l.449-1.377a.544.544 0 0 1 1.026 0l.448 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.027.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.447 1.377a.55.55 0 0 1-.2.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.694 3.801l-.765-.248a1.58 1.58 0 0 1-.999-.998l-.249-.765a.302.302 0 0 0-.57 0l-.249.764a1.58 1.58 0 0 1-.983.999l-.766.248a.302.302 0 0 0 0 .57l.766.249a1.58 1.58 0 0 1 .999 1.002l.248.764a.303.303 0 0 0 .57 0l.25-.764a1.58 1.58 0 0 1 .998-.999l.766-.248a.302.302 0 0 0 0-.57z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 10.255q0 .067-.003.133A1.54 1.54 0 0 0 17.473 10q-.243 0-.473.074V5.75a.75.75 0 0 0-.75-.75h-8.5a.75.75 0 0 0-.75.75v4.505c0 .414.336.75.75.75h8.276l-.01.025l-.003.012l-.45 1.384l-.01.026l-.019.053H7.75a2.25 2.25 0 0 1-2.25-2.25V5.75A2.25 2.25 0 0 1 7.75 3.5h3.5v-.75a.75.75 0 0 1 .649-.743L12 2a.75.75 0 0 1 .743.649l.007.101l-.001.75h3.5a2.25 2.25 0 0 1 2.25 2.25zm-5.457 3.781l.112-.036H6.254a2.25 2.25 0 0 0-2.25 2.25v.907a3.75 3.75 0 0 0 1.305 2.844c1.563 1.343 3.802 2 6.691 2c2.076 0 3.817-.339 5.213-1.028a1.55 1.55 0 0 1-1.169-1.003l-.004-.012l-.03-.093c-1.086.422-2.42.636-4.01.636c-2.559 0-4.455-.556-5.713-1.638a2.25 2.25 0 0 1-.783-1.706v-.907a.75.75 0 0 1 .75-.75H12v-.003a1.54 1.54 0 0 1 1.031-1.456zM10.999 7.75a1.25 1.25 0 1 0-2.499 0a1.25 1.25 0 0 0 2.499 0m3.243-1.25a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m1.847 10.912a2.83 2.83 0 0 0-1.348-.955l-1.377-.448a.544.544 0 0 1 0-1.025l1.377-.448a2.84 2.84 0 0 0 1.76-1.762l.01-.034l.449-1.377a.544.544 0 0 1 1.026 0l.448 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.027.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.447 1.377a.55.55 0 0 1-.2.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.694 3.801l-.765-.248a1.58 1.58 0 0 1-.999-.998l-.249-.765a.302.302 0 0 0-.57 0l-.249.764a1.58 1.58 0 0 1-.983.999l-.766.248a.302.302 0 0 0 0 .57l.766.249a1.58 1.58 0 0 1 .999 1.002l.248.764a.303.303 0 0 0 .57 0l.25-.764a1.58 1.58 0 0 1 .998-.999l.766-.248a.302.302 0 0 0 0-.57z"/></svg> </template>
CSS
.icon-bot-sparkle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%2010.255q0%20.067-.003.133A1.54%201.54%200%200%200%2017.473%2010q-.243%200-.473.074V5.75a.75.75%200%200%200-.75-.75h-8.5a.75.75%200%200%200-.75.75v4.505c0%20.414.336.75.75.75h8.276l-.01.025l-.003.012l-.45%201.384l-.01.026l-.019.053H7.75a2.25%202.25%200%200%201-2.25-2.25V5.75A2.25%202.25%200%200%201%207.75%203.5h3.5v-.75a.75.75%200%200%201%20.649-.743L12%202a.75.75%200%200%201%20.743.649l.007.101l-.001.75h3.5a2.25%202.25%200%200%201%202.25%202.25zm-5.457%203.781l.112-.036H6.254a2.25%202.25%200%200%200-2.25%202.25v.907a3.75%203.75%200%200%200%201.305%202.844c1.563%201.343%203.802%202%206.691%202c2.076%200%203.817-.339%205.213-1.028a1.55%201.55%200%200%201-1.169-1.003l-.004-.012l-.03-.093c-1.086.422-2.42.636-4.01.636c-2.559%200-4.455-.556-5.713-1.638a2.25%202.25%200%200%201-.783-1.706v-.907a.75.75%200%200%201%20.75-.75H12v-.003a1.54%201.54%200%200%201%201.031-1.456zM10.999%207.75a1.25%201.25%200%201%200-2.499%200a1.25%201.25%200%200%200%202.499%200m3.243-1.25a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499m1.847%2010.912a2.83%202.83%200%200%200-1.348-.955l-1.377-.448a.544.544%200%200%201%200-1.025l1.377-.448a2.84%202.84%200%200%200%201.76-1.762l.01-.034l.449-1.377a.544.544%200%200%201%201.026%200l.448%201.377a2.84%202.84%200%200%200%201.798%201.796l1.378.448l.027.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.447%201.377a.55.55%200%200%201-.2.263a.544.544%200%200%201-.827-.263l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.694%203.801l-.765-.248a1.58%201.58%200%200%201-.999-.998l-.249-.765a.302.302%200%200%200-.57%200l-.249.764a1.58%201.58%200%200%201-.983.999l-.766.248a.302.302%200%200%200%200%20.57l.766.249a1.58%201.58%200%200%201%20.999%201.002l.248.764a.303.303%200%200%200%20.57%200l.25-.764a1.58%201.58%200%200%201%20.998-.999l.766-.248a.302.302%200%200%200%200-.57z%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%22M18.5%2010.255q0%20.067-.003.133A1.54%201.54%200%200%200%2017.473%2010q-.243%200-.473.074V5.75a.75.75%200%200%200-.75-.75h-8.5a.75.75%200%200%200-.75.75v4.505c0%20.414.336.75.75.75h8.276l-.01.025l-.003.012l-.45%201.384l-.01.026l-.019.053H7.75a2.25%202.25%200%200%201-2.25-2.25V5.75A2.25%202.25%200%200%201%207.75%203.5h3.5v-.75a.75.75%200%200%201%20.649-.743L12%202a.75.75%200%200%201%20.743.649l.007.101l-.001.75h3.5a2.25%202.25%200%200%201%202.25%202.25zm-5.457%203.781l.112-.036H6.254a2.25%202.25%200%200%200-2.25%202.25v.907a3.75%203.75%200%200%200%201.305%202.844c1.563%201.343%203.802%202%206.691%202c2.076%200%203.817-.339%205.213-1.028a1.55%201.55%200%200%201-1.169-1.003l-.004-.012l-.03-.093c-1.086.422-2.42.636-4.01.636c-2.559%200-4.455-.556-5.713-1.638a2.25%202.25%200%200%201-.783-1.706v-.907a.75.75%200%200%201%20.75-.75H12v-.003a1.54%201.54%200%200%201%201.031-1.456zM10.999%207.75a1.25%201.25%200%201%200-2.499%200a1.25%201.25%200%200%200%202.499%200m3.243-1.25a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499m1.847%2010.912a2.83%202.83%200%200%200-1.348-.955l-1.377-.448a.544.544%200%200%201%200-1.025l1.377-.448a2.84%202.84%200%200%200%201.76-1.762l.01-.034l.449-1.377a.544.544%200%200%201%201.026%200l.448%201.377a2.84%202.84%200%200%200%201.798%201.796l1.378.448l.027.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.447%201.377a.55.55%200%200%201-.2.263a.544.544%200%200%201-.827-.263l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.694%203.801l-.765-.248a1.58%201.58%200%200%201-.999-.998l-.249-.765a.302.302%200%200%200-.57%200l-.249.764a1.58%201.58%200%200%201-.983.999l-.766.248a.302.302%200%200%200%200%20.57l.766.249a1.58%201.58%200%200%201%20.999%201.002l.248.764a.303.303%200%200%200%20.57%200l.25-.764a1.58%201.58%200%200%201%20.998-.999l.766-.248a.302.302%200%200%200%200-.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-sparkle-24-regular.svg?color=%231a73e8&size=48