wallet 2 icon
wallet-2 from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- wallet-2
- Set
- Reicon
- Style
- Outline
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All wallet 2 icons →More money icons from Reicon
Use the wallet 2 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="M3 8.667a4.74 4.74 0 0 1 3.943-4.674L15.692 2.5a1.335 1.335 0 0 1 1.417.719"/><path d="M21 15.667v2a2.666 2.666 0 0 1-2.667 2.666H5.667A2.666 2.666 0 0 1 3 17.667V9a2.666 2.666 0 0 1 2.667-2.667h12.666A2.666 2.666 0 0 1 21 9v2"/><path d="M21 15.667h-3.667a2.334 2.334 0 0 1 0-4.667H21c.736 0 1.333.597 1.333 1.333v2c0 .736-.597 1.334-1.333 1.334"/></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="M3 8.667a4.74 4.74 0 0 1 3.943-4.674L15.692 2.5a1.335 1.335 0 0 1 1.417.719"/><path d="M21 15.667v2a2.666 2.666 0 0 1-2.667 2.666H5.667A2.666 2.666 0 0 1 3 17.667V9a2.666 2.666 0 0 1 2.667-2.667h12.666A2.666 2.666 0 0 1 21 9v2"/><path d="M21 15.667h-3.667a2.334 2.334 0 0 1 0-4.667H21c.736 0 1.333.597 1.333 1.333v2c0 .736-.597 1.334-1.333 1.334"/></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="M3 8.667a4.74 4.74 0 0 1 3.943-4.674L15.692 2.5a1.335 1.335 0 0 1 1.417.719"/><path d="M21 15.667v2a2.666 2.666 0 0 1-2.667 2.666H5.667A2.666 2.666 0 0 1 3 17.667V9a2.666 2.666 0 0 1 2.667-2.667h12.666A2.666 2.666 0 0 1 21 9v2"/><path d="M21 15.667h-3.667a2.334 2.334 0 0 1 0-4.667H21c.736 0 1.333.597 1.333 1.333v2c0 .736-.597 1.334-1.333 1.334"/></g></svg> </template>
CSS
.icon-wallet-2 {
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%22M3%208.667a4.74%204.74%200%200%201%203.943-4.674L15.692%202.5a1.335%201.335%200%200%201%201.417.719%22%2F%3E%3Cpath%20d%3D%22M21%2015.667v2a2.666%202.666%200%200%201-2.667%202.666H5.667A2.666%202.666%200%200%201%203%2017.667V9a2.666%202.666%200%200%201%202.667-2.667h12.666A2.666%202.666%200%200%201%2021%209v2%22%2F%3E%3Cpath%20d%3D%22M21%2015.667h-3.667a2.334%202.334%200%200%201%200-4.667H21c.736%200%201.333.597%201.333%201.333v2c0%20.736-.597%201.334-1.333%201.334%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%22M3%208.667a4.74%204.74%200%200%201%203.943-4.674L15.692%202.5a1.335%201.335%200%200%201%201.417.719%22%2F%3E%3Cpath%20d%3D%22M21%2015.667v2a2.666%202.666%200%200%201-2.667%202.666H5.667A2.666%202.666%200%200%201%203%2017.667V9a2.666%202.666%200%200%201%202.667-2.667h12.666A2.666%202.666%200%200%201%2021%209v2%22%2F%3E%3Cpath%20d%3D%22M21%2015.667h-3.667a2.334%202.334%200%200%201%200-4.667H21c.736%200%201.333.597%201.333%201.333v2c0%20.736-.597%201.334-1.333%201.334%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/wallet-2.svg?color=%231a73e8&size=48