Yandex With Alice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex With Alice 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/349993.svg" alt="Yandex With Alice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349993.svg" alt="Yandex With Alice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349993.svg" alt="Yandex With Alice icon" :width="24" :height="24" />
CSS background
.icon-yandex-with-alice {
background-image: url('https://proicons.com/icon/349993.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="m45.5,38.5c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Zm-12.068,4.82c-2.9374,1.4342-6.1632,2.1798-9.432,2.18-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5h0c-.0002,3.2643-.7436,6.4858-2.174,9.42m-.855,7.342c-.149-2.454-1.43-5.147-3.97-6.633-2.543,1.486-3.823,4.179-3.972,6.633.409.534,1.644,1.446,3.971,1.29,2.328.156,3.562-.756,3.971-1.29Zm-18.471-5.262v-9.5l-7.619-13.5m15.238,0l-5.216,9.873"/></svg>
Copied!