Yaandyou Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yaandyou 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/335390.svg" alt="Yaandyou icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335390.svg" alt="Yaandyou icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335390.svg" alt="Yaandyou icon" :width="24" :height="24" />
CSS background
.icon-yaandyou {
background-image: url('https://proicons.com/icon/335390.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><path class="b" d="M11.231,21.78h25.538M23.385,4.5h1.23c4.844,0,8.743,3.861,8.743,8.658v21.684c0,4.797-3.9,8.658-8.742,8.658h-1.231c-4.843,0-8.742-3.861-8.742-8.658V13.158c0-4.797,3.899-8.658,8.742-8.658"/></svg>
Copied!