Justserve Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Justserve 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/342325.svg" alt="Justserve icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342325.svg" alt="Justserve icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342325.svg" alt="Justserve icon" :width="24" :height="24" />
CSS background
.icon-justserve {
background-image: url('https://proicons.com/icon/342325.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M23.6157,15.6929c2.4316-1.4209,5.3098-2.7629,8.1869-2.0063,5.1419,1.3578,6.9386,7.744,4.2466,12.0526-5.2474,7.2263-13.4792,11.2715-20.3633,16.2324-7.3021-3.3778-12.1812-10.7835-12.1812-18.9763C3.5047,11.6761,12.6807,2.5,24,2.5s20.4953,9.1761,20.4953,20.4953c0,8.2116-4.9013,15.6306-12.1896,19.027-6.8448-4.9306-15.1075-9.0068-20.3549-16.233-2.6921-4.3086-.8953-10.6949,4.2466-12.0526,2.8771-.7566,5.0031.5305,7.4347,1.9514"/></svg>
Copied!