google play console icon logo
google-play-console-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- google-play-console-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×283
- License
- CC0
Related icons in SVG Logos
google-2014google-360suitegoogle-admobgoogle-adsgoogle-adsensegoogle-adwordsgoogle-aistudiogoogle-aistudio-darkgoogle-analyticsgoogle-bardgoogle-bard-icongoogle-calendargoogle-calendar-2020google-cloudgoogle-cloud-functionsgoogle-cloud-platformgoogle-cloud-rungoogle-currentsgoogle-data-studiogoogle-developersgoogle-developers-icongoogle-domainsgoogle-domains-icongoogle-drive
Use the google play console icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 283"><path fill="#2f80ed" d="M0 251.173V31.325C0 7.244 26.368-7.807 47.474 4.243l192.703 109.919c21.097 12.04 21.097 42.124 0 54.156L47.474 278.246C26.376 290.286 0 275.245 0 251.173"/><path fill="#ccf6ff" d="m192.941 87.22l-101.25 58.306l-19.333-34.25a16.54 16.54 0 0 0-10.045-7.84a16.77 16.77 0 0 0-12.703 1.501L0 132.48v33.774l52.753-29.299l19.42 34.427c2.172 3.84 5.88 6.71 10.17 7.874a16.97 16.97 0 0 0 12.817-1.65l127.503-73.436z"/></svg>
React
import type { SVGProps } from "react";
export function LogosGooglePlayConsoleIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 283"><path fill="#2f80ed" d="M0 251.173V31.325C0 7.244 26.368-7.807 47.474 4.243l192.703 109.919c21.097 12.04 21.097 42.124 0 54.156L47.474 278.246C26.376 290.286 0 275.245 0 251.173"/><path fill="#ccf6ff" d="m192.941 87.22l-101.25 58.306l-19.333-34.25a16.54 16.54 0 0 0-10.045-7.84a16.77 16.77 0 0 0-12.703 1.501L0 132.48v33.774l52.753-29.299l19.42 34.427c2.172 3.84 5.88 6.71 10.17 7.874a16.97 16.97 0 0 0 12.817-1.65l127.503-73.436z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 283"><path fill="#2f80ed" d="M0 251.173V31.325C0 7.244 26.368-7.807 47.474 4.243l192.703 109.919c21.097 12.04 21.097 42.124 0 54.156L47.474 278.246C26.376 290.286 0 275.245 0 251.173"/><path fill="#ccf6ff" d="m192.941 87.22l-101.25 58.306l-19.333-34.25a16.54 16.54 0 0 0-10.045-7.84a16.77 16.77 0 0 0-12.703 1.501L0 132.48v33.774l52.753-29.299l19.42 34.427c2.172 3.84 5.88 6.71 10.17 7.874a16.97 16.97 0 0 0 12.817-1.65l127.503-73.436z"/></svg> </template>
CSS
.icon-google-play-console-icon {
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%20283%22%3E%3Cpath%20fill%3D%22%232f80ed%22%20d%3D%22M0%20251.173V31.325C0%207.244%2026.368-7.807%2047.474%204.243l192.703%20109.919c21.097%2012.04%2021.097%2042.124%200%2054.156L47.474%20278.246C26.376%20290.286%200%20275.245%200%20251.173%22%2F%3E%3Cpath%20fill%3D%22%23ccf6ff%22%20d%3D%22m192.941%2087.22l-101.25%2058.306l-19.333-34.25a16.54%2016.54%200%200%200-10.045-7.84a16.77%2016.77%200%200%200-12.703%201.501L0%20132.48v33.774l52.753-29.299l19.42%2034.427c2.172%203.84%205.88%206.71%2010.17%207.874a16.97%2016.97%200%200%200%2012.817-1.65l127.503-73.436z%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%20256%20283%22%3E%3Cpath%20fill%3D%22%232f80ed%22%20d%3D%22M0%20251.173V31.325C0%207.244%2026.368-7.807%2047.474%204.243l192.703%20109.919c21.097%2012.04%2021.097%2042.124%200%2054.156L47.474%20278.246C26.376%20290.286%200%20275.245%200%20251.173%22%2F%3E%3Cpath%20fill%3D%22%23ccf6ff%22%20d%3D%22m192.941%2087.22l-101.25%2058.306l-19.333-34.25a16.54%2016.54%200%200%200-10.045-7.84a16.77%2016.77%200%200%200-12.703%201.501L0%20132.48v33.774l52.753-29.299l19.42%2034.427c2.172%203.84%205.88%206.71%2010.17%207.874a16.97%2016.97%200%200%200%2012.817-1.65l127.503-73.436z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/google-play-console-icon.svg?color=%231a73e8&size=48