google-pay from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
google-pay
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Related icons in Boxicons Brands

Use the google pay logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.93 9a1.84 1.84 0 0 0-1.28-.5h-2v5.74h.75V11.9h1.2a1.85 1.85 0 0 0 1.28-.5a1.63 1.63 0 0 0 .52-1.23A1.58 1.58 0 0 0 13.93 9m-.5 1.9a1 1 0 0 1-.73.3h-1.25v-2h1.25a.9.9 0 0 1 .73.3a1 1 0 0 1 0 1.38zm2.75-.72a1.92 1.92 0 0 0-1.63.77l.65.4a1.09 1.09 0 0 1 1-.52a1.1 1.1 0 0 1 .72.27a.81.81 0 0 1 .3.65v.18a1.9 1.9 0 0 0-1.07-.25a1.9 1.9 0 0 0-1.25.32a1.2 1.2 0 0 0-.45 1a1.35 1.35 0 0 0 .45 1a1.74 1.74 0 0 0 1.1.37a1.45 1.45 0 0 0 1.23-.67v.54H18v-2.41a1.56 1.56 0 0 0-.47-1.2a1.84 1.84 0 0 0-1.35-.45m.7 3.17a1.18 1.18 0 0 1-.83.35a.94.94 0 0 1-.57-.2a.56.56 0 0 1-.25-.47a.6.6 0 0 1 .3-.53a1.2 1.2 0 0 1 .75-.22a1.58 1.58 0 0 1 1 .27a1 1 0 0 1-.4.8M22 10.33v-.03l-.01.03zm-1.92 2.82h-.03l-1.17-2.82h-.8L19.7 14l-.92 1.97h.75l2.46-5.64h-.76zM5.31 10.73V12h1.77a1.52 1.52 0 0 1-.65 1a2 2 0 0 1-3-1.05a1.9 1.9 0 0 1 0-1.27a1.91 1.91 0 0 1 1.88-1.35a1.83 1.83 0 0 1 1.27.5l1-.95A3.14 3.14 0 0 0 5.33 8A3.26 3.26 0 0 0 2.4 9.83a3.24 3.24 0 0 0 0 3a3.28 3.28 0 0 0 2.95 1.82a3.24 3.24 0 0 0 2.19-.79a3.22 3.22 0 0 0 1-2.43c0-.22 0-.45-.05-.67z"/></svg>

React

import type { SVGProps } from "react";

export function BxlGooglePay(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="M13.93 9a1.84 1.84 0 0 0-1.28-.5h-2v5.74h.75V11.9h1.2a1.85 1.85 0 0 0 1.28-.5a1.63 1.63 0 0 0 .52-1.23A1.58 1.58 0 0 0 13.93 9m-.5 1.9a1 1 0 0 1-.73.3h-1.25v-2h1.25a.9.9 0 0 1 .73.3a1 1 0 0 1 0 1.38zm2.75-.72a1.92 1.92 0 0 0-1.63.77l.65.4a1.09 1.09 0 0 1 1-.52a1.1 1.1 0 0 1 .72.27a.81.81 0 0 1 .3.65v.18a1.9 1.9 0 0 0-1.07-.25a1.9 1.9 0 0 0-1.25.32a1.2 1.2 0 0 0-.45 1a1.35 1.35 0 0 0 .45 1a1.74 1.74 0 0 0 1.1.37a1.45 1.45 0 0 0 1.23-.67v.54H18v-2.41a1.56 1.56 0 0 0-.47-1.2a1.84 1.84 0 0 0-1.35-.45m.7 3.17a1.18 1.18 0 0 1-.83.35a.94.94 0 0 1-.57-.2a.56.56 0 0 1-.25-.47a.6.6 0 0 1 .3-.53a1.2 1.2 0 0 1 .75-.22a1.58 1.58 0 0 1 1 .27a1 1 0 0 1-.4.8M22 10.33v-.03l-.01.03zm-1.92 2.82h-.03l-1.17-2.82h-.8L19.7 14l-.92 1.97h.75l2.46-5.64h-.76zM5.31 10.73V12h1.77a1.52 1.52 0 0 1-.65 1a2 2 0 0 1-3-1.05a1.9 1.9 0 0 1 0-1.27a1.91 1.91 0 0 1 1.88-1.35a1.83 1.83 0 0 1 1.27.5l1-.95A3.14 3.14 0 0 0 5.33 8A3.26 3.26 0 0 0 2.4 9.83a3.24 3.24 0 0 0 0 3a3.28 3.28 0 0 0 2.95 1.82a3.24 3.24 0 0 0 2.19-.79a3.22 3.22 0 0 0 1-2.43c0-.22 0-.45-.05-.67z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.93 9a1.84 1.84 0 0 0-1.28-.5h-2v5.74h.75V11.9h1.2a1.85 1.85 0 0 0 1.28-.5a1.63 1.63 0 0 0 .52-1.23A1.58 1.58 0 0 0 13.93 9m-.5 1.9a1 1 0 0 1-.73.3h-1.25v-2h1.25a.9.9 0 0 1 .73.3a1 1 0 0 1 0 1.38zm2.75-.72a1.92 1.92 0 0 0-1.63.77l.65.4a1.09 1.09 0 0 1 1-.52a1.1 1.1 0 0 1 .72.27a.81.81 0 0 1 .3.65v.18a1.9 1.9 0 0 0-1.07-.25a1.9 1.9 0 0 0-1.25.32a1.2 1.2 0 0 0-.45 1a1.35 1.35 0 0 0 .45 1a1.74 1.74 0 0 0 1.1.37a1.45 1.45 0 0 0 1.23-.67v.54H18v-2.41a1.56 1.56 0 0 0-.47-1.2a1.84 1.84 0 0 0-1.35-.45m.7 3.17a1.18 1.18 0 0 1-.83.35a.94.94 0 0 1-.57-.2a.56.56 0 0 1-.25-.47a.6.6 0 0 1 .3-.53a1.2 1.2 0 0 1 .75-.22a1.58 1.58 0 0 1 1 .27a1 1 0 0 1-.4.8M22 10.33v-.03l-.01.03zm-1.92 2.82h-.03l-1.17-2.82h-.8L19.7 14l-.92 1.97h.75l2.46-5.64h-.76zM5.31 10.73V12h1.77a1.52 1.52 0 0 1-.65 1a2 2 0 0 1-3-1.05a1.9 1.9 0 0 1 0-1.27a1.91 1.91 0 0 1 1.88-1.35a1.83 1.83 0 0 1 1.27.5l1-.95A3.14 3.14 0 0 0 5.33 8A3.26 3.26 0 0 0 2.4 9.83a3.24 3.24 0 0 0 0 3a3.28 3.28 0 0 0 2.95 1.82a3.24 3.24 0 0 0 2.19-.79a3.22 3.22 0 0 0 1-2.43c0-.22 0-.45-.05-.67z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.93%209a1.84%201.84%200%200%200-1.28-.5h-2v5.74h.75V11.9h1.2a1.85%201.85%200%200%200%201.28-.5a1.63%201.63%200%200%200%20.52-1.23A1.58%201.58%200%200%200%2013.93%209m-.5%201.9a1%201%200%200%201-.73.3h-1.25v-2h1.25a.9.9%200%200%201%20.73.3a1%201%200%200%201%200%201.38zm2.75-.72a1.92%201.92%200%200%200-1.63.77l.65.4a1.09%201.09%200%200%201%201-.52a1.1%201.1%200%200%201%20.72.27a.81.81%200%200%201%20.3.65v.18a1.9%201.9%200%200%200-1.07-.25a1.9%201.9%200%200%200-1.25.32a1.2%201.2%200%200%200-.45%201a1.35%201.35%200%200%200%20.45%201a1.74%201.74%200%200%200%201.1.37a1.45%201.45%200%200%200%201.23-.67v.54H18v-2.41a1.56%201.56%200%200%200-.47-1.2a1.84%201.84%200%200%200-1.35-.45m.7%203.17a1.18%201.18%200%200%201-.83.35a.94.94%200%200%201-.57-.2a.56.56%200%200%201-.25-.47a.6.6%200%200%201%20.3-.53a1.2%201.2%200%200%201%20.75-.22a1.58%201.58%200%200%201%201%20.27a1%201%200%200%201-.4.8M22%2010.33v-.03l-.01.03zm-1.92%202.82h-.03l-1.17-2.82h-.8L19.7%2014l-.92%201.97h.75l2.46-5.64h-.76zM5.31%2010.73V12h1.77a1.52%201.52%200%200%201-.65%201a2%202%200%200%201-3-1.05a1.9%201.9%200%200%201%200-1.27a1.91%201.91%200%200%201%201.88-1.35a1.83%201.83%200%200%201%201.27.5l1-.95A3.14%203.14%200%200%200%205.33%208A3.26%203.26%200%200%200%202.4%209.83a3.24%203.24%200%200%200%200%203a3.28%203.28%200%200%200%202.95%201.82a3.24%203.24%200%200%200%202.19-.79a3.22%203.22%200%200%200%201-2.43c0-.22%200-.45-.05-.67z%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%22M13.93%209a1.84%201.84%200%200%200-1.28-.5h-2v5.74h.75V11.9h1.2a1.85%201.85%200%200%200%201.28-.5a1.63%201.63%200%200%200%20.52-1.23A1.58%201.58%200%200%200%2013.93%209m-.5%201.9a1%201%200%200%201-.73.3h-1.25v-2h1.25a.9.9%200%200%201%20.73.3a1%201%200%200%201%200%201.38zm2.75-.72a1.92%201.92%200%200%200-1.63.77l.65.4a1.09%201.09%200%200%201%201-.52a1.1%201.1%200%200%201%20.72.27a.81.81%200%200%201%20.3.65v.18a1.9%201.9%200%200%200-1.07-.25a1.9%201.9%200%200%200-1.25.32a1.2%201.2%200%200%200-.45%201a1.35%201.35%200%200%200%20.45%201a1.74%201.74%200%200%200%201.1.37a1.45%201.45%200%200%200%201.23-.67v.54H18v-2.41a1.56%201.56%200%200%200-.47-1.2a1.84%201.84%200%200%200-1.35-.45m.7%203.17a1.18%201.18%200%200%201-.83.35a.94.94%200%200%201-.57-.2a.56.56%200%200%201-.25-.47a.6.6%200%200%201%20.3-.53a1.2%201.2%200%200%201%20.75-.22a1.58%201.58%200%200%201%201%20.27a1%201%200%200%201-.4.8M22%2010.33v-.03l-.01.03zm-1.92%202.82h-.03l-1.17-2.82h-.8L19.7%2014l-.92%201.97h.75l2.46-5.64h-.76zM5.31%2010.73V12h1.77a1.52%201.52%200%200%201-.65%201a2%202%200%200%201-3-1.05a1.9%201.9%200%200%201%200-1.27a1.91%201.91%200%200%201%201.88-1.35a1.83%201.83%200%200%201%201.27.5l1-.95A3.14%203.14%200%200%200%205.33%208A3.26%203.26%200%200%200%202.4%209.83a3.24%203.24%200%200%200%200%203a3.28%203.28%200%200%200%202.95%201.82a3.24%203.24%200%200%200%202.19-.79a3.22%203.22%200%200%200%201-2.43c0-.22%200-.45-.05-.67z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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