social android icon

social-android-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
social-android-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the social android icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 208v149h-39v67c0 4.4-3 7.9-7.3 8h-.4c-1.6 0-3.1-.6-4.3-1.6l-.1-.1-.4-.1c-2-1.6-3.4-4-3.4-6.2v-67H216v67c0 4.4-3.6 8-8 8s-8-3.6-8-8v-67h-40V208h192m16-16H144v166c0 6.9 5.5 15 12.4 15H184v51c0 13.3 10.7 24 24 24s24-10.7 24-24v-51h49v51c0 7.5 3.9 14.2 9.3 18.6 3.9 3.4 9.3 5.4 15 5.4h.2c13.3 0 23.6-10.7 23.6-24v-51h28.6c7 0 10.4-8.1 10.4-14.9V192h-.1z" fill="currentColor"/><path d="M408 192c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8s-8-3.6-8-8v-96c0-4.4 3.6-8 8-8m0-16c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24z" fill="currentColor"/><path d="M104 192c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8s-8-3.6-8-8v-96c0-4.4 3.6-8 8-8m0-16c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24z" fill="currentColor"/><g><path d="M255 94.3h.9c14.2 0 27.3 1.9 38.8 5.6l10 4.4c28.7 12.6 39.9 37.4 44.4 55.7H162.8c4.4-18.6 15.6-43.6 44.1-56l10.3-4.5c11.3-3.4 24-5.2 37.8-5.2M185.4 64c-.5 0-1.2.2-1.8.8-1.1.8-1.7 1.8-1.3 2.5l18.3 22.1c-48.2 20.9-55.4 71.7-56.4 86.7h223.6c-1.1-15-8.2-65.1-56.6-86.4l18.5-22.2c.4-.5-.2-1.7-1.3-2.6-.7-.5-1.5-.8-2-.8-.3 0-.5.1-.7.3l-19.2 22.7c-13.6-5.4-30.2-8.8-50.6-8.8h-1c-20 0-36.4 3.3-49.8 8.5l-19-22.5c0-.2-.3-.3-.7-.3z" fill="currentColor"/></g><path d="M206.6 138.9c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6 13.3-13.5 13.3z" fill="currentColor"/><path d="M305 138.9c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6.1 13.3-13.5 13.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSocialAndroidOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 208v149h-39v67c0 4.4-3 7.9-7.3 8h-.4c-1.6 0-3.1-.6-4.3-1.6l-.1-.1-.4-.1c-2-1.6-3.4-4-3.4-6.2v-67H216v67c0 4.4-3.6 8-8 8s-8-3.6-8-8v-67h-40V208h192m16-16H144v166c0 6.9 5.5 15 12.4 15H184v51c0 13.3 10.7 24 24 24s24-10.7 24-24v-51h49v51c0 7.5 3.9 14.2 9.3 18.6 3.9 3.4 9.3 5.4 15 5.4h.2c13.3 0 23.6-10.7 23.6-24v-51h28.6c7 0 10.4-8.1 10.4-14.9V192h-.1z" fill="currentColor"/><path d="M408 192c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8s-8-3.6-8-8v-96c0-4.4 3.6-8 8-8m0-16c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24z" fill="currentColor"/><path d="M104 192c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8s-8-3.6-8-8v-96c0-4.4 3.6-8 8-8m0-16c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24z" fill="currentColor"/><g><path d="M255 94.3h.9c14.2 0 27.3 1.9 38.8 5.6l10 4.4c28.7 12.6 39.9 37.4 44.4 55.7H162.8c4.4-18.6 15.6-43.6 44.1-56l10.3-4.5c11.3-3.4 24-5.2 37.8-5.2M185.4 64c-.5 0-1.2.2-1.8.8-1.1.8-1.7 1.8-1.3 2.5l18.3 22.1c-48.2 20.9-55.4 71.7-56.4 86.7h223.6c-1.1-15-8.2-65.1-56.6-86.4l18.5-22.2c.4-.5-.2-1.7-1.3-2.6-.7-.5-1.5-.8-2-.8-.3 0-.5.1-.7.3l-19.2 22.7c-13.6-5.4-30.2-8.8-50.6-8.8h-1c-20 0-36.4 3.3-49.8 8.5l-19-22.5c0-.2-.3-.3-.7-.3z" fill="currentColor"/></g><path d="M206.6 138.9c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6 13.3-13.5 13.3z" fill="currentColor"/><path d="M305 138.9c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6.1 13.3-13.5 13.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 208v149h-39v67c0 4.4-3 7.9-7.3 8h-.4c-1.6 0-3.1-.6-4.3-1.6l-.1-.1-.4-.1c-2-1.6-3.4-4-3.4-6.2v-67H216v67c0 4.4-3.6 8-8 8s-8-3.6-8-8v-67h-40V208h192m16-16H144v166c0 6.9 5.5 15 12.4 15H184v51c0 13.3 10.7 24 24 24s24-10.7 24-24v-51h49v51c0 7.5 3.9 14.2 9.3 18.6 3.9 3.4 9.3 5.4 15 5.4h.2c13.3 0 23.6-10.7 23.6-24v-51h28.6c7 0 10.4-8.1 10.4-14.9V192h-.1z" fill="currentColor"/><path d="M408 192c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8s-8-3.6-8-8v-96c0-4.4 3.6-8 8-8m0-16c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24z" fill="currentColor"/><path d="M104 192c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8s-8-3.6-8-8v-96c0-4.4 3.6-8 8-8m0-16c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24z" fill="currentColor"/><g><path d="M255 94.3h.9c14.2 0 27.3 1.9 38.8 5.6l10 4.4c28.7 12.6 39.9 37.4 44.4 55.7H162.8c4.4-18.6 15.6-43.6 44.1-56l10.3-4.5c11.3-3.4 24-5.2 37.8-5.2M185.4 64c-.5 0-1.2.2-1.8.8-1.1.8-1.7 1.8-1.3 2.5l18.3 22.1c-48.2 20.9-55.4 71.7-56.4 86.7h223.6c-1.1-15-8.2-65.1-56.6-86.4l18.5-22.2c.4-.5-.2-1.7-1.3-2.6-.7-.5-1.5-.8-2-.8-.3 0-.5.1-.7.3l-19.2 22.7c-13.6-5.4-30.2-8.8-50.6-8.8h-1c-20 0-36.4 3.3-49.8 8.5l-19-22.5c0-.2-.3-.3-.7-.3z" fill="currentColor"/></g><path d="M206.6 138.9c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6 13.3-13.5 13.3z" fill="currentColor"/><path d="M305 138.9c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6.1 13.3-13.5 13.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-social-android-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M352%20208v149h-39v67c0%204.4-3%207.9-7.3%208h-.4c-1.6%200-3.1-.6-4.3-1.6l-.1-.1-.4-.1c-2-1.6-3.4-4-3.4-6.2v-67H216v67c0%204.4-3.6%208-8%208s-8-3.6-8-8v-67h-40V208h192m16-16H144v166c0%206.9%205.5%2015%2012.4%2015H184v51c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-51h49v51c0%207.5%203.9%2014.2%209.3%2018.6%203.9%203.4%209.3%205.4%2015%205.4h.2c13.3%200%2023.6-10.7%2023.6-24v-51h28.6c7%200%2010.4-8.1%2010.4-14.9V192h-.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M408%20192c4.4%200%208%203.6%208%208v96c0%204.4-3.6%208-8%208s-8-3.6-8-8v-96c0-4.4%203.6-8%208-8m0-16c-13.3%200-24%2010.7-24%2024v96c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-96c0-13.3-10.7-24-24-24z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M104%20192c4.4%200%208%203.6%208%208v96c0%204.4-3.6%208-8%208s-8-3.6-8-8v-96c0-4.4%203.6-8%208-8m0-16c-13.3%200-24%2010.7-24%2024v96c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-96c0-13.3-10.7-24-24-24z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M255%2094.3h.9c14.2%200%2027.3%201.9%2038.8%205.6l10%204.4c28.7%2012.6%2039.9%2037.4%2044.4%2055.7H162.8c4.4-18.6%2015.6-43.6%2044.1-56l10.3-4.5c11.3-3.4%2024-5.2%2037.8-5.2M185.4%2064c-.5%200-1.2.2-1.8.8-1.1.8-1.7%201.8-1.3%202.5l18.3%2022.1c-48.2%2020.9-55.4%2071.7-56.4%2086.7h223.6c-1.1-15-8.2-65.1-56.6-86.4l18.5-22.2c.4-.5-.2-1.7-1.3-2.6-.7-.5-1.5-.8-2-.8-.3%200-.5.1-.7.3l-19.2%2022.7c-13.6-5.4-30.2-8.8-50.6-8.8h-1c-20%200-36.4%203.3-49.8%208.5l-19-22.5c0-.2-.3-.3-.7-.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M206.6%20138.9c-7.4%200-13.5-6-13.5-13.3%200-7.3%206-13.3%2013.5-13.3%207.4%200%2013.5%206%2013.5%2013.3%200%207.3-6%2013.3-13.5%2013.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M305%20138.9c-7.4%200-13.5-6-13.5-13.3%200-7.3%206-13.3%2013.5-13.3%207.4%200%2013.5%206%2013.5%2013.3%200%207.3-6.1%2013.3-13.5%2013.3z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M352%20208v149h-39v67c0%204.4-3%207.9-7.3%208h-.4c-1.6%200-3.1-.6-4.3-1.6l-.1-.1-.4-.1c-2-1.6-3.4-4-3.4-6.2v-67H216v67c0%204.4-3.6%208-8%208s-8-3.6-8-8v-67h-40V208h192m16-16H144v166c0%206.9%205.5%2015%2012.4%2015H184v51c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-51h49v51c0%207.5%203.9%2014.2%209.3%2018.6%203.9%203.4%209.3%205.4%2015%205.4h.2c13.3%200%2023.6-10.7%2023.6-24v-51h28.6c7%200%2010.4-8.1%2010.4-14.9V192h-.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M408%20192c4.4%200%208%203.6%208%208v96c0%204.4-3.6%208-8%208s-8-3.6-8-8v-96c0-4.4%203.6-8%208-8m0-16c-13.3%200-24%2010.7-24%2024v96c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-96c0-13.3-10.7-24-24-24z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M104%20192c4.4%200%208%203.6%208%208v96c0%204.4-3.6%208-8%208s-8-3.6-8-8v-96c0-4.4%203.6-8%208-8m0-16c-13.3%200-24%2010.7-24%2024v96c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-96c0-13.3-10.7-24-24-24z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M255%2094.3h.9c14.2%200%2027.3%201.9%2038.8%205.6l10%204.4c28.7%2012.6%2039.9%2037.4%2044.4%2055.7H162.8c4.4-18.6%2015.6-43.6%2044.1-56l10.3-4.5c11.3-3.4%2024-5.2%2037.8-5.2M185.4%2064c-.5%200-1.2.2-1.8.8-1.1.8-1.7%201.8-1.3%202.5l18.3%2022.1c-48.2%2020.9-55.4%2071.7-56.4%2086.7h223.6c-1.1-15-8.2-65.1-56.6-86.4l18.5-22.2c.4-.5-.2-1.7-1.3-2.6-.7-.5-1.5-.8-2-.8-.3%200-.5.1-.7.3l-19.2%2022.7c-13.6-5.4-30.2-8.8-50.6-8.8h-1c-20%200-36.4%203.3-49.8%208.5l-19-22.5c0-.2-.3-.3-.7-.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M206.6%20138.9c-7.4%200-13.5-6-13.5-13.3%200-7.3%206-13.3%2013.5-13.3%207.4%200%2013.5%206%2013.5%2013.3%200%207.3-6%2013.3-13.5%2013.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M305%20138.9c-7.4%200-13.5-6-13.5-13.3%200-7.3%206-13.3%2013.5-13.3%207.4%200%2013.5%206%2013.5%2013.3%200%207.3-6.1%2013.3-13.5%2013.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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