google play store icon

google-play-store-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
google-play-store-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

Related icons in Teenyicons

Use the google play store icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m1.5.5l.252-.432A.5.5 0 0 0 1 .5zm0 14H1a.5.5 0 0 0 .752.432zm12-7l.252.432a.5.5 0 0 0 0-.864zM1 .5v14h1V.5zm.752 14.432l12-7l-.504-.864l-12 7zm12-7.864l-12-7l-.504.864l12 7zM1.829 12.876l8-7l-.658-.752l-8 7zm-.658-10l8 7l.658-.752l-8-7z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsGooglePlayStoreOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m1.5.5l.252-.432A.5.5 0 0 0 1 .5zm0 14H1a.5.5 0 0 0 .752.432zm12-7l.252.432a.5.5 0 0 0 0-.864zM1 .5v14h1V.5zm.752 14.432l12-7l-.504-.864l-12 7zm12-7.864l-12-7l-.504.864l12 7zM1.829 12.876l8-7l-.658-.752l-8 7zm-.658-10l8 7l.658-.752l-8-7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m1.5.5l.252-.432A.5.5 0 0 0 1 .5zm0 14H1a.5.5 0 0 0 .752.432zm12-7l.252.432a.5.5 0 0 0 0-.864zM1 .5v14h1V.5zm.752 14.432l12-7l-.504-.864l-12 7zm12-7.864l-12-7l-.504.864l12 7zM1.829 12.876l8-7l-.658-.752l-8 7zm-.658-10l8 7l.658-.752l-8-7z"/></svg>
</template>

CSS

.icon-google-play-store-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.5.5l.252-.432A.5.5%200%200%200%201%20.5zm0%2014H1a.5.5%200%200%200%20.752.432zm12-7l.252.432a.5.5%200%200%200%200-.864zM1%20.5v14h1V.5zm.752%2014.432l12-7l-.504-.864l-12%207zm12-7.864l-12-7l-.504.864l12%207zM1.829%2012.876l8-7l-.658-.752l-8%207zm-.658-10l8%207l.658-.752l-8-7z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.5.5l.252-.432A.5.5%200%200%200%201%20.5zm0%2014H1a.5.5%200%200%200%20.752.432zm12-7l.252.432a.5.5%200%200%200%200-.864zM1%20.5v14h1V.5zm.752%2014.432l12-7l-.504-.864l-12%207zm12-7.864l-12-7l-.504.864l12%207zM1.829%2012.876l8-7l-.658-.752l-8%207zm-.658-10l8%207l.658-.752l-8-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/google-play-store-outline.svg?color=%231a73e8&size=48