Brainfm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brainfm 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/337489.svg" alt="Brainfm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337489.svg" alt="Brainfm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337489.svg" alt="Brainfm icon" :width="24" :height="24" />
CSS background
.icon-brainfm {
background-image: url('https://proicons.com/icon/337489.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="m31.3367,30.6833c-.1546.9085-1.1563,6.1247-7.2721,6.1247-5.9667,0-7.3909-5.6768-7.3909-6.1247,0,0-.3114-1.1947,1.1201-.9535,1.7432.2937,4.3528.3716,6.0412.3716,2.0216,0,4.8847-.1486,6.1339-.2763,1.3793-.139,1.4359.4611,1.368.8582h0Z"/><circle class="b" cx="24" cy="27.7674" r="12.1976"/><path class="b" d="m21.0713,25.8034c0,1.0364-.8402,1.8765-1.8765,1.8765s-1.8765-.8402-1.8765-1.8765.8402-1.8765,1.8765-1.8765,1.8765.8402,1.8765,1.8765Zm5.8575,0c0,1.0364.8402,1.8765,1.8765,1.8765s1.8765-.8402,1.8765-1.8765-.8402-1.8765-1.8765-1.8765-1.8765.8402-1.8765,1.8765Z"/><path class="b" d="m39.0771,19.9635h1.4042c1.6661,0,3.0187,1.3526,3.0187,3.0187v5.2415c0,1.6661-1.3526,3.0187-3.0187,3.0187h-1.4042c-.8911,0-1.6145-.7234-1.6145-1.6145v-8.0499c0-.8911.7234-1.6145,1.6145-1.6145Z"/><path class="b" d="m6.1145,19.9635h1.4042c1.6661,0,3.0187,1.3526,3.0187,3.0187v5.2415c0,1.6661-1.3526,3.0187-3.0187,3.0187h-1.4042c-.8911,0-1.6145-.7234-1.6145-1.6145v-8.0499c0-.8911.7234-1.6145,1.6145-1.6145Z" transform="translate(15.0374 51.2058) rotate(-180)"/><path class="b" d="m8.1106,19.9635c3.0779-8.6221,9.1901-11.9285,15.8894-11.9285,6.6993,0,12.8115,3.3064,15.8894,11.9285"/></svg>
Copied!