google pay logo
google-pay from Font Awesome 6 Brands by Dave Gandy · Regular · Payments & Shopping · CC-BY-4.0 Attribution required.
- Name
- google-pay
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Category
- Payments & Shopping
- Viewbox
- 640×512
- License
- CC BY 4.0
The same logo in other sets
More payments & shopping icons from Font Awesome 6 Brands
Use the google pay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M105.72 215v41.25h57.1a49.66 49.66 0 0 1-21.14 32.6c-9.54 6.55-21.72 10.28-36 10.28c-27.6 0-50.93-18.91-59.3-44.22a65.6 65.6 0 0 1 0-41c8.37-25.46 31.7-44.37 59.3-44.37a56.43 56.43 0 0 1 40.51 16.08L176.47 155a101.24 101.24 0 0 0-70.75-27.84a105.55 105.55 0 0 0-94.38 59.11a107.64 107.64 0 0 0 0 96.18v.15a105.41 105.41 0 0 0 94.38 59c28.47 0 52.55-9.53 70-25.91c20-18.61 31.41-46.15 31.41-78.91a134 134 0 0 0-1.75-21.78Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14c-22.46 0-39.34 8.34-50.5 24.86l20.85 13.26q11.45-17 31.26-17a34.05 34.05 0 0 1 22.75 8.79a28.14 28.14 0 0 1 9.69 21.23v5.51c-9.1-5.07-20.55-7.75-34.64-7.75c-16.44 0-29.65 3.88-39.49 11.77s-14.82 18.31-14.82 31.56a39.74 39.74 0 0 0 13.94 31.27c9.25 8.34 21 12.51 34.79 12.51c16.29 0 29.21-7.3 39-21.89h1v17.72h22.61V250c.07-16.55-4.92-29.66-15.05-39m-19.23 89.3a37.32 37.32 0 0 1-26.57 11.16a28.6 28.6 0 0 1-18.33-6.25a19.41 19.41 0 0 1-7.77-15.63c0-7 3.22-12.81 9.54-17.42s14.53-7 24.07-7c13.16-.16 23.46 2.84 30.8 8.78c0 10.13-3.96 18.91-11.74 26.36m-93.65-142a55.7 55.7 0 0 0-40.51-16.3h-62.67v186.74h23.63V253.1h39c16 0 29.5-5.36 40.51-15.93c.88-.89 1.76-1.79 2.65-2.68a54.45 54.45 0 0 0-2.61-76.23Zm-16.58 62.23a30.65 30.65 0 0 1-23.34 9.68H302.7V165h39.63a32 32 0 0 1 22.6 9.23a33.18 33.18 0 0 1 .74 46.26ZM614.31 201l-36.54 91.7h-.45L539.9 201h-25.69L566 320.55l-29.35 64.32H561L640 201Z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsGooglePay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M105.72 215v41.25h57.1a49.66 49.66 0 0 1-21.14 32.6c-9.54 6.55-21.72 10.28-36 10.28c-27.6 0-50.93-18.91-59.3-44.22a65.6 65.6 0 0 1 0-41c8.37-25.46 31.7-44.37 59.3-44.37a56.43 56.43 0 0 1 40.51 16.08L176.47 155a101.24 101.24 0 0 0-70.75-27.84a105.55 105.55 0 0 0-94.38 59.11a107.64 107.64 0 0 0 0 96.18v.15a105.41 105.41 0 0 0 94.38 59c28.47 0 52.55-9.53 70-25.91c20-18.61 31.41-46.15 31.41-78.91a134 134 0 0 0-1.75-21.78Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14c-22.46 0-39.34 8.34-50.5 24.86l20.85 13.26q11.45-17 31.26-17a34.05 34.05 0 0 1 22.75 8.79a28.14 28.14 0 0 1 9.69 21.23v5.51c-9.1-5.07-20.55-7.75-34.64-7.75c-16.44 0-29.65 3.88-39.49 11.77s-14.82 18.31-14.82 31.56a39.74 39.74 0 0 0 13.94 31.27c9.25 8.34 21 12.51 34.79 12.51c16.29 0 29.21-7.3 39-21.89h1v17.72h22.61V250c.07-16.55-4.92-29.66-15.05-39m-19.23 89.3a37.32 37.32 0 0 1-26.57 11.16a28.6 28.6 0 0 1-18.33-6.25a19.41 19.41 0 0 1-7.77-15.63c0-7 3.22-12.81 9.54-17.42s14.53-7 24.07-7c13.16-.16 23.46 2.84 30.8 8.78c0 10.13-3.96 18.91-11.74 26.36m-93.65-142a55.7 55.7 0 0 0-40.51-16.3h-62.67v186.74h23.63V253.1h39c16 0 29.5-5.36 40.51-15.93c.88-.89 1.76-1.79 2.65-2.68a54.45 54.45 0 0 0-2.61-76.23Zm-16.58 62.23a30.65 30.65 0 0 1-23.34 9.68H302.7V165h39.63a32 32 0 0 1 22.6 9.23a33.18 33.18 0 0 1 .74 46.26ZM614.31 201l-36.54 91.7h-.45L539.9 201h-25.69L566 320.55l-29.35 64.32H561L640 201Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M105.72 215v41.25h57.1a49.66 49.66 0 0 1-21.14 32.6c-9.54 6.55-21.72 10.28-36 10.28c-27.6 0-50.93-18.91-59.3-44.22a65.6 65.6 0 0 1 0-41c8.37-25.46 31.7-44.37 59.3-44.37a56.43 56.43 0 0 1 40.51 16.08L176.47 155a101.24 101.24 0 0 0-70.75-27.84a105.55 105.55 0 0 0-94.38 59.11a107.64 107.64 0 0 0 0 96.18v.15a105.41 105.41 0 0 0 94.38 59c28.47 0 52.55-9.53 70-25.91c20-18.61 31.41-46.15 31.41-78.91a134 134 0 0 0-1.75-21.78Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14c-22.46 0-39.34 8.34-50.5 24.86l20.85 13.26q11.45-17 31.26-17a34.05 34.05 0 0 1 22.75 8.79a28.14 28.14 0 0 1 9.69 21.23v5.51c-9.1-5.07-20.55-7.75-34.64-7.75c-16.44 0-29.65 3.88-39.49 11.77s-14.82 18.31-14.82 31.56a39.74 39.74 0 0 0 13.94 31.27c9.25 8.34 21 12.51 34.79 12.51c16.29 0 29.21-7.3 39-21.89h1v17.72h22.61V250c.07-16.55-4.92-29.66-15.05-39m-19.23 89.3a37.32 37.32 0 0 1-26.57 11.16a28.6 28.6 0 0 1-18.33-6.25a19.41 19.41 0 0 1-7.77-15.63c0-7 3.22-12.81 9.54-17.42s14.53-7 24.07-7c13.16-.16 23.46 2.84 30.8 8.78c0 10.13-3.96 18.91-11.74 26.36m-93.65-142a55.7 55.7 0 0 0-40.51-16.3h-62.67v186.74h23.63V253.1h39c16 0 29.5-5.36 40.51-15.93c.88-.89 1.76-1.79 2.65-2.68a54.45 54.45 0 0 0-2.61-76.23Zm-16.58 62.23a30.65 30.65 0 0 1-23.34 9.68H302.7V165h39.63a32 32 0 0 1 22.6 9.23a33.18 33.18 0 0 1 .74 46.26ZM614.31 201l-36.54 91.7h-.45L539.9 201h-25.69L566 320.55l-29.35 64.32H561L640 201Z"/></svg> </template>
CSS
.icon-google-pay {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M105.72%20215v41.25h57.1a49.66%2049.66%200%200%201-21.14%2032.6c-9.54%206.55-21.72%2010.28-36%2010.28c-27.6%200-50.93-18.91-59.3-44.22a65.6%2065.6%200%200%201%200-41c8.37-25.46%2031.7-44.37%2059.3-44.37a56.43%2056.43%200%200%201%2040.51%2016.08L176.47%20155a101.24%20101.24%200%200%200-70.75-27.84a105.55%20105.55%200%200%200-94.38%2059.11a107.64%20107.64%200%200%200%200%2096.18v.15a105.41%20105.41%200%200%200%2094.38%2059c28.47%200%2052.55-9.53%2070-25.91c20-18.61%2031.41-46.15%2031.41-78.91a134%20134%200%200%200-1.75-21.78Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14c-22.46%200-39.34%208.34-50.5%2024.86l20.85%2013.26q11.45-17%2031.26-17a34.05%2034.05%200%200%201%2022.75%208.79a28.14%2028.14%200%200%201%209.69%2021.23v5.51c-9.1-5.07-20.55-7.75-34.64-7.75c-16.44%200-29.65%203.88-39.49%2011.77s-14.82%2018.31-14.82%2031.56a39.74%2039.74%200%200%200%2013.94%2031.27c9.25%208.34%2021%2012.51%2034.79%2012.51c16.29%200%2029.21-7.3%2039-21.89h1v17.72h22.61V250c.07-16.55-4.92-29.66-15.05-39m-19.23%2089.3a37.32%2037.32%200%200%201-26.57%2011.16a28.6%2028.6%200%200%201-18.33-6.25a19.41%2019.41%200%200%201-7.77-15.63c0-7%203.22-12.81%209.54-17.42s14.53-7%2024.07-7c13.16-.16%2023.46%202.84%2030.8%208.78c0%2010.13-3.96%2018.91-11.74%2026.36m-93.65-142a55.7%2055.7%200%200%200-40.51-16.3h-62.67v186.74h23.63V253.1h39c16%200%2029.5-5.36%2040.51-15.93c.88-.89%201.76-1.79%202.65-2.68a54.45%2054.45%200%200%200-2.61-76.23Zm-16.58%2062.23a30.65%2030.65%200%200%201-23.34%209.68H302.7V165h39.63a32%2032%200%200%201%2022.6%209.23a33.18%2033.18%200%200%201%20.74%2046.26ZM614.31%20201l-36.54%2091.7h-.45L539.9%20201h-25.69L566%20320.55l-29.35%2064.32H561L640%20201Z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M105.72%20215v41.25h57.1a49.66%2049.66%200%200%201-21.14%2032.6c-9.54%206.55-21.72%2010.28-36%2010.28c-27.6%200-50.93-18.91-59.3-44.22a65.6%2065.6%200%200%201%200-41c8.37-25.46%2031.7-44.37%2059.3-44.37a56.43%2056.43%200%200%201%2040.51%2016.08L176.47%20155a101.24%20101.24%200%200%200-70.75-27.84a105.55%20105.55%200%200%200-94.38%2059.11a107.64%20107.64%200%200%200%200%2096.18v.15a105.41%20105.41%200%200%200%2094.38%2059c28.47%200%2052.55-9.53%2070-25.91c20-18.61%2031.41-46.15%2031.41-78.91a134%20134%200%200%200-1.75-21.78Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14c-22.46%200-39.34%208.34-50.5%2024.86l20.85%2013.26q11.45-17%2031.26-17a34.05%2034.05%200%200%201%2022.75%208.79a28.14%2028.14%200%200%201%209.69%2021.23v5.51c-9.1-5.07-20.55-7.75-34.64-7.75c-16.44%200-29.65%203.88-39.49%2011.77s-14.82%2018.31-14.82%2031.56a39.74%2039.74%200%200%200%2013.94%2031.27c9.25%208.34%2021%2012.51%2034.79%2012.51c16.29%200%2029.21-7.3%2039-21.89h1v17.72h22.61V250c.07-16.55-4.92-29.66-15.05-39m-19.23%2089.3a37.32%2037.32%200%200%201-26.57%2011.16a28.6%2028.6%200%200%201-18.33-6.25a19.41%2019.41%200%200%201-7.77-15.63c0-7%203.22-12.81%209.54-17.42s14.53-7%2024.07-7c13.16-.16%2023.46%202.84%2030.8%208.78c0%2010.13-3.96%2018.91-11.74%2026.36m-93.65-142a55.7%2055.7%200%200%200-40.51-16.3h-62.67v186.74h23.63V253.1h39c16%200%2029.5-5.36%2040.51-15.93c.88-.89%201.76-1.79%202.65-2.68a54.45%2054.45%200%200%200-2.61-76.23Zm-16.58%2062.23a30.65%2030.65%200%200%201-23.34%209.68H302.7V165h39.63a32%2032%200%200%201%2022.6%209.23a33.18%2033.18%200%200%201%20.74%2046.26ZM614.31%20201l-36.54%2091.7h-.45L539.9%20201h-25.69L566%20320.55l-29.35%2064.32H561L640%20201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/google-pay.svg?color=%231a73e8&size=48