Google Play icon in outline, twotone, bold and bulk. Free in all four styles, for logos, integrations, payment methods, social links. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconGooglePlay } from "@devigner-ui/icons";
<IconGooglePlay className="size-6" />
<script setup>
import { IconGooglePlay } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGooglePlay class="size-6" />
</template>
<script>
import { IconGooglePlay } from "@devigner-ui/icons-svelte";
</script>
<IconGooglePlay class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.59 8.8-3.22 3.22-9.58 9.58-.58.29a1.07 1.07 0 0 1-1.54-.96V3.07c0-.8.83-1.31 1.55-.96z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m22.07 12.95-4.52 2.26-3.2-3.19 3.23-3.22 4.49 2.25c.79.39.79 1.51 0 1.9" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.56 15.21 4.79 21.6l9.58-9.58z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.37 12.02 4.76 2.41" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>