Mercari Jp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mercari Jp 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/343642.svg" alt="Mercari Jp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343642.svg" alt="Mercari Jp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343642.svg" alt="Mercari Jp icon" :width="24" :height="24" />
CSS background
.icon-mercari-jp {
background-image: url('https://proicons.com/icon/343642.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m33.17 7.7426-8.2088-4.4965a2.0002 2.0002 0 00-1.9219 0l-16.887 9.25a2.0002 2.0002 0 00-1.0391 1.7539v19.5a2.0002 2.0002 0 001.0391 1.7539l16.887 9.25a2.0002 2.0002 0 001.9219 0l16.887-9.25a2.0002 2.0002 0 001.0391-1.7539v-12.922"/><circle class="b" cx="37.115" cy="14.963" r="8.25"/><path class="b" d="m14.556 33.028v-4.7274c0-1.5824-1.1108-3.4736-2.4812-4.2242-1.3703-.7506-2.4812-.07638-2.4812 1.506v4.7274"/><path class="b" d="m14.556 28.301c0-1.5824 1.1109-2.2566 2.4812-1.506s2.4812 2.6418 2.4812 4.2242v4.7274"/></svg>
Copied!