android from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
android
Set
Unicons Monochrome
Style
Monochrome
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons Monochrome

Use the android icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.975 3.019l.96-1.732a.193.193 0 0 0-.338-.187l-.97 1.75a6.54 6.54 0 0 0-5.253 0l-.97-1.75a.193.193 0 0 0-.34.187l.96 1.732a5.55 5.55 0 0 0-3.092 4.876h12.137a5.55 5.55 0 0 0-3.094-4.876M5.931 17.17A1.467 1.467 0 0 0 7.4 18.64h.973v3a1.36 1.36 0 1 0 2.721 0v-3h1.814v3a1.36 1.36 0 1 0 2.72 0v-3h.974a1.467 1.467 0 0 0 1.468-1.468V8.375H5.93ZM4.064 8.14a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36Zm15.872 0a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36Z"/><circle cx="9.199" cy="5.168" r=".507" fill="currentColor" opacity=".5"/><circle cx="14.801" cy="5.168" r=".507" fill="currentColor" opacity=".5"/></svg>

React

import type { SVGProps } from "react";

export function UimAndroid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.975 3.019l.96-1.732a.193.193 0 0 0-.338-.187l-.97 1.75a6.54 6.54 0 0 0-5.253 0l-.97-1.75a.193.193 0 0 0-.34.187l.96 1.732a5.55 5.55 0 0 0-3.092 4.876h12.137a5.55 5.55 0 0 0-3.094-4.876M5.931 17.17A1.467 1.467 0 0 0 7.4 18.64h.973v3a1.36 1.36 0 1 0 2.721 0v-3h1.814v3a1.36 1.36 0 1 0 2.72 0v-3h.974a1.467 1.467 0 0 0 1.468-1.468V8.375H5.93ZM4.064 8.14a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36Zm15.872 0a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36Z"/><circle cx="9.199" cy="5.168" r=".507" fill="currentColor" opacity=".5"/><circle cx="14.801" cy="5.168" r=".507" fill="currentColor" opacity=".5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.975 3.019l.96-1.732a.193.193 0 0 0-.338-.187l-.97 1.75a6.54 6.54 0 0 0-5.253 0l-.97-1.75a.193.193 0 0 0-.34.187l.96 1.732a5.55 5.55 0 0 0-3.092 4.876h12.137a5.55 5.55 0 0 0-3.094-4.876M5.931 17.17A1.467 1.467 0 0 0 7.4 18.64h.973v3a1.36 1.36 0 1 0 2.721 0v-3h1.814v3a1.36 1.36 0 1 0 2.72 0v-3h.974a1.467 1.467 0 0 0 1.468-1.468V8.375H5.93ZM4.064 8.14a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36Zm15.872 0a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36Z"/><circle cx="9.199" cy="5.168" r=".507" fill="currentColor" opacity=".5"/><circle cx="14.801" cy="5.168" r=".507" fill="currentColor" opacity=".5"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.975%203.019l.96-1.732a.193.193%200%200%200-.338-.187l-.97%201.75a6.54%206.54%200%200%200-5.253%200l-.97-1.75a.193.193%200%200%200-.34.187l.96%201.732a5.55%205.55%200%200%200-3.092%204.876h12.137a5.55%205.55%200%200%200-3.094-4.876M5.931%2017.17A1.467%201.467%200%200%200%207.4%2018.64h.973v3a1.36%201.36%200%201%200%202.721%200v-3h1.814v3a1.36%201.36%200%201%200%202.72%200v-3h.974a1.467%201.467%200%200%200%201.468-1.468V8.375H5.93ZM4.064%208.14a1.36%201.36%200%200%200-1.36%201.361v5.669a1.36%201.36%200%201%200%202.72%200V9.502a1.36%201.36%200%200%200-1.36-1.36Zm15.872%200a1.36%201.36%200%200%200-1.36%201.361v5.669a1.36%201.36%200%201%200%202.72%200V9.502a1.36%201.36%200%200%200-1.36-1.36Z%22%2F%3E%3Ccircle%20cx%3D%229.199%22%20cy%3D%225.168%22%20r%3D%22.507%22%20fill%3D%22currentColor%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2214.801%22%20cy%3D%225.168%22%20r%3D%22.507%22%20fill%3D%22currentColor%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.975%203.019l.96-1.732a.193.193%200%200%200-.338-.187l-.97%201.75a6.54%206.54%200%200%200-5.253%200l-.97-1.75a.193.193%200%200%200-.34.187l.96%201.732a5.55%205.55%200%200%200-3.092%204.876h12.137a5.55%205.55%200%200%200-3.094-4.876M5.931%2017.17A1.467%201.467%200%200%200%207.4%2018.64h.973v3a1.36%201.36%200%201%200%202.721%200v-3h1.814v3a1.36%201.36%200%201%200%202.72%200v-3h.974a1.467%201.467%200%200%200%201.468-1.468V8.375H5.93ZM4.064%208.14a1.36%201.36%200%200%200-1.36%201.361v5.669a1.36%201.36%200%201%200%202.72%200V9.502a1.36%201.36%200%200%200-1.36-1.36Zm15.872%200a1.36%201.36%200%200%200-1.36%201.361v5.669a1.36%201.36%200%201%200%202.72%200V9.502a1.36%201.36%200%200%200-1.36-1.36Z%22%2F%3E%3Ccircle%20cx%3D%229.199%22%20cy%3D%225.168%22%20r%3D%22.507%22%20fill%3D%22currentColor%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2214.801%22%20cy%3D%225.168%22%20r%3D%22.507%22%20fill%3D%22currentColor%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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