Amobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amobile 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/336276.svg" alt="Amobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336276.svg" alt="Amobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336276.svg" alt="Amobile icon" :width="24" :height="24" />
CSS background
.icon-amobile {
background-image: url('https://proicons.com/icon/336276.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m29.55,14.371c.899,1.26,3.848.4,5.011-1.206-1.037-.005-2.065-.221-2.965-.271-1.275-.07-1.965.83-2.045,1.477h-.001Zm4.098-2.993c.493,1.457,3.562,1.424,5.14.19-.99-.286-1.91-.77-2.756-1.062-1.199-.412-2.12.27-2.384.872Zm5.028-2.18c.437,1.474,3.505,1.559,5.13.386-.978-.323-1.88-.843-2.714-1.166-1.181-.459-2.127.187-2.416.78Zm-1.857-1.898c.16-1.53,3.16-2.174,4.972-1.318-.903.496-1.694,1.172-2.454,1.643-1.078.666-2.127.205-2.518-.325Zm-4.861,2.73c-.69-1.375,1.492-3.534,3.48-3.788-.494.904-.796,1.9-1.184,2.706-.549,1.142-1.68,1.317-2.296,1.082Zm-4.108,3.56c-1.063-1.11.386-3.816,2.211-4.644-.205,1.01-.201,2.05-.335,2.934-.188,1.254-1.219,1.754-1.876,1.71Zm-6.695,16.684c-1.602,1.602-4.521,3.447-7.444,3.409m12.125-11.046c-2.282-4.71-3.901-10.953-4.723-16.55-1.233,10.413-5.849,21.431-12.257,30.818,1.456-2.641-.13-5.405-1.753-7.216.847,2.344,1.249,4.864-.287,6.27-2.107,1.927-1.712,6.026,1.286,6.076l6.881.115-.203-1.233c-2.474-.053-4.646-.175-3.944-1.66l7.122-15.076,7.602,14.206c1.284,2.399-.843,2.747-3.418,2.744l-.117,1.019h12.09c1.628,0,2.605-1.76,2.8-2.76.082-1.762-.488-2.511-1.202-3.554-1.12-1.635-1.477-3.766-.151-6.338-1.793,1.93-2.98,4.135-2.038,7.542l-7.334-13.67m-.356-.733c3.226-6.385,8.598-7.214,10.729-6.238-5.276,2.76-7.111,4.946-9.48,7.863l-1.249-1.625c1.455-4.84,3.123-13.474,14.778-14.892"/></svg>
Copied!