Wallyou Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallyou 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/349535.svg" alt="Wallyou icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349535.svg" alt="Wallyou icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349535.svg" alt="Wallyou icon" :width="24" :height="24" />
CSS background
.icon-wallyou {
background-image: url('https://proicons.com/icon/349535.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M20.3438,38.3035H4.5l13.4062-19.2927,8.2636,11.892"/><path id="c" class="f" d="M20.3438,38.3035l11.5781-14.669,11.5781,14.669H20.3438Z"/><path id="d" class="f" d="M37.365,20.0696l-1.4694-1.618-2.1406-.0399,.1051-2.1831-1.4854-1.5418,1.618-1.4694,.0399-2.1406,2.1831,.1051,1.5418-1.4854,1.4694,1.618,2.1406,.0399-.1051,2.1831,1.4854,1.5418-1.618,1.4694-.0399,2.1406-2.1831-.1051-1.5418,1.4854Z"/><circle id="e" class="f" cx="37.5891" cy="14.9645" r="1.7063"/></svg>
Copied!