Comico Justoon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Comico Justoon 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/338505.svg" alt="Comico Justoon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338505.svg" alt="Comico Justoon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338505.svg" alt="Comico Justoon icon" :width="24" :height="24" />
CSS background
.icon-comico-justoon {
background-image: url('https://proicons.com/icon/338505.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m39.9155,11.6473c-.8139-3.2778-2.8598-4.9167-6.1376-4.9167l-22.1198-1.232c-2.4565,0-3.6848,1.2283-3.6848,3.6848l-2.0422,25.8045c-.2738,4.913,2.0459,6.5519,6.9589,4.9167l8.6015-2.4639c1.3614-.5401,2.5897-.5401,3.6848,0l9.8335,4.9167c1.2209.6215,2.4528-.9212,1.5316-2.4528l-2.5194-4.6726c-.4883-.9767-.2442-1.7203,1.3873-2.2863l3.2852-.8213c2.4565-.5475,3.5812-1.6389,3.374-3.2741,0,0-2.1532-17.203-2.1532-17.203Z"/><path class="d" d="m30.2626,17.4213c-1.3013-2.0892-3.619-3.4796-6.2615-3.4796-4.0711,0-7.3714,3.3003-7.3714,7.3714s3.3003,7.3714,7.3714,7.3714c2.6202,0,4.9211-1.3671,6.2284-3.4269"/></svg>
Copied!