Adaptive Toons Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adaptive Toons Icon 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/321354.svg" alt="Adaptive Toons Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321354.svg" alt="Adaptive Toons Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321354.svg" alt="Adaptive Toons Icon icon" :width="24" :height="24" />
CSS background
.icon-adaptive-toons-icon {
background-image: url('https://proicons.com/icon/321354.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="m13.4399,12.1443c2.3226-2.3338,8.1346-2.3338,9.9971,4.0056,3.9495-7.495,10.9284-9.2454,14.4178-4.0056"/><path id="c" class="g" d="m35.1957,22.6014c2.3899,0,4.331,2.4684,4.331,5.5203s-1.9411,5.5203-4.331,5.5203c-2.3787,0-4.3197-2.4684-4.3197-5.5203s1.9411-5.5203,4.3197-5.5203Z"/><path id="d" class="g" d="m18.0963,22.8932c1.6494,0,2.9958,2.2104,2.9958,4.9368s-1.3464,4.9368-2.9958,4.9368c-1.6606,0-3.007-2.2104-3.007-4.9368s1.3464-4.9368,3.007-4.9368Z"/><path id="e" class="g" d="m32.6263,16.206c5.453,0,9.8737,5.0715,9.8737,11.3323s-4.4207,11.3323-9.8737,11.3323c-5.4642,0-9.8849-5.0715-9.8849-11.3323s4.4207-11.3323,9.8849-11.3323Z"/><path id="f" class="g" d="m23.6166,32.4864c-4.3646,9.2902-20.0503,8.1346-17.9185-7.5624,1.9299-9.3015,14.7208-11.624,17.7053-1.986"/></svg>
Copied!