Nothing But Wallpapers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nothing But Wallpapers 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/344889.svg" alt="Nothing But Wallpapers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344889.svg" alt="Nothing But Wallpapers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344889.svg" alt="Nothing But Wallpapers icon" :width="24" :height="24" />
CSS background
.icon-nothing-but-wallpapers {
background-image: url('https://proicons.com/icon/344889.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m45,23.7225c0,11.598-9.402,21-21,21S3,35.3204,3,23.7225h42Z"/><polyline class="c" points="38.8174 23.7225 31.9166 15.3058 25.0158 23.7225"/><polyline class="c" points="27.5864 20.5871 19.521 8.8219 9.3062 23.7225"/><circle class="c" cx="34.1918" cy="6.7186" r="3.441"/></svg>
Copied!