Yandex Market Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex Market 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/349989.svg" alt="Yandex Market icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349989.svg" alt="Yandex Market icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349989.svg" alt="Yandex Market icon" :width="24" :height="24" />
CSS background
.icon-yandex-market {
background-image: url('https://proicons.com/icon/349989.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m6.14,35.97l7.4-9.82-1.44,10.18,7.89,2.72,9.6-15.34c-.43,2.87-1.15,9.46,5.16,11.47,3.13.95,6.1374-.1784,8.9074-2.4584"/><path class="b" d="m45.0927,19.814c-3.07,4.63-6.0241,7.8961-7.6041,7.4861-2.72-.72-.28-9.46,1.29-15.05v-.15l-8.74-3.01-10.46,17.06,1.43-9.32-7.6-2.58L2.8834,28.0633"/></svg>
Copied!