google play icon
google-play from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- google-play
- Set
- Unicons
- Style
- Line
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons
Use the google play icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.919 10.653a503 503 0 0 1-4.023-2.323l-.003-.002L4.64 1.253a1.68 1.68 0 0 0-1.408-.16l-.076.03a1.4 1.4 0 0 0-.173.07a1.52 1.52 0 0 0-.738 1.364v18.986a1.44 1.44 0 0 0 .692 1.27a1 1 0 0 0 .155.064a1 1 0 0 0 .087.035a1.4 1.4 0 0 0 .446.083a1.7 1.7 0 0 0 .831-.232l12.438-7.182l4.021-2.322a1.53 1.53 0 0 0 .842-1.334a1.49 1.49 0 0 0-.837-1.272M4.244 19.839V4.102l7.94 7.859Zm5.018-2.162l4.344-4.31l1.15 1.139zm4.342-7.125L9.206 6.2l5.554 3.207Zm2.947 2.917l-1.526-1.51l1.528-1.516c.72.419 1.843 1.07 2.616 1.515Z"/></svg>
React
import type { SVGProps } from "react";
export function UilGooglePlay(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.919 10.653a503 503 0 0 1-4.023-2.323l-.003-.002L4.64 1.253a1.68 1.68 0 0 0-1.408-.16l-.076.03a1.4 1.4 0 0 0-.173.07a1.52 1.52 0 0 0-.738 1.364v18.986a1.44 1.44 0 0 0 .692 1.27a1 1 0 0 0 .155.064a1 1 0 0 0 .087.035a1.4 1.4 0 0 0 .446.083a1.7 1.7 0 0 0 .831-.232l12.438-7.182l4.021-2.322a1.53 1.53 0 0 0 .842-1.334a1.49 1.49 0 0 0-.837-1.272M4.244 19.839V4.102l7.94 7.859Zm5.018-2.162l4.344-4.31l1.15 1.139zm4.342-7.125L9.206 6.2l5.554 3.207Zm2.947 2.917l-1.526-1.51l1.528-1.516c.72.419 1.843 1.07 2.616 1.515Z"/></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.919 10.653a503 503 0 0 1-4.023-2.323l-.003-.002L4.64 1.253a1.68 1.68 0 0 0-1.408-.16l-.076.03a1.4 1.4 0 0 0-.173.07a1.52 1.52 0 0 0-.738 1.364v18.986a1.44 1.44 0 0 0 .692 1.27a1 1 0 0 0 .155.064a1 1 0 0 0 .087.035a1.4 1.4 0 0 0 .446.083a1.7 1.7 0 0 0 .831-.232l12.438-7.182l4.021-2.322a1.53 1.53 0 0 0 .842-1.334a1.49 1.49 0 0 0-.837-1.272M4.244 19.839V4.102l7.94 7.859Zm5.018-2.162l4.344-4.31l1.15 1.139zm4.342-7.125L9.206 6.2l5.554 3.207Zm2.947 2.917l-1.526-1.51l1.528-1.516c.72.419 1.843 1.07 2.616 1.515Z"/></svg> </template>
CSS
.icon-google-play {
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.919%2010.653a503%20503%200%200%201-4.023-2.323l-.003-.002L4.64%201.253a1.68%201.68%200%200%200-1.408-.16l-.076.03a1.4%201.4%200%200%200-.173.07a1.52%201.52%200%200%200-.738%201.364v18.986a1.44%201.44%200%200%200%20.692%201.27a1%201%200%200%200%20.155.064a1%201%200%200%200%20.087.035a1.4%201.4%200%200%200%20.446.083a1.7%201.7%200%200%200%20.831-.232l12.438-7.182l4.021-2.322a1.53%201.53%200%200%200%20.842-1.334a1.49%201.49%200%200%200-.837-1.272M4.244%2019.839V4.102l7.94%207.859Zm5.018-2.162l4.344-4.31l1.15%201.139zm4.342-7.125L9.206%206.2l5.554%203.207Zm2.947%202.917l-1.526-1.51l1.528-1.516c.72.419%201.843%201.07%202.616%201.515Z%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.919%2010.653a503%20503%200%200%201-4.023-2.323l-.003-.002L4.64%201.253a1.68%201.68%200%200%200-1.408-.16l-.076.03a1.4%201.4%200%200%200-.173.07a1.52%201.52%200%200%200-.738%201.364v18.986a1.44%201.44%200%200%200%20.692%201.27a1%201%200%200%200%20.155.064a1%201%200%200%200%20.087.035a1.4%201.4%200%200%200%20.446.083a1.7%201.7%200%200%200%20.831-.232l12.438-7.182l4.021-2.322a1.53%201.53%200%200%200%20.842-1.334a1.49%201.49%200%200%200-.837-1.272M4.244%2019.839V4.102l7.94%207.859Zm5.018-2.162l4.344-4.31l1.15%201.139zm4.342-7.125L9.206%206.2l5.554%203.207Zm2.947%202.917l-1.526-1.51l1.528-1.516c.72.419%201.843%201.07%202.616%201.515Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/google-play.svg?color=%231a73e8&size=48