wallet5 icon
wallet5 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- wallet5
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the wallet5 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 11.15H7m-5 0V6.53c0-2.04 1.65-3.69 3.69-3.69h5.62c2.04 0 3.69 1.27 3.69 3.31"/><path d="M17.48 12.2c-.5.48-.74 1.22-.54 1.98c.25.93 1.17 1.52 2.13 1.52H20v1.45c0 2.21-1.79 4-4 4H6c-2.21 0-4-1.79-4-4v-7c0-2.21 1.79-4 4-4h10c2.2 0 4 1.8 4 4v1.45h-1.08c-.56 0-1.07.22-1.44.6"/><path d="M22 12.62v2.06c0 .56-.46 1.02-1.03 1.02h-1.93c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6h2.05c.57 0 1.03.46 1.03 1.02"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWallet5(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 11.15H7m-5 0V6.53c0-2.04 1.65-3.69 3.69-3.69h5.62c2.04 0 3.69 1.27 3.69 3.31"/><path d="M17.48 12.2c-.5.48-.74 1.22-.54 1.98c.25.93 1.17 1.52 2.13 1.52H20v1.45c0 2.21-1.79 4-4 4H6c-2.21 0-4-1.79-4-4v-7c0-2.21 1.79-4 4-4h10c2.2 0 4 1.8 4 4v1.45h-1.08c-.56 0-1.07.22-1.44.6"/><path d="M22 12.62v2.06c0 .56-.46 1.02-1.03 1.02h-1.93c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6h2.05c.57 0 1.03.46 1.03 1.02"/></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 11.15H7m-5 0V6.53c0-2.04 1.65-3.69 3.69-3.69h5.62c2.04 0 3.69 1.27 3.69 3.31"/><path d="M17.48 12.2c-.5.48-.74 1.22-.54 1.98c.25.93 1.17 1.52 2.13 1.52H20v1.45c0 2.21-1.79 4-4 4H6c-2.21 0-4-1.79-4-4v-7c0-2.21 1.79-4 4-4h10c2.2 0 4 1.8 4 4v1.45h-1.08c-.56 0-1.07.22-1.44.6"/><path d="M22 12.62v2.06c0 .56-.46 1.02-1.03 1.02h-1.93c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6h2.05c.57 0 1.03.46 1.03 1.02"/></g></svg> </template>
CSS
.icon-wallet5 {
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%2011.15H7m-5%200V6.53c0-2.04%201.65-3.69%203.69-3.69h5.62c2.04%200%203.69%201.27%203.69%203.31%22%2F%3E%3Cpath%20d%3D%22M17.48%2012.2c-.5.48-.74%201.22-.54%201.98c.25.93%201.17%201.52%202.13%201.52H20v1.45c0%202.21-1.79%204-4%204H6c-2.21%200-4-1.79-4-4v-7c0-2.21%201.79-4%204-4h10c2.2%200%204%201.8%204%204v1.45h-1.08c-.56%200-1.07.22-1.44.6%22%2F%3E%3Cpath%20d%3D%22M22%2012.62v2.06c0%20.56-.46%201.02-1.03%201.02h-1.93c-1.08%200-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6%201.44-.6h2.05c.57%200%201.03.46%201.03%201.02%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%2011.15H7m-5%200V6.53c0-2.04%201.65-3.69%203.69-3.69h5.62c2.04%200%203.69%201.27%203.69%203.31%22%2F%3E%3Cpath%20d%3D%22M17.48%2012.2c-.5.48-.74%201.22-.54%201.98c.25.93%201.17%201.52%202.13%201.52H20v1.45c0%202.21-1.79%204-4%204H6c-2.21%200-4-1.79-4-4v-7c0-2.21%201.79-4%204-4h10c2.2%200%204%201.8%204%204v1.45h-1.08c-.56%200-1.07.22-1.44.6%22%2F%3E%3Cpath%20d%3D%22M22%2012.62v2.06c0%20.56-.46%201.02-1.03%201.02h-1.93c-1.08%200-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6%201.44-.6h2.05c.57%200%201.03.46%201.03%201.02%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/wallet5.svg?color=%231a73e8&size=48