Jiojoin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jiojoin 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/327681.svg" alt="Jiojoin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327681.svg" alt="Jiojoin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327681.svg" alt="Jiojoin icon" :width="24" :height="24" />
CSS background
.icon-jiojoin {
background-image: url('https://proicons.com/icon/327681.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="3.5701" y="10.6197" width="30" height="22" rx="3"/><path class="a" d="M33.57,25.5412l7.9206,4.573a1,1,0,0,0,1.5-.866V15.3918a1,1,0,0,0-1.5-.8661L33.57,19.0987"/><path class="a" d="M18.57,14.62a3.3944,3.3944,0,1,1-3.3944,3.3944A3.3944,3.3944,0,0,1,18.57,14.62Zm0,8.4407c3.7715,0,6.7888,1.0561,6.7888,2.3158V28.62H11.7813V25.3913C11.7813,24.1165,14.7985,23.06,18.57,23.06Z"/></svg>
Copied!