Foot Mercato Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foot Mercato 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/326143.svg" alt="Foot Mercato icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326143.svg" alt="Foot Mercato icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326143.svg" alt="Foot Mercato icon" :width="24" :height="24" />
CSS background
.icon-foot-mercato {
background-image: url('https://proicons.com/icon/326143.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M19.4224,15.6057l2.17,6.008-5.3759-3.7654-5.1451,4.025,1.8112-6.3103-5.2467-3.9108,6.5549.0877,1.9831-6.2399,2.0696,6.2388,6.541.0715-5.362,3.7954Z"/><path class="b" d="M24.6403,11.8253h15.7238l-.0138,8.5956h-15.6096v4.3987h13.6981v7.7477h-13.6981v9.9327h-10.5937v-16.934"/></svg>
Copied!