brain-circuit-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
brain-circuit-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the brain circuit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28.875 4a6.123 6.123 0 0 1 6.122 6.018A7.5 7.5 0 0 1 42 17.5a7.48 7.48 0 0 1-2.597 5.67a7.75 7.75 0 0 1-2.234 14.773l-.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 24 6.417A6.12 6.12 0 0 1 28.875 4m-9.75 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.5a4.25 4.25 0 0 1 4.25 4.25v.45a4 4 0 1 1-2.5 0v-.45A1.75 1.75 0 0 0 14 25h-2.25a5.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.488V18.25h-1.821a4 4 0 1 1-.331-2.5h2.152v-5.625A3.625 3.625 0 0 0 19.125 6.5M35.874 25a4 4 0 0 1-2.624 2.799V28A4.25 4.25 0 0 1 29 32.25h-3.75v4.543a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761a5.25 5.25 0 1 0 0-10.5zM17 29.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11.875-23a3.625 3.625 0 0 0-3.625 3.625V29.75H29A1.75 1.75 0 0 0 30.75 28v-.201a4 4 0 1 1 4.9-5.434A5 5 0 0 0 34.5 12.5h-.75c-.69 0-1.25-.56-1.25-1.25v-1.125A3.625 3.625 0 0 0 28.875 6.5M32 22.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M17 16a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentBrainCircuit48Regular(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="M28.875 4a6.123 6.123 0 0 1 6.122 6.018A7.5 7.5 0 0 1 42 17.5a7.48 7.48 0 0 1-2.597 5.67a7.75 7.75 0 0 1-2.234 14.773l-.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 24 6.417A6.12 6.12 0 0 1 28.875 4m-9.75 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.5a4.25 4.25 0 0 1 4.25 4.25v.45a4 4 0 1 1-2.5 0v-.45A1.75 1.75 0 0 0 14 25h-2.25a5.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.488V18.25h-1.821a4 4 0 1 1-.331-2.5h2.152v-5.625A3.625 3.625 0 0 0 19.125 6.5M35.874 25a4 4 0 0 1-2.624 2.799V28A4.25 4.25 0 0 1 29 32.25h-3.75v4.543a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761a5.25 5.25 0 1 0 0-10.5zM17 29.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11.875-23a3.625 3.625 0 0 0-3.625 3.625V29.75H29A1.75 1.75 0 0 0 30.75 28v-.201a4 4 0 1 1 4.9-5.434A5 5 0 0 0 34.5 12.5h-.75c-.69 0-1.25-.56-1.25-1.25v-1.125A3.625 3.625 0 0 0 28.875 6.5M32 22.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M17 16a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28.875 4a6.123 6.123 0 0 1 6.122 6.018A7.5 7.5 0 0 1 42 17.5a7.48 7.48 0 0 1-2.597 5.67a7.75 7.75 0 0 1-2.234 14.773l-.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 24 6.417A6.12 6.12 0 0 1 28.875 4m-9.75 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.5a4.25 4.25 0 0 1 4.25 4.25v.45a4 4 0 1 1-2.5 0v-.45A1.75 1.75 0 0 0 14 25h-2.25a5.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.488V18.25h-1.821a4 4 0 1 1-.331-2.5h2.152v-5.625A3.625 3.625 0 0 0 19.125 6.5M35.874 25a4 4 0 0 1-2.624 2.799V28A4.25 4.25 0 0 1 29 32.25h-3.75v4.543a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761a5.25 5.25 0 1 0 0-10.5zM17 29.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11.875-23a3.625 3.625 0 0 0-3.625 3.625V29.75H29A1.75 1.75 0 0 0 30.75 28v-.201a4 4 0 1 1 4.9-5.434A5 5 0 0 0 34.5 12.5h-.75c-.69 0-1.25-.56-1.25-1.25v-1.125A3.625 3.625 0 0 0 28.875 6.5M32 22.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M17 16a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-brain-circuit-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%22M28.875%204a6.123%206.123%200%200%201%206.122%206.018A7.5%207.5%200%200%201%2042%2017.5a7.48%207.48%200%200%201-2.597%205.67a7.75%207.75%200%200%201-2.234%2014.773l-.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%2024%206.417A6.12%206.12%200%200%201%2028.875%204m-9.75%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.5a4.25%204.25%200%200%201%204.25%204.25v.45a4%204%200%201%201-2.5%200v-.45A1.75%201.75%200%200%200%2014%2025h-2.25a5.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.488V18.25h-1.821a4%204%200%201%201-.331-2.5h2.152v-5.625A3.625%203.625%200%200%200%2019.125%206.5M35.874%2025a4%204%200%200%201-2.624%202.799V28A4.25%204.25%200%200%201%2029%2032.25h-3.75v4.543a4.707%204.707%200%200%200%209.172%201.488l.643-1.926l.035-.094a1.25%201.25%200%200%201%201.15-.761a5.25%205.25%200%201%200%200-10.5zM17%2029.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m11.875-23a3.625%203.625%200%200%200-3.625%203.625V29.75H29A1.75%201.75%200%200%200%2030.75%2028v-.201a4%204%200%201%201%204.9-5.434A5%205%200%200%200%2034.5%2012.5h-.75c-.69%200-1.25-.56-1.25-1.25v-1.125A3.625%203.625%200%200%200%2028.875%206.5M32%2022.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M17%2016a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22M28.875%204a6.123%206.123%200%200%201%206.122%206.018A7.5%207.5%200%200%201%2042%2017.5a7.48%207.48%200%200%201-2.597%205.67a7.75%207.75%200%200%201-2.234%2014.773l-.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%2024%206.417A6.12%206.12%200%200%201%2028.875%204m-9.75%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.5a4.25%204.25%200%200%201%204.25%204.25v.45a4%204%200%201%201-2.5%200v-.45A1.75%201.75%200%200%200%2014%2025h-2.25a5.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.488V18.25h-1.821a4%204%200%201%201-.331-2.5h2.152v-5.625A3.625%203.625%200%200%200%2019.125%206.5M35.874%2025a4%204%200%200%201-2.624%202.799V28A4.25%204.25%200%200%201%2029%2032.25h-3.75v4.543a4.707%204.707%200%200%200%209.172%201.488l.643-1.926l.035-.094a1.25%201.25%200%200%201%201.15-.761a5.25%205.25%200%201%200%200-10.5zM17%2029.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m11.875-23a3.625%203.625%200%200%200-3.625%203.625V29.75H29A1.75%201.75%200%200%200%2030.75%2028v-.201a4%204%200%201%201%204.9-5.434A5%205%200%200%200%2034.5%2012.5h-.75c-.69%200-1.25-.56-1.25-1.25v-1.125A3.625%203.625%200%200%200%2028.875%206.5M32%2022.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M17%2016a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-circuit-48-regular.svg?color=%231a73e8&size=48