bot sparkle icon
bot-sparkle-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- bot-sparkle-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M14.75 2.25a.75.75 0 0 0-1.5 0V3h-4.5A2.75 2.75 0 0 0 6 5.75v5.5A2.75 2.75 0 0 0 8.75 14h9.084q.1-.181.165-.38l.303-1.12H8.75c-.69 0-1.25-.56-1.25-1.25v-5.5c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v5.332q.213.076.4.207a1.7 1.7 0 0 1 .59.8l.164.497c.22-.396.346-.851.346-1.336v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM6.75 16h7.617a1.58 1.58 0 0 0-.29 1.5H6.75c-.69 0-1.25.56-1.25 1.25v.75c0 1.423.664 2.633 2.033 3.52c1.398.907 3.55 1.48 6.467 1.48s5.069-.573 6.467-1.48a6 6 0 0 0 .235-.16q.117-.055.227-.13l.13-.11A1.3 1.3 0 0 0 21 23c.003.282.09.557.25.79a1.3 1.3 0 0 0 .302.307a7 7 0 0 1-.268.182C19.556 25.4 17.083 26 14 26s-5.556-.602-7.283-1.72C4.961 23.141 4 21.476 4 19.5v-.75A2.75 2.75 0 0 1 6.75 16m5.75-7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.171 8.828a3.16 3.16 0 0 1 .761 1.24l.498 1.529a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.604.604 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.604.604 0 0 0 0 1.14l1.53.497c.467.155.89.418 1.237.765m8.65 3.53l.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 FluentBotSparkle28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.75 2.25a.75.75 0 0 0-1.5 0V3h-4.5A2.75 2.75 0 0 0 6 5.75v5.5A2.75 2.75 0 0 0 8.75 14h9.084q.1-.181.165-.38l.303-1.12H8.75c-.69 0-1.25-.56-1.25-1.25v-5.5c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v5.332q.213.076.4.207a1.7 1.7 0 0 1 .59.8l.164.497c.22-.396.346-.851.346-1.336v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM6.75 16h7.617a1.58 1.58 0 0 0-.29 1.5H6.75c-.69 0-1.25.56-1.25 1.25v.75c0 1.423.664 2.633 2.033 3.52c1.398.907 3.55 1.48 6.467 1.48s5.069-.573 6.467-1.48a6 6 0 0 0 .235-.16q.117-.055.227-.13l.13-.11A1.3 1.3 0 0 0 21 23c.003.282.09.557.25.79a1.3 1.3 0 0 0 .302.307a7 7 0 0 1-.268.182C19.556 25.4 17.083 26 14 26s-5.556-.602-7.283-1.72C4.961 23.141 4 21.476 4 19.5v-.75A2.75 2.75 0 0 1 6.75 16m5.75-7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.171 8.828a3.16 3.16 0 0 1 .761 1.24l.498 1.529a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.604.604 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.604.604 0 0 0 0 1.14l1.53.497c.467.155.89.418 1.237.765m8.65 3.53l.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 28 28"><path fill="currentColor" d="M14.75 2.25a.75.75 0 0 0-1.5 0V3h-4.5A2.75 2.75 0 0 0 6 5.75v5.5A2.75 2.75 0 0 0 8.75 14h9.084q.1-.181.165-.38l.303-1.12H8.75c-.69 0-1.25-.56-1.25-1.25v-5.5c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v5.332q.213.076.4.207a1.7 1.7 0 0 1 .59.8l.164.497c.22-.396.346-.851.346-1.336v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM6.75 16h7.617a1.58 1.58 0 0 0-.29 1.5H6.75c-.69 0-1.25.56-1.25 1.25v.75c0 1.423.664 2.633 2.033 3.52c1.398.907 3.55 1.48 6.467 1.48s5.069-.573 6.467-1.48a6 6 0 0 0 .235-.16q.117-.055.227-.13l.13-.11A1.3 1.3 0 0 0 21 23c.003.282.09.557.25.79a1.3 1.3 0 0 0 .302.307a7 7 0 0 1-.268.182C19.556 25.4 17.083 26 14 26s-5.556-.602-7.283-1.72C4.961 23.141 4 21.476 4 19.5v-.75A2.75 2.75 0 0 1 6.75 16m5.75-7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.171 8.828a3.16 3.16 0 0 1 .761 1.24l.498 1.529a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.604.604 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.604.604 0 0 0 0 1.14l1.53.497c.467.155.89.418 1.237.765m8.65 3.53l.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-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.75%202.25a.75.75%200%200%200-1.5%200V3h-4.5A2.75%202.75%200%200%200%206%205.75v5.5A2.75%202.75%200%200%200%208.75%2014h9.084q.1-.181.165-.38l.303-1.12H8.75c-.69%200-1.25-.56-1.25-1.25v-5.5c0-.69.56-1.25%201.25-1.25h10.5c.69%200%201.25.56%201.25%201.25v5.332q.213.076.4.207a1.7%201.7%200%200%201%20.59.8l.164.497c.22-.396.346-.851.346-1.336v-5.5A2.75%202.75%200%200%200%2019.25%203h-4.5zM6.75%2016h7.617a1.58%201.58%200%200%200-.29%201.5H6.75c-.69%200-1.25.56-1.25%201.25v.75c0%201.423.664%202.633%202.033%203.52c1.398.907%203.55%201.48%206.467%201.48s5.069-.573%206.467-1.48a6%206%200%200%200%20.235-.16q.117-.055.227-.13l.13-.11A1.3%201.3%200%200%200%2021%2023c.003.282.09.557.25.79a1.3%201.3%200%200%200%20.302.307a7%207%200%200%201-.268.182C19.556%2025.4%2017.083%2026%2014%2026s-5.556-.602-7.283-1.72C4.961%2023.141%204%2021.476%204%2019.5v-.75A2.75%202.75%200%200%201%206.75%2016m5.75-7.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M17%2010a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m1.171%208.828a3.16%203.16%200%200%201%20.761%201.24l.498%201.529a.605.605%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.604.604%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996l-.497-1.53a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.604.604%200%200%200%200%201.14l1.53.497c.467.155.89.418%201.237.765m8.65%203.53l.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.75%202.25a.75.75%200%200%200-1.5%200V3h-4.5A2.75%202.75%200%200%200%206%205.75v5.5A2.75%202.75%200%200%200%208.75%2014h9.084q.1-.181.165-.38l.303-1.12H8.75c-.69%200-1.25-.56-1.25-1.25v-5.5c0-.69.56-1.25%201.25-1.25h10.5c.69%200%201.25.56%201.25%201.25v5.332q.213.076.4.207a1.7%201.7%200%200%201%20.59.8l.164.497c.22-.396.346-.851.346-1.336v-5.5A2.75%202.75%200%200%200%2019.25%203h-4.5zM6.75%2016h7.617a1.58%201.58%200%200%200-.29%201.5H6.75c-.69%200-1.25.56-1.25%201.25v.75c0%201.423.664%202.633%202.033%203.52c1.398.907%203.55%201.48%206.467%201.48s5.069-.573%206.467-1.48a6%206%200%200%200%20.235-.16q.117-.055.227-.13l.13-.11A1.3%201.3%200%200%200%2021%2023c.003.282.09.557.25.79a1.3%201.3%200%200%200%20.302.307a7%207%200%200%201-.268.182C19.556%2025.4%2017.083%2026%2014%2026s-5.556-.602-7.283-1.72C4.961%2023.141%204%2021.476%204%2019.5v-.75A2.75%202.75%200%200%201%206.75%2016m5.75-7.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M17%2010a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m1.171%208.828a3.16%203.16%200%200%201%20.761%201.24l.498%201.529a.605.605%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.604.604%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996l-.497-1.53a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.604.604%200%200%200%200%201.14l1.53.497c.467.155.89.418%201.237.765m8.65%203.53l.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-28-regular.svg?color=%231a73e8&size=48