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

Name
brain-circuit-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M14.5 2a3.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.8c-1.228 0-2.32-.59-3.006-1.504A3.75 3.75 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15a4 4 0 0 1 2.2-3.572a3.876 3.876 0 0 1 2.082-6.633A3.25 3.25 0 0 1 12 3.174A3.24 3.24 0 0 1 14.5 2m-5 1.5a1.75 1.75 0 0 0-1.75 1.75v.25a.75.75 0 0 1-.75.75h-.125a2.375 2.375 0 1 0 0 4.75H7a2.25 2.25 0 0 1 2.238 2.02l.012.23v.396a2 2 0 1 1-1.5 0v-.396l-.004-.077A.75.75 0 0 0 7 12.5H6A2.5 2.5 0 0 0 3.5 15v.25a2.5 2.5 0 0 0 2.5 2.5a.75.75 0 0 1 .719.542l.026.14h.002A2.276 2.276 0 0 0 8.994 20.5a2.255 2.255 0 0 0 2.256-2.25v-9h-.896a2 2 0 1 1 0-1.5h.896v-2.5A1.75 1.75 0 0 0 9.5 3.5m8.23 9a2 2 0 0 1-.98.852v.898a2.25 2.25 0 0 1-2.25 2.25h-1.75v1.75c0 1.24 1.011 2.25 2.256 2.25a2.276 2.276 0 0 0 2.247-2.068h.002l.026-.14A.75.75 0 0 1 18 17.75a2.5 2.5 0 0 0 2.5-2.5V15a2.5 2.5 0 0 0-2.5-2.5zM8.5 15a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m6-11.5a1.75 1.75 0 0 0-1.75 1.741V15h1.75a.75.75 0 0 0 .75-.75v-.898a1.999 1.999 0 1 1 2.646-2.483a2.374 2.374 0 0 0-.771-4.619H17a.75.75 0 0 1-.75-.75v-.25A1.75 1.75 0 0 0 14.5 3.5M16 11a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1M8.5 8a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentBrainCircuit24Regular(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="M14.5 2a3.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.8c-1.228 0-2.32-.59-3.006-1.504A3.75 3.75 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15a4 4 0 0 1 2.2-3.572a3.876 3.876 0 0 1 2.082-6.633A3.25 3.25 0 0 1 12 3.174A3.24 3.24 0 0 1 14.5 2m-5 1.5a1.75 1.75 0 0 0-1.75 1.75v.25a.75.75 0 0 1-.75.75h-.125a2.375 2.375 0 1 0 0 4.75H7a2.25 2.25 0 0 1 2.238 2.02l.012.23v.396a2 2 0 1 1-1.5 0v-.396l-.004-.077A.75.75 0 0 0 7 12.5H6A2.5 2.5 0 0 0 3.5 15v.25a2.5 2.5 0 0 0 2.5 2.5a.75.75 0 0 1 .719.542l.026.14h.002A2.276 2.276 0 0 0 8.994 20.5a2.255 2.255 0 0 0 2.256-2.25v-9h-.896a2 2 0 1 1 0-1.5h.896v-2.5A1.75 1.75 0 0 0 9.5 3.5m8.23 9a2 2 0 0 1-.98.852v.898a2.25 2.25 0 0 1-2.25 2.25h-1.75v1.75c0 1.24 1.011 2.25 2.256 2.25a2.276 2.276 0 0 0 2.247-2.068h.002l.026-.14A.75.75 0 0 1 18 17.75a2.5 2.5 0 0 0 2.5-2.5V15a2.5 2.5 0 0 0-2.5-2.5zM8.5 15a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m6-11.5a1.75 1.75 0 0 0-1.75 1.741V15h1.75a.75.75 0 0 0 .75-.75v-.898a1.999 1.999 0 1 1 2.646-2.483a2.374 2.374 0 0 0-.771-4.619H17a.75.75 0 0 1-.75-.75v-.25A1.75 1.75 0 0 0 14.5 3.5M16 11a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1M8.5 8a.5.5 0 1 0 0 1a.5.5 0 0 0 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="M14.5 2a3.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.8c-1.228 0-2.32-.59-3.006-1.504A3.75 3.75 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15a4 4 0 0 1 2.2-3.572a3.876 3.876 0 0 1 2.082-6.633A3.25 3.25 0 0 1 12 3.174A3.24 3.24 0 0 1 14.5 2m-5 1.5a1.75 1.75 0 0 0-1.75 1.75v.25a.75.75 0 0 1-.75.75h-.125a2.375 2.375 0 1 0 0 4.75H7a2.25 2.25 0 0 1 2.238 2.02l.012.23v.396a2 2 0 1 1-1.5 0v-.396l-.004-.077A.75.75 0 0 0 7 12.5H6A2.5 2.5 0 0 0 3.5 15v.25a2.5 2.5 0 0 0 2.5 2.5a.75.75 0 0 1 .719.542l.026.14h.002A2.276 2.276 0 0 0 8.994 20.5a2.255 2.255 0 0 0 2.256-2.25v-9h-.896a2 2 0 1 1 0-1.5h.896v-2.5A1.75 1.75 0 0 0 9.5 3.5m8.23 9a2 2 0 0 1-.98.852v.898a2.25 2.25 0 0 1-2.25 2.25h-1.75v1.75c0 1.24 1.011 2.25 2.256 2.25a2.276 2.276 0 0 0 2.247-2.068h.002l.026-.14A.75.75 0 0 1 18 17.75a2.5 2.5 0 0 0 2.5-2.5V15a2.5 2.5 0 0 0-2.5-2.5zM8.5 15a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m6-11.5a1.75 1.75 0 0 0-1.75 1.741V15h1.75a.75.75 0 0 0 .75-.75v-.898a1.999 1.999 0 1 1 2.646-2.483a2.374 2.374 0 0 0-.771-4.619H17a.75.75 0 0 1-.75-.75v-.25A1.75 1.75 0 0 0 14.5 3.5M16 11a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1M8.5 8a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1"/></svg>
</template>

CSS

.icon-brain-circuit-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%202a3.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.8c-1.228%200-2.32-.59-3.006-1.504A3.75%203.75%200%200%201%208.994%2022c-1.726%200-3.195-1.187-3.627-2.8A4%204%200%200%201%202%2015.25V15a4%204%200%200%201%202.2-3.572a3.876%203.876%200%200%201%202.082-6.633A3.25%203.25%200%200%201%2012%203.174A3.24%203.24%200%200%201%2014.5%202m-5%201.5a1.75%201.75%200%200%200-1.75%201.75v.25a.75.75%200%200%201-.75.75h-.125a2.375%202.375%200%201%200%200%204.75H7a2.25%202.25%200%200%201%202.238%202.02l.012.23v.396a2%202%200%201%201-1.5%200v-.396l-.004-.077A.75.75%200%200%200%207%2012.5H6A2.5%202.5%200%200%200%203.5%2015v.25a2.5%202.5%200%200%200%202.5%202.5a.75.75%200%200%201%20.719.542l.026.14h.002A2.276%202.276%200%200%200%208.994%2020.5a2.255%202.255%200%200%200%202.256-2.25v-9h-.896a2%202%200%201%201%200-1.5h.896v-2.5A1.75%201.75%200%200%200%209.5%203.5m8.23%209a2%202%200%200%201-.98.852v.898a2.25%202.25%200%200%201-2.25%202.25h-1.75v1.75c0%201.24%201.011%202.25%202.256%202.25a2.276%202.276%200%200%200%202.247-2.068h.002l.026-.14A.75.75%200%200%201%2018%2017.75a2.5%202.5%200%200%200%202.5-2.5V15a2.5%202.5%200%200%200-2.5-2.5zM8.5%2015a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m6-11.5a1.75%201.75%200%200%200-1.75%201.741V15h1.75a.75.75%200%200%200%20.75-.75v-.898a1.999%201.999%200%201%201%202.646-2.483a2.374%202.374%200%200%200-.771-4.619H17a.75.75%200%200%201-.75-.75v-.25A1.75%201.75%200%200%200%2014.5%203.5M16%2011a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1M8.5%208a.5.5%200%201%200%200%201a.5.5%200%200%200%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%22M14.5%202a3.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.8c-1.228%200-2.32-.59-3.006-1.504A3.75%203.75%200%200%201%208.994%2022c-1.726%200-3.195-1.187-3.627-2.8A4%204%200%200%201%202%2015.25V15a4%204%200%200%201%202.2-3.572a3.876%203.876%200%200%201%202.082-6.633A3.25%203.25%200%200%201%2012%203.174A3.24%203.24%200%200%201%2014.5%202m-5%201.5a1.75%201.75%200%200%200-1.75%201.75v.25a.75.75%200%200%201-.75.75h-.125a2.375%202.375%200%201%200%200%204.75H7a2.25%202.25%200%200%201%202.238%202.02l.012.23v.396a2%202%200%201%201-1.5%200v-.396l-.004-.077A.75.75%200%200%200%207%2012.5H6A2.5%202.5%200%200%200%203.5%2015v.25a2.5%202.5%200%200%200%202.5%202.5a.75.75%200%200%201%20.719.542l.026.14h.002A2.276%202.276%200%200%200%208.994%2020.5a2.255%202.255%200%200%200%202.256-2.25v-9h-.896a2%202%200%201%201%200-1.5h.896v-2.5A1.75%201.75%200%200%200%209.5%203.5m8.23%209a2%202%200%200%201-.98.852v.898a2.25%202.25%200%200%201-2.25%202.25h-1.75v1.75c0%201.24%201.011%202.25%202.256%202.25a2.276%202.276%200%200%200%202.247-2.068h.002l.026-.14A.75.75%200%200%201%2018%2017.75a2.5%202.5%200%200%200%202.5-2.5V15a2.5%202.5%200%200%200-2.5-2.5zM8.5%2015a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m6-11.5a1.75%201.75%200%200%200-1.75%201.741V15h1.75a.75.75%200%200%200%20.75-.75v-.898a1.999%201.999%200%201%201%202.646-2.483a2.374%202.374%200%200%200-.771-4.619H17a.75.75%200%200%201-.75-.75v-.25A1.75%201.75%200%200%200%2014.5%203.5M16%2011a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1M8.5%208a.5.5%200%201%200%200%201a.5.5%200%200%200%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-regular.svg?color=%231a73e8&size=48