Easy Coder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easy Coder 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/339451.svg" alt="Easy Coder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339451.svg" alt="Easy Coder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339451.svg" alt="Easy Coder icon" :width="24" :height="24" />
CSS background
.icon-easy-coder {
background-image: url('https://proicons.com/icon/339451.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="m23.0144,31.9701l3.577-9.5574"/><path id="d" class="i" d="m29.9002,34.8429c0,.8495-.4248,1.2743-1.2743,1.2743h-1.9115c-.9911,0-1.6283.4285-1.9115,1.2855-.2832-.857-.9203-1.2855-1.9115-1.2855h-1.9227c-.8495,0-1.2743-.4248-1.2743-1.2743"/><path id="e" class="i" d="m20.9688,24.6372l-5.0973,1.9115,5.0414,1.9227"/><path id="f" class="i" d="m28.6259,24.6372l5.1085,1.9115-5.1085,1.9227"/><path id="g" class="i" d="m12.0373,19.5287c6.3828,2.5598,11.4912,1.2855,16.5885-2.5486,0,1.6991-.4248,2.9771-1.2743,3.8341,3.8341,1.2743,6.3828-2.5598,9.5686-2.5598.8495,0,1.9152.4248,3.197,1.2743.4248-1.6991-.0037-2.9734-1.2855-3.823,0-1.6991.8533-2.9734,2.5598-3.823-1.7065-.857-3.4094-.4322-5.1085,1.2743,0-2.5598-2.5486-5.1085-5.0973-6.3828.8495.8495,1.2743,2.1239,1.2743,3.823-5.1085-5.0973-8.9314-5.0973-14.0399-5.0973,1.2743.8495,2.1239,1.6991,2.5486,2.5486-5.0973,0-8.9314,2.5486-14.0287-2.5486-1.2743,7.6571,1.2743,11.4801,5.0973,14.0287v6.3828c0,1.7065-.8495,2.5598-2.5486,2.5598,1.6991,0,2.5486.8495,2.5486,2.5486v8.9314c0,1.6991,1.278,2.5486,3.8341,2.5486"/><path id="h" class="i" d="m33.7343,42.5c1.6991,0,2.5486-.8495,2.5486-2.5486v-8.9314c0-1.6991.8495-2.5486,2.5486-2.5486-1.6991,0-2.5486-.8533-2.5486-2.5598v-7.4"/></svg>
Copied!