Jins Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jins 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/342234.svg" alt="Jins icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342234.svg" alt="Jins icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342234.svg" alt="Jins icon" :width="24" :height="24" />
CSS background
.icon-jins {
background-image: url('https://proicons.com/icon/342234.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="c" x1="18.8291" y1="19.3649" x2="18.8291" y2="28.6351"/><path class="c" d="M16.1351,19.3649v6.9526c0,1.2799-1.0376,2.3175-2.3175,2.3175h0c-1.2799,0-2.3175-1.0376-2.3175-2.3175v-.7696"/><polyline class="c" points="21.523 28.6351 21.523 19.3649 27.6645 28.6351 27.6645 19.3649"/><path class="c" d="M36.3841,21.0104c-.2897-.9502-1.1704-1.6455-2.2133-1.6455h-1.4948c-1.2747,0-2.3175,1.0429-2.3175,2.3175,0,1.2862,1.0313,2.3175,2.3175,2.3175h1.5064c1.2862,0,2.3175,1.0313,2.3175,2.3175s-1.0313,2.3175-2.3175,2.3175h-1.4948c-1.0429,0-1.9236-.6953-2.2133-1.6455"/></svg>
Copied!