Yandex Key Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex Key icon is commonly used in password managers, authentication screens and security panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/335426.svg" alt="Yandex Key icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335426.svg" alt="Yandex Key icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335426.svg" alt="Yandex Key icon" :width="24" :height="24" />
CSS background
.icon-yandex-key {
background-image: url('https://proicons.com/icon/335426.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="15.0898" cy="15.8042" r="3.7984"/><path class="b" d="m43.4351,36.7634l-14.2112-14.2112c1.3554-4.0708.4252-8.7355-2.8151-11.9758-4.5693-4.5693-11.9775-4.5693-16.5468,0s-4.5693,11.9775,0,16.5468c3.7088,3.7088,9.288,4.4066,13.7012,2.0944l2.1501,2.1501,1.3189-1.3189,9.5684,9.5684,6.1907.332.6438-3.1857Z"/><polyline class="b" points="42.7913 39.9491 29.9346 27.0924 27.0323 30.0487"/></svg>
Copied!