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

Name
brain-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the brain 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.814V25.01a4.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-1.736-8.999a4.5 4.5 0 0 1 2.36-7.96A3.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-.99V2.814A3.86 3.86 0 0 1 17.125 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentBrain28Filled(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.814V25.01a4.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-1.736-8.999a4.5 4.5 0 0 1 2.36-7.96A3.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-.99V2.814A3.86 3.86 0 0 1 17.125 2"/></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.814V25.01a4.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-1.736-8.999a4.5 4.5 0 0 1 2.36-7.96A3.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-.99V2.814A3.86 3.86 0 0 1 17.125 2"/></svg>
</template>

CSS

.icon-brain-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.814V25.01a4.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-1.736-8.999a4.5%204.5%200%200%201%202.36-7.96A3.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-.99V2.814A3.86%203.86%200%200%201%2017.125%202%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.814V25.01a4.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-1.736-8.999a4.5%204.5%200%200%201%202.36-7.96A3.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-.99V2.814A3.86%203.86%200%200%201%2017.125%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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