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

Name
brain-circuit-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M10.875 2c.895 0 1.719.304 2.375.814V9h-2.38a2.248 2.248 0 0 0-4.37.75a2.25 2.25 0 0 0 4.37.75h2.38v14.51a4.18 4.18 0 0 1-2.706.99a4.206 4.206 0 0 1-4.112-3.325l-.04-.19A4.748 4.748 0 0 1 3.289 14.5H6.75c.69 0 1.25.56 1.25 1.25v.38a2.248 2.248 0 0 0 .75 4.37a2.25 2.25 0 0 0 .75-4.37v-.38A2.75 2.75 0 0 0 6.75 13H4.148a4.5 4.5 0 0 1 2.868-7.474A3.874 3.874 0 0 1 10.876 2m6.25 0a3.874 3.874 0 0 1 3.858 3.526a4.5 4.5 0 0 1 2.36 7.96a4.75 4.75 0 0 1-1.735 8.998l-.04.19A4.206 4.206 0 0 1 17.456 26a4.18 4.18 0 0 1-2.706-.99V19h2.5A2.75 2.75 0 0 0 20 16.25v-.382a2.248 2.248 0 0 0-.75-4.368a2.248 2.248 0 0 0-.75 4.368v.382c0 .69-.56 1.25-1.25 1.25h-2.5V2.814A3.86 3.86 0 0 1 17.125 2M8.75 17.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m10.5-4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M8.75 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBrainCircuit28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.875 2c.895 0 1.719.304 2.375.814V9h-2.38a2.248 2.248 0 0 0-4.37.75a2.25 2.25 0 0 0 4.37.75h2.38v14.51a4.18 4.18 0 0 1-2.706.99a4.206 4.206 0 0 1-4.112-3.325l-.04-.19A4.748 4.748 0 0 1 3.289 14.5H6.75c.69 0 1.25.56 1.25 1.25v.38a2.248 2.248 0 0 0 .75 4.37a2.25 2.25 0 0 0 .75-4.37v-.38A2.75 2.75 0 0 0 6.75 13H4.148a4.5 4.5 0 0 1 2.868-7.474A3.874 3.874 0 0 1 10.876 2m6.25 0a3.874 3.874 0 0 1 3.858 3.526a4.5 4.5 0 0 1 2.36 7.96a4.75 4.75 0 0 1-1.735 8.998l-.04.19A4.206 4.206 0 0 1 17.456 26a4.18 4.18 0 0 1-2.706-.99V19h2.5A2.75 2.75 0 0 0 20 16.25v-.382a2.248 2.248 0 0 0-.75-4.368a2.248 2.248 0 0 0-.75 4.368v.382c0 .69-.56 1.25-1.25 1.25h-2.5V2.814A3.86 3.86 0 0 1 17.125 2M8.75 17.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m10.5-4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M8.75 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.875 2c.895 0 1.719.304 2.375.814V9h-2.38a2.248 2.248 0 0 0-4.37.75a2.25 2.25 0 0 0 4.37.75h2.38v14.51a4.18 4.18 0 0 1-2.706.99a4.206 4.206 0 0 1-4.112-3.325l-.04-.19A4.748 4.748 0 0 1 3.289 14.5H6.75c.69 0 1.25.56 1.25 1.25v.38a2.248 2.248 0 0 0 .75 4.37a2.25 2.25 0 0 0 .75-4.37v-.38A2.75 2.75 0 0 0 6.75 13H4.148a4.5 4.5 0 0 1 2.868-7.474A3.874 3.874 0 0 1 10.876 2m6.25 0a3.874 3.874 0 0 1 3.858 3.526a4.5 4.5 0 0 1 2.36 7.96a4.75 4.75 0 0 1-1.735 8.998l-.04.19A4.206 4.206 0 0 1 17.456 26a4.18 4.18 0 0 1-2.706-.99V19h2.5A2.75 2.75 0 0 0 20 16.25v-.382a2.248 2.248 0 0 0-.75-4.368a2.248 2.248 0 0 0-.75 4.368v.382c0 .69-.56 1.25-1.25 1.25h-2.5V2.814A3.86 3.86 0 0 1 17.125 2M8.75 17.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m10.5-4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M8.75 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>
</template>

CSS

.icon-brain-circuit-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.875%202c.895%200%201.719.304%202.375.814V9h-2.38a2.248%202.248%200%200%200-4.37.75a2.25%202.25%200%200%200%204.37.75h2.38v14.51a4.18%204.18%200%200%201-2.706.99a4.206%204.206%200%200%201-4.112-3.325l-.04-.19A4.748%204.748%200%200%201%203.289%2014.5H6.75c.69%200%201.25.56%201.25%201.25v.38a2.248%202.248%200%200%200%20.75%204.37a2.25%202.25%200%200%200%20.75-4.37v-.38A2.75%202.75%200%200%200%206.75%2013H4.148a4.5%204.5%200%200%201%202.868-7.474A3.874%203.874%200%200%201%2010.876%202m6.25%200a3.874%203.874%200%200%201%203.858%203.526a4.5%204.5%200%200%201%202.36%207.96a4.75%204.75%200%200%201-1.735%208.998l-.04.19A4.206%204.206%200%200%201%2017.456%2026a4.18%204.18%200%200%201-2.706-.99V19h2.5A2.75%202.75%200%200%200%2020%2016.25v-.382a2.248%202.248%200%200%200-.75-4.368a2.248%202.248%200%200%200-.75%204.368v.382c0%20.69-.56%201.25-1.25%201.25h-2.5V2.814A3.86%203.86%200%200%201%2017.125%202M8.75%2017.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m10.5-4.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M8.75%209a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.875%202c.895%200%201.719.304%202.375.814V9h-2.38a2.248%202.248%200%200%200-4.37.75a2.25%202.25%200%200%200%204.37.75h2.38v14.51a4.18%204.18%200%200%201-2.706.99a4.206%204.206%200%200%201-4.112-3.325l-.04-.19A4.748%204.748%200%200%201%203.289%2014.5H6.75c.69%200%201.25.56%201.25%201.25v.38a2.248%202.248%200%200%200%20.75%204.37a2.25%202.25%200%200%200%20.75-4.37v-.38A2.75%202.75%200%200%200%206.75%2013H4.148a4.5%204.5%200%200%201%202.868-7.474A3.874%203.874%200%200%201%2010.876%202m6.25%200a3.874%203.874%200%200%201%203.858%203.526a4.5%204.5%200%200%201%202.36%207.96a4.75%204.75%200%200%201-1.735%208.998l-.04.19A4.206%204.206%200%200%201%2017.456%2026a4.18%204.18%200%200%201-2.706-.99V19h2.5A2.75%202.75%200%200%200%2020%2016.25v-.382a2.248%202.248%200%200%200-.75-4.368a2.248%202.248%200%200%200-.75%204.368v.382c0%20.69-.56%201.25-1.25%201.25h-2.5V2.814A3.86%203.86%200%200%201%2017.125%202M8.75%2017.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m10.5-4.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M8.75%209a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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