wallet2 icon

wallet2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
wallet2
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the wallet2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 9H7m15 1.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02"/><path d="M17.48 10.55c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5H7c-3 0-5-2-5-5v-7c0-2.72 1.64-4.62 4.19-4.94q.39-.06.81-.06h9c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWallet2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M13 9H7m15 1.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02"/><path d="M17.48 10.55c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5H7c-3 0-5-2-5-5v-7c0-2.72 1.64-4.62 4.19-4.94q.39-.06.81-.06h9c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 9H7m15 1.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02"/><path d="M17.48 10.55c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5H7c-3 0-5-2-5-5v-7c0-2.72 1.64-4.62 4.19-4.94q.39-.06.81-.06h9c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6"/></g></svg>
</template>

CSS

.icon-wallet2 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%209H7m15%201.97v2.06c0%20.55-.44%201-1%201.02h-1.96c-1.08%200-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6%201.44-.6H21c.56.02%201%20.47%201%201.02%22%2F%3E%3Cpath%20d%3D%22M17.48%2010.55c-.42.41-.66%201-.6%201.63c.09%201.08%201.08%201.87%202.16%201.87H21v1.45c0%203-2%205-5%205H7c-3%200-5-2-5-5v-7c0-2.72%201.64-4.62%204.19-4.94q.39-.06.81-.06h9c.26%200%20.51.01.75.05C19.33%203.85%2021%205.76%2021%208.5v1.45h-2.08c-.56%200-1.07.22-1.44.6%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%209H7m15%201.97v2.06c0%20.55-.44%201-1%201.02h-1.96c-1.08%200-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6%201.44-.6H21c.56.02%201%20.47%201%201.02%22%2F%3E%3Cpath%20d%3D%22M17.48%2010.55c-.42.41-.66%201-.6%201.63c.09%201.08%201.08%201.87%202.16%201.87H21v1.45c0%203-2%205-5%205H7c-3%200-5-2-5-5v-7c0-2.72%201.64-4.62%204.19-4.94q.39-.06.81-.06h9c.26%200%20.51.01.75.05C19.33%203.85%2021%205.76%2021%208.5v1.45h-2.08c-.56%200-1.07.22-1.44.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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