google play logo icon
google-play-logo-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- google-play-logo-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the google play logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 128L58.32 230a7.7 7.7 0 0 1-2.32-5.55V31.55A7.7 7.7 0 0 1 58.32 26Z" opacity=".2"/><path d="M239.82 114.18L72 18.16a16 16 0 0 0-16.12 0A15.68 15.68 0 0 0 48 31.87v192.26a15.68 15.68 0 0 0 7.92 13.67a16 16 0 0 0 16.12 0l167.78-96a15.76 15.76 0 0 0 0-27.64ZM64 212.67V43.33L148.69 128Zm96-73.36l18.92 18.92l-88.5 50.66ZM90.4 47.1l88.53 50.67L160 116.69ZM193.31 150l-22-22l22-22l38.43 22Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhGooglePlayLogoDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 128L58.32 230a7.7 7.7 0 0 1-2.32-5.55V31.55A7.7 7.7 0 0 1 58.32 26Z" opacity=".2"/><path d="M239.82 114.18L72 18.16a16 16 0 0 0-16.12 0A15.68 15.68 0 0 0 48 31.87v192.26a15.68 15.68 0 0 0 7.92 13.67a16 16 0 0 0 16.12 0l167.78-96a15.76 15.76 0 0 0 0-27.64ZM64 212.67V43.33L148.69 128Zm96-73.36l18.92 18.92l-88.5 50.66ZM90.4 47.1l88.53 50.67L160 116.69ZM193.31 150l-22-22l22-22l38.43 22Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 128L58.32 230a7.7 7.7 0 0 1-2.32-5.55V31.55A7.7 7.7 0 0 1 58.32 26Z" opacity=".2"/><path d="M239.82 114.18L72 18.16a16 16 0 0 0-16.12 0A15.68 15.68 0 0 0 48 31.87v192.26a15.68 15.68 0 0 0 7.92 13.67a16 16 0 0 0 16.12 0l167.78-96a15.76 15.76 0 0 0 0-27.64ZM64 212.67V43.33L148.69 128Zm96-73.36l18.92 18.92l-88.5 50.66ZM90.4 47.1l88.53 50.67L160 116.69ZM193.31 150l-22-22l22-22l38.43 22Z"/></g></svg> </template>
CSS
.icon-google-play-logo-duotone {
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%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M160%20128L58.32%20230a7.7%207.7%200%200%201-2.32-5.55V31.55A7.7%207.7%200%200%201%2058.32%2026Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M239.82%20114.18L72%2018.16a16%2016%200%200%200-16.12%200A15.68%2015.68%200%200%200%2048%2031.87v192.26a15.68%2015.68%200%200%200%207.92%2013.67a16%2016%200%200%200%2016.12%200l167.78-96a15.76%2015.76%200%200%200%200-27.64ZM64%20212.67V43.33L148.69%20128Zm96-73.36l18.92%2018.92l-88.5%2050.66ZM90.4%2047.1l88.53%2050.67L160%20116.69ZM193.31%20150l-22-22l22-22l38.43%2022Z%22%2F%3E%3C%2Fg%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%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M160%20128L58.32%20230a7.7%207.7%200%200%201-2.32-5.55V31.55A7.7%207.7%200%200%201%2058.32%2026Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M239.82%20114.18L72%2018.16a16%2016%200%200%200-16.12%200A15.68%2015.68%200%200%200%2048%2031.87v192.26a15.68%2015.68%200%200%200%207.92%2013.67a16%2016%200%200%200%2016.12%200l167.78-96a15.76%2015.76%200%200%200%200-27.64ZM64%20212.67V43.33L148.69%20128Zm96-73.36l18.92%2018.92l-88.5%2050.66ZM90.4%2047.1l88.53%2050.67L160%20116.69ZM193.31%20150l-22-22l22-22l38.43%2022Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/google-play-logo-duotone.svg?color=%231a73e8&size=48