brain sparkle icon
brain-sparkle-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- brain-sparkle-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M19.125 4A6.13 6.13 0 0 1 24.7 7.589a3 3 0 0 0 .55 4.371v24.833a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761c2.9 0 5.25-2.35 5.25-5.25v-1.5c0-.763-.15-1.49-.42-2.157c.289.187.612.317.952.376a2.55 2.55 0 0 0 1.702-.301c.173.665.266 1.363.266 2.082v1.5a7.75 7.75 0 0 1-6.831 7.693l-.375 1.13A7.207 7.207 0 0 1 24 40.85a7.207 7.207 0 0 1-12.794-1.777l-.375-1.13a7.749 7.749 0 0 1-2.234-14.772A7.48 7.48 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 19.125 4m0 2.5a3.625 3.625 0 0 0-3.625 3.625v1.125c0 .69-.56 1.25-1.25 1.25h-.75a5 5 0 0 0 0 10h.25a1.25 1.25 0 1 1 0 2.5h-2a5.25 5.25 0 1 0 0 10.5c.504 0 .956.303 1.15.76l.035.095l.643 1.926a4.707 4.707 0 0 0 9.172-1.488V10.125A3.625 3.625 0 0 0 19.125 6.5M42.473 16a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447a2.84 2.84 0 0 0-1.798 1.797l-.447 1.376l-.017.04l.001.009a.545.545 0 0 1-1.01-.038l-.449-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M34.448 1a1.03 1.03 0 0 1 .969.686l.847 2.6a5.36 5.36 0 0 0 3.395 3.394l2.603.844l.053.014a1.028 1.028 0 0 1 0 1.938l-2.603.844a5.37 5.37 0 0 0-3.397 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrainSparkle48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.125 4A6.13 6.13 0 0 1 24.7 7.589a3 3 0 0 0 .55 4.371v24.833a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761c2.9 0 5.25-2.35 5.25-5.25v-1.5c0-.763-.15-1.49-.42-2.157c.289.187.612.317.952.376a2.55 2.55 0 0 0 1.702-.301c.173.665.266 1.363.266 2.082v1.5a7.75 7.75 0 0 1-6.831 7.693l-.375 1.13A7.207 7.207 0 0 1 24 40.85a7.207 7.207 0 0 1-12.794-1.777l-.375-1.13a7.749 7.749 0 0 1-2.234-14.772A7.48 7.48 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 19.125 4m0 2.5a3.625 3.625 0 0 0-3.625 3.625v1.125c0 .69-.56 1.25-1.25 1.25h-.75a5 5 0 0 0 0 10h.25a1.25 1.25 0 1 1 0 2.5h-2a5.25 5.25 0 1 0 0 10.5c.504 0 .956.303 1.15.76l.035.095l.643 1.926a4.707 4.707 0 0 0 9.172-1.488V10.125A3.625 3.625 0 0 0 19.125 6.5M42.473 16a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447a2.84 2.84 0 0 0-1.798 1.797l-.447 1.376l-.017.04l.001.009a.545.545 0 0 1-1.01-.038l-.449-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M34.448 1a1.03 1.03 0 0 1 .969.686l.847 2.6a5.36 5.36 0 0 0 3.395 3.394l2.603.844l.053.014a1.028 1.028 0 0 1 0 1.938l-2.603.844a5.37 5.37 0 0 0-3.397 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.125 4A6.13 6.13 0 0 1 24.7 7.589a3 3 0 0 0 .55 4.371v24.833a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761c2.9 0 5.25-2.35 5.25-5.25v-1.5c0-.763-.15-1.49-.42-2.157c.289.187.612.317.952.376a2.55 2.55 0 0 0 1.702-.301c.173.665.266 1.363.266 2.082v1.5a7.75 7.75 0 0 1-6.831 7.693l-.375 1.13A7.207 7.207 0 0 1 24 40.85a7.207 7.207 0 0 1-12.794-1.777l-.375-1.13a7.749 7.749 0 0 1-2.234-14.772A7.48 7.48 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 19.125 4m0 2.5a3.625 3.625 0 0 0-3.625 3.625v1.125c0 .69-.56 1.25-1.25 1.25h-.75a5 5 0 0 0 0 10h.25a1.25 1.25 0 1 1 0 2.5h-2a5.25 5.25 0 1 0 0 10.5c.504 0 .956.303 1.15.76l.035.095l.643 1.926a4.707 4.707 0 0 0 9.172-1.488V10.125A3.625 3.625 0 0 0 19.125 6.5M42.473 16a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447a2.84 2.84 0 0 0-1.798 1.797l-.447 1.376l-.017.04l.001.009a.545.545 0 0 1-1.01-.038l-.449-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M34.448 1a1.03 1.03 0 0 1 .969.686l.847 2.6a5.36 5.36 0 0 0 3.395 3.394l2.603.844l.053.014a1.028 1.028 0 0 1 0 1.938l-2.603.844a5.37 5.37 0 0 0-3.397 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg> </template>
CSS
.icon-brain-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.125%204A6.13%206.13%200%200%201%2024.7%207.589a3%203%200%200%200%20.55%204.371v24.833a4.707%204.707%200%200%200%209.172%201.488l.643-1.926l.035-.094a1.25%201.25%200%200%201%201.15-.761c2.9%200%205.25-2.35%205.25-5.25v-1.5c0-.763-.15-1.49-.42-2.157c.289.187.612.317.952.376a2.55%202.55%200%200%200%201.702-.301c.173.665.266%201.363.266%202.082v1.5a7.75%207.75%200%200%201-6.831%207.693l-.375%201.13A7.207%207.207%200%200%201%2024%2040.85a7.207%207.207%200%200%201-12.794-1.777l-.375-1.13a7.749%207.749%200%200%201-2.234-14.772A7.48%207.48%200%200%201%206%2017.5a7.5%207.5%200%200%201%207.003-7.482A6.123%206.123%200%200%201%2019.125%204m0%202.5a3.625%203.625%200%200%200-3.625%203.625v1.125c0%20.69-.56%201.25-1.25%201.25h-.75a5%205%200%200%200%200%2010h.25a1.25%201.25%200%201%201%200%202.5h-2a5.25%205.25%200%201%200%200%2010.5c.504%200%20.956.303%201.15.76l.035.095l.643%201.926a4.707%204.707%200%200%200%209.172-1.488V10.125A3.625%203.625%200%200%200%2019.125%206.5M42.473%2016a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447a2.84%202.84%200%200%200-1.798%201.797l-.447%201.376l-.017.04l.001.009a.545.545%200%200%201-1.01-.038l-.449-1.378a2.84%202.84%200%200%200-1.357-1.61l-.003-.015a3%203%200%200%200-.438-.188l-1.378-.447a.55.55%200%200%201-.363-.514a.54.54%200%200%201%20.363-.513l1.378-.447a2.84%202.84%200%200%200%201.77-1.797l.448-1.376a.55.55%200%200%201%20.514-.363M34.448%201a1.03%201.03%200%200%201%20.969.686l.847%202.6a5.36%205.36%200%200%200%203.395%203.394l2.603.844l.053.014a1.028%201.028%200%200%201%200%201.938l-2.603.844a5.37%205.37%200%200%200-3.397%203.394l-.845%202.6l-.026.065a1.028%201.028%200%200%201-1.914-.065l-.845-2.6a5.36%205.36%200%200%200-3.397-3.406l-2.602-.846a1.028%201.028%200%200%201%200-1.938l2.602-.844a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.845-2.6a1.03%201.03%200%200%201%20.97-.686%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.125%204A6.13%206.13%200%200%201%2024.7%207.589a3%203%200%200%200%20.55%204.371v24.833a4.707%204.707%200%200%200%209.172%201.488l.643-1.926l.035-.094a1.25%201.25%200%200%201%201.15-.761c2.9%200%205.25-2.35%205.25-5.25v-1.5c0-.763-.15-1.49-.42-2.157c.289.187.612.317.952.376a2.55%202.55%200%200%200%201.702-.301c.173.665.266%201.363.266%202.082v1.5a7.75%207.75%200%200%201-6.831%207.693l-.375%201.13A7.207%207.207%200%200%201%2024%2040.85a7.207%207.207%200%200%201-12.794-1.777l-.375-1.13a7.749%207.749%200%200%201-2.234-14.772A7.48%207.48%200%200%201%206%2017.5a7.5%207.5%200%200%201%207.003-7.482A6.123%206.123%200%200%201%2019.125%204m0%202.5a3.625%203.625%200%200%200-3.625%203.625v1.125c0%20.69-.56%201.25-1.25%201.25h-.75a5%205%200%200%200%200%2010h.25a1.25%201.25%200%201%201%200%202.5h-2a5.25%205.25%200%201%200%200%2010.5c.504%200%20.956.303%201.15.76l.035.095l.643%201.926a4.707%204.707%200%200%200%209.172-1.488V10.125A3.625%203.625%200%200%200%2019.125%206.5M42.473%2016a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447a2.84%202.84%200%200%200-1.798%201.797l-.447%201.376l-.017.04l.001.009a.545.545%200%200%201-1.01-.038l-.449-1.378a2.84%202.84%200%200%200-1.357-1.61l-.003-.015a3%203%200%200%200-.438-.188l-1.378-.447a.55.55%200%200%201-.363-.514a.54.54%200%200%201%20.363-.513l1.378-.447a2.84%202.84%200%200%200%201.77-1.797l.448-1.376a.55.55%200%200%201%20.514-.363M34.448%201a1.03%201.03%200%200%201%20.969.686l.847%202.6a5.36%205.36%200%200%200%203.395%203.394l2.603.844l.053.014a1.028%201.028%200%200%201%200%201.938l-2.603.844a5.37%205.37%200%200%200-3.397%203.394l-.845%202.6l-.026.065a1.028%201.028%200%200%201-1.914-.065l-.845-2.6a5.36%205.36%200%200%200-3.397-3.406l-2.602-.846a1.028%201.028%200%200%201%200-1.938l2.602-.844a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.845-2.6a1.03%201.03%200%200%201%20.97-.686%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-sparkle-48-regular.svg?color=%231a73e8&size=48