Pix Wallpapers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pix 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/331290.svg" alt="Pix Wallpapers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331290.svg" alt="Pix Wallpapers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331290.svg" alt="Pix Wallpapers icon" :width="24" :height="24" />
CSS background
.icon-pix-wallpapers {
background-image: url('https://proicons.com/icon/331290.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m26.001,16.5518l-11.1201,19.2605c-.9407,1.6293.2352,3.6659,2.1165,3.6659h22.2401c1.8813,0,3.0572-2.0366,2.1165-3.6659l-11.1201-19.2605c-.9407-1.6293-3.2923-1.6293-4.233,0Z"/><path class="c" d="m18.2229,30.0239l-2.6924-4.6635c-.7224-1.2512-2.5283-1.2512-3.2507,0l-6.5256,11.3026c-.7224,1.2512.1806,2.8152,1.6253,2.8152h9.6179"/><line class="c" x1="6.1901" y1="18.9958" x2="12.2127" y2="18.9958"/><line class="c" x1="37.263" y1="17.7738" x2="42.5" y2="17.7738"/><circle class="c" cx="16.4896" cy="12.0567" r="3.535"/></svg>
Copied!