bot-sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
bot-sparkle-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.365 10.283q.069.05.132.105q.003-.066.003-.133V5.75a2.25 2.25 0 0 0-2.25-2.25h-3.5v-.75l-.006-.101A.75.75 0 0 0 12 2l-.102.007a.75.75 0 0 0-.648.743l-.001.75h-3.5A2.25 2.25 0 0 0 5.5 5.75v4.505a2.25 2.25 0 0 0 2.25 2.25h7.784l.02-.053l.008-.026l.45-1.384l.005-.012a1.544 1.544 0 0 1 2.348-.747M9.75 6.5a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m4.492 0a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m-1.2 7.537l.113-.037H6.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-.45-1.385v-.001a1.84 1.84 0 0 0-.444-.72l-.359-.262l-.359-.183l-1.385-.45l-.012-.005a1.545 1.545 0 0 1 0-2.911zm2.812 3.109a2.8 2.8 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.027 0l.447-1.377a2.83 2.83 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.027-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.448-1.377a.544.544 0 0 0-1.026 0l-.448 1.377l-.012.034a2.84 2.84 0 0 1-1.759 1.762l-1.377.448a.545.545 0 0 0 0 1.025l1.377.448c.42.14.801.376 1.113.689m7.164 3.819l.765.248l.016.004a.302.302 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.999l-.248.764a.302.302 0 0 1-.57 0l-.25-.764a1.58 1.58 0 0 0-.998-1.002l-.766-.249a.302.302 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.249-.765a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999"/></svg>

React

import type { SVGProps } from "react";

export function FluentBotSparkle24Filled(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.365 10.283q.069.05.132.105q.003-.066.003-.133V5.75a2.25 2.25 0 0 0-2.25-2.25h-3.5v-.75l-.006-.101A.75.75 0 0 0 12 2l-.102.007a.75.75 0 0 0-.648.743l-.001.75h-3.5A2.25 2.25 0 0 0 5.5 5.75v4.505a2.25 2.25 0 0 0 2.25 2.25h7.784l.02-.053l.008-.026l.45-1.384l.005-.012a1.544 1.544 0 0 1 2.348-.747M9.75 6.5a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m4.492 0a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m-1.2 7.537l.113-.037H6.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-.45-1.385v-.001a1.84 1.84 0 0 0-.444-.72l-.359-.262l-.359-.183l-1.385-.45l-.012-.005a1.545 1.545 0 0 1 0-2.911zm2.812 3.109a2.8 2.8 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.027 0l.447-1.377a2.83 2.83 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.027-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.448-1.377a.544.544 0 0 0-1.026 0l-.448 1.377l-.012.034a2.84 2.84 0 0 1-1.759 1.762l-1.377.448a.545.545 0 0 0 0 1.025l1.377.448c.42.14.801.376 1.113.689m7.164 3.819l.765.248l.016.004a.302.302 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.999l-.248.764a.302.302 0 0 1-.57 0l-.25-.764a1.58 1.58 0 0 0-.998-1.002l-.766-.249a.302.302 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.249-.765a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999"/></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.365 10.283q.069.05.132.105q.003-.066.003-.133V5.75a2.25 2.25 0 0 0-2.25-2.25h-3.5v-.75l-.006-.101A.75.75 0 0 0 12 2l-.102.007a.75.75 0 0 0-.648.743l-.001.75h-3.5A2.25 2.25 0 0 0 5.5 5.75v4.505a2.25 2.25 0 0 0 2.25 2.25h7.784l.02-.053l.008-.026l.45-1.384l.005-.012a1.544 1.544 0 0 1 2.348-.747M9.75 6.5a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m4.492 0a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499m-1.2 7.537l.113-.037H6.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-.45-1.385v-.001a1.84 1.84 0 0 0-.444-.72l-.359-.262l-.359-.183l-1.385-.45l-.012-.005a1.545 1.545 0 0 1 0-2.911zm2.812 3.109a2.8 2.8 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.027 0l.447-1.377a2.83 2.83 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.027-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.448-1.377a.544.544 0 0 0-1.026 0l-.448 1.377l-.012.034a2.84 2.84 0 0 1-1.759 1.762l-1.377.448a.545.545 0 0 0 0 1.025l1.377.448c.42.14.801.376 1.113.689m7.164 3.819l.765.248l.016.004a.302.302 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.999l-.248.764a.302.302 0 0 1-.57 0l-.25-.764a1.58 1.58 0 0 0-.998-1.002l-.766-.249a.302.302 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.249-.765a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999"/></svg>
</template>

CSS

.icon-bot-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%22M18.365%2010.283q.069.05.132.105q.003-.066.003-.133V5.75a2.25%202.25%200%200%200-2.25-2.25h-3.5v-.75l-.006-.101A.75.75%200%200%200%2012%202l-.102.007a.75.75%200%200%200-.648.743l-.001.75h-3.5A2.25%202.25%200%200%200%205.5%205.75v4.505a2.25%202.25%200%200%200%202.25%202.25h7.784l.02-.053l.008-.026l.45-1.384l.005-.012a1.544%201.544%200%200%201%202.348-.747M9.75%206.5a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499m4.492%200a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499m-1.2%207.537l.113-.037H6.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-.45-1.385v-.001a1.84%201.84%200%200%200-.444-.72l-.359-.262l-.359-.183l-1.385-.45l-.012-.005a1.545%201.545%200%200%201%200-2.911zm2.812%203.109a2.8%202.8%200%200%201%20.685%201.114l.448%201.377a.544.544%200%200%200%201.027%200l.447-1.377a2.83%202.83%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025l-.027-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.448-1.377a.544.544%200%200%200-1.026%200l-.448%201.377l-.012.034a2.84%202.84%200%200%201-1.759%201.762l-1.377.448a.545.545%200%200%200%200%201.025l1.377.448c.42.14.801.376%201.113.689m7.164%203.819l.765.248l.016.004a.302.302%200%200%201%200%20.57l-.766.248a1.58%201.58%200%200%200-.999.999l-.248.764a.302.302%200%200%201-.57%200l-.25-.764a1.58%201.58%200%200%200-.998-1.002l-.766-.249a.302.302%200%200%201%200-.57l.766-.248a1.58%201.58%200%200%200%20.983-.998l.249-.765a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999%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.365%2010.283q.069.05.132.105q.003-.066.003-.133V5.75a2.25%202.25%200%200%200-2.25-2.25h-3.5v-.75l-.006-.101A.75.75%200%200%200%2012%202l-.102.007a.75.75%200%200%200-.648.743l-.001.75h-3.5A2.25%202.25%200%200%200%205.5%205.75v4.505a2.25%202.25%200%200%200%202.25%202.25h7.784l.02-.053l.008-.026l.45-1.384l.005-.012a1.544%201.544%200%200%201%202.348-.747M9.75%206.5a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499m4.492%200a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499m-1.2%207.537l.113-.037H6.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-.45-1.385v-.001a1.84%201.84%200%200%200-.444-.72l-.359-.262l-.359-.183l-1.385-.45l-.012-.005a1.545%201.545%200%200%201%200-2.911zm2.812%203.109a2.8%202.8%200%200%201%20.685%201.114l.448%201.377a.544.544%200%200%200%201.027%200l.447-1.377a2.83%202.83%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025l-.027-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.448-1.377a.544.544%200%200%200-1.026%200l-.448%201.377l-.012.034a2.84%202.84%200%200%201-1.759%201.762l-1.377.448a.545.545%200%200%200%200%201.025l1.377.448c.42.14.801.376%201.113.689m7.164%203.819l.765.248l.016.004a.302.302%200%200%201%200%20.57l-.766.248a1.58%201.58%200%200%200-.999.999l-.248.764a.302.302%200%200%201-.57%200l-.25-.764a1.58%201.58%200%200%200-.998-1.002l-.766-.249a.302.302%200%200%201%200-.57l.766-.248a1.58%201.58%200%200%200%20.983-.998l.249-.765a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999%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-filled.svg?color=%231a73e8&size=48