bot sparkle icon
bot-sparkle-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- bot-sparkle-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M14.479 8c.179 0 .356.034.521.099V4.5A1.5 1.5 0 0 0 13.5 3h-3v-.5A.48.48 0 0 0 10 2c-.276 0-.5.23-.5.5V3h-3A1.5 1.5 0 0 0 5 4.5v4A1.5 1.5 0 0 0 6.5 10h6.294l.338-1.039l.004-.012A1.42 1.42 0 0 1 14.48 8M7 6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M10 18c1.743 0 3.042-.226 4.005-.612a1.3 1.3 0 0 1 .117-.44a1.42 1.42 0 0 1-.964-.897l-.004-.012l-.351-1.08l-.035-.09a1.2 1.2 0 0 0-.257-.383l-.064-.06a1.2 1.2 0 0 0-.406-.232l-1.08-.35l-.011-.005a1.423 1.423 0 0 1-.545-2.336H5.309a1.81 1.81 0 0 0-1.809 1.81v.689h.005c.034.78.248 1.757 1.123 2.555C5.584 17.43 7.234 18 10 18m5.226-7.647l-.348-1.07a.423.423 0 0 0-.799 0l-.348 1.07a2.2 2.2 0 0 1-1.377 1.397l-1.071.348a.423.423 0 0 0 0 .798l1.071.348a2.2 2.2 0 0 1 1.399 1.403l.348 1.07a.423.423 0 0 0 .798 0l.349-1.07a2.2 2.2 0 0 1 1.398-1.397l1.072-.348a.424.424 0 0 0 0-.798l-.022-.005l-1.072-.349a2.2 2.2 0 0 1-1.398-1.397m3.791 6.612l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.765a1.58 1.58 0 0 0 .999.998"/></svg>
React
import type { SVGProps } from "react";
export function FluentBotSparkle20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.479 8c.179 0 .356.034.521.099V4.5A1.5 1.5 0 0 0 13.5 3h-3v-.5A.48.48 0 0 0 10 2c-.276 0-.5.23-.5.5V3h-3A1.5 1.5 0 0 0 5 4.5v4A1.5 1.5 0 0 0 6.5 10h6.294l.338-1.039l.004-.012A1.42 1.42 0 0 1 14.48 8M7 6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M10 18c1.743 0 3.042-.226 4.005-.612a1.3 1.3 0 0 1 .117-.44a1.42 1.42 0 0 1-.964-.897l-.004-.012l-.351-1.08l-.035-.09a1.2 1.2 0 0 0-.257-.383l-.064-.06a1.2 1.2 0 0 0-.406-.232l-1.08-.35l-.011-.005a1.423 1.423 0 0 1-.545-2.336H5.309a1.81 1.81 0 0 0-1.809 1.81v.689h.005c.034.78.248 1.757 1.123 2.555C5.584 17.43 7.234 18 10 18m5.226-7.647l-.348-1.07a.423.423 0 0 0-.799 0l-.348 1.07a2.2 2.2 0 0 1-1.377 1.397l-1.071.348a.423.423 0 0 0 0 .798l1.071.348a2.2 2.2 0 0 1 1.399 1.403l.348 1.07a.423.423 0 0 0 .798 0l.349-1.07a2.2 2.2 0 0 1 1.398-1.397l1.072-.348a.424.424 0 0 0 0-.798l-.022-.005l-1.072-.349a2.2 2.2 0 0 1-1.398-1.397m3.791 6.612l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.765a1.58 1.58 0 0 0 .999.998"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.479 8c.179 0 .356.034.521.099V4.5A1.5 1.5 0 0 0 13.5 3h-3v-.5A.48.48 0 0 0 10 2c-.276 0-.5.23-.5.5V3h-3A1.5 1.5 0 0 0 5 4.5v4A1.5 1.5 0 0 0 6.5 10h6.294l.338-1.039l.004-.012A1.42 1.42 0 0 1 14.48 8M7 6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M10 18c1.743 0 3.042-.226 4.005-.612a1.3 1.3 0 0 1 .117-.44a1.42 1.42 0 0 1-.964-.897l-.004-.012l-.351-1.08l-.035-.09a1.2 1.2 0 0 0-.257-.383l-.064-.06a1.2 1.2 0 0 0-.406-.232l-1.08-.35l-.011-.005a1.423 1.423 0 0 1-.545-2.336H5.309a1.81 1.81 0 0 0-1.809 1.81v.689h.005c.034.78.248 1.757 1.123 2.555C5.584 17.43 7.234 18 10 18m5.226-7.647l-.348-1.07a.423.423 0 0 0-.799 0l-.348 1.07a2.2 2.2 0 0 1-1.377 1.397l-1.071.348a.423.423 0 0 0 0 .798l1.071.348a2.2 2.2 0 0 1 1.399 1.403l.348 1.07a.423.423 0 0 0 .798 0l.349-1.07a2.2 2.2 0 0 1 1.398-1.397l1.072-.348a.424.424 0 0 0 0-.798l-.022-.005l-1.072-.349a2.2 2.2 0 0 1-1.398-1.397m3.791 6.612l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.765a1.58 1.58 0 0 0 .999.998"/></svg> </template>
CSS
.icon-bot-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.479%208c.179%200%20.356.034.521.099V4.5A1.5%201.5%200%200%200%2013.5%203h-3v-.5A.48.48%200%200%200%2010%202c-.276%200-.5.23-.5.5V3h-3A1.5%201.5%200%200%200%205%204.5v4A1.5%201.5%200%200%200%206.5%2010h6.294l.338-1.039l.004-.012A1.42%201.42%200%200%201%2014.48%208M7%206.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m4%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200M10%2018c1.743%200%203.042-.226%204.005-.612a1.3%201.3%200%200%201%20.117-.44a1.42%201.42%200%200%201-.964-.897l-.004-.012l-.351-1.08l-.035-.09a1.2%201.2%200%200%200-.257-.383l-.064-.06a1.2%201.2%200%200%200-.406-.232l-1.08-.35l-.011-.005a1.423%201.423%200%200%201-.545-2.336H5.309a1.81%201.81%200%200%200-1.809%201.81v.689h.005c.034.78.248%201.757%201.123%202.555C5.584%2017.43%207.234%2018%2010%2018m5.226-7.647l-.348-1.07a.423.423%200%200%200-.799%200l-.348%201.07a2.2%202.2%200%200%201-1.377%201.397l-1.071.348a.423.423%200%200%200%200%20.798l1.071.348a2.2%202.2%200%200%201%201.399%201.403l.348%201.07a.423.423%200%200%200%20.798%200l.349-1.07a2.2%202.2%200%200%201%201.398-1.397l1.072-.348a.424.424%200%200%200%200-.798l-.022-.005l-1.072-.349a2.2%202.2%200%200%201-1.398-1.397m3.791%206.612l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998l.249-.765a.302.302%200%200%201%20.57%200l.249.765a1.58%201.58%200%200%200%20.999.998%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.479%208c.179%200%20.356.034.521.099V4.5A1.5%201.5%200%200%200%2013.5%203h-3v-.5A.48.48%200%200%200%2010%202c-.276%200-.5.23-.5.5V3h-3A1.5%201.5%200%200%200%205%204.5v4A1.5%201.5%200%200%200%206.5%2010h6.294l.338-1.039l.004-.012A1.42%201.42%200%200%201%2014.48%208M7%206.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m4%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200M10%2018c1.743%200%203.042-.226%204.005-.612a1.3%201.3%200%200%201%20.117-.44a1.42%201.42%200%200%201-.964-.897l-.004-.012l-.351-1.08l-.035-.09a1.2%201.2%200%200%200-.257-.383l-.064-.06a1.2%201.2%200%200%200-.406-.232l-1.08-.35l-.011-.005a1.423%201.423%200%200%201-.545-2.336H5.309a1.81%201.81%200%200%200-1.809%201.81v.689h.005c.034.78.248%201.757%201.123%202.555C5.584%2017.43%207.234%2018%2010%2018m5.226-7.647l-.348-1.07a.423.423%200%200%200-.799%200l-.348%201.07a2.2%202.2%200%200%201-1.377%201.397l-1.071.348a.423.423%200%200%200%200%20.798l1.071.348a2.2%202.2%200%200%201%201.399%201.403l.348%201.07a.423.423%200%200%200%20.798%200l.349-1.07a2.2%202.2%200%200%201%201.398-1.397l1.072-.348a.424.424%200%200%200%200-.798l-.022-.005l-1.072-.349a2.2%202.2%200%200%201-1.398-1.397m3.791%206.612l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998l.249-.765a.302.302%200%200%201%20.57%200l.249.765a1.58%201.58%200%200%200%20.999.998%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-sparkle-20-filled.svg?color=%231a73e8&size=48