google-wallet from Font Awesome 6 Brands by Dave Gandy · Regular · Payments & Shopping · CC-BY-4.0 Attribution required.

Name
google-wallet
Set
Font Awesome 6 Brands
Style
Regular
Category
Payments & Shopping
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

More payments & shopping icons from Font Awesome 6 Brands

Use the google wallet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5c-8.3 33.8-18.8 66.5-31.3 98.3c-13.2-52.3-26.5-101.3-56-148.5c6.5-36.4 2.3-73.6 3-112.3M109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5c-3-4-8-6.5-13-6.5m47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3c13.2 46.5 22.3 95.5 26.5 146c48.2 86.2 79.7 178.3 90.6 270.8c15.8-60.5 25.3-133.5 25.3-203c0-73.6-12.1-145.1-31.1-212.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsGoogleWallet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5c-8.3 33.8-18.8 66.5-31.3 98.3c-13.2-52.3-26.5-101.3-56-148.5c6.5-36.4 2.3-73.6 3-112.3M109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5c-3-4-8-6.5-13-6.5m47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3c13.2 46.5 22.3 95.5 26.5 146c48.2 86.2 79.7 178.3 90.6 270.8c15.8-60.5 25.3-133.5 25.3-203c0-73.6-12.1-145.1-31.1-212.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5c-8.3 33.8-18.8 66.5-31.3 98.3c-13.2-52.3-26.5-101.3-56-148.5c6.5-36.4 2.3-73.6 3-112.3M109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5c-3-4-8-6.5-13-6.5m47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3c13.2 46.5 22.3 95.5 26.5 146c48.2 86.2 79.7 178.3 90.6 270.8c15.8-60.5 25.3-133.5 25.3-203c0-73.6-12.1-145.1-31.1-212.6"/></svg>
</template>

CSS

.icon-google-wallet {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M156.8%20126.8c37.6%2060.6%2064.2%20113.1%2084.3%20162.5c-8.3%2033.8-18.8%2066.5-31.3%2098.3c-13.2-52.3-26.5-101.3-56-148.5c6.5-36.4%202.3-73.6%203-112.3M109.3%20200H16.1c-6.5%200-10.5%207.5-6.5%2012.7C51.8%20267%2081.3%20330.5%20101.3%20400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5c-3-4-8-6.5-13-6.5m47.8-88c68.5%20108%20130%20234.5%20138.2%20368H409c-12-138-68.4-265-143.2-368zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3%200-9%205-7.8%2010.3c13.2%2046.5%2022.3%2095.5%2026.5%20146c48.2%2086.2%2079.7%20178.3%2090.6%20270.8c15.8-60.5%2025.3-133.5%2025.3-203c0-73.6-12.1-145.1-31.1-212.6%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M156.8%20126.8c37.6%2060.6%2064.2%20113.1%2084.3%20162.5c-8.3%2033.8-18.8%2066.5-31.3%2098.3c-13.2-52.3-26.5-101.3-56-148.5c6.5-36.4%202.3-73.6%203-112.3M109.3%20200H16.1c-6.5%200-10.5%207.5-6.5%2012.7C51.8%20267%2081.3%20330.5%20101.3%20400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5c-3-4-8-6.5-13-6.5m47.8-88c68.5%20108%20130%20234.5%20138.2%20368H409c-12-138-68.4-265-143.2-368zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3%200-9%205-7.8%2010.3c13.2%2046.5%2022.3%2095.5%2026.5%20146c48.2%2086.2%2079.7%20178.3%2090.6%20270.8c15.8-60.5%2025.3-133.5%2025.3-203c0-73.6-12.1-145.1-31.1-212.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/google-wallet.svg?color=%231a73e8&size=48