bxs brain icon
bxs-brain from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-brain
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs brain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.299 17.596c.432 1.332 1.745 2.182 3.146 2.182H6.5A2.78 2.78 0 0 0 9.223 22c.457 0 .884-.115 1.262-.313a.992.992 0 0 0 .515-.882V3.027a.997.997 0 0 0-.785-.983a2.324 2.324 0 0 0-1.479.201c-.744.356-1.18 1.151-1.18 1.978v.055a2.778 2.778 0 0 0-2.744 4.433A3.327 3.327 0 0 0 2 12c0 1.178.611 2.211 1.533 2.812c-.43.771-.571 1.746-.234 2.784zm15.889-8.885a2.778 2.778 0 0 0-2.744-4.433v-.055c0-.826-.437-1.622-1.181-1.978a2.32 2.32 0 0 0-1.478-.201a.998.998 0 0 0-.785.983v17.777c0 .365.192.712.516.882c.378.199.804.314 1.261.314a2.78 2.78 0 0 0 2.723-2.223h.056c1.4 0 2.714-.85 3.146-2.182c.337-1.038.196-2.013-.234-2.784A3.35 3.35 0 0 0 22 12a3.327 3.327 0 0 0-2.812-3.289z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsBrain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.299 17.596c.432 1.332 1.745 2.182 3.146 2.182H6.5A2.78 2.78 0 0 0 9.223 22c.457 0 .884-.115 1.262-.313a.992.992 0 0 0 .515-.882V3.027a.997.997 0 0 0-.785-.983a2.324 2.324 0 0 0-1.479.201c-.744.356-1.18 1.151-1.18 1.978v.055a2.778 2.778 0 0 0-2.744 4.433A3.327 3.327 0 0 0 2 12c0 1.178.611 2.211 1.533 2.812c-.43.771-.571 1.746-.234 2.784zm15.889-8.885a2.778 2.778 0 0 0-2.744-4.433v-.055c0-.826-.437-1.622-1.181-1.978a2.32 2.32 0 0 0-1.478-.201a.998.998 0 0 0-.785.983v17.777c0 .365.192.712.516.882c.378.199.804.314 1.261.314a2.78 2.78 0 0 0 2.723-2.223h.056c1.4 0 2.714-.85 3.146-2.182c.337-1.038.196-2.013-.234-2.784A3.35 3.35 0 0 0 22 12a3.327 3.327 0 0 0-2.812-3.289z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.299 17.596c.432 1.332 1.745 2.182 3.146 2.182H6.5A2.78 2.78 0 0 0 9.223 22c.457 0 .884-.115 1.262-.313a.992.992 0 0 0 .515-.882V3.027a.997.997 0 0 0-.785-.983a2.324 2.324 0 0 0-1.479.201c-.744.356-1.18 1.151-1.18 1.978v.055a2.778 2.778 0 0 0-2.744 4.433A3.327 3.327 0 0 0 2 12c0 1.178.611 2.211 1.533 2.812c-.43.771-.571 1.746-.234 2.784zm15.889-8.885a2.778 2.778 0 0 0-2.744-4.433v-.055c0-.826-.437-1.622-1.181-1.978a2.32 2.32 0 0 0-1.478-.201a.998.998 0 0 0-.785.983v17.777c0 .365.192.712.516.882c.378.199.804.314 1.261.314a2.78 2.78 0 0 0 2.723-2.223h.056c1.4 0 2.714-.85 3.146-2.182c.337-1.038.196-2.013-.234-2.784A3.35 3.35 0 0 0 22 12a3.327 3.327 0 0 0-2.812-3.289z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-brain {
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%20d%3D%22M3.299%2017.596c.432%201.332%201.745%202.182%203.146%202.182H6.5A2.78%202.78%200%200%200%209.223%2022c.457%200%20.884-.115%201.262-.313a.992.992%200%200%200%20.515-.882V3.027a.997.997%200%200%200-.785-.983a2.324%202.324%200%200%200-1.479.201c-.744.356-1.18%201.151-1.18%201.978v.055a2.778%202.778%200%200%200-2.744%204.433A3.327%203.327%200%200%200%202%2012c0%201.178.611%202.211%201.533%202.812c-.43.771-.571%201.746-.234%202.784zm15.889-8.885a2.778%202.778%200%200%200-2.744-4.433v-.055c0-.826-.437-1.622-1.181-1.978a2.32%202.32%200%200%200-1.478-.201a.998.998%200%200%200-.785.983v17.777c0%20.365.192.712.516.882c.378.199.804.314%201.261.314a2.78%202.78%200%200%200%202.723-2.223h.056c1.4%200%202.714-.85%203.146-2.182c.337-1.038.196-2.013-.234-2.784A3.35%203.35%200%200%200%2022%2012a3.327%203.327%200%200%200-2.812-3.289z%22%20fill%3D%22currentColor%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%20d%3D%22M3.299%2017.596c.432%201.332%201.745%202.182%203.146%202.182H6.5A2.78%202.78%200%200%200%209.223%2022c.457%200%20.884-.115%201.262-.313a.992.992%200%200%200%20.515-.882V3.027a.997.997%200%200%200-.785-.983a2.324%202.324%200%200%200-1.479.201c-.744.356-1.18%201.151-1.18%201.978v.055a2.778%202.778%200%200%200-2.744%204.433A3.327%203.327%200%200%200%202%2012c0%201.178.611%202.211%201.533%202.812c-.43.771-.571%201.746-.234%202.784zm15.889-8.885a2.778%202.778%200%200%200-2.744-4.433v-.055c0-.826-.437-1.622-1.181-1.978a2.32%202.32%200%200%200-1.478-.201a.998.998%200%200%200-.785.983v17.777c0%20.365.192.712.516.882c.378.199.804.314%201.261.314a2.78%202.78%200%200%200%202.723-2.223h.056c1.4%200%202.714-.85%203.146-2.182c.337-1.038.196-2.013-.234-2.784A3.35%203.35%200%200%200%2022%2012a3.327%203.327%200%200%200-2.812-3.289z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-brain.svg?color=%231a73e8&size=48