Mojm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mojm 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/329468.svg" alt="Mojm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329468.svg" alt="Mojm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329468.svg" alt="Mojm icon" :width="24" :height="24" />
CSS background
.icon-mojm {
background-image: url('https://proicons.com/icon/329468.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m5.5,33.5982v-8.5863l6.0395-6.0395h7.4329l9.7392,9.7392-.3881.3881h-9.1402l-.6432.6432,4.3804,4.3804-8.3767,8.3767-9.0437-8.9018Z"/><path id="c" class="d" d="m33.5982,5.5h-8.5863l-6.0395,6.0395v7.4329l9.7392,9.7392.3881-.3881v-9.1402l.6432-.6432,4.3804,4.3804,8.3767-8.3767-8.9018-9.0437Z"/></svg>
Copied!