android icon logo

android-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
android-icon
Set
SVG Logos
Style
Color
Viewbox
256×150
License
CC0

Related icons in SVG Logos

Use the android icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 150"><path fill="#34a853" d="M255.285 143.47c-.084-.524-.164-1.042-.251-1.56a128.1 128.1 0 0 0-12.794-38.288a128.8 128.8 0 0 0-23.45-31.86a129.2 129.2 0 0 0-22.713-18.005c.049-.08.09-.168.14-.25c2.582-4.461 5.172-8.917 7.755-13.38l7.576-13.068c1.818-3.126 3.632-6.26 5.438-9.386q.643-1.115 1.023-2.297a11.78 11.78 0 0 0-.36-8.188q-.32-.76-.743-1.472a11.7 11.7 0 0 0-4.08-4.064a11.85 11.85 0 0 0-5.005-1.61a12 12 0 0 0-2.218.02q-.912.094-1.814.33a11.74 11.74 0 0 0-7.154 5.467c-1.814 3.127-3.628 6.26-5.438 9.386l-7.576 13.069c-2.583 4.462-5.173 8.918-7.755 13.38c-.282.487-.567.973-.848 1.467q-.586-.237-1.172-.462c-14.24-5.43-29.688-8.4-45.836-8.4c-.442 0-.879 0-1.324.006c-14.357.143-28.152 2.64-41.022 7.12a119 119 0 0 0-4.42 1.642c-.262-.455-.532-.911-.79-1.367c-2.583-4.462-5.173-8.918-7.755-13.38l-7.576-13.07a3915 3915 0 0 1-5.439-9.386A11.74 11.74 0 0 0 48.5.048a11.7 11.7 0 0 0-5.01 1.612a11.7 11.7 0 0 0-4.077 4.063c-.281.474-.532.967-.742 1.473a11.8 11.8 0 0 0-.365 8.188c.259.786.594 1.554 1.023 2.296a3973 3973 0 0 1 5.439 9.386q3.793 6.535 7.58 13.069c2.582 4.462 5.168 8.918 7.75 13.38c.02.038.046.075.065.112A129 129 0 0 0 45.32 64.38a129.7 129.7 0 0 0-22.2 24.015a128 128 0 0 0-9.34 15.24a128.2 128.2 0 0 0-10.843 28.764a131 131 0 0 0-1.951 9.524c-.087.518-.167 1.042-.247 1.56A125 125 0 0 0 0 149.118h256q-.307-2.837-.734-5.636z"/><path fill="#202124" d="M194.59 113.712c5.122-3.41 5.867-11.3 1.661-17.62c-4.203-6.323-11.763-8.682-16.883-5.273c-5.122 3.41-5.868 11.3-1.662 17.621c4.203 6.322 11.764 8.682 16.883 5.272m-116.071-5.25c4.206-6.321 3.46-14.21-1.662-17.62c-5.123-3.41-12.68-1.05-16.886 5.27c-4.203 6.323-3.458 14.212 1.662 17.622c5.122 3.41 12.683 1.05 16.886-5.272"/></svg>

React

import type { SVGProps } from "react";

export function LogosAndroidIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 150"><path fill="#34a853" d="M255.285 143.47c-.084-.524-.164-1.042-.251-1.56a128.1 128.1 0 0 0-12.794-38.288a128.8 128.8 0 0 0-23.45-31.86a129.2 129.2 0 0 0-22.713-18.005c.049-.08.09-.168.14-.25c2.582-4.461 5.172-8.917 7.755-13.38l7.576-13.068c1.818-3.126 3.632-6.26 5.438-9.386q.643-1.115 1.023-2.297a11.78 11.78 0 0 0-.36-8.188q-.32-.76-.743-1.472a11.7 11.7 0 0 0-4.08-4.064a11.85 11.85 0 0 0-5.005-1.61a12 12 0 0 0-2.218.02q-.912.094-1.814.33a11.74 11.74 0 0 0-7.154 5.467c-1.814 3.127-3.628 6.26-5.438 9.386l-7.576 13.069c-2.583 4.462-5.173 8.918-7.755 13.38c-.282.487-.567.973-.848 1.467q-.586-.237-1.172-.462c-14.24-5.43-29.688-8.4-45.836-8.4c-.442 0-.879 0-1.324.006c-14.357.143-28.152 2.64-41.022 7.12a119 119 0 0 0-4.42 1.642c-.262-.455-.532-.911-.79-1.367c-2.583-4.462-5.173-8.918-7.755-13.38l-7.576-13.07a3915 3915 0 0 1-5.439-9.386A11.74 11.74 0 0 0 48.5.048a11.7 11.7 0 0 0-5.01 1.612a11.7 11.7 0 0 0-4.077 4.063c-.281.474-.532.967-.742 1.473a11.8 11.8 0 0 0-.365 8.188c.259.786.594 1.554 1.023 2.296a3973 3973 0 0 1 5.439 9.386q3.793 6.535 7.58 13.069c2.582 4.462 5.168 8.918 7.75 13.38c.02.038.046.075.065.112A129 129 0 0 0 45.32 64.38a129.7 129.7 0 0 0-22.2 24.015a128 128 0 0 0-9.34 15.24a128.2 128.2 0 0 0-10.843 28.764a131 131 0 0 0-1.951 9.524c-.087.518-.167 1.042-.247 1.56A125 125 0 0 0 0 149.118h256q-.307-2.837-.734-5.636z"/><path fill="#202124" d="M194.59 113.712c5.122-3.41 5.867-11.3 1.661-17.62c-4.203-6.323-11.763-8.682-16.883-5.273c-5.122 3.41-5.868 11.3-1.662 17.621c4.203 6.322 11.764 8.682 16.883 5.272m-116.071-5.25c4.206-6.321 3.46-14.21-1.662-17.62c-5.123-3.41-12.68-1.05-16.886 5.27c-4.203 6.323-3.458 14.212 1.662 17.622c5.122 3.41 12.683 1.05 16.886-5.272"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 150"><path fill="#34a853" d="M255.285 143.47c-.084-.524-.164-1.042-.251-1.56a128.1 128.1 0 0 0-12.794-38.288a128.8 128.8 0 0 0-23.45-31.86a129.2 129.2 0 0 0-22.713-18.005c.049-.08.09-.168.14-.25c2.582-4.461 5.172-8.917 7.755-13.38l7.576-13.068c1.818-3.126 3.632-6.26 5.438-9.386q.643-1.115 1.023-2.297a11.78 11.78 0 0 0-.36-8.188q-.32-.76-.743-1.472a11.7 11.7 0 0 0-4.08-4.064a11.85 11.85 0 0 0-5.005-1.61a12 12 0 0 0-2.218.02q-.912.094-1.814.33a11.74 11.74 0 0 0-7.154 5.467c-1.814 3.127-3.628 6.26-5.438 9.386l-7.576 13.069c-2.583 4.462-5.173 8.918-7.755 13.38c-.282.487-.567.973-.848 1.467q-.586-.237-1.172-.462c-14.24-5.43-29.688-8.4-45.836-8.4c-.442 0-.879 0-1.324.006c-14.357.143-28.152 2.64-41.022 7.12a119 119 0 0 0-4.42 1.642c-.262-.455-.532-.911-.79-1.367c-2.583-4.462-5.173-8.918-7.755-13.38l-7.576-13.07a3915 3915 0 0 1-5.439-9.386A11.74 11.74 0 0 0 48.5.048a11.7 11.7 0 0 0-5.01 1.612a11.7 11.7 0 0 0-4.077 4.063c-.281.474-.532.967-.742 1.473a11.8 11.8 0 0 0-.365 8.188c.259.786.594 1.554 1.023 2.296a3973 3973 0 0 1 5.439 9.386q3.793 6.535 7.58 13.069c2.582 4.462 5.168 8.918 7.75 13.38c.02.038.046.075.065.112A129 129 0 0 0 45.32 64.38a129.7 129.7 0 0 0-22.2 24.015a128 128 0 0 0-9.34 15.24a128.2 128.2 0 0 0-10.843 28.764a131 131 0 0 0-1.951 9.524c-.087.518-.167 1.042-.247 1.56A125 125 0 0 0 0 149.118h256q-.307-2.837-.734-5.636z"/><path fill="#202124" d="M194.59 113.712c5.122-3.41 5.867-11.3 1.661-17.62c-4.203-6.323-11.763-8.682-16.883-5.273c-5.122 3.41-5.868 11.3-1.662 17.621c4.203 6.322 11.764 8.682 16.883 5.272m-116.071-5.25c4.206-6.321 3.46-14.21-1.662-17.62c-5.123-3.41-12.68-1.05-16.886 5.27c-4.203 6.323-3.458 14.212 1.662 17.622c5.122 3.41 12.683 1.05 16.886-5.272"/></svg>
</template>

CSS

.icon-android-icon {
  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%20150%22%3E%3Cpath%20fill%3D%22%2334a853%22%20d%3D%22M255.285%20143.47c-.084-.524-.164-1.042-.251-1.56a128.1%20128.1%200%200%200-12.794-38.288a128.8%20128.8%200%200%200-23.45-31.86a129.2%20129.2%200%200%200-22.713-18.005c.049-.08.09-.168.14-.25c2.582-4.461%205.172-8.917%207.755-13.38l7.576-13.068c1.818-3.126%203.632-6.26%205.438-9.386q.643-1.115%201.023-2.297a11.78%2011.78%200%200%200-.36-8.188q-.32-.76-.743-1.472a11.7%2011.7%200%200%200-4.08-4.064a11.85%2011.85%200%200%200-5.005-1.61a12%2012%200%200%200-2.218.02q-.912.094-1.814.33a11.74%2011.74%200%200%200-7.154%205.467c-1.814%203.127-3.628%206.26-5.438%209.386l-7.576%2013.069c-2.583%204.462-5.173%208.918-7.755%2013.38c-.282.487-.567.973-.848%201.467q-.586-.237-1.172-.462c-14.24-5.43-29.688-8.4-45.836-8.4c-.442%200-.879%200-1.324.006c-14.357.143-28.152%202.64-41.022%207.12a119%20119%200%200%200-4.42%201.642c-.262-.455-.532-.911-.79-1.367c-2.583-4.462-5.173-8.918-7.755-13.38l-7.576-13.07a3915%203915%200%200%201-5.439-9.386A11.74%2011.74%200%200%200%2048.5.048a11.7%2011.7%200%200%200-5.01%201.612a11.7%2011.7%200%200%200-4.077%204.063c-.281.474-.532.967-.742%201.473a11.8%2011.8%200%200%200-.365%208.188c.259.786.594%201.554%201.023%202.296a3973%203973%200%200%201%205.439%209.386q3.793%206.535%207.58%2013.069c2.582%204.462%205.168%208.918%207.75%2013.38c.02.038.046.075.065.112A129%20129%200%200%200%2045.32%2064.38a129.7%20129.7%200%200%200-22.2%2024.015a128%20128%200%200%200-9.34%2015.24a128.2%20128.2%200%200%200-10.843%2028.764a131%20131%200%200%200-1.951%209.524c-.087.518-.167%201.042-.247%201.56A125%20125%200%200%200%200%20149.118h256q-.307-2.837-.734-5.636z%22%2F%3E%3Cpath%20fill%3D%22%23202124%22%20d%3D%22M194.59%20113.712c5.122-3.41%205.867-11.3%201.661-17.62c-4.203-6.323-11.763-8.682-16.883-5.273c-5.122%203.41-5.868%2011.3-1.662%2017.621c4.203%206.322%2011.764%208.682%2016.883%205.272m-116.071-5.25c4.206-6.321%203.46-14.21-1.662-17.62c-5.123-3.41-12.68-1.05-16.886%205.27c-4.203%206.323-3.458%2014.212%201.662%2017.622c5.122%203.41%2012.683%201.05%2016.886-5.272%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%20150%22%3E%3Cpath%20fill%3D%22%2334a853%22%20d%3D%22M255.285%20143.47c-.084-.524-.164-1.042-.251-1.56a128.1%20128.1%200%200%200-12.794-38.288a128.8%20128.8%200%200%200-23.45-31.86a129.2%20129.2%200%200%200-22.713-18.005c.049-.08.09-.168.14-.25c2.582-4.461%205.172-8.917%207.755-13.38l7.576-13.068c1.818-3.126%203.632-6.26%205.438-9.386q.643-1.115%201.023-2.297a11.78%2011.78%200%200%200-.36-8.188q-.32-.76-.743-1.472a11.7%2011.7%200%200%200-4.08-4.064a11.85%2011.85%200%200%200-5.005-1.61a12%2012%200%200%200-2.218.02q-.912.094-1.814.33a11.74%2011.74%200%200%200-7.154%205.467c-1.814%203.127-3.628%206.26-5.438%209.386l-7.576%2013.069c-2.583%204.462-5.173%208.918-7.755%2013.38c-.282.487-.567.973-.848%201.467q-.586-.237-1.172-.462c-14.24-5.43-29.688-8.4-45.836-8.4c-.442%200-.879%200-1.324.006c-14.357.143-28.152%202.64-41.022%207.12a119%20119%200%200%200-4.42%201.642c-.262-.455-.532-.911-.79-1.367c-2.583-4.462-5.173-8.918-7.755-13.38l-7.576-13.07a3915%203915%200%200%201-5.439-9.386A11.74%2011.74%200%200%200%2048.5.048a11.7%2011.7%200%200%200-5.01%201.612a11.7%2011.7%200%200%200-4.077%204.063c-.281.474-.532.967-.742%201.473a11.8%2011.8%200%200%200-.365%208.188c.259.786.594%201.554%201.023%202.296a3973%203973%200%200%201%205.439%209.386q3.793%206.535%207.58%2013.069c2.582%204.462%205.168%208.918%207.75%2013.38c.02.038.046.075.065.112A129%20129%200%200%200%2045.32%2064.38a129.7%20129.7%200%200%200-22.2%2024.015a128%20128%200%200%200-9.34%2015.24a128.2%20128.2%200%200%200-10.843%2028.764a131%20131%200%200%200-1.951%209.524c-.087.518-.167%201.042-.247%201.56A125%20125%200%200%200%200%20149.118h256q-.307-2.837-.734-5.636z%22%2F%3E%3Cpath%20fill%3D%22%23202124%22%20d%3D%22M194.59%20113.712c5.122-3.41%205.867-11.3%201.661-17.62c-4.203-6.323-11.763-8.682-16.883-5.273c-5.122%203.41-5.868%2011.3-1.662%2017.621c4.203%206.322%2011.764%208.682%2016.883%205.272m-116.071-5.25c4.206-6.321%203.46-14.21-1.662-17.62c-5.123-3.41-12.68-1.05-16.886%205.27c-4.203%206.323-3.458%2014.212%201.662%2017.622c5.122%203.41%2012.683%201.05%2016.886-5.272%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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