Marco Polo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Marco Polo 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/343431.svg" alt="Marco Polo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343431.svg" alt="Marco Polo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343431.svg" alt="Marco Polo icon" :width="24" :height="24" />
CSS background
.icon-marco-polo {
background-image: url('https://proicons.com/icon/343431.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><ellipse class="c" cx="31.6304" cy="18.6755" rx="4.7579" ry="4.9309"/><path class="c" d="m3.4489,30.3363c4.9873-4.6235,14.033-9.1973,23.4689-11.0145"/><path class="c" d="m10.4468,7.3093c8.2447.3875,14.0691,3.9938,17.8449,7.7696"/><path class="c" d="m32.1707,13.784c.2868-5.3052-.2558-7.0818-1.179-10.1214"/><path class="c" d="m43.704,15.3841c-.9879-.1609-4.3368-.4949-7.8174,1.0535"/><path class="c" d="m42.7194,34.5828c-.8789-5.9552-4.4321-10.5828-7.2381-12.905"/><path class="c" d="m30.3348,23.4192c-1.621,10.605-5.1646,17.3467-8.655,21.9571"/></svg>
Copied!