Joe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Joe 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/342265.svg" alt="Joe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342265.svg" alt="Joe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342265.svg" alt="Joe icon" :width="24" :height="24" />
CSS background
.icon-joe {
background-image: url('https://proicons.com/icon/342265.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"><circle cx="23.9563" cy="24" r="6.4877" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M4.5,24c0,3.5831,2.9046,6.4877,6.4877,6.4877s6.4877-2.9046,6.4877-6.4877v-6.4877" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M43.5,24c0,1.6603-.6334,3.3207-1.9002,4.5875-2.5336,2.5336-6.6414,2.5336-9.175,0s-2.5336-6.6414,0-9.175,6.6414-2.5336,9.175,0l-9.175,9.175" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!