Android Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Android Alt 1 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/321751.svg" alt="Android Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321751.svg" alt="Android Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321751.svg" alt="Android Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-android-alt-1 {
background-image: url('https://proicons.com/icon/321751.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M20.4419,12.2162c0,.5468-.4567.99-1.02.99h0c-.5633,0-1.02-.4432-1.02-.99h0c0-.5468.4567-.99,1.02-.99h0c.5633,0,1.02.4432,1.02.99h0ZM29.5981,12.2162c0,.5468-.4567.99-1.02.99h0c-.5633,0-1.02-.4432-1.02-.99h0c0-.5468.4567-.99,1.02-.99h0c.5633,0,1.02.4432,1.02.99h0ZM38.2644,18.4604c1.054,0,1.903,1.032,1.903,2.3141v8.8402c0,1.282-.849,2.3141-1.903,2.3141s-1.902-1.032-1.902-2.3151v-8.8392c0-1.282.848-2.3141,1.902-2.3141ZM9.7356,18.4604c1.054,0,1.902,1.032,1.902,2.3141v8.8402c0,1.282-.848,2.3141-1.902,2.3141s-1.903-1.032-1.903-2.3151v-8.8392c0-1.282.849-2.3141,1.903-2.3141ZM13.7717,18.7984v14.7444c-.0022,1.2758,1.0302,2.3118,2.306,2.3141.0033,0,.0067,0,.01,0h1.918v5.3301c0,1.281.848,2.3131,1.902,2.3131s1.903-1.032,1.903-2.3141v-5.3291h4.3781v5.3301c0,1.281.849,2.3131,1.903,2.3131s1.902-1.032,1.902-2.3141v-5.3291h1.918c1.2758.0033,2.3127-1.0282,2.3161-2.304,0-.0033,0-.0067,0-.01v-14.7444H13.7717ZM31.1562,4.5l-2.4681,4.2321M16.8438,4.501l2.4681,4.2321M13.7717,16.5113c.228-4.9261,4.7201-8.8552,10.2283-8.8552s10.0003,3.9301,10.2283,8.8552H13.7717Z"/></svg>
Copied!