Mobile Pasmo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobile Pasmo 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/343981.svg" alt="Mobile Pasmo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343981.svg" alt="Mobile Pasmo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343981.svg" alt="Mobile Pasmo icon" :width="24" :height="24" />
CSS background
.icon-mobile-pasmo {
background-image: url('https://proicons.com/icon/343981.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M40.306,37.0949c1.6664,0,3.0527,1.2811,3.1839,2.9423.1313,1.6612-1.0367,3.1442-2.6824,3.4058-1.6457.2617-3.216-.7859-3.6064-2.4059"/><path class="b" d="M17.1946,34.4831h7.4259"/><ellipse class="b" cx="14.6615" cy="24.7495" rx="2.3425" ry="3.2722"/><ellipse class="b" cx="15.6461" cy="24.7495" rx="1.3581" ry="2.4415"/><ellipse class="b" cx="27.1663" cy="24.7495" rx="2.3425" ry="3.2722"/><ellipse class="b" cx="28.1509" cy="24.7495" rx="1.3581" ry="2.4415"/><path class="b" d="M20.5187,7.504c-.6274-.3622-.9333-1.1008-.7458-1.8006.1875-.6998.8217-1.1864,1.5461-1.1864s1.3587.4866,1.5461,1.1864c.1875.6998-.1184,1.4384-.7458,1.8006M23.0433,14.0582l-.9239-6.5542M19.4125,14.0582l1.1062-6.5542M32.7381,38.2928l-23.0956-.0453c-2.8485-.0056-4.8385-2.2262-4.891-5.0742l-.2506-13.5712c-.0525-2.8424,2.4091-5.1353,5.1417-5.1417,3.9998-.1841,6.7074-.3603,9.77-.4029M23.0432,14.0575c4.3665-.0155,7.0614.1659,9.1279.4029,2.8299.3245,4.9624,2.2988,5.1417,5.1417.141,2.2344-.2208,5.5127-.2208,8.8805"/><rect class="b" x="34.1468" y="29.8547" width="5.7739" height="8.2876"/><path class="b" d="M36.0274,39.5782h2.0107"/><path class="b" d="M35.5756,31.4108v2.7618"/><path class="b" d="M38.492,31.4108v2.7618"/><path class="b" d="M37.0338,31.4108v2.7618"/><rect class="b" x="32.7455" y="28.4734" width="8.5763" height="12.4976"/><path class="b" d="M33.3334,28.4808l-.0136-9.7837H8.4932v12.4249h24.2345"/></svg>
Copied!