android icon
android from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- android
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
android-fillAkar Iconsandroid-filledAnt Design IconsandroidBootstrap IconsandroidBoxicons BrandsandroidCatppuccin IconsandroidCoreUI BrandsandroidDeviconandroidFont Awesome 6 BrandsandroidFont Awesome BrandsandroidHuge IconsandroidIconParkandroidIconPark OutlineandroidIconPark SolidandroidIconPark TwoToneandroidLine AwesomeandroidSVG LogosandroidMaterial Icon ThemeandroidMaterial SymbolsandroidMaterial Symbols LightandroidMaterial Design Iconsandroid-fillMingCute IconandroidOpenMojiandroidPixelarticonsandroidPrime Icons
Related icons in Jam Icons
Use the android icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M1.247 6.51h-.051c-.656 0-1.19.537-1.19 1.19v5.183c0 .656.534 1.19 1.19 1.19h.052c.655 0 1.19-.535 1.19-1.19V7.7a1.195 1.195 0 0 0-1.191-1.19m1.76 8.373c0 .602.492 1.092 1.094 1.092h1.17v2.8c0 .657.535 1.191 1.19 1.191h.05c.657 0 1.192-.535 1.192-1.192v-2.799h1.634v2.8c0 .657.538 1.191 1.192 1.191h.05c.657 0 1.191-.535 1.191-1.192v-2.799h1.17c.601 0 1.093-.49 1.093-1.092V6.701H3.007zm8.259-13.145l.929-1.433a.197.197 0 1 0-.33-.215l-.963 1.483a6.3 6.3 0 0 0-2.38-.462a6.3 6.3 0 0 0-2.382.462L5.179.09a.197.197 0 0 0-.275-.058a.197.197 0 0 0-.058.273l.93 1.433C4.1 2.56 2.97 4.107 2.97 5.882q0 .164.016.323h11.07a4 4 0 0 0 .014-.323c0-1.775-1.13-3.322-2.805-4.144zM5.955 4.305a.532.532 0 1 1-.002-1.064a.532.532 0 0 1 .002 1.064m5.132 0a.532.532 0 1 1-.003-1.064a.532.532 0 0 1 .003 1.064m4.758 2.205h-.05c-.655 0-1.191.537-1.191 1.19v5.183c0 .656.537 1.19 1.191 1.19h.05c.657 0 1.191-.535 1.191-1.19V7.7c0-.654-.535-1.19-1.191-1.19"/></svg>
React
import type { SVGProps } from "react";
export function JamAndroid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M1.247 6.51h-.051c-.656 0-1.19.537-1.19 1.19v5.183c0 .656.534 1.19 1.19 1.19h.052c.655 0 1.19-.535 1.19-1.19V7.7a1.195 1.195 0 0 0-1.191-1.19m1.76 8.373c0 .602.492 1.092 1.094 1.092h1.17v2.8c0 .657.535 1.191 1.19 1.191h.05c.657 0 1.192-.535 1.192-1.192v-2.799h1.634v2.8c0 .657.538 1.191 1.192 1.191h.05c.657 0 1.191-.535 1.191-1.192v-2.799h1.17c.601 0 1.093-.49 1.093-1.092V6.701H3.007zm8.259-13.145l.929-1.433a.197.197 0 1 0-.33-.215l-.963 1.483a6.3 6.3 0 0 0-2.38-.462a6.3 6.3 0 0 0-2.382.462L5.179.09a.197.197 0 0 0-.275-.058a.197.197 0 0 0-.058.273l.93 1.433C4.1 2.56 2.97 4.107 2.97 5.882q0 .164.016.323h11.07a4 4 0 0 0 .014-.323c0-1.775-1.13-3.322-2.805-4.144zM5.955 4.305a.532.532 0 1 1-.002-1.064a.532.532 0 0 1 .002 1.064m5.132 0a.532.532 0 1 1-.003-1.064a.532.532 0 0 1 .003 1.064m4.758 2.205h-.05c-.655 0-1.191.537-1.191 1.19v5.183c0 .656.537 1.19 1.191 1.19h.05c.657 0 1.191-.535 1.191-1.19V7.7c0-.654-.535-1.19-1.191-1.19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M1.247 6.51h-.051c-.656 0-1.19.537-1.19 1.19v5.183c0 .656.534 1.19 1.19 1.19h.052c.655 0 1.19-.535 1.19-1.19V7.7a1.195 1.195 0 0 0-1.191-1.19m1.76 8.373c0 .602.492 1.092 1.094 1.092h1.17v2.8c0 .657.535 1.191 1.19 1.191h.05c.657 0 1.192-.535 1.192-1.192v-2.799h1.634v2.8c0 .657.538 1.191 1.192 1.191h.05c.657 0 1.191-.535 1.191-1.192v-2.799h1.17c.601 0 1.093-.49 1.093-1.092V6.701H3.007zm8.259-13.145l.929-1.433a.197.197 0 1 0-.33-.215l-.963 1.483a6.3 6.3 0 0 0-2.38-.462a6.3 6.3 0 0 0-2.382.462L5.179.09a.197.197 0 0 0-.275-.058a.197.197 0 0 0-.058.273l.93 1.433C4.1 2.56 2.97 4.107 2.97 5.882q0 .164.016.323h11.07a4 4 0 0 0 .014-.323c0-1.775-1.13-3.322-2.805-4.144zM5.955 4.305a.532.532 0 1 1-.002-1.064a.532.532 0 0 1 .002 1.064m5.132 0a.532.532 0 1 1-.003-1.064a.532.532 0 0 1 .003 1.064m4.758 2.205h-.05c-.655 0-1.191.537-1.191 1.19v5.183c0 .656.537 1.19 1.191 1.19h.05c.657 0 1.191-.535 1.191-1.19V7.7c0-.654-.535-1.19-1.191-1.19"/></svg> </template>
CSS
.icon-android {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-3%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.247%206.51h-.051c-.656%200-1.19.537-1.19%201.19v5.183c0%20.656.534%201.19%201.19%201.19h.052c.655%200%201.19-.535%201.19-1.19V7.7a1.195%201.195%200%200%200-1.191-1.19m1.76%208.373c0%20.602.492%201.092%201.094%201.092h1.17v2.8c0%20.657.535%201.191%201.19%201.191h.05c.657%200%201.192-.535%201.192-1.192v-2.799h1.634v2.8c0%20.657.538%201.191%201.192%201.191h.05c.657%200%201.191-.535%201.191-1.192v-2.799h1.17c.601%200%201.093-.49%201.093-1.092V6.701H3.007zm8.259-13.145l.929-1.433a.197.197%200%201%200-.33-.215l-.963%201.483a6.3%206.3%200%200%200-2.38-.462a6.3%206.3%200%200%200-2.382.462L5.179.09a.197.197%200%200%200-.275-.058a.197.197%200%200%200-.058.273l.93%201.433C4.1%202.56%202.97%204.107%202.97%205.882q0%20.164.016.323h11.07a4%204%200%200%200%20.014-.323c0-1.775-1.13-3.322-2.805-4.144zM5.955%204.305a.532.532%200%201%201-.002-1.064a.532.532%200%200%201%20.002%201.064m5.132%200a.532.532%200%201%201-.003-1.064a.532.532%200%200%201%20.003%201.064m4.758%202.205h-.05c-.655%200-1.191.537-1.191%201.19v5.183c0%20.656.537%201.19%201.191%201.19h.05c.657%200%201.191-.535%201.191-1.19V7.7c0-.654-.535-1.19-1.191-1.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-3%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.247%206.51h-.051c-.656%200-1.19.537-1.19%201.19v5.183c0%20.656.534%201.19%201.19%201.19h.052c.655%200%201.19-.535%201.19-1.19V7.7a1.195%201.195%200%200%200-1.191-1.19m1.76%208.373c0%20.602.492%201.092%201.094%201.092h1.17v2.8c0%20.657.535%201.191%201.19%201.191h.05c.657%200%201.192-.535%201.192-1.192v-2.799h1.634v2.8c0%20.657.538%201.191%201.192%201.191h.05c.657%200%201.191-.535%201.191-1.192v-2.799h1.17c.601%200%201.093-.49%201.093-1.092V6.701H3.007zm8.259-13.145l.929-1.433a.197.197%200%201%200-.33-.215l-.963%201.483a6.3%206.3%200%200%200-2.38-.462a6.3%206.3%200%200%200-2.382.462L5.179.09a.197.197%200%200%200-.275-.058a.197.197%200%200%200-.058.273l.93%201.433C4.1%202.56%202.97%204.107%202.97%205.882q0%20.164.016.323h11.07a4%204%200%200%200%20.014-.323c0-1.775-1.13-3.322-2.805-4.144zM5.955%204.305a.532.532%200%201%201-.002-1.064a.532.532%200%200%201%20.002%201.064m5.132%200a.532.532%200%201%201-.003-1.064a.532.532%200%200%201%20.003%201.064m4.758%202.205h-.05c-.655%200-1.191.537-1.191%201.19v5.183c0%20.656.537%201.19%201.191%201.19h.05c.657%200%201.191-.535%201.191-1.19V7.7c0-.654-.535-1.19-1.191-1.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/android.svg?color=%231a73e8&size=48