android from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
android
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the android icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.531 3.5a.5.5 0 0 0-.25.813l1.469 2.125A7.02 7.02 0 0 0 9 12v10c0 .703.441 1.203 1 1.563V26.5c0 1.367 1.133 2.5 2.5 2.5s2.5-1.133 2.5-2.5V24h2v2.5c0 1.367 1.133 2.5 2.5 2.5s2.5-1.133 2.5-2.5v-2.938c.559-.359 1-.859 1-1.562V12a7.02 7.02 0 0 0-2.75-5.563l1.469-2.125a.501.501 0 0 0-.406-.813a.4.4 0 0 0-.094.001a.5.5 0 0 0-.313.25l-1.5 2.125A7 7 0 0 0 16 5a7 7 0 0 0-3.406.875l-1.5-2.125a.5.5 0 0 0-.406-.25a.4.4 0 0 0-.094 0zM16 7a5 5 0 0 1 4.906 4h-9.812c.465-2.285 2.48-4 4.906-4m-2 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m4 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1M6 11v10h2V11zm18 0v10h2V11zm-13 2h10v9h-1v4.5a.49.49 0 0 1-.5.5a.49.49 0 0 1-.5-.5V22h-6v4.5a.49.49 0 0 1-.5.5a.49.49 0 0 1-.5-.5V22h-1z"/></svg>

React

import type { SVGProps } from "react";

export function LaAndroid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.531 3.5a.5.5 0 0 0-.25.813l1.469 2.125A7.02 7.02 0 0 0 9 12v10c0 .703.441 1.203 1 1.563V26.5c0 1.367 1.133 2.5 2.5 2.5s2.5-1.133 2.5-2.5V24h2v2.5c0 1.367 1.133 2.5 2.5 2.5s2.5-1.133 2.5-2.5v-2.938c.559-.359 1-.859 1-1.562V12a7.02 7.02 0 0 0-2.75-5.563l1.469-2.125a.501.501 0 0 0-.406-.813a.4.4 0 0 0-.094.001a.5.5 0 0 0-.313.25l-1.5 2.125A7 7 0 0 0 16 5a7 7 0 0 0-3.406.875l-1.5-2.125a.5.5 0 0 0-.406-.25a.4.4 0 0 0-.094 0zM16 7a5 5 0 0 1 4.906 4h-9.812c.465-2.285 2.48-4 4.906-4m-2 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m4 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1M6 11v10h2V11zm18 0v10h2V11zm-13 2h10v9h-1v4.5a.49.49 0 0 1-.5.5a.49.49 0 0 1-.5-.5V22h-6v4.5a.49.49 0 0 1-.5.5a.49.49 0 0 1-.5-.5V22h-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.531 3.5a.5.5 0 0 0-.25.813l1.469 2.125A7.02 7.02 0 0 0 9 12v10c0 .703.441 1.203 1 1.563V26.5c0 1.367 1.133 2.5 2.5 2.5s2.5-1.133 2.5-2.5V24h2v2.5c0 1.367 1.133 2.5 2.5 2.5s2.5-1.133 2.5-2.5v-2.938c.559-.359 1-.859 1-1.562V12a7.02 7.02 0 0 0-2.75-5.563l1.469-2.125a.501.501 0 0 0-.406-.813a.4.4 0 0 0-.094.001a.5.5 0 0 0-.313.25l-1.5 2.125A7 7 0 0 0 16 5a7 7 0 0 0-3.406.875l-1.5-2.125a.5.5 0 0 0-.406-.25a.4.4 0 0 0-.094 0zM16 7a5 5 0 0 1 4.906 4h-9.812c.465-2.285 2.48-4 4.906-4m-2 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m4 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1M6 11v10h2V11zm18 0v10h2V11zm-13 2h10v9h-1v4.5a.49.49 0 0 1-.5.5a.49.49 0 0 1-.5-.5V22h-6v4.5a.49.49 0 0 1-.5.5a.49.49 0 0 1-.5-.5V22h-1z"/></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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.531%203.5a.5.5%200%200%200-.25.813l1.469%202.125A7.02%207.02%200%200%200%209%2012v10c0%20.703.441%201.203%201%201.563V26.5c0%201.367%201.133%202.5%202.5%202.5s2.5-1.133%202.5-2.5V24h2v2.5c0%201.367%201.133%202.5%202.5%202.5s2.5-1.133%202.5-2.5v-2.938c.559-.359%201-.859%201-1.562V12a7.02%207.02%200%200%200-2.75-5.563l1.469-2.125a.501.501%200%200%200-.406-.813a.4.4%200%200%200-.094.001a.5.5%200%200%200-.313.25l-1.5%202.125A7%207%200%200%200%2016%205a7%207%200%200%200-3.406.875l-1.5-2.125a.5.5%200%200%200-.406-.25a.4.4%200%200%200-.094%200zM16%207a5%205%200%200%201%204.906%204h-9.812c.465-2.285%202.48-4%204.906-4m-2%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m4%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1M6%2011v10h2V11zm18%200v10h2V11zm-13%202h10v9h-1v4.5a.49.49%200%200%201-.5.5a.49.49%200%200%201-.5-.5V22h-6v4.5a.49.49%200%200%201-.5.5a.49.49%200%200%201-.5-.5V22h-1z%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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.531%203.5a.5.5%200%200%200-.25.813l1.469%202.125A7.02%207.02%200%200%200%209%2012v10c0%20.703.441%201.203%201%201.563V26.5c0%201.367%201.133%202.5%202.5%202.5s2.5-1.133%202.5-2.5V24h2v2.5c0%201.367%201.133%202.5%202.5%202.5s2.5-1.133%202.5-2.5v-2.938c.559-.359%201-.859%201-1.562V12a7.02%207.02%200%200%200-2.75-5.563l1.469-2.125a.501.501%200%200%200-.406-.813a.4.4%200%200%200-.094.001a.5.5%200%200%200-.313.25l-1.5%202.125A7%207%200%200%200%2016%205a7%207%200%200%200-3.406.875l-1.5-2.125a.5.5%200%200%200-.406-.25a.4.4%200%200%200-.094%200zM16%207a5%205%200%200%201%204.906%204h-9.812c.465-2.285%202.48-4%204.906-4m-2%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m4%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1M6%2011v10h2V11zm18%200v10h2V11zm-13%202h10v9h-1v4.5a.49.49%200%200%201-.5.5a.49.49%200%200%201-.5-.5V22h-6v4.5a.49.49%200%200%201-.5.5a.49.49%200%200%201-.5-.5V22h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/android.svg?color=%231a73e8&size=48