android logo icon
android-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- android-logo
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the android logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 148a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-84-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m148 24v24a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-22.87a113.38 113.38 0 0 1 35.4-82.41L26.34 53.66a8 8 0 0 1 11.32-11.32L63.82 68.5a111.43 111.43 0 0 1 128.55-.19l26-26a8 8 0 0 1 11.32 11.32L204.82 78.5c.75.71 1.5 1.43 2.24 2.17A111.25 111.25 0 0 1 240 160m-16 0a96 96 0 0 0-96-96h-.34C74.91 64.18 32 107.75 32 161.13V184h192Z"/></svg>
React
import type { SVGProps } from "react";
export function PhAndroidLogo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 148a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-84-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m148 24v24a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-22.87a113.38 113.38 0 0 1 35.4-82.41L26.34 53.66a8 8 0 0 1 11.32-11.32L63.82 68.5a111.43 111.43 0 0 1 128.55-.19l26-26a8 8 0 0 1 11.32 11.32L204.82 78.5c.75.71 1.5 1.43 2.24 2.17A111.25 111.25 0 0 1 240 160m-16 0a96 96 0 0 0-96-96h-.34C74.91 64.18 32 107.75 32 161.13V184h192Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 148a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-84-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m148 24v24a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-22.87a113.38 113.38 0 0 1 35.4-82.41L26.34 53.66a8 8 0 0 1 11.32-11.32L63.82 68.5a111.43 111.43 0 0 1 128.55-.19l26-26a8 8 0 0 1 11.32 11.32L204.82 78.5c.75.71 1.5 1.43 2.24 2.17A111.25 111.25 0 0 1 240 160m-16 0a96 96 0 0 0-96-96h-.34C74.91 64.18 32 107.75 32 161.13V184h192Z"/></svg> </template>
CSS
.icon-android-logo {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%20148a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-84-12a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m148%2024v24a16%2016%200%200%201-16%2016H32a16%2016%200%200%201-16-16v-22.87a113.38%20113.38%200%200%201%2035.4-82.41L26.34%2053.66a8%208%200%200%201%2011.32-11.32L63.82%2068.5a111.43%20111.43%200%200%201%20128.55-.19l26-26a8%208%200%200%201%2011.32%2011.32L204.82%2078.5c.75.71%201.5%201.43%202.24%202.17A111.25%20111.25%200%200%201%20240%20160m-16%200a96%2096%200%200%200-96-96h-.34C74.91%2064.18%2032%20107.75%2032%20161.13V184h192Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%20148a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-84-12a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m148%2024v24a16%2016%200%200%201-16%2016H32a16%2016%200%200%201-16-16v-22.87a113.38%20113.38%200%200%201%2035.4-82.41L26.34%2053.66a8%208%200%200%201%2011.32-11.32L63.82%2068.5a111.43%20111.43%200%200%201%20128.55-.19l26-26a8%208%200%200%201%2011.32%2011.32L204.82%2078.5c.75.71%201.5%201.43%202.24%202.17A111.25%20111.25%200%200%201%20240%20160m-16%200a96%2096%200%200%200-96-96h-.34C74.91%2064.18%2032%20107.75%2032%20161.13V184h192Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/android-logo.svg?color=%231a73e8&size=48