Yadrive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yadrive 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/349953.svg" alt="Yadrive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349953.svg" alt="Yadrive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349953.svg" alt="Yadrive icon" :width="24" :height="24" />
CSS background
.icon-yadrive {
background-image: url('https://proicons.com/icon/349953.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.689,8.2996c.8939-.0966,2.09-.232,2.9114-.2641,5.0951-.1992,8.8152.8127,11.3833,2.7214,3.4241,2.545,4.5963,6.623,4.2355,10.9258-.6386,7.6169-5.7813,16.2638-12.0947,20.8173M24.2818,42.4999c7.8967-6.8457,12.3282-14.0026,13.3869-20.5305,1.0086-6.2227-1.0591-11.9017-5.6476-16.4695"/><rect class="b" x="5.5045" y="5.5043" width="36.9911" height="36.9911" rx="3.999" ry="3.999"/></svg>
Copied!