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

Name
brain-circuit-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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="M19.125 4a6.1 6.1 0 0 1 3.625 1.188V15.75H19.8a4 4 0 1 0 0 2.5h2.95v23.996A7.17 7.17 0 0 1 18.043 44a7.21 7.21 0 0 1-6.837-4.928l-.375-1.129A7.75 7.75 0 0 1 4 30.25c0-2.026.78-3.87 2.053-5.25H13c.966 0 1.75.784 1.75 1.75v.45a4 4 0 1 0 2.5 0v-.45A4.25 4.25 0 0 0 13 22.5H7.918A7.46 7.46 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 19.125 4m9.75 0a6.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.21 7.21 0 0 1 29.957 44c-1.8 0-3.444-.663-4.707-1.754V32.25H29A4.25 4.25 0 0 0 33.25 28v-.201a4 4 0 1 0-2.5 0V28A1.75 1.75 0 0 1 29 29.75h-3.75V5.188A6.1 6.1 0 0 1 28.875 4M16 29.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m16-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-16-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentBrainCircuit48Filled(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.188V15.75H19.8a4 4 0 1 0 0 2.5h2.95v23.996A7.17 7.17 0 0 1 18.043 44a7.21 7.21 0 0 1-6.837-4.928l-.375-1.129A7.75 7.75 0 0 1 4 30.25c0-2.026.78-3.87 2.053-5.25H13c.966 0 1.75.784 1.75 1.75v.45a4 4 0 1 0 2.5 0v-.45A4.25 4.25 0 0 0 13 22.5H7.918A7.46 7.46 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 19.125 4m9.75 0a6.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.21 7.21 0 0 1 29.957 44c-1.8 0-3.444-.663-4.707-1.754V32.25H29A4.25 4.25 0 0 0 33.25 28v-.201a4 4 0 1 0-2.5 0V28A1.75 1.75 0 0 1 29 29.75h-3.75V5.188A6.1 6.1 0 0 1 28.875 4M16 29.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m16-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-16-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 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="M19.125 4a6.1 6.1 0 0 1 3.625 1.188V15.75H19.8a4 4 0 1 0 0 2.5h2.95v23.996A7.17 7.17 0 0 1 18.043 44a7.21 7.21 0 0 1-6.837-4.928l-.375-1.129A7.75 7.75 0 0 1 4 30.25c0-2.026.78-3.87 2.053-5.25H13c.966 0 1.75.784 1.75 1.75v.45a4 4 0 1 0 2.5 0v-.45A4.25 4.25 0 0 0 13 22.5H7.918A7.46 7.46 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 19.125 4m9.75 0a6.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.21 7.21 0 0 1 29.957 44c-1.8 0-3.444-.663-4.707-1.754V32.25H29A4.25 4.25 0 0 0 33.25 28v-.201a4 4 0 1 0-2.5 0V28A1.75 1.75 0 0 1 29 29.75h-3.75V5.188A6.1 6.1 0 0 1 28.875 4M16 29.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m16-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-16-7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
</template>

CSS

.icon-brain-circuit-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.188V15.75H19.8a4%204%200%201%200%200%202.5h2.95v23.996A7.17%207.17%200%200%201%2018.043%2044a7.21%207.21%200%200%201-6.837-4.928l-.375-1.129A7.75%207.75%200%200%201%204%2030.25c0-2.026.78-3.87%202.053-5.25H13c.966%200%201.75.784%201.75%201.75v.45a4%204%200%201%200%202.5%200v-.45A4.25%204.25%200%200%200%2013%2022.5H7.918A7.46%207.46%200%200%201%206%2017.5a7.5%207.5%200%200%201%207.003-7.482A6.123%206.123%200%200%201%2019.125%204m9.75%200a6.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.21%207.21%200%200%201%2029.957%2044c-1.8%200-3.444-.663-4.707-1.754V32.25H29A4.25%204.25%200%200%200%2033.25%2028v-.201a4%204%200%201%200-2.5%200V28A1.75%201.75%200%200%201%2029%2029.75h-3.75V5.188A6.1%206.1%200%200%201%2028.875%204M16%2029.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m16-7a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-16-7a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%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%22M19.125%204a6.1%206.1%200%200%201%203.625%201.188V15.75H19.8a4%204%200%201%200%200%202.5h2.95v23.996A7.17%207.17%200%200%201%2018.043%2044a7.21%207.21%200%200%201-6.837-4.928l-.375-1.129A7.75%207.75%200%200%201%204%2030.25c0-2.026.78-3.87%202.053-5.25H13c.966%200%201.75.784%201.75%201.75v.45a4%204%200%201%200%202.5%200v-.45A4.25%204.25%200%200%200%2013%2022.5H7.918A7.46%207.46%200%200%201%206%2017.5a7.5%207.5%200%200%201%207.003-7.482A6.123%206.123%200%200%201%2019.125%204m9.75%200a6.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.21%207.21%200%200%201%2029.957%2044c-1.8%200-3.444-.663-4.707-1.754V32.25H29A4.25%204.25%200%200%200%2033.25%2028v-.201a4%204%200%201%200-2.5%200V28A1.75%201.75%200%200%201%2029%2029.75h-3.75V5.188A6.1%206.1%200%200%201%2028.875%204M16%2029.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m16-7a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-16-7a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%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-filled.svg?color=%231a73e8&size=48