google-wallet from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
google-wallet
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
wallet-product

The same icon in other sets

Related icons in Material Design Icons

Use the google wallet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.44 2.56h4.8s2.88 8.8 0 18.96h-4.72s-.4-4.72-2.24-8.72c0 0-.8 3.28-1.68 5.2H6.72s-.96-4.56-4.24-8.48h4.8s.88.88 1.6 2.08c0 0 .64-2.48.64-5.6h4.8s1.6 2.32 2.32 3.76c0 0-.24-3.52-1.2-7.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiGoogleWallet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.44 2.56h4.8s2.88 8.8 0 18.96h-4.72s-.4-4.72-2.24-8.72c0 0-.8 3.28-1.68 5.2H6.72s-.96-4.56-4.24-8.48h4.8s.88.88 1.6 2.08c0 0 .64-2.48.64-5.6h4.8s1.6 2.32 2.32 3.76c0 0-.24-3.52-1.2-7.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.44 2.56h4.8s2.88 8.8 0 18.96h-4.72s-.4-4.72-2.24-8.72c0 0-.8 3.28-1.68 5.2H6.72s-.96-4.56-4.24-8.48h4.8s.88.88 1.6 2.08c0 0 .64-2.48.64-5.6h4.8s1.6 2.32 2.32 3.76c0 0-.24-3.52-1.2-7.2z" fill="currentColor"/></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%2024%2024%22%3E%3Cpath%20d%3D%22M15.44%202.56h4.8s2.88%208.8%200%2018.96h-4.72s-.4-4.72-2.24-8.72c0%200-.8%203.28-1.68%205.2H6.72s-.96-4.56-4.24-8.48h4.8s.88.88%201.6%202.08c0%200%20.64-2.48.64-5.6h4.8s1.6%202.32%202.32%203.76c0%200-.24-3.52-1.2-7.2z%22%20fill%3D%22currentColor%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%20d%3D%22M15.44%202.56h4.8s2.88%208.8%200%2018.96h-4.72s-.4-4.72-2.24-8.72c0%200-.8%203.28-1.68%205.2H6.72s-.96-4.56-4.24-8.48h4.8s.88.88%201.6%202.08c0%200%20.64-2.48.64-5.6h4.8s1.6%202.32%202.32%203.76c0%200-.24-3.52-1.2-7.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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