Brain Out Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brain Out 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/337485.svg" alt="Brain Out icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337485.svg" alt="Brain Out icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337485.svg" alt="Brain Out icon" :width="24" :height="24" />
CSS background
.icon-brain-out {
background-image: url('https://proicons.com/icon/337485.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.4277,20.4755c.3499-.9718,1.0834-1.7574,2.029-2.173.9697-.43,2.068-.4694,3.066-.11,2.098.744,3.219,2.973,2.503,4.979-.358,1.003-1.063,1.86-2.029,2.173-1.001.324-3.267.633-3.816,2.17M31.1057,31.8575c-.2434.6837-1.0206,1.0326-1.7359.7794-.0004-.0001-.0007-.0003-.0011-.0004-.7152-.2537-1.0972-1.0135-.8534-1.697.0001-.0003.0002-.0007.0004-.001.2439-.6835,1.0213-1.0319,1.7365-.7782.0002,0,.0003.0001.0005.0002.715.2538,1.0969,1.0136.853,1.697ZM16.7427,7.5075c-.036.77.33,1.97.94,2.534.54.5-.141,1.799.528,2.555.741.838.636,1.324-.025,2.47-1.07,1.855-1.604,3.642-1.023,6.076M22.3967,25.9225c-1.273.264-2.16-1.168-2.971-2.171-1.236-1.529-2.05-2.687-3.619-2.992-3.235-.628-4.458-5.488-2.114-7.128.816-.571,2.056-.764,2.152-2.177.065-.966-.603-.702-1.025-.612l-1.634.347c-1.164.247-.44-1.395.402-1.567M21.1077,29.8435c-.421-1.877-1.825-2.863-3.662-3.052-1.07-.11-1.794-1.243-2.617-1.903-1.009-.81-2.03-1.162-2.778-.17-.174-.91-.856-1.386-1.4-1.917-.576-.562-.833-1.597-1.11-2.447M12.7577,30.2965c1.724.092,2.114-.329,3.08-.645.839-.274,1.785-.046,2.244.388M21.3037,34.9285l-2.722-1.217c-1.95-.872-1.11-3.221-.017-4.052M21.0647,43.3615c1.618-.278,3.303-1.906,2.624-3.435-.325-.733-.628-1.303-.438-2.26.34-1.715-.428-2.472-.332-4.011.073-1.17.484-2.906.484-5.813v-6.223c-1.87-1.444-.566-5.258-.463-8.074.094-2.542.503-5.052-.19-7.91-1.065-1.69-4.033-1.408-5.239.287-.319.448-.914-.096-1.593-.208-3.532-.584-4.558,3.283-5.498,6.441-.302,1.014-.94,1.233-1.656,2.782-.243.527.111,2.567-.882,3.401-.87.732-1.967,1.861-1.55,3.34.362,1.281-.928,3.15-.945,5.497-.011,1.57,1.04,1.797,1.555,2.563.466.694-.95,4.266,1.517,4.647,2.205.34,1.202,1.115,1.911,1.374.515.187,1.535.456,1.996.793,1.288.941.674,2.868,2.1,3.793l4.569,2.966c.494.32,1.409.157,2.03.05ZM40.4887,24.6575c.658-1.188,1.915-2.32,1.737-3.857-.143-1.228-1.459-1.649-2.335-3.019-.508-.794-.018-2.331-1.751-4.11-1.152-1.181-1.158-2.863-1.675-4.151-.697-1.74-2.09-3.717-3.574-3.687-.977.02-1.898,1.003-2.927-.26-1.123-1.378-3.983-.493-3.757,1.98-1.577,1.349-2.07,3.559-1.682,5.483.25,1.234-.475,2.381-.286,4.055.096.843.702,1.118.534,2.483-.184,1.49.98,1.935.678,2.966-.332,1.134-.362,2.085-.207,2.96.21,1.193.265,2.395-.087,3.593-.367,1.984-1.201,3.628.085,5.98-.7,1.806-.38,3.613.048,5.42-.048,2.955,2.4,3.73,4.708,2.084,1.0137-.8147,2.1253-1.4993,3.309-2.038,1.757-.808,1.869-1.558,2.183-2.44.216-.751.909-1.181,1.702-1.38.725-.183.607-.989,1.011-1.442.484-.542,1.063-.684,1.642-.944.975-.44,1.233-1.364,1.1-2.709-.2-2.007.567-2.326,1.137-3.076,1.02-1.34.395-3.238-.392-5.599"/></svg>
Copied!