Friendly Iq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Friendly Iq 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/340836.svg" alt="Friendly Iq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340836.svg" alt="Friendly Iq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340836.svg" alt="Friendly Iq icon" :width="24" :height="24" />
CSS background
.icon-friendly-iq {
background-image: url('https://proicons.com/icon/340836.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,28.459c-3.2775,0-4.52-1.42-5.0966-2.2184"/><path class="a" d="M18.5788,22.0419a2.8256,2.8256,0,0,0-5.6511,0"/><path class="a" d="M15.7532,36.8447c1.7016.1343,1.442,4.5922-.732,4.3481S13.2242,36.6451,15.7532,36.8447Z"/><ellipse class="a" cx="8.743" cy="7.9608" rx="2.4403" ry="1.3311" transform="translate(-3.0683 8.5139) rotate(-45)"/><path class="a" d="M14.4982,11.9025a58.5433,58.5433,0,0,0-4.03-5.6673"/><path class="a" d="M12.74,13.5991c-1.53-1.6966-5.7225-3.9128-5.7225-3.9128"/><path class="a" d="M24,28.459c3.2775,0,4.52-1.42,5.0966-2.2184"/><path class="a" d="M29.4212,22.0419a2.8256,2.8256,0,0,1,5.6511,0"/><path class="a" d="M24,43.5c5.0966,0,5.6734-1.6416,5.6734-2.7065S28.5642,36.1644,24,36.1644s-5.6734,3.5643-5.6734,4.6291S18.9034,43.5,24,43.5Z"/><path class="a" d="M32.2468,36.8447c-1.7016.1343-1.442,4.5922.732,4.3481S34.7758,36.6451,32.2468,36.8447Z"/><ellipse class="a" cx="39.257" cy="7.9608" rx="1.3311" ry="2.4403" transform="translate(5.869 30.0905) rotate(-45)"/><path class="a" d="M33.5018,11.9025a58.5433,58.5433,0,0,1,4.03-5.6673"/><path class="a" d="M35.26,13.5991c1.53-1.6966,5.7225-3.9128,5.7225-3.9128"/><path class="a" d="M28.332,8.9471l.0255.0007A3.4467,3.4467,0,0,0,29.7294,7.34a9.9478,9.9478,0,0,0-4.1707.9022A37.0638,37.0638,0,0,0,28.6645,4.5s-6.2116,1.5529-8.3118,4.2326l.0165,0C11.7538,11.091,6.776,21.4716,6.776,27.5273c0,6.8623,12.56,8.6371,17.224,8.6371S41.224,34.39,41.224,27.5273C41.224,21.6381,36.515,11.66,28.332,8.9471Z"/></svg>
Copied!