Conty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Conty 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/338556.svg" alt="Conty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338556.svg" alt="Conty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338556.svg" alt="Conty icon" :width="24" :height="24" />
CSS background
.icon-conty {
background-image: url('https://proicons.com/icon/338556.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="M37.5145,11.4189c-3.4009-3.4009-8.099-5.5044-13.2885-5.5044-3.0342,0-5.9005.7191-8.4377,1.9962M9.8217,12.6368c-2.739,3.2651-4.3884,7.4752-4.3884,12.0705,0,10.3789,8.4138,18.7927,18.7927,18.7927,5.1894,0,9.8876-2.1035,13.2885-5.5042"/><path class="b" d="M12.7017,17.3618c-.5514-1.6236-1.1028-3.2471-1.6542-4.8707-1.7145.0227-3.4289.0454-5.1434.0681,1.3737-1.0261,2.7474-2.0522,4.121-3.0783-.5514-1.6236-1.1028-3.2471-1.6542-4.8707,1.4004.9894,2.8008,1.9787,4.2012,2.9681,1.3737-1.0261,2.7474-2.0523,4.1212-3.0784-.5082,1.6376-1.0165,3.2752-1.5247,4.9128,1.4004.9894,2.8008,1.9787,4.2012,2.9681-1.7145.0227-3.429.0454-5.1435.0681-.5082,1.6376-1.0165,3.2752-1.5247,4.9128Z"/><path class="b" d="M40.6393,30.2375c.269.7629.538,1.5258.8071,2.2888-.6661-.4591-1.3322-.9182-1.9983-1.3773-.6425.4916-1.2849.9832-1.9274,1.4748.2308-.7753.4616-1.5507.6924-2.326-.6661-.4591-1.3321-.9182-1.9982-1.3773.8087-.02,1.6174-.0402,2.4261-.0603.2308-.7753.4616-1.5507.6924-2.326.269.7629.538,1.5258.8071,2.2888.8087-.02,1.6175-.0402,2.4262-.0603-.6425.4916-1.2849.9832-1.9274,1.4748Z"/><path class="b" d="M11.3974,37.7548c5.2982-2.9438,10.5251-4.8724,15.8945-8.8314-6.2591,2.1303-17.575,1.1218-13.3177,7.6113"/><path class="b" d="M27.2919,28.9234c-1.8881,3.8658-6.691,12.137-13.3177,7.6113"/></svg>
Copied!