google wallet icon
google-wallet from Line Awesome by Icons8 · Line · Payments & Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- google-wallet
- Set
- Line Awesome
- Style
- Line
- Category
- Payments & Shopping
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More payments & shopping icons from Line Awesome
Use the google wallet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 3.5c-.578 0-1.145.16-1.656.438a3.483 3.483 0 0 0-1.407 4.718c.004.012.45.946.875 2.469c-2.125-3.063-4.39-4.676-4.5-4.75c-.015-.016-.046-.016-.062-.031a1 1 0 0 0-.094-.063C14.543 5.793 13.796 5.5 13 5.5a3.46 3.46 0 0 0-1.969.625a3.494 3.494 0 0 0-.906 4.844s.254.449.531 1.094a12 12 0 0 0-1.062-.75C8.184 10.44 7.004 10 6 10c-1.645 0-3 1.355-3 3c0 1.008.613 1.79 1.281 2.344s1.453 1.023 2.25 1.562c1.485 1 2.973 2.2 3.813 4.469c-.223.523-.403.93-.406.938c-.938 1.66-.333 3.769 1.343 4.718A3.5 3.5 0 0 0 13 27.5c1.258 0 2.41-.688 3.031-1.781c.164-.29 1.114-2.055 1.782-4.594c.421 1.262.785 2.898.687 4.813a1 1 0 0 0 .063.593c.003.02-.004.043 0 .063A3.49 3.49 0 0 0 22 29.5a3.49 3.49 0 0 0 3.188-2.063c.234-.53 2.312-5.34 2.312-11.343c0-6.145-2.188-10.328-2.438-10.782A3.48 3.48 0 0 0 22 3.5m0 2c.531 0 1.04.285 1.313.781c.09.164 2.187 4.055 2.187 9.813c0 5.695-2.04 10.336-2.125 10.531c-.25.559-.8.875-1.375.875a1.5 1.5 0 0 1-.625-.125c-.758-.34-1.086-1.242-.75-2c.027-.063 1.637-3.754 1.844-8.344a1 1 0 0 0 .031-.531c.004-.137 0-.27 0-.406c0-4.95-1.793-8.34-1.813-8.375a1.496 1.496 0 0 1 .594-2.032c.23-.125.477-.187.719-.187m-9 2c.355 0 .691.137.969.375l.031.031c.078.074.156.157.219.25c.094.133 2.281 3.32 2.281 8.031c0 4.637-2.098 8.407-2.188 8.563c-.277.488-.789.75-1.312.75c-.25 0-.516-.055-.75-.188c-.719-.406-.969-1.34-.563-2.062c.028-.047 1.813-3.25 1.813-7.063c0-3.73-1.703-6.316-1.719-6.343a1.476 1.476 0 0 1 .375-2.063c.258-.18.551-.281.844-.281m4.969 4.469c.949 1.304 1.867 2.898 2.5 4.812a23 23 0 0 1-.594 4.344c-.547-1.906-1.207-3.07-1.438-3.438a17.3 17.3 0 0 0-.469-5.719zM6 12c.102 0 1.36.309 2.531 1.031c1.094.676 2.223 1.668 2.969 3v.157c0 .882-.113 1.722-.281 2.5c-1.051-1.59-2.399-2.653-3.563-3.438c-.86-.578-1.629-1.05-2.093-1.438C5.098 13.427 5 13.242 5 13c0-.566.434-1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function LaGoogleWallet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 3.5c-.578 0-1.145.16-1.656.438a3.483 3.483 0 0 0-1.407 4.718c.004.012.45.946.875 2.469c-2.125-3.063-4.39-4.676-4.5-4.75c-.015-.016-.046-.016-.062-.031a1 1 0 0 0-.094-.063C14.543 5.793 13.796 5.5 13 5.5a3.46 3.46 0 0 0-1.969.625a3.494 3.494 0 0 0-.906 4.844s.254.449.531 1.094a12 12 0 0 0-1.062-.75C8.184 10.44 7.004 10 6 10c-1.645 0-3 1.355-3 3c0 1.008.613 1.79 1.281 2.344s1.453 1.023 2.25 1.562c1.485 1 2.973 2.2 3.813 4.469c-.223.523-.403.93-.406.938c-.938 1.66-.333 3.769 1.343 4.718A3.5 3.5 0 0 0 13 27.5c1.258 0 2.41-.688 3.031-1.781c.164-.29 1.114-2.055 1.782-4.594c.421 1.262.785 2.898.687 4.813a1 1 0 0 0 .063.593c.003.02-.004.043 0 .063A3.49 3.49 0 0 0 22 29.5a3.49 3.49 0 0 0 3.188-2.063c.234-.53 2.312-5.34 2.312-11.343c0-6.145-2.188-10.328-2.438-10.782A3.48 3.48 0 0 0 22 3.5m0 2c.531 0 1.04.285 1.313.781c.09.164 2.187 4.055 2.187 9.813c0 5.695-2.04 10.336-2.125 10.531c-.25.559-.8.875-1.375.875a1.5 1.5 0 0 1-.625-.125c-.758-.34-1.086-1.242-.75-2c.027-.063 1.637-3.754 1.844-8.344a1 1 0 0 0 .031-.531c.004-.137 0-.27 0-.406c0-4.95-1.793-8.34-1.813-8.375a1.496 1.496 0 0 1 .594-2.032c.23-.125.477-.187.719-.187m-9 2c.355 0 .691.137.969.375l.031.031c.078.074.156.157.219.25c.094.133 2.281 3.32 2.281 8.031c0 4.637-2.098 8.407-2.188 8.563c-.277.488-.789.75-1.312.75c-.25 0-.516-.055-.75-.188c-.719-.406-.969-1.34-.563-2.062c.028-.047 1.813-3.25 1.813-7.063c0-3.73-1.703-6.316-1.719-6.343a1.476 1.476 0 0 1 .375-2.063c.258-.18.551-.281.844-.281m4.969 4.469c.949 1.304 1.867 2.898 2.5 4.812a23 23 0 0 1-.594 4.344c-.547-1.906-1.207-3.07-1.438-3.438a17.3 17.3 0 0 0-.469-5.719zM6 12c.102 0 1.36.309 2.531 1.031c1.094.676 2.223 1.668 2.969 3v.157c0 .882-.113 1.722-.281 2.5c-1.051-1.59-2.399-2.653-3.563-3.438c-.86-.578-1.629-1.05-2.093-1.438C5.098 13.427 5 13.242 5 13c0-.566.434-1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 3.5c-.578 0-1.145.16-1.656.438a3.483 3.483 0 0 0-1.407 4.718c.004.012.45.946.875 2.469c-2.125-3.063-4.39-4.676-4.5-4.75c-.015-.016-.046-.016-.062-.031a1 1 0 0 0-.094-.063C14.543 5.793 13.796 5.5 13 5.5a3.46 3.46 0 0 0-1.969.625a3.494 3.494 0 0 0-.906 4.844s.254.449.531 1.094a12 12 0 0 0-1.062-.75C8.184 10.44 7.004 10 6 10c-1.645 0-3 1.355-3 3c0 1.008.613 1.79 1.281 2.344s1.453 1.023 2.25 1.562c1.485 1 2.973 2.2 3.813 4.469c-.223.523-.403.93-.406.938c-.938 1.66-.333 3.769 1.343 4.718A3.5 3.5 0 0 0 13 27.5c1.258 0 2.41-.688 3.031-1.781c.164-.29 1.114-2.055 1.782-4.594c.421 1.262.785 2.898.687 4.813a1 1 0 0 0 .063.593c.003.02-.004.043 0 .063A3.49 3.49 0 0 0 22 29.5a3.49 3.49 0 0 0 3.188-2.063c.234-.53 2.312-5.34 2.312-11.343c0-6.145-2.188-10.328-2.438-10.782A3.48 3.48 0 0 0 22 3.5m0 2c.531 0 1.04.285 1.313.781c.09.164 2.187 4.055 2.187 9.813c0 5.695-2.04 10.336-2.125 10.531c-.25.559-.8.875-1.375.875a1.5 1.5 0 0 1-.625-.125c-.758-.34-1.086-1.242-.75-2c.027-.063 1.637-3.754 1.844-8.344a1 1 0 0 0 .031-.531c.004-.137 0-.27 0-.406c0-4.95-1.793-8.34-1.813-8.375a1.496 1.496 0 0 1 .594-2.032c.23-.125.477-.187.719-.187m-9 2c.355 0 .691.137.969.375l.031.031c.078.074.156.157.219.25c.094.133 2.281 3.32 2.281 8.031c0 4.637-2.098 8.407-2.188 8.563c-.277.488-.789.75-1.312.75c-.25 0-.516-.055-.75-.188c-.719-.406-.969-1.34-.563-2.062c.028-.047 1.813-3.25 1.813-7.063c0-3.73-1.703-6.316-1.719-6.343a1.476 1.476 0 0 1 .375-2.063c.258-.18.551-.281.844-.281m4.969 4.469c.949 1.304 1.867 2.898 2.5 4.812a23 23 0 0 1-.594 4.344c-.547-1.906-1.207-3.07-1.438-3.438a17.3 17.3 0 0 0-.469-5.719zM6 12c.102 0 1.36.309 2.531 1.031c1.094.676 2.223 1.668 2.969 3v.157c0 .882-.113 1.722-.281 2.5c-1.051-1.59-2.399-2.653-3.563-3.438c-.86-.578-1.629-1.05-2.093-1.438C5.098 13.427 5 13.242 5 13c0-.566.434-1 1-1"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203.5c-.578%200-1.145.16-1.656.438a3.483%203.483%200%200%200-1.407%204.718c.004.012.45.946.875%202.469c-2.125-3.063-4.39-4.676-4.5-4.75c-.015-.016-.046-.016-.062-.031a1%201%200%200%200-.094-.063C14.543%205.793%2013.796%205.5%2013%205.5a3.46%203.46%200%200%200-1.969.625a3.494%203.494%200%200%200-.906%204.844s.254.449.531%201.094a12%2012%200%200%200-1.062-.75C8.184%2010.44%207.004%2010%206%2010c-1.645%200-3%201.355-3%203c0%201.008.613%201.79%201.281%202.344s1.453%201.023%202.25%201.562c1.485%201%202.973%202.2%203.813%204.469c-.223.523-.403.93-.406.938c-.938%201.66-.333%203.769%201.343%204.718A3.5%203.5%200%200%200%2013%2027.5c1.258%200%202.41-.688%203.031-1.781c.164-.29%201.114-2.055%201.782-4.594c.421%201.262.785%202.898.687%204.813a1%201%200%200%200%20.063.593c.003.02-.004.043%200%20.063A3.49%203.49%200%200%200%2022%2029.5a3.49%203.49%200%200%200%203.188-2.063c.234-.53%202.312-5.34%202.312-11.343c0-6.145-2.188-10.328-2.438-10.782A3.48%203.48%200%200%200%2022%203.5m0%202c.531%200%201.04.285%201.313.781c.09.164%202.187%204.055%202.187%209.813c0%205.695-2.04%2010.336-2.125%2010.531c-.25.559-.8.875-1.375.875a1.5%201.5%200%200%201-.625-.125c-.758-.34-1.086-1.242-.75-2c.027-.063%201.637-3.754%201.844-8.344a1%201%200%200%200%20.031-.531c.004-.137%200-.27%200-.406c0-4.95-1.793-8.34-1.813-8.375a1.496%201.496%200%200%201%20.594-2.032c.23-.125.477-.187.719-.187m-9%202c.355%200%20.691.137.969.375l.031.031c.078.074.156.157.219.25c.094.133%202.281%203.32%202.281%208.031c0%204.637-2.098%208.407-2.188%208.563c-.277.488-.789.75-1.312.75c-.25%200-.516-.055-.75-.188c-.719-.406-.969-1.34-.563-2.062c.028-.047%201.813-3.25%201.813-7.063c0-3.73-1.703-6.316-1.719-6.343a1.476%201.476%200%200%201%20.375-2.063c.258-.18.551-.281.844-.281m4.969%204.469c.949%201.304%201.867%202.898%202.5%204.812a23%2023%200%200%201-.594%204.344c-.547-1.906-1.207-3.07-1.438-3.438a17.3%2017.3%200%200%200-.469-5.719zM6%2012c.102%200%201.36.309%202.531%201.031c1.094.676%202.223%201.668%202.969%203v.157c0%20.882-.113%201.722-.281%202.5c-1.051-1.59-2.399-2.653-3.563-3.438c-.86-.578-1.629-1.05-2.093-1.438C5.098%2013.427%205%2013.242%205%2013c0-.566.434-1%201-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203.5c-.578%200-1.145.16-1.656.438a3.483%203.483%200%200%200-1.407%204.718c.004.012.45.946.875%202.469c-2.125-3.063-4.39-4.676-4.5-4.75c-.015-.016-.046-.016-.062-.031a1%201%200%200%200-.094-.063C14.543%205.793%2013.796%205.5%2013%205.5a3.46%203.46%200%200%200-1.969.625a3.494%203.494%200%200%200-.906%204.844s.254.449.531%201.094a12%2012%200%200%200-1.062-.75C8.184%2010.44%207.004%2010%206%2010c-1.645%200-3%201.355-3%203c0%201.008.613%201.79%201.281%202.344s1.453%201.023%202.25%201.562c1.485%201%202.973%202.2%203.813%204.469c-.223.523-.403.93-.406.938c-.938%201.66-.333%203.769%201.343%204.718A3.5%203.5%200%200%200%2013%2027.5c1.258%200%202.41-.688%203.031-1.781c.164-.29%201.114-2.055%201.782-4.594c.421%201.262.785%202.898.687%204.813a1%201%200%200%200%20.063.593c.003.02-.004.043%200%20.063A3.49%203.49%200%200%200%2022%2029.5a3.49%203.49%200%200%200%203.188-2.063c.234-.53%202.312-5.34%202.312-11.343c0-6.145-2.188-10.328-2.438-10.782A3.48%203.48%200%200%200%2022%203.5m0%202c.531%200%201.04.285%201.313.781c.09.164%202.187%204.055%202.187%209.813c0%205.695-2.04%2010.336-2.125%2010.531c-.25.559-.8.875-1.375.875a1.5%201.5%200%200%201-.625-.125c-.758-.34-1.086-1.242-.75-2c.027-.063%201.637-3.754%201.844-8.344a1%201%200%200%200%20.031-.531c.004-.137%200-.27%200-.406c0-4.95-1.793-8.34-1.813-8.375a1.496%201.496%200%200%201%20.594-2.032c.23-.125.477-.187.719-.187m-9%202c.355%200%20.691.137.969.375l.031.031c.078.074.156.157.219.25c.094.133%202.281%203.32%202.281%208.031c0%204.637-2.098%208.407-2.188%208.563c-.277.488-.789.75-1.312.75c-.25%200-.516-.055-.75-.188c-.719-.406-.969-1.34-.563-2.062c.028-.047%201.813-3.25%201.813-7.063c0-3.73-1.703-6.316-1.719-6.343a1.476%201.476%200%200%201%20.375-2.063c.258-.18.551-.281.844-.281m4.969%204.469c.949%201.304%201.867%202.898%202.5%204.812a23%2023%200%200%201-.594%204.344c-.547-1.906-1.207-3.07-1.438-3.438a17.3%2017.3%200%200%200-.469-5.719zM6%2012c.102%200%201.36.309%202.531%201.031c1.094.676%202.223%201.668%202.969%203v.157c0%20.882-.113%201.722-.281%202.5c-1.051-1.59-2.399-2.653-3.563-3.438c-.86-.578-1.629-1.05-2.093-1.438C5.098%2013.427%205%2013.242%205%2013c0-.566.434-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/google-wallet.svg?color=%231a73e8&size=48