Joshin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Joshin 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/327715.svg" alt="Joshin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327715.svg" alt="Joshin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327715.svg" alt="Joshin icon" :width="24" :height="24" />
CSS background
.icon-joshin {
background-image: url('https://proicons.com/icon/327715.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m13.029 20v6c0 1.1046-.89543 2-2 2-1.1046 0-2-.89543-2-2v-.66416"/><line class="d" x1="26.571" x2="26.571" y1="20" y2="28"/><path class="d" d="m26.571 24.7c0-1.1046.89542-2 2-2 1.1046 0 2 .89543 2 2v3.3"/><circle class="c" cx="32.771" cy="20.25" r=".7"/><line class="d" x1="32.771" x2="32.771" y1="22.7" y2="28"/><path class="d" d="m21.155 27.553c.36517.30665.75944.44716 1.6449.44716h.44869c.7302 0 1.3222-.59322 1.3222-1.325s-.59195-1.325-1.3222-1.325h-.89739c-.7302 0-1.3222-.59322-1.3222-1.325s.59195-1.325 1.3222-1.325h.4487c.88542 0 1.2797.14051 1.6449.44716"/><path class="d" d="m38.971 28v-3.3c0-1.1046-.89543-2-2-2-1.1046 0-2 .89543-2 2"/><line class="d" x1="34.971" x2="34.971" y1="28" y2="22.7"/><path class="d" d="m15.029 24.7c0-1.1046.89543-2 2-2s2 .89543 2 2v1.3c0 1.1046-.89543 2-2 2s-2-.89543-2-2z"/></svg>
Copied!