android alt logo
android-alt from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- android-alt
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the android alt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.6 12.781v7.238c0 .962-.756 1.731-1.719 1.731c-.956 0-1.881-.775-1.881-1.731v-7.238c0-.944.925-1.719 1.881-1.719c.944 0 1.719.775 1.719 1.719m.675 9.813c0 1.025.825 1.85 1.85 1.85h1.244l.019 3.819c0 2.306 3.45 2.288 3.45 0v-3.819h2.325v3.819c0 2.294 3.469 2.3 3.469 0v-3.819h1.262a1.843 1.843 0 0 0 1.837-1.85V11.382H8.275zm15.5-11.819H8.206c0-2.675 1.6-5 3.975-6.212l-1.194-2.206c-.175-.306.269-.5.419-.238l1.212 2.225c2.181-.969 4.688-.919 6.769 0l1.206-2.219c.156-.269.594-.069.419.238l-1.194 2.2c2.356 1.212 3.956 3.538 3.956 6.212zM13.106 7.306a.656.656 0 0 0-.656-.656c-.356 0-.637.3-.637.656s.288.656.637.656c.369 0 .656-.3.656-.656m7.088 0a.653.653 0 0 0-.638-.656a.656.656 0 1 0 0 1.312c.35 0 .638-.3.638-.656m5.925 3.757c-.944 0-1.719.756-1.719 1.719v7.238c0 .962.775 1.731 1.719 1.731c.963 0 1.881-.775 1.881-1.731v-7.238c0-.962-.925-1.719-1.881-1.719"/></svg>
React
import type { SVGProps } from "react";
export function CibAndroidAlt(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="M7.6 12.781v7.238c0 .962-.756 1.731-1.719 1.731c-.956 0-1.881-.775-1.881-1.731v-7.238c0-.944.925-1.719 1.881-1.719c.944 0 1.719.775 1.719 1.719m.675 9.813c0 1.025.825 1.85 1.85 1.85h1.244l.019 3.819c0 2.306 3.45 2.288 3.45 0v-3.819h2.325v3.819c0 2.294 3.469 2.3 3.469 0v-3.819h1.262a1.843 1.843 0 0 0 1.837-1.85V11.382H8.275zm15.5-11.819H8.206c0-2.675 1.6-5 3.975-6.212l-1.194-2.206c-.175-.306.269-.5.419-.238l1.212 2.225c2.181-.969 4.688-.919 6.769 0l1.206-2.219c.156-.269.594-.069.419.238l-1.194 2.2c2.356 1.212 3.956 3.538 3.956 6.212zM13.106 7.306a.656.656 0 0 0-.656-.656c-.356 0-.637.3-.637.656s.288.656.637.656c.369 0 .656-.3.656-.656m7.088 0a.653.653 0 0 0-.638-.656a.656.656 0 1 0 0 1.312c.35 0 .638-.3.638-.656m5.925 3.757c-.944 0-1.719.756-1.719 1.719v7.238c0 .962.775 1.731 1.719 1.731c.963 0 1.881-.775 1.881-1.731v-7.238c0-.962-.925-1.719-1.881-1.719"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.6 12.781v7.238c0 .962-.756 1.731-1.719 1.731c-.956 0-1.881-.775-1.881-1.731v-7.238c0-.944.925-1.719 1.881-1.719c.944 0 1.719.775 1.719 1.719m.675 9.813c0 1.025.825 1.85 1.85 1.85h1.244l.019 3.819c0 2.306 3.45 2.288 3.45 0v-3.819h2.325v3.819c0 2.294 3.469 2.3 3.469 0v-3.819h1.262a1.843 1.843 0 0 0 1.837-1.85V11.382H8.275zm15.5-11.819H8.206c0-2.675 1.6-5 3.975-6.212l-1.194-2.206c-.175-.306.269-.5.419-.238l1.212 2.225c2.181-.969 4.688-.919 6.769 0l1.206-2.219c.156-.269.594-.069.419.238l-1.194 2.2c2.356 1.212 3.956 3.538 3.956 6.212zM13.106 7.306a.656.656 0 0 0-.656-.656c-.356 0-.637.3-.637.656s.288.656.637.656c.369 0 .656-.3.656-.656m7.088 0a.653.653 0 0 0-.638-.656a.656.656 0 1 0 0 1.312c.35 0 .638-.3.638-.656m5.925 3.757c-.944 0-1.719.756-1.719 1.719v7.238c0 .962.775 1.731 1.719 1.731c.963 0 1.881-.775 1.881-1.731v-7.238c0-.962-.925-1.719-1.881-1.719"/></svg> </template>
CSS
.icon-android-alt {
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%22M7.6%2012.781v7.238c0%20.962-.756%201.731-1.719%201.731c-.956%200-1.881-.775-1.881-1.731v-7.238c0-.944.925-1.719%201.881-1.719c.944%200%201.719.775%201.719%201.719m.675%209.813c0%201.025.825%201.85%201.85%201.85h1.244l.019%203.819c0%202.306%203.45%202.288%203.45%200v-3.819h2.325v3.819c0%202.294%203.469%202.3%203.469%200v-3.819h1.262a1.843%201.843%200%200%200%201.837-1.85V11.382H8.275zm15.5-11.819H8.206c0-2.675%201.6-5%203.975-6.212l-1.194-2.206c-.175-.306.269-.5.419-.238l1.212%202.225c2.181-.969%204.688-.919%206.769%200l1.206-2.219c.156-.269.594-.069.419.238l-1.194%202.2c2.356%201.212%203.956%203.538%203.956%206.212zM13.106%207.306a.656.656%200%200%200-.656-.656c-.356%200-.637.3-.637.656s.288.656.637.656c.369%200%20.656-.3.656-.656m7.088%200a.653.653%200%200%200-.638-.656a.656.656%200%201%200%200%201.312c.35%200%20.638-.3.638-.656m5.925%203.757c-.944%200-1.719.756-1.719%201.719v7.238c0%20.962.775%201.731%201.719%201.731c.963%200%201.881-.775%201.881-1.731v-7.238c0-.962-.925-1.719-1.881-1.719%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%22M7.6%2012.781v7.238c0%20.962-.756%201.731-1.719%201.731c-.956%200-1.881-.775-1.881-1.731v-7.238c0-.944.925-1.719%201.881-1.719c.944%200%201.719.775%201.719%201.719m.675%209.813c0%201.025.825%201.85%201.85%201.85h1.244l.019%203.819c0%202.306%203.45%202.288%203.45%200v-3.819h2.325v3.819c0%202.294%203.469%202.3%203.469%200v-3.819h1.262a1.843%201.843%200%200%200%201.837-1.85V11.382H8.275zm15.5-11.819H8.206c0-2.675%201.6-5%203.975-6.212l-1.194-2.206c-.175-.306.269-.5.419-.238l1.212%202.225c2.181-.969%204.688-.919%206.769%200l1.206-2.219c.156-.269.594-.069.419.238l-1.194%202.2c2.356%201.212%203.956%203.538%203.956%206.212zM13.106%207.306a.656.656%200%200%200-.656-.656c-.356%200-.637.3-.637.656s.288.656.637.656c.369%200%20.656-.3.656-.656m7.088%200a.653.653%200%200%200-.638-.656a.656.656%200%201%200%200%201.312c.35%200%20.638-.3.638-.656m5.925%203.757c-.944%200-1.719.756-1.719%201.719v7.238c0%20.962.775%201.731%201.719%201.731c.963%200%201.881-.775%201.881-1.731v-7.238c0-.962-.925-1.719-1.881-1.719%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/android-alt.svg?color=%231a73e8&size=48