bot-sparkle-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
bot-sparkle-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M17 3a1 1 0 1 0-2 0v1h-4.75A3.25 3.25 0 0 0 7 7.25v5.5A3.25 3.25 0 0 0 10.25 16h10.665l.505-1.58a2.2 2.2 0 0 1 .22-.42H10.25C9.56 14 9 13.44 9 12.75v-5.5C9 6.56 9.56 6 10.25 6h11.5c.69 0 1.25.56 1.25 1.25v5.5q0 .173-.044.331q.252-.061.514-.061a2.16 2.16 0 0 1 1.428.542q.101-.391.102-.812v-5.5A3.25 3.25 0 0 0 21.75 4H17zM8.25 19h8.496c-.16.307-.245.65-.246 1c.008.351.1.694.27 1H8.25C7.56 21 7 21.56 7 22.25v.45c0 1.43.68 2.707 2.122 3.668C10.594 27.348 12.879 28 16 28c2.79 0 4.913-.521 6.384-1.333a2.16 2.16 0 0 0 2.366-.088a1.9 1.9 0 0 0-.25.9q0 .09.008.176a8 8 0 0 1-.521.377C22.08 29.302 19.366 30 16 30s-6.08-.698-7.987-1.968C6.077 26.742 5 24.871 5 22.7v-.45A3.25 3.25 0 0 1 8.25 19m6-9a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m5.25 1.75a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m1.988 10.261a3.5 3.5 0 0 1 .837 1.363l.548 1.683a.664.664 0 0 0 1.254 0l.548-1.683a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.683a.664.664 0 0 0-1.255 0l-.547 1.683l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.298a1.9 1.9 0 0 0-1.198 1.198l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.298a1.9 1.9 0 0 0 1.18-1.198l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.198"/></svg>

React

import type { SVGProps } from "react";

export function FluentBotSparkle32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3a1 1 0 1 0-2 0v1h-4.75A3.25 3.25 0 0 0 7 7.25v5.5A3.25 3.25 0 0 0 10.25 16h10.665l.505-1.58a2.2 2.2 0 0 1 .22-.42H10.25C9.56 14 9 13.44 9 12.75v-5.5C9 6.56 9.56 6 10.25 6h11.5c.69 0 1.25.56 1.25 1.25v5.5q0 .173-.044.331q.252-.061.514-.061a2.16 2.16 0 0 1 1.428.542q.101-.391.102-.812v-5.5A3.25 3.25 0 0 0 21.75 4H17zM8.25 19h8.496c-.16.307-.245.65-.246 1c.008.351.1.694.27 1H8.25C7.56 21 7 21.56 7 22.25v.45c0 1.43.68 2.707 2.122 3.668C10.594 27.348 12.879 28 16 28c2.79 0 4.913-.521 6.384-1.333a2.16 2.16 0 0 0 2.366-.088a1.9 1.9 0 0 0-.25.9q0 .09.008.176a8 8 0 0 1-.521.377C22.08 29.302 19.366 30 16 30s-6.08-.698-7.987-1.968C6.077 26.742 5 24.871 5 22.7v-.45A3.25 3.25 0 0 1 8.25 19m6-9a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m5.25 1.75a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m1.988 10.261a3.5 3.5 0 0 1 .837 1.363l.548 1.683a.664.664 0 0 0 1.254 0l.548-1.683a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.683a.664.664 0 0 0-1.255 0l-.547 1.683l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.298a1.9 1.9 0 0 0-1.198 1.198l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.298a1.9 1.9 0 0 0 1.18-1.198l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.198"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3a1 1 0 1 0-2 0v1h-4.75A3.25 3.25 0 0 0 7 7.25v5.5A3.25 3.25 0 0 0 10.25 16h10.665l.505-1.58a2.2 2.2 0 0 1 .22-.42H10.25C9.56 14 9 13.44 9 12.75v-5.5C9 6.56 9.56 6 10.25 6h11.5c.69 0 1.25.56 1.25 1.25v5.5q0 .173-.044.331q.252-.061.514-.061a2.16 2.16 0 0 1 1.428.542q.101-.391.102-.812v-5.5A3.25 3.25 0 0 0 21.75 4H17zM8.25 19h8.496c-.16.307-.245.65-.246 1c.008.351.1.694.27 1H8.25C7.56 21 7 21.56 7 22.25v.45c0 1.43.68 2.707 2.122 3.668C10.594 27.348 12.879 28 16 28c2.79 0 4.913-.521 6.384-1.333a2.16 2.16 0 0 0 2.366-.088a1.9 1.9 0 0 0-.25.9q0 .09.008.176a8 8 0 0 1-.521.377C22.08 29.302 19.366 30 16 30s-6.08-.698-7.987-1.968C6.077 26.742 5 24.871 5 22.7v-.45A3.25 3.25 0 0 1 8.25 19m6-9a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m5.25 1.75a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m1.988 10.261a3.5 3.5 0 0 1 .837 1.363l.548 1.683a.664.664 0 0 0 1.254 0l.548-1.683a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.683a.664.664 0 0 0-1.255 0l-.547 1.683l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.298a1.9 1.9 0 0 0-1.198 1.198l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.298a1.9 1.9 0 0 0 1.18-1.198l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.198"/></svg>
</template>

CSS

.icon-bot-sparkle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203a1%201%200%201%200-2%200v1h-4.75A3.25%203.25%200%200%200%207%207.25v5.5A3.25%203.25%200%200%200%2010.25%2016h10.665l.505-1.58a2.2%202.2%200%200%201%20.22-.42H10.25C9.56%2014%209%2013.44%209%2012.75v-5.5C9%206.56%209.56%206%2010.25%206h11.5c.69%200%201.25.56%201.25%201.25v5.5q0%20.173-.044.331q.252-.061.514-.061a2.16%202.16%200%200%201%201.428.542q.101-.391.102-.812v-5.5A3.25%203.25%200%200%200%2021.75%204H17zM8.25%2019h8.496c-.16.307-.245.65-.246%201c.008.351.1.694.27%201H8.25C7.56%2021%207%2021.56%207%2022.25v.45c0%201.43.68%202.707%202.122%203.668C10.594%2027.348%2012.879%2028%2016%2028c2.79%200%204.913-.521%206.384-1.333a2.16%202.16%200%200%200%202.366-.088a1.9%201.9%200%200%200-.25.9q0%20.09.008.176a8%208%200%200%201-.521.377C22.08%2029.302%2019.366%2030%2016%2030s-6.08-.698-7.987-1.968C6.077%2026.742%205%2024.871%205%2022.7v-.45A3.25%203.25%200%200%201%208.25%2019m6-9a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m5.25%201.75a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5m1.988%2010.261a3.5%203.5%200%200%201%20.837%201.363l.548%201.683a.664.664%200%200%200%201.254%200l.548-1.683a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.683-.547a3.47%203.47%200%200%201-2.198-2.196l-.547-1.683a.664.664%200%200%200-1.255%200l-.547%201.683l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200%200%201.254l1.684.546c.513.171.979.46%201.36.842m9.333%204.847l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.298a1.9%201.9%200%200%200-1.198%201.198l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.298a1.9%201.9%200%200%200%201.18-1.198l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.198%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203a1%201%200%201%200-2%200v1h-4.75A3.25%203.25%200%200%200%207%207.25v5.5A3.25%203.25%200%200%200%2010.25%2016h10.665l.505-1.58a2.2%202.2%200%200%201%20.22-.42H10.25C9.56%2014%209%2013.44%209%2012.75v-5.5C9%206.56%209.56%206%2010.25%206h11.5c.69%200%201.25.56%201.25%201.25v5.5q0%20.173-.044.331q.252-.061.514-.061a2.16%202.16%200%200%201%201.428.542q.101-.391.102-.812v-5.5A3.25%203.25%200%200%200%2021.75%204H17zM8.25%2019h8.496c-.16.307-.245.65-.246%201c.008.351.1.694.27%201H8.25C7.56%2021%207%2021.56%207%2022.25v.45c0%201.43.68%202.707%202.122%203.668C10.594%2027.348%2012.879%2028%2016%2028c2.79%200%204.913-.521%206.384-1.333a2.16%202.16%200%200%200%202.366-.088a1.9%201.9%200%200%200-.25.9q0%20.09.008.176a8%208%200%200%201-.521.377C22.08%2029.302%2019.366%2030%2016%2030s-6.08-.698-7.987-1.968C6.077%2026.742%205%2024.871%205%2022.7v-.45A3.25%203.25%200%200%201%208.25%2019m6-9a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m5.25%201.75a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5m1.988%2010.261a3.5%203.5%200%200%201%20.837%201.363l.548%201.683a.664.664%200%200%200%201.254%200l.548-1.683a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.683-.547a3.47%203.47%200%200%201-2.198-2.196l-.547-1.683a.664.664%200%200%200-1.255%200l-.547%201.683l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200%200%201.254l1.684.546c.513.171.979.46%201.36.842m9.333%204.847l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.298a1.9%201.9%200%200%200-1.198%201.198l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.298a1.9%201.9%200%200%200%201.18-1.198l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.198%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-sparkle-32-regular.svg?color=%231a73e8&size=48