Mind Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mind Space 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/329291.svg" alt="Mind Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329291.svg" alt="Mind Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329291.svg" alt="Mind Space icon" :width="24" :height="24" />
CSS background
.icon-mind-space {
background-image: url('https://proicons.com/icon/329291.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.7772,12.7482c-3.0168.461-6.377,3.8223-6.8389,6.8388-.0195.1031-.1766.1031-.1954,0-.461-3.0154-3.822-6.3776-6.8389-6.8388-.103-.0194-.103-.1759,0-.1954,3.0167-.4614,6.3776-3.8218,6.8389-6.8389.0201-.1036.1762-.1036.1954,0,.4619,3.0166,3.8215,6.3776,6.8389,6.8389.1039.0193.1026.1764,0,.1954Z"/><path class="b" d="M42.4939,21.1382c.0658,6.5804-2.8988,11.9789-10.0383,14.2417-.936.2967-1.3406,1.3959-.797,2.2136l3.2622,4.9065"/><path class="b" d="M17.8456,42.1428c-.643-4.3581-2.784-6.3173-4.501-7.1087-2.4561-1.1322-7.6445-1.2146-8.1447-3.9294s2.6077-7.7874,2.6077-7.7874c-3.9294-3.6439-1.929-5.787,4.0009-8.4304,2.4291-6.9301,5.7087-10.1058,17.0182-9.2503"/></svg>
Copied!