Intellect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Intellect 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/327481.svg" alt="Intellect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327481.svg" alt="Intellect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327481.svg" alt="Intellect icon" :width="24" :height="24" />
CSS background
.icon-intellect {
background-image: url('https://proicons.com/icon/327481.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.0673,33.3653c0-5.5972-10.1346-23.3473-10.1346-23.3473S8.798,27.7681,8.798,33.3653a10.1347,10.1347,0,1,0,20.2693,0Z"/><path class="a" d="M27.9806,37.9244a10.24,10.24,0,0,0,1.0867.0576A10.1346,10.1346,0,0,0,39.202,27.8473C39.202,22.25,29.0673,4.5,29.0673,4.5s-3.5306,6.1837-6.4242,12.4024"/></svg>
Copied!