share android icon

share-android-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
share-android-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the share android icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 5.5a3.498 3.498 0 0 1-6.062 2.385l-5.112 3.021a3.5 3.5 0 0 1 0 2.188l5.112 3.021a3.5 3.5 0 1 1-.764 1.29l-5.112-3.02a3.499 3.499 0 1 1-3.843-5.642a3.5 3.5 0 0 1 3.843.872l5.112-3.021A3.5 3.5 0 1 1 20 5.5m-1.5 13a2 2 0 1 0-3.999-.001a2 2 0 0 0 3.999.001m0-13a2 2 0 1 0-3.999-.001A2 2 0 0 0 18.5 5.5M5.5 14a2 2 0 1 0 .001-3.999A2 2 0 0 0 5.5 14"/></svg>

React

import type { SVGProps } from "react";

export function OcticonShareAndroid24(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="M20 5.5a3.498 3.498 0 0 1-6.062 2.385l-5.112 3.021a3.5 3.5 0 0 1 0 2.188l5.112 3.021a3.5 3.5 0 1 1-.764 1.29l-5.112-3.02a3.499 3.499 0 1 1-3.843-5.642a3.5 3.5 0 0 1 3.843.872l5.112-3.021A3.5 3.5 0 1 1 20 5.5m-1.5 13a2 2 0 1 0-3.999-.001a2 2 0 0 0 3.999.001m0-13a2 2 0 1 0-3.999-.001A2 2 0 0 0 18.5 5.5M5.5 14a2 2 0 1 0 .001-3.999A2 2 0 0 0 5.5 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 5.5a3.498 3.498 0 0 1-6.062 2.385l-5.112 3.021a3.5 3.5 0 0 1 0 2.188l5.112 3.021a3.5 3.5 0 1 1-.764 1.29l-5.112-3.02a3.499 3.499 0 1 1-3.843-5.642a3.5 3.5 0 0 1 3.843.872l5.112-3.021A3.5 3.5 0 1 1 20 5.5m-1.5 13a2 2 0 1 0-3.999-.001a2 2 0 0 0 3.999.001m0-13a2 2 0 1 0-3.999-.001A2 2 0 0 0 18.5 5.5M5.5 14a2 2 0 1 0 .001-3.999A2 2 0 0 0 5.5 14"/></svg>
</template>

CSS

.icon-share-android-24 {
  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%22M20%205.5a3.498%203.498%200%200%201-6.062%202.385l-5.112%203.021a3.5%203.5%200%200%201%200%202.188l5.112%203.021a3.5%203.5%200%201%201-.764%201.29l-5.112-3.02a3.499%203.499%200%201%201-3.843-5.642a3.5%203.5%200%200%201%203.843.872l5.112-3.021A3.5%203.5%200%201%201%2020%205.5m-1.5%2013a2%202%200%201%200-3.999-.001a2%202%200%200%200%203.999.001m0-13a2%202%200%201%200-3.999-.001A2%202%200%200%200%2018.5%205.5M5.5%2014a2%202%200%201%200%20.001-3.999A2%202%200%200%200%205.5%2014%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%22M20%205.5a3.498%203.498%200%200%201-6.062%202.385l-5.112%203.021a3.5%203.5%200%200%201%200%202.188l5.112%203.021a3.5%203.5%200%201%201-.764%201.29l-5.112-3.02a3.499%203.499%200%201%201-3.843-5.642a3.5%203.5%200%200%201%203.843.872l5.112-3.021A3.5%203.5%200%201%201%2020%205.5m-1.5%2013a2%202%200%201%200-3.999-.001a2%202%200%200%200%203.999.001m0-13a2%202%200%201%200-3.999-.001A2%202%200%200%200%2018.5%205.5M5.5%2014a2%202%200%201%200%20.001-3.999A2%202%200%200%200%205.5%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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