Mojeikp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mojeikp 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/329464.svg" alt="Mojeikp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329464.svg" alt="Mojeikp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329464.svg" alt="Mojeikp icon" :width="24" :height="24" />
CSS background
.icon-mojeikp {
background-image: url('https://proicons.com/icon/329464.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"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,13.4582c1.3757-3.0222,3.6362-5.0297,6.88-5.8015,3.2631-.7764,6.2645-.041,8.7464,2.1648,3.5955,3.1954,4.1702,7.87,2.419,11.6481-1.3519,2.9164-3.4358,5.2985-5.5905,7.6037-2.5784,2.7585-5.344,5.3356-8.174,7.8387-1.2761,1.1287-2.9779,2.6033-4.2811,3.7312-1.3028-1.1279-3.0046-2.6025-4.2807-3.7312-2.83-2.5031-5.5956-5.0802-8.174-7.8387-2.1547-2.3052-4.2386-4.6873-5.5905-7.6037-1.7512-3.778-1.1765-8.4526,2.419-11.6481,2.482-2.2058,5.4833-2.9412,8.7464-2.1648,3.2438.7718,5.5043,2.7793,6.88,5.8015Z"/><line class="c" x1="24" y1="13.4582" x2="24" y2="40.6431"/></svg>
Copied!