brain-sparkle-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
brain-sparkle-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.1 6.1 0 0 1 3.625 1.188v37.058A7.17 7.17 0 0 1 18.043 44a7.21 7.21 0 0 1-6.837-4.928l-.375-1.129a7.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 4m6.125 7.96q.346.247.75.39l2.65.86c.507.151.97.422 1.35.79q.151.15.28.32c.237.3.42.638.54 1l.84 2.59c.201.61.594 1.14 1.12 1.51a3 3 0 0 0 3.47 0c-.144.315-.22.656-.22 1a2.55 2.55 0 0 0 1.7 2.4l1.42.46l.12.06q.109.063.2.15a.9.9 0 0 1 .2.33l.44 1.37a2.54 2.54 0 0 0 .89 1.35a2.55 2.55 0 0 0 2.148.374l.084-.026a7.75 7.75 0 0 1-6.063 11.056l-.375 1.128A7.21 7.21 0 0 1 29.957 44c-1.8 0-3.444-.663-4.707-1.754zM42.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 FluentBrainSparkle48Filled(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.1 6.1 0 0 1 3.625 1.188v37.058A7.17 7.17 0 0 1 18.043 44a7.21 7.21 0 0 1-6.837-4.928l-.375-1.129a7.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 4m6.125 7.96q.346.247.75.39l2.65.86c.507.151.97.422 1.35.79q.151.15.28.32c.237.3.42.638.54 1l.84 2.59c.201.61.594 1.14 1.12 1.51a3 3 0 0 0 3.47 0c-.144.315-.22.656-.22 1a2.55 2.55 0 0 0 1.7 2.4l1.42.46l.12.06q.109.063.2.15a.9.9 0 0 1 .2.33l.44 1.37a2.54 2.54 0 0 0 .89 1.35a2.55 2.55 0 0 0 2.148.374l.084-.026a7.75 7.75 0 0 1-6.063 11.056l-.375 1.128A7.21 7.21 0 0 1 29.957 44c-1.8 0-3.444-.663-4.707-1.754zM42.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.1 6.1 0 0 1 3.625 1.188v37.058A7.17 7.17 0 0 1 18.043 44a7.21 7.21 0 0 1-6.837-4.928l-.375-1.129a7.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 4m6.125 7.96q.346.247.75.39l2.65.86c.507.151.97.422 1.35.79q.151.15.28.32c.237.3.42.638.54 1l.84 2.59c.201.61.594 1.14 1.12 1.51a3 3 0 0 0 3.47 0c-.144.315-.22.656-.22 1a2.55 2.55 0 0 0 1.7 2.4l1.42.46l.12.06q.109.063.2.15a.9.9 0 0 1 .2.33l.44 1.37a2.54 2.54 0 0 0 .89 1.35a2.55 2.55 0 0 0 2.148.374l.084-.026a7.75 7.75 0 0 1-6.063 11.056l-.375 1.128A7.21 7.21 0 0 1 29.957 44c-1.8 0-3.444-.663-4.707-1.754zM42.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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.125%204a6.1%206.1%200%200%201%203.625%201.188v37.058A7.17%207.17%200%200%201%2018.043%2044a7.21%207.21%200%200%201-6.837-4.928l-.375-1.129a7.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%204m6.125%207.96q.346.247.75.39l2.65.86c.507.151.97.422%201.35.79q.151.15.28.32c.237.3.42.638.54%201l.84%202.59c.201.61.594%201.14%201.12%201.51a3%203%200%200%200%203.47%200c-.144.315-.22.656-.22%201a2.55%202.55%200%200%200%201.7%202.4l1.42.46l.12.06q.109.063.2.15a.9.9%200%200%201%20.2.33l.44%201.37a2.54%202.54%200%200%200%20.89%201.35a2.55%202.55%200%200%200%202.148.374l.084-.026a7.75%207.75%200%200%201-6.063%2011.056l-.375%201.128A7.21%207.21%200%200%201%2029.957%2044c-1.8%200-3.444-.663-4.707-1.754zM42.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.1%206.1%200%200%201%203.625%201.188v37.058A7.17%207.17%200%200%201%2018.043%2044a7.21%207.21%200%200%201-6.837-4.928l-.375-1.129a7.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%204m6.125%207.96q.346.247.75.39l2.65.86c.507.151.97.422%201.35.79q.151.15.28.32c.237.3.42.638.54%201l.84%202.59c.201.61.594%201.14%201.12%201.51a3%203%200%200%200%203.47%200c-.144.315-.22.656-.22%201a2.55%202.55%200%200%200%201.7%202.4l1.42.46l.12.06q.109.063.2.15a.9.9%200%200%201%20.2.33l.44%201.37a2.54%202.54%200%200%200%20.89%201.35a2.55%202.55%200%200%200%202.148.374l.084-.026a7.75%207.75%200%200%201-6.063%2011.056l-.375%201.128A7.21%207.21%200%200%201%2029.957%2044c-1.8%200-3.444-.663-4.707-1.754zM42.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-filled.svg?color=%231a73e8&size=48