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

Name
brain-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M12.375 2c.975 0 1.88.303 2.625.818V29a4.97 4.97 0 0 1-3 1h-.31a5 5 0 0 1-4.772-3.509l-.169-.544A5.5 5.5 0 0 1 2 20.5V20a6 6 0 0 1 2.858-5.112a5 5 0 0 1 2.935-8.883A4.624 4.624 0 0 1 12.375 2m7.25 0a4.624 4.624 0 0 1 4.582 4.005a5 5 0 0 1 2.935 8.883A6 6 0 0 1 30 20v.5a5.5 5.5 0 0 1-4.749 5.447l-.169.544A5 5 0 0 1 20.31 30H20a4.97 4.97 0 0 1-3-1.001V2.819A4.6 4.6 0 0 1 19.625 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentBrain32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.375 2c.975 0 1.88.303 2.625.818V29a4.97 4.97 0 0 1-3 1h-.31a5 5 0 0 1-4.772-3.509l-.169-.544A5.5 5.5 0 0 1 2 20.5V20a6 6 0 0 1 2.858-5.112a5 5 0 0 1 2.935-8.883A4.624 4.624 0 0 1 12.375 2m7.25 0a4.624 4.624 0 0 1 4.582 4.005a5 5 0 0 1 2.935 8.883A6 6 0 0 1 30 20v.5a5.5 5.5 0 0 1-4.749 5.447l-.169.544A5 5 0 0 1 20.31 30H20a4.97 4.97 0 0 1-3-1.001V2.819A4.6 4.6 0 0 1 19.625 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.375 2c.975 0 1.88.303 2.625.818V29a4.97 4.97 0 0 1-3 1h-.31a5 5 0 0 1-4.772-3.509l-.169-.544A5.5 5.5 0 0 1 2 20.5V20a6 6 0 0 1 2.858-5.112a5 5 0 0 1 2.935-8.883A4.624 4.624 0 0 1 12.375 2m7.25 0a4.624 4.624 0 0 1 4.582 4.005a5 5 0 0 1 2.935 8.883A6 6 0 0 1 30 20v.5a5.5 5.5 0 0 1-4.749 5.447l-.169.544A5 5 0 0 1 20.31 30H20a4.97 4.97 0 0 1-3-1.001V2.819A4.6 4.6 0 0 1 19.625 2"/></svg>
</template>

CSS

.icon-brain-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.375%202c.975%200%201.88.303%202.625.818V29a4.97%204.97%200%200%201-3%201h-.31a5%205%200%200%201-4.772-3.509l-.169-.544A5.5%205.5%200%200%201%202%2020.5V20a6%206%200%200%201%202.858-5.112a5%205%200%200%201%202.935-8.883A4.624%204.624%200%200%201%2012.375%202m7.25%200a4.624%204.624%200%200%201%204.582%204.005a5%205%200%200%201%202.935%208.883A6%206%200%200%201%2030%2020v.5a5.5%205.5%200%200%201-4.749%205.447l-.169.544A5%205%200%200%201%2020.31%2030H20a4.97%204.97%200%200%201-3-1.001V2.819A4.6%204.6%200%200%201%2019.625%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.375%202c.975%200%201.88.303%202.625.818V29a4.97%204.97%200%200%201-3%201h-.31a5%205%200%200%201-4.772-3.509l-.169-.544A5.5%205.5%200%200%201%202%2020.5V20a6%206%200%200%201%202.858-5.112a5%205%200%200%201%202.935-8.883A4.624%204.624%200%200%201%2012.375%202m7.25%200a4.624%204.624%200%200%201%204.582%204.005a5%205%200%200%201%202.935%208.883A6%206%200%200%201%2030%2020v.5a5.5%205.5%200%200%201-4.749%205.447l-.169.544A5%205%200%200%201%2020.31%2030H20a4.97%204.97%200%200%201-3-1.001V2.819A4.6%204.6%200%200%201%2019.625%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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