Braintrust Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Braintrust icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/313743.svg" alt="Braintrust icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313743.svg" alt="Braintrust icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313743.svg" alt="Braintrust icon" :width="24" :height="24" />
CSS background
.icon-braintrust {
background-image: url('https://proicons.com/icon/313743.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Braintrust</title><path d="M0 12.002C0 5.372 5.374-.002 12.001-.002 18.626-.002 24 5.372 24 12.002c0 6.625-5.374 12-11.999 12h-9.98a2.01 2.01 0 0 1-2.013-2.013V12.01zm0 0"/></svg>
Copied!