Yandex Alice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex 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/335422.svg" alt="Yandex Alice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335422.svg" alt="Yandex Alice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335422.svg" alt="Yandex Alice icon" :width="24" :height="24" />
CSS background
.icon-yandex-alice {
background-image: url('https://proicons.com/icon/335422.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M23.236,10.945c-1.4862.6136-2.3674,1.6921-3.543,3.1445s-2.4245,3.2929-3.6074,5.3418c-1.1829,2.0489-2.1522,4.0487-2.8223,5.793-.67,1.7443-1.1629,3.0467-.9512,4.6406.0697.5244.3443.9999.7637,1.3223,1.2745.9803,2.6505,1.2062,4.4961,1.498,1.8456.2919,4.0618.4512,6.4277.4512s4.5821-.1593,6.4277-.4512c1.8456-.2919,3.2216-.5177,4.4961-1.498.4194-.3224.694-.7979.7637-1.3223.2117-1.5939-.2811-2.8963-.9512-4.6406s-1.6393-3.744-2.8223-5.793c-1.1829-2.0489-2.4318-3.8894-3.6074-5.3418-1.1756-1.4524-2.0567-2.5309-3.543-3.1445-.4891-.202-1.0382-.202-1.5273,0h0Z"/></svg>
Copied!