Jmo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jmo 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/342256.svg" alt="Jmo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342256.svg" alt="Jmo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342256.svg" alt="Jmo icon" :width="24" :height="24" />
CSS background
.icon-jmo {
background-image: url('https://proicons.com/icon/342256.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 class="c" d="m39.1693,17.248c12.6627,11.423-4.981,22.835-20.3445,20.3445,12.0429-2.4905,20.5548-12.6627,20.3445-20.3445Z"/><path class="c" d="m25.8867,12.4774c2.7008,11.2127-5.4016,20.1342-13.4929,22.6247C-3.9991,28.2504,7.4129,10.4075,25.8867,12.4774Z"/><path class="c" d="m35.428,8.7472c-.1992,15.3525-5.3905,26.5652-27.5946,30.5057,21.7834-7.6818,23.4438-18.6842,23.8644-30.5057h3.7302Z"/></svg>
Copied!