brain sparkle icon
brain-sparkle-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- brain-sparkle-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the brain sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.077 2c.784 0 1.48.372 1.923.95v.546c0 .3.09.581.26.821q.104.147.24.265v10.445a1.973 1.973 0 0 0 3.907.387l.103-.512a.5.5 0 0 1 .392-.392l.291-.059a2.25 2.25 0 0 0 1.779-2.562a1.47 1.47 0 0 0 1.013.038q.015.158.015.32a3.25 3.25 0 0 1-2.575 3.178l-.037.185A2.973 2.973 0 0 1 10 16.678a2.973 2.973 0 0 1-5.388-1.067l-.037-.186a3.248 3.248 0 0 1-.77-6.088A2.5 2.5 0 0 1 3 7.5v-.198c0-1.286.908-2.394 2.169-2.646l.406-.08l.125-.628A2.424 2.424 0 0 1 8.077 2m0 1c-.678 0-1.263.48-1.396 1.145l-.19.953a.5.5 0 0 1-.393.392l-.733.147A1.7 1.7 0 0 0 4 7.302V7.5A1.5 1.5 0 0 0 5.5 9a.5.5 0 0 1 0 1h-.253a2.248 2.248 0 0 0-.44 4.451l.29.059a.5.5 0 0 1 .393.392l.103.512a1.973 1.973 0 0 0 3.907-.387V4.423C9.5 3.637 8.863 3 8.077 3m9.407 3a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrainSparkle20Regular(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="M8.077 2c.784 0 1.48.372 1.923.95v.546c0 .3.09.581.26.821q.104.147.24.265v10.445a1.973 1.973 0 0 0 3.907.387l.103-.512a.5.5 0 0 1 .392-.392l.291-.059a2.25 2.25 0 0 0 1.779-2.562a1.47 1.47 0 0 0 1.013.038q.015.158.015.32a3.25 3.25 0 0 1-2.575 3.178l-.037.185A2.973 2.973 0 0 1 10 16.678a2.973 2.973 0 0 1-5.388-1.067l-.037-.186a3.248 3.248 0 0 1-.77-6.088A2.5 2.5 0 0 1 3 7.5v-.198c0-1.286.908-2.394 2.169-2.646l.406-.08l.125-.628A2.424 2.424 0 0 1 8.077 2m0 1c-.678 0-1.263.48-1.396 1.145l-.19.953a.5.5 0 0 1-.393.392l-.733.147A1.7 1.7 0 0 0 4 7.302V7.5A1.5 1.5 0 0 0 5.5 9a.5.5 0 0 1 0 1h-.253a2.248 2.248 0 0 0-.44 4.451l.29.059a.5.5 0 0 1 .393.392l.103.512a1.973 1.973 0 0 0 3.907-.387V4.423C9.5 3.637 8.863 3 8.077 3m9.407 3a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.077 2c.784 0 1.48.372 1.923.95v.546c0 .3.09.581.26.821q.104.147.24.265v10.445a1.973 1.973 0 0 0 3.907.387l.103-.512a.5.5 0 0 1 .392-.392l.291-.059a2.25 2.25 0 0 0 1.779-2.562a1.47 1.47 0 0 0 1.013.038q.015.158.015.32a3.25 3.25 0 0 1-2.575 3.178l-.037.185A2.973 2.973 0 0 1 10 16.678a2.973 2.973 0 0 1-5.388-1.067l-.037-.186a3.248 3.248 0 0 1-.77-6.088A2.5 2.5 0 0 1 3 7.5v-.198c0-1.286.908-2.394 2.169-2.646l.406-.08l.125-.628A2.424 2.424 0 0 1 8.077 2m0 1c-.678 0-1.263.48-1.396 1.145l-.19.953a.5.5 0 0 1-.393.392l-.733.147A1.7 1.7 0 0 0 4 7.302V7.5A1.5 1.5 0 0 0 5.5 9a.5.5 0 0 1 0 1h-.253a2.248 2.248 0 0 0-.44 4.451l.29.059a.5.5 0 0 1 .393.392l.103.512a1.973 1.973 0 0 0 3.907-.387V4.423C9.5 3.637 8.863 3 8.077 3m9.407 3a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg> </template>
CSS
.icon-brain-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.077%202c.784%200%201.48.372%201.923.95v.546c0%20.3.09.581.26.821q.104.147.24.265v10.445a1.973%201.973%200%200%200%203.907.387l.103-.512a.5.5%200%200%201%20.392-.392l.291-.059a2.25%202.25%200%200%200%201.779-2.562a1.47%201.47%200%200%200%201.013.038q.015.158.015.32a3.25%203.25%200%200%201-2.575%203.178l-.037.185A2.973%202.973%200%200%201%2010%2016.678a2.973%202.973%200%200%201-5.388-1.067l-.037-.186a3.248%203.248%200%200%201-.77-6.088A2.5%202.5%200%200%201%203%207.5v-.198c0-1.286.908-2.394%202.169-2.646l.406-.08l.125-.628A2.424%202.424%200%200%201%208.077%202m0%201c-.678%200-1.263.48-1.396%201.145l-.19.953a.5.5%200%200%201-.393.392l-.733.147A1.7%201.7%200%200%200%204%207.302V7.5A1.5%201.5%200%200%200%205.5%209a.5.5%200%200%201%200%201h-.253a2.248%202.248%200%200%200-.44%204.451l.29.059a.5.5%200%200%201%20.393.392l.103.512a1.973%201.973%200%200%200%203.907-.387V4.423C9.5%203.637%208.863%203%208.077%203m9.407%203a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.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-.998L17.2%206.2a.3.3%200%200%201%20.284-.2m-3.006-6a.42.42%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.073.349a2.21%202.21%200%200%200-1.398%201.396L14.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L14.08.282a.42.42%200%200%201%20.4-.282%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%22M8.077%202c.784%200%201.48.372%201.923.95v.546c0%20.3.09.581.26.821q.104.147.24.265v10.445a1.973%201.973%200%200%200%203.907.387l.103-.512a.5.5%200%200%201%20.392-.392l.291-.059a2.25%202.25%200%200%200%201.779-2.562a1.47%201.47%200%200%200%201.013.038q.015.158.015.32a3.25%203.25%200%200%201-2.575%203.178l-.037.185A2.973%202.973%200%200%201%2010%2016.678a2.973%202.973%200%200%201-5.388-1.067l-.037-.186a3.248%203.248%200%200%201-.77-6.088A2.5%202.5%200%200%201%203%207.5v-.198c0-1.286.908-2.394%202.169-2.646l.406-.08l.125-.628A2.424%202.424%200%200%201%208.077%202m0%201c-.678%200-1.263.48-1.396%201.145l-.19.953a.5.5%200%200%201-.393.392l-.733.147A1.7%201.7%200%200%200%204%207.302V7.5A1.5%201.5%200%200%200%205.5%209a.5.5%200%200%201%200%201h-.253a2.248%202.248%200%200%200-.44%204.451l.29.059a.5.5%200%200%201%20.393.392l.103.512a1.973%201.973%200%200%200%203.907-.387V4.423C9.5%203.637%208.863%203%208.077%203m9.407%203a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.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-.998L17.2%206.2a.3.3%200%200%201%20.284-.2m-3.006-6a.42.42%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.073.349a2.21%202.21%200%200%200-1.398%201.396L14.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L14.08.282a.42.42%200%200%201%20.4-.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-sparkle-20-regular.svg?color=%231a73e8&size=48