wallet4 icon
wallet4 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- wallet4
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the wallet4 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="M22 12v5c0 3-2 5-5 5H7c-3 0-5-2-5-5v-5c0-2.72 1.64-4.62 4.19-4.94Q6.58 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12"/><path d="M17.751 7.05c-.24-.04-.49-.05-.75-.05h-10q-.42 0-.81.06c.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWallet4(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="M22 12v5c0 3-2 5-5 5H7c-3 0-5-2-5-5v-5c0-2.72 1.64-4.62 4.19-4.94Q6.58 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12"/><path d="M17.751 7.05c-.24-.04-.49-.05-.75-.05h-10q-.42 0-.81.06c.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3"/></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="M22 12v5c0 3-2 5-5 5H7c-3 0-5-2-5-5v-5c0-2.72 1.64-4.62 4.19-4.94Q6.58 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12"/><path d="M17.751 7.05c-.24-.04-.49-.05-.75-.05h-10q-.42 0-.81.06c.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3"/></g></svg> </template>
CSS
.icon-wallet4 {
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%22M22%2012v5c0%203-2%205-5%205H7c-3%200-5-2-5-5v-5c0-2.72%201.64-4.62%204.19-4.94Q6.58%207%207%207h10c.26%200%20.51.01.75.05C20.33%207.35%2022%209.26%2022%2012%22%2F%3E%3Cpath%20d%3D%22M17.751%207.05c-.24-.04-.49-.05-.75-.05h-10q-.42%200-.81.06c.14-.28.34-.54.58-.78l3.25-3.26a3.525%203.525%200%200%201%204.96%200l1.75%201.77c.64.63.98%201.43%201.02%202.26M22%2012.5h-3c-1.1%200-2%20.9-2%202s.9%202%202%202h3%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%22M22%2012v5c0%203-2%205-5%205H7c-3%200-5-2-5-5v-5c0-2.72%201.64-4.62%204.19-4.94Q6.58%207%207%207h10c.26%200%20.51.01.75.05C20.33%207.35%2022%209.26%2022%2012%22%2F%3E%3Cpath%20d%3D%22M17.751%207.05c-.24-.04-.49-.05-.75-.05h-10q-.42%200-.81.06c.14-.28.34-.54.58-.78l3.25-3.26a3.525%203.525%200%200%201%204.96%200l1.75%201.77c.64.63.98%201.43%201.02%202.26M22%2012.5h-3c-1.1%200-2%20.9-2%202s.9%202%202%202h3%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/wallet4.svg?color=%231a73e8&size=48