Animex Wallpaper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animex Wallpaper 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/336372.svg" alt="Animex Wallpaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336372.svg" alt="Animex Wallpaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336372.svg" alt="Animex Wallpaper icon" :width="24" :height="24" />
CSS background
.icon-animex-wallpaper {
background-image: url('https://proicons.com/icon/336372.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m35.8104,28.5083c-1.8569,2.1142-6.2979,4.4298-10.381,5.0451l-.0224,9.9447h-2.5393v-9.8552c-2.159-.0783-6.6223-1.5213-9.7322-5.4254,5.6491-6.2756,15.124-5.6044,22.6748.2908Z"/><path class="c" d="m14.6346,19.783c-1.5064.8054-3.3485,3.1844-3.7139,4.2285,6.544-5.8393,18.5918-7.1369,26.9368.0112C42.3432-.4532,8.236-2.9254,10.2383,22.3558c1.4393-1.32,2.9047-2.1776,4.3962-2.5729Z"/><path class="c" d="m19.8586,21.7035c3.4827-1.0291,6.1861-1.0291,8.1101,0"/><path class="c" d="m24.0311,19.2013v1.7304"/></svg>
Copied!