Pixeldroid Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixeldroid Alt 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/345870.svg" alt="Pixeldroid Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345870.svg" alt="Pixeldroid Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345870.svg" alt="Pixeldroid Alt icon" :width="24" :height="24" />
CSS background
.icon-pixeldroid-alt {
background-image: url('https://proicons.com/icon/345870.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.2188,5.7135H11.8611A3.1667,3.1667,0,0,0,8.6944,8.88V41.2845a1,1,0,0,0,1.7415.6709l9.2742-10.25a2,2,0,0,1,1.483-.6581h5.4458A12.6668,12.6668,0,0,0,39.3035,18.143,12.9426,12.9426,0,0,0,26.2188,5.7135Z"/></svg>
Copied!