Us Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Us Mobile 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/349152.svg" alt="Us Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349152.svg" alt="Us Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349152.svg" alt="Us Mobile icon" :width="24" :height="24" />
CSS background
.icon-us-mobile {
background-image: url('https://proicons.com/icon/349152.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="o" d="m16.3509,29.9692c1.8713.8936,3.9528,1.3351,6.0596,1.7209l-5.2512-9.0946h13.6246"/><path id="c" class="o" d="m10.6445,26.5756l1.8114,1.4266,8.6373,1.9659"/><path id="d" class="o" d="m7.4013,23.2494l1.3257,1.4823,8.8402,1.8439"/><path id="e" class="o" d="m5.0948,19.7171l.8883,1.5254,7.8951,2.0079"/><path id="f" class="o" d="m26.7859,21.2951l-.9598-4.9852h-4.2651c-.7086,0-.8084.5362-.84.9462.7948-.7338,1.8871-.4867,2.5336,1.7609l-1.4392,2.6944c-2.1656-1.4045-3.4776-3.1801-3.7604-5.3983H3.5l.8011,1.5895,4.0537,1.8145"/><path id="g" class="o" d="m31.6491,29.9692c-1.8713.8936-3.9528,1.3351-6.0596,1.7209l5.2512-9.0946"/><path id="h" class="o" d="m37.3555,26.5756l-1.8114,1.4266-8.6373,1.9659"/><path id="i" class="o" d="m40.5987,23.2494l-1.3257,1.4823-8.8402,1.8439"/><path id="j" class="o" d="m42.9052,19.7171l-.8883,1.5254-7.8951,2.0079"/><path id="k" class="o" d="m26.7859,21.2951c1.8082-1.3351,2.9036-2.9772,3.1591-4.9831h14.555l-.8011,1.5906-4.0537,1.8145"/><path id="l" class="o" d="m19.5302,26.7018h8.8725"/><path id="m" class="o" d="m22.0919,26.8227v4.3523"/><path id="n" class="o" d="m25.9081,26.8227v4.3523"/><line class="o" x1="20.7616" y1="24.6192" x2="20.7616" y2="23.6924"/><line class="o" x1="20.7616" y1="24.6192" x2="21.6433" y2="24.3332"/><line class="o" x1="20.7616" y1="24.6192" x2="21.3057" y2="25.3696"/><line class="o" x1="20.7616" y1="24.6192" x2="20.2157" y2="25.3682"/><line class="o" x1="20.7616" y1="24.6192" x2="19.8807" y2="24.331"/><line class="o" x1="23.9661" y1="24.6192" x2="23.9661" y2="23.6924"/><line class="o" x1="23.9661" y1="24.6192" x2="24.8478" y2="24.3332"/><line class="o" x1="23.9661" y1="24.6192" x2="24.5102" y2="25.3696"/><line class="o" x1="23.9661" y1="24.6192" x2="23.4202" y2="25.3682"/><line class="o" x1="23.9661" y1="24.6192" x2="23.0852" y2="24.331"/><line class="o" x1="27.1707" y1="24.6192" x2="27.1707" y2="23.6924"/><line class="o" x1="27.1707" y1="24.6192" x2="28.0523" y2="24.3332"/><line class="o" x1="27.1707" y1="24.6192" x2="27.7147" y2="25.3696"/><line class="o" x1="27.1707" y1="24.6192" x2="26.6247" y2="25.3682"/><line class="o" x1="27.1707" y1="24.6192" x2="26.2898" y2="24.331"/></svg>
Copied!