wallet search icon
wallet-search from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- wallet-search
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the wallet search 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="M12 22h5c3 0 5-2 5-5v-5c0-2.7-1.7-4.7-4.2-5H7c-.3 0-.5 0-.8.1C3.6 7.4 2 9.3 2 12v1"/><path d="M17.8 7H7c-.3 0-.5 0-.8.1c.1-.3.3-.5.6-.8L10 3c1.4-1.4 3.6-1.4 5 0l1.8 1.8c.6.6.9 1.4 1 2.2m4.2 5.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3M5.802 21.4c1.77 0 3.2-1.43 3.2-3.2s-1.43-3.2-3.2-3.2s-3.2 1.43-3.2 3.2s1.43 3.2 3.2 3.2M2 22l1-1"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWalletSearch(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="M12 22h5c3 0 5-2 5-5v-5c0-2.7-1.7-4.7-4.2-5H7c-.3 0-.5 0-.8.1C3.6 7.4 2 9.3 2 12v1"/><path d="M17.8 7H7c-.3 0-.5 0-.8.1c.1-.3.3-.5.6-.8L10 3c1.4-1.4 3.6-1.4 5 0l1.8 1.8c.6.6.9 1.4 1 2.2m4.2 5.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3M5.802 21.4c1.77 0 3.2-1.43 3.2-3.2s-1.43-3.2-3.2-3.2s-3.2 1.43-3.2 3.2s1.43 3.2 3.2 3.2M2 22l1-1"/></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="M12 22h5c3 0 5-2 5-5v-5c0-2.7-1.7-4.7-4.2-5H7c-.3 0-.5 0-.8.1C3.6 7.4 2 9.3 2 12v1"/><path d="M17.8 7H7c-.3 0-.5 0-.8.1c.1-.3.3-.5.6-.8L10 3c1.4-1.4 3.6-1.4 5 0l1.8 1.8c.6.6.9 1.4 1 2.2m4.2 5.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3M5.802 21.4c1.77 0 3.2-1.43 3.2-3.2s-1.43-3.2-3.2-3.2s-3.2 1.43-3.2 3.2s1.43 3.2 3.2 3.2M2 22l1-1"/></g></svg> </template>
CSS
.icon-wallet-search {
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%22M12%2022h5c3%200%205-2%205-5v-5c0-2.7-1.7-4.7-4.2-5H7c-.3%200-.5%200-.8.1C3.6%207.4%202%209.3%202%2012v1%22%2F%3E%3Cpath%20d%3D%22M17.8%207H7c-.3%200-.5%200-.8.1c.1-.3.3-.5.6-.8L10%203c1.4-1.4%203.6-1.4%205%200l1.8%201.8c.6.6.9%201.4%201%202.2m4.2%205.5h-3c-1.1%200-2%20.9-2%202s.9%202%202%202h3M5.802%2021.4c1.77%200%203.2-1.43%203.2-3.2s-1.43-3.2-3.2-3.2s-3.2%201.43-3.2%203.2s1.43%203.2%203.2%203.2M2%2022l1-1%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%22M12%2022h5c3%200%205-2%205-5v-5c0-2.7-1.7-4.7-4.2-5H7c-.3%200-.5%200-.8.1C3.6%207.4%202%209.3%202%2012v1%22%2F%3E%3Cpath%20d%3D%22M17.8%207H7c-.3%200-.5%200-.8.1c.1-.3.3-.5.6-.8L10%203c1.4-1.4%203.6-1.4%205%200l1.8%201.8c.6.6.9%201.4%201%202.2m4.2%205.5h-3c-1.1%200-2%20.9-2%202s.9%202%202%202h3M5.802%2021.4c1.77%200%203.2-1.43%203.2-3.2s-1.43-3.2-3.2-3.2s-3.2%201.43-3.2%203.2s1.43%203.2%203.2%203.2M2%2022l1-1%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-search.svg?color=%231a73e8&size=48