Mobilepass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobilepass 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/343986.svg" alt="Mobilepass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343986.svg" alt="Mobilepass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343986.svg" alt="Mobilepass icon" :width="24" :height="24" />
CSS background
.icon-mobilepass {
background-image: url('https://proicons.com/icon/343986.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="M24,43.5c13.3548-4.243,16.6352-14.3682,16.6352-19.2862V11.3088a1.133,1.133,0,0,0-.7389-1.0623L24.7882,4.6415a2.2656,2.2656,0,0,0-1.5764,0L8.1037,10.2465a1.133,1.133,0,0,0-.7389,1.0623v12.905C7.3648,29.1318,10.6452,39.257,24,43.5Z"/><circle class="a" cx="24.9894" cy="23.5401" r="1.9041"/><circle class="a" cx="18.7728" cy="23.5401" r="1.9041"/><circle class="a" cx="12.5561" cy="23.5401" r="1.9041"/><polyline class="a" points="29.302 22.419 31.815 24.932 37.348 19.4"/></svg>
Copied!