Yandex Keyboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex Keyboard 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/349986.svg" alt="Yandex Keyboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349986.svg" alt="Yandex Keyboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349986.svg" alt="Yandex Keyboard icon" :width="24" :height="24" />
CSS background
.icon-yandex-keyboard {
background-image: url('https://proicons.com/icon/349986.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.1676,18.573H7.64a2.0779,2.0779,0,0,0-2.0779,2.0778V40.4222A2.0779,2.0779,0,0,0,7.64,42.5H40.36a2.0779,2.0779,0,0,0,2.0779-2.0778V20.6508A2.0779,2.0779,0,0,0,40.36,18.573h-5.284"/><rect class="a" x="14.0996" y="35.7634" width="20.0445" height="3.327" rx="0.4208"/><rect class="a" x="10.7333" y="29.78" width="3.3663" height="3.3663" rx="0.4208"/><rect class="a" x="16.586" y="29.78" width="3.3663" height="3.3663" rx="0.4208"/><path class="a" d="M25.8051,30.3553v2.37a.4208.4208,0,0,1-.4208.4208H22.86a.4207.4207,0,0,1-.4207-.4208v-2.37"/><rect class="a" x="28.2915" y="29.78" width="3.3663" height="3.3663" rx="0.4208"/><rect class="a" x="34.1442" y="29.78" width="3.3663" height="3.3663" rx="0.4208"/><rect class="a" x="10.7333" y="23.7965" width="3.3663" height="3.3663" rx="0.4208"/><path class="a" d="M18.2755,27.1628H17.0068a.4208.4208,0,0,1-.4208-.4208v-.8747"/><path class="a" d="M31.6578,25.8673v.8747a.4208.4208,0,0,1-.4208.4208H29.9683"/><rect class="a" x="34.1442" y="23.7965" width="3.3663" height="3.3663" rx="0.4208"/><path class="a" d="M34.2525,23.8775,24.1219,31.646,13.9913,23.8775a2.1036,2.1036,0,0,1-.8237-1.67V7.1832A1.6832,1.6832,0,0,1,14.8508,5.5H33.393a1.6832,1.6832,0,0,1,1.6832,1.6832V22.208A2.1036,2.1036,0,0,1,34.2525,23.8775Z"/><line class="a" x1="24" y1="16.4894" x2="19.6938" y2="9.9894"/><line class="a" x1="28.3062" y1="9.9894" x2="25.3582" y2="14.4393"/><line class="a" x1="24" y1="22.9894" x2="24" y2="16.4894"/></svg>
Copied!