Passandroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Passandroid 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/331002.svg" alt="Passandroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331002.svg" alt="Passandroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331002.svg" alt="Passandroid icon" :width="24" :height="24" />
CSS background
.icon-passandroid {
background-image: url('https://proicons.com/icon/331002.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M5.7053,22.7221l.0008.0015.0008.0016.0008.0016.0009.0016.0008.0015A2.7727,2.7727,0,0,1,4.5,26.46l0,0,5.8939,11.5485a2.7726,2.7726,0,0,1,3.717,1.1876L41.3882,25.2757a2.7728,2.7728,0,0,1,1.2176-3.706L36.712,10.0212a2.7727,2.7727,0,0,1-3.73-1.2092l0,0-.004-.0081Z"/><path class="a" d="M19.6543,36.3765l21.9184-6.0072A2.7727,2.7727,0,0,1,43.5,26.9779l-1.374-4.9151"/><path class="a" d="M30.5248,28.179l.46-1.5143-4.9072-5.6262,1.2652-4.1643a1.187,1.187,0,1,0-2.2715-.69l-1.2652,4.1644L16.5987,22.294l-.46,1.5144,6.6325-.0527L21.5059,27.92l-1.8594.6757-.345,1.1357,2.88.048,2.42,1.5623.3451-1.1357L23.7775,28.61l1.2652-4.1644Z"/></svg>
Copied!