Yandex Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex Launcher 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/335428.svg" alt="Yandex Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335428.svg" alt="Yandex Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335428.svg" alt="Yandex Launcher icon" :width="24" :height="24" />
CSS background
.icon-yandex-launcher {
background-image: url('https://proicons.com/icon/335428.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><path class="c" d="m42.1443,17.2075c-2.1603-2.5007-5.2495-3.6211-8.2454-3.3665-2.775.2359-5.4218-1.3059-6.6908-3.785-1.3307-2.5997-3.8118-4.5964-6.975-5.1765-4.6735-.857-9.3707,1.8577-10.9619,6.3348-1.0836,3.0491-.5794,6.2167,1.033,8.6746,1.5335,2.3375,1.5686,5.3145.0248,7.6452-1.6605,2.5068-2.1607,5.7564-1.0066,8.8521,1.6718,4.4846,6.4642,7.1285,11.1491,6.1495,3.1386-.6558,5.5675-2.7052,6.837-5.3295,1.2172-2.5162,3.8467-4.0802,6.6328-3.856,2.976.2395,6.0393-.877,8.1886-3.354,3.1546-3.6357,3.1612-9.1462.0145-12.7887Z"/><path class="c" d="m39.3034,14.94c-.0132-1.0533-.1981-2.127-.5746-3.1865-1.5911-4.4771-6.2884-7.1918-10.9619-6.3348-1.2372.2269-2.37.6704-3.3705,1.282m-.7926,34.5986c1.1183.8452,2.4424,1.4658,3.9247,1.7755,4.6849.9789,9.4773-1.6649,11.1491-6.1495.577-1.5479.7405-3.1342.5521-4.6469M8.7431,15.4523c-1.0631.5556-2.0457,1.3203-2.8873,2.2945-3.1467,3.6425-3.1401,9.153.0145,12.7887.8265.9525,1.7881,1.7038,2.8279,2.2543"/><polyline class="c" points="29.2706 18.3133 23.8536 23.7304 18.4365 18.3133"/><line class="c" x1="23.8536" y1="23.7304" x2="23.8536" y2="29.827"/></svg>
Copied!