Yandex Lavka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex Lavka 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/335429.svg" alt="Yandex Lavka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335429.svg" alt="Yandex Lavka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335429.svg" alt="Yandex Lavka icon" :width="24" :height="24" />
CSS background
.icon-yandex-lavka {
background-image: url('https://proicons.com/icon/335429.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="b" class="c" d="M25.3813,22.2034c1.357-6.3678,2.7799-13.9685,8.3557-15.2375,4.1029-.934,8.2787,2.0589,8.6197,6.1898,1.021,12.3686-3.5359,21.0763-9.7577,25.7101-8.3877,6.2488-17.4844-1.307-21.5333-7.5977C3.858,20.0684,4.954,14.3686,7.1559,10.1778c1.6829-3.2029,6.2808-3.7329,9.3077-.807,4.0239,3.8899,6.7318,7.7067,8.9177,12.8326Z"/></svg>
Copied!