J2meloader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The J2meloader 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/342166.svg" alt="J2meloader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342166.svg" alt="J2meloader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342166.svg" alt="J2meloader icon" :width="24" :height="24" />
CSS background
.icon-j2meloader {
background-image: url('https://proicons.com/icon/342166.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="25.45 9.5 25.45 28.611 35.0103 28.611"/><path class="b" d="M12.9897,9.5h9.5603v14.3357c-.0314,2.628-2.157,4.7492-4.785,4.7753h0c-2.6373,0-4.7753-2.138-4.7753-4.7753h0v-1.5853"/><line class="b" x1="29.8967" y1="38.4807" x2="33.3863" y2="38.4807"/><line class="b" x1="29.8967" y1="31.511" x2="33.3863" y2="31.511"/><line class="b" x1="29.8967" y1="35.0007" x2="32.1683" y2="35.0007"/><line class="b" x1="29.8967" y1="31.511" x2="29.8967" y2="38.4807"/><polyline class="b" points="21.0323 38.4903 21.0323 31.5303 24.5123 38.5 28.002 31.54 28.002 38.5"/><path class="b" d="M14.6137,33.8407c.0006-1.276,1.0354-2.3099,2.3114-2.3093,1.2752.0006,2.3087,1.0341,2.3093,2.3093.0172.616-.2289,1.2102-.6767,1.6337-.9667.8217-3.944,3.0257-3.944,3.0257h4.6207"/></svg>
Copied!