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

Name
brain-circuit-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M9.5 2c.645 0 1.245.188 1.75.512V7.25H9.854a2 2 0 1 0 0 1.5h1.396v12.495A3.74 3.74 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15c0-.947.33-1.815.88-2.5H6.5a.75.75 0 0 1 .746.673l.004.077v.396a2 2 0 1 0 1.5 0v-.396l-.012-.23A2.25 2.25 0 0 0 6.5 11H3.814a3.876 3.876 0 0 1 2.468-6.205A3.25 3.25 0 0 1 9.5 2m5 0a3.25 3.25 0 0 1 3.218 2.795a3.876 3.876 0 0 1 2.08 6.633A4 4 0 0 1 22 15v.25a4 4 0 0 1-3.367 3.95c-.431 1.613-1.901 2.8-3.627 2.8a3.74 3.74 0 0 1-2.256-.755V16.5h1.75a2.25 2.25 0 0 0 2.25-2.25v-.898A1.999 1.999 0 0 0 16 9.5a2 2 0 0 0-.75 3.852v.898a.75.75 0 0 1-.75.75h-1.75V2.512A3.23 3.23 0 0 1 14.5 2M8 15a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m8-4a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M8 7.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentBrainCircuit24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 2c.645 0 1.245.188 1.75.512V7.25H9.854a2 2 0 1 0 0 1.5h1.396v12.495A3.74 3.74 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15c0-.947.33-1.815.88-2.5H6.5a.75.75 0 0 1 .746.673l.004.077v.396a2 2 0 1 0 1.5 0v-.396l-.012-.23A2.25 2.25 0 0 0 6.5 11H3.814a3.876 3.876 0 0 1 2.468-6.205A3.25 3.25 0 0 1 9.5 2m5 0a3.25 3.25 0 0 1 3.218 2.795a3.876 3.876 0 0 1 2.08 6.633A4 4 0 0 1 22 15v.25a4 4 0 0 1-3.367 3.95c-.431 1.613-1.901 2.8-3.627 2.8a3.74 3.74 0 0 1-2.256-.755V16.5h1.75a2.25 2.25 0 0 0 2.25-2.25v-.898A1.999 1.999 0 0 0 16 9.5a2 2 0 0 0-.75 3.852v.898a.75.75 0 0 1-.75.75h-1.75V2.512A3.23 3.23 0 0 1 14.5 2M8 15a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m8-4a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M8 7.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 2c.645 0 1.245.188 1.75.512V7.25H9.854a2 2 0 1 0 0 1.5h1.396v12.495A3.74 3.74 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15c0-.947.33-1.815.88-2.5H6.5a.75.75 0 0 1 .746.673l.004.077v.396a2 2 0 1 0 1.5 0v-.396l-.012-.23A2.25 2.25 0 0 0 6.5 11H3.814a3.876 3.876 0 0 1 2.468-6.205A3.25 3.25 0 0 1 9.5 2m5 0a3.25 3.25 0 0 1 3.218 2.795a3.876 3.876 0 0 1 2.08 6.633A4 4 0 0 1 22 15v.25a4 4 0 0 1-3.367 3.95c-.431 1.613-1.901 2.8-3.627 2.8a3.74 3.74 0 0 1-2.256-.755V16.5h1.75a2.25 2.25 0 0 0 2.25-2.25v-.898A1.999 1.999 0 0 0 16 9.5a2 2 0 0 0-.75 3.852v.898a.75.75 0 0 1-.75.75h-1.75V2.512A3.23 3.23 0 0 1 14.5 2M8 15a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m8-4a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M8 7.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1"/></svg>
</template>

CSS

.icon-brain-circuit-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%202c.645%200%201.245.188%201.75.512V7.25H9.854a2%202%200%201%200%200%201.5h1.396v12.495A3.74%203.74%200%200%201%208.994%2022c-1.726%200-3.195-1.187-3.627-2.8A4%204%200%200%201%202%2015.25V15c0-.947.33-1.815.88-2.5H6.5a.75.75%200%200%201%20.746.673l.004.077v.396a2%202%200%201%200%201.5%200v-.396l-.012-.23A2.25%202.25%200%200%200%206.5%2011H3.814a3.876%203.876%200%200%201%202.468-6.205A3.25%203.25%200%200%201%209.5%202m5%200a3.25%203.25%200%200%201%203.218%202.795a3.876%203.876%200%200%201%202.08%206.633A4%204%200%200%201%2022%2015v.25a4%204%200%200%201-3.367%203.95c-.431%201.613-1.901%202.8-3.627%202.8a3.74%203.74%200%200%201-2.256-.755V16.5h1.75a2.25%202.25%200%200%200%202.25-2.25v-.898A1.999%201.999%200%200%200%2016%209.5a2%202%200%200%200-.75%203.852v.898a.75.75%200%200%201-.75.75h-1.75V2.512A3.23%203.23%200%200%201%2014.5%202M8%2015a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m8-4a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M8%207.5a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%202c.645%200%201.245.188%201.75.512V7.25H9.854a2%202%200%201%200%200%201.5h1.396v12.495A3.74%203.74%200%200%201%208.994%2022c-1.726%200-3.195-1.187-3.627-2.8A4%204%200%200%201%202%2015.25V15c0-.947.33-1.815.88-2.5H6.5a.75.75%200%200%201%20.746.673l.004.077v.396a2%202%200%201%200%201.5%200v-.396l-.012-.23A2.25%202.25%200%200%200%206.5%2011H3.814a3.876%203.876%200%200%201%202.468-6.205A3.25%203.25%200%200%201%209.5%202m5%200a3.25%203.25%200%200%201%203.218%202.795a3.876%203.876%200%200%201%202.08%206.633A4%204%200%200%201%2022%2015v.25a4%204%200%200%201-3.367%203.95c-.431%201.613-1.901%202.8-3.627%202.8a3.74%203.74%200%200%201-2.256-.755V16.5h1.75a2.25%202.25%200%200%200%202.25-2.25v-.898A1.999%201.999%200%200%200%2016%209.5a2%202%200%200%200-.75%203.852v.898a.75.75%200%200%201-.75.75h-1.75V2.512A3.23%203.23%200%200%201%2014.5%202M8%2015a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m8-4a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M8%207.5a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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