wallet search icon

wallet-search-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
wallet-search-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="m1.23 21.682l.76-.76c-.4-.6-.63-1.32-.63-2.09a3.82 3.82 0 0 1 3.82-3.82c2.11 0 3.82 1.7 3.82 3.81a3.82 3.82 0 0 1-3.82 3.82c-.77 0-1.49-.23-2.09-.63l-.76.76a.78.78 0 0 1-1.11 0c-.3-.3-.3-.79.01-1.09M21.5 12.5H19c-1.1 0-2 .9-2 2s.9 2 2 2h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-4.97-7.1c.3.29.05.74-.37.74l-8.28-.01c-.48 0-.72-.58-.38-.92l1.75-1.76a3.796 3.796 0 0 1 5.35 0l1.89 1.91z"/><path d="M21.87 18.66C21.26 20.72 19.5 22 17.1 22h-6.5c-.39 0-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76 0-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72 1.64-4.62 4.19-4.94c.25-.04.52-.06.8-.06h10c.26 0 .51.01.75.05c2.02.23 3.48 1.46 4.02 3.29c.1.33-.14.66-.48.66H19.1c-2.17 0-3.89 1.98-3.42 4.23c.33 1.64 1.85 2.77 3.52 2.77h2.19c.35 0 .58.34.48.66"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWalletSearchFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m1.23 21.682l.76-.76c-.4-.6-.63-1.32-.63-2.09a3.82 3.82 0 0 1 3.82-3.82c2.11 0 3.82 1.7 3.82 3.81a3.82 3.82 0 0 1-3.82 3.82c-.77 0-1.49-.23-2.09-.63l-.76.76a.78.78 0 0 1-1.11 0c-.3-.3-.3-.79.01-1.09M21.5 12.5H19c-1.1 0-2 .9-2 2s.9 2 2 2h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-4.97-7.1c.3.29.05.74-.37.74l-8.28-.01c-.48 0-.72-.58-.38-.92l1.75-1.76a3.796 3.796 0 0 1 5.35 0l1.89 1.91z"/><path d="M21.87 18.66C21.26 20.72 19.5 22 17.1 22h-6.5c-.39 0-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76 0-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72 1.64-4.62 4.19-4.94c.25-.04.52-.06.8-.06h10c.26 0 .51.01.75.05c2.02.23 3.48 1.46 4.02 3.29c.1.33-.14.66-.48.66H19.1c-2.17 0-3.89 1.98-3.42 4.23c.33 1.64 1.85 2.77 3.52 2.77h2.19c.35 0 .58.34.48.66"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m1.23 21.682l.76-.76c-.4-.6-.63-1.32-.63-2.09a3.82 3.82 0 0 1 3.82-3.82c2.11 0 3.82 1.7 3.82 3.81a3.82 3.82 0 0 1-3.82 3.82c-.77 0-1.49-.23-2.09-.63l-.76.76a.78.78 0 0 1-1.11 0c-.3-.3-.3-.79.01-1.09M21.5 12.5H19c-1.1 0-2 .9-2 2s.9 2 2 2h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-4.97-7.1c.3.29.05.74-.37.74l-8.28-.01c-.48 0-.72-.58-.38-.92l1.75-1.76a3.796 3.796 0 0 1 5.35 0l1.89 1.91z"/><path d="M21.87 18.66C21.26 20.72 19.5 22 17.1 22h-6.5c-.39 0-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76 0-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72 1.64-4.62 4.19-4.94c.25-.04.52-.06.8-.06h10c.26 0 .51.01.75.05c2.02.23 3.48 1.46 4.02 3.29c.1.33-.14.66-.48.66H19.1c-2.17 0-3.89 1.98-3.42 4.23c.33 1.64 1.85 2.77 3.52 2.77h2.19c.35 0 .58.34.48.66"/></g></svg>
</template>

CSS

.icon-wallet-search-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22m1.23%2021.682l.76-.76c-.4-.6-.63-1.32-.63-2.09a3.82%203.82%200%200%201%203.82-3.82c2.11%200%203.82%201.7%203.82%203.81a3.82%203.82%200%200%201-3.82%203.82c-.77%200-1.49-.23-2.09-.63l-.76.76a.78.78%200%200%201-1.11%200c-.3-.3-.3-.79.01-1.09M21.5%2012.5H19c-1.1%200-2%20.9-2%202s.9%202%202%202h2.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-4.97-7.1c.3.29.05.74-.37.74l-8.28-.01c-.48%200-.72-.58-.38-.92l1.75-1.76a3.796%203.796%200%200%201%205.35%200l1.89%201.91z%22%2F%3E%3Cpath%20d%3D%22M21.87%2018.66C21.26%2020.72%2019.5%2022%2017.1%2022h-6.5c-.39%200-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76%200-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72%201.64-4.62%204.19-4.94c.25-.04.52-.06.8-.06h10c.26%200%20.51.01.75.05c2.02.23%203.48%201.46%204.02%203.29c.1.33-.14.66-.48.66H19.1c-2.17%200-3.89%201.98-3.42%204.23c.33%201.64%201.85%202.77%203.52%202.77h2.19c.35%200%20.58.34.48.66%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%22currentColor%22%3E%3Cpath%20d%3D%22m1.23%2021.682l.76-.76c-.4-.6-.63-1.32-.63-2.09a3.82%203.82%200%200%201%203.82-3.82c2.11%200%203.82%201.7%203.82%203.81a3.82%203.82%200%200%201-3.82%203.82c-.77%200-1.49-.23-2.09-.63l-.76.76a.78.78%200%200%201-1.11%200c-.3-.3-.3-.79.01-1.09M21.5%2012.5H19c-1.1%200-2%20.9-2%202s.9%202%202%202h2.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-4.97-7.1c.3.29.05.74-.37.74l-8.28-.01c-.48%200-.72-.58-.38-.92l1.75-1.76a3.796%203.796%200%200%201%205.35%200l1.89%201.91z%22%2F%3E%3Cpath%20d%3D%22M21.87%2018.66C21.26%2020.72%2019.5%2022%2017.1%2022h-6.5c-.39%200-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76%200-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72%201.64-4.62%204.19-4.94c.25-.04.52-.06.8-.06h10c.26%200%20.51.01.75.05c2.02.23%203.48%201.46%204.02%203.29c.1.33-.14.66-.48.66H19.1c-2.17%200-3.89%201.98-3.42%204.23c.33%201.64%201.85%202.77%203.52%202.77h2.19c.35%200%20.58.34.48.66%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-filled.svg?color=%231a73e8&size=48