Jago Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jago 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/342173.svg" alt="Jago icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342173.svg" alt="Jago icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342173.svg" alt="Jago icon" :width="24" :height="24" />
CSS background
.icon-jago {
background-image: url('https://proicons.com/icon/342173.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.708,20.16l.0231,9.4145a4.2449,4.2449,0,0,1-3.9968,4.4714c-8.1777.7156-3.7885-9.164-10.8085-8.9516-4.5573.4761-5.1107,5.343-3.4475,9.2684,5.4522,14.4428,27.1464,10.6752,27.2509-3.6811.0767-1.0473.0625-10.3251.0625-10.3251-.1443-5.1489-8.9066-5.25-9.084-.1964Z"/><circle class="a" cx="14.0727" cy="9.4584" r="4.9605"/><circle class="a" cx="23.9978" cy="9.4584" r="4.9605"/><circle class="a" cx="33.9273" cy="9.4584" r="4.9605"/></svg>
Copied!