Yandex Disk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex Disk 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/335424.svg" alt="Yandex Disk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335424.svg" alt="Yandex Disk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335424.svg" alt="Yandex Disk icon" :width="24" :height="24" />
CSS background
.icon-yandex-disk {
background-image: url('https://proicons.com/icon/335424.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><ellipse class="c" cx="25.4155" cy="28.0413" rx="10.0649" ry="3.6455" transform="translate(-9.2264 12.8033) rotate(-24.0687)"/><ellipse class="c" cx="24.2577" cy="25.4491" rx="21.8284" ry="8.6297" transform="translate(-8.2699 12.1057) rotate(-24.0687)"/><path class="c" d="m4.1502,33.8583c-2.3092-5.773,2.0897-8.1645,4.5041-11.5885,3.4313-4.8662,2.4988-7.9099,9.6744-10.6114,6.6775-2.514,8.6175.5426,13.2841.3833,4.4995-.1536,8.2884-.538,11.9141,3.5172"/></svg>
Copied!