wallet icon

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

Name
wallet-filled
Set
Reicon
Style
Filled
Category
Money
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All wallet icons →

More money icons from Reicon

Use the wallet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M21.1 8.004q-.085-.005-.181-.004h-2.525c-2.068 0-3.837 1.628-3.837 3.75s1.77 3.75 3.837 3.75h2.525q.096.001.182-.004a1.755 1.755 0 0 0 1.645-1.628c.004-.06.004-.125.004-.185V9.817c0-.06 0-.125-.004-.185a1.755 1.755 0 0 0-1.645-1.628m-2.928 4.746c.532 0 .963-.448.963-1s-.431-1-.963-1c-.533 0-.964.448-.964 1s.431 1 .964 1"/><path d="M20.918 17a.22.22 0 0 1 .221.278c-.2.712-.519 1.32-1.03 1.83c-.749.75-1.698 1.081-2.87 1.239c-1.14.153-2.595.153-4.433.153h-2.112c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87C2 15.099 2 13.644 2 11.806v-.112C2 9.856 2 8.4 2.153 7.26c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238C7.401 3 8.856 3 10.694 3h2.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.511.512.83 1.119 1.03 1.831a.22.22 0 0 1-.221.278h-2.524c-2.837 0-5.337 2.24-5.337 5.25s2.5 5.25 5.337 5.25zM5.75 7a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWalletFilled(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" fillRule="evenodd" clipRule="evenodd"><path d="M21.1 8.004q-.085-.005-.181-.004h-2.525c-2.068 0-3.837 1.628-3.837 3.75s1.77 3.75 3.837 3.75h2.525q.096.001.182-.004a1.755 1.755 0 0 0 1.645-1.628c.004-.06.004-.125.004-.185V9.817c0-.06 0-.125-.004-.185a1.755 1.755 0 0 0-1.645-1.628m-2.928 4.746c.532 0 .963-.448.963-1s-.431-1-.963-1c-.533 0-.964.448-.964 1s.431 1 .964 1"/><path d="M20.918 17a.22.22 0 0 1 .221.278c-.2.712-.519 1.32-1.03 1.83c-.749.75-1.698 1.081-2.87 1.239c-1.14.153-2.595.153-4.433.153h-2.112c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87C2 15.099 2 13.644 2 11.806v-.112C2 9.856 2 8.4 2.153 7.26c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238C7.401 3 8.856 3 10.694 3h2.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.511.512.83 1.119 1.03 1.831a.22.22 0 0 1-.221.278h-2.524c-2.837 0-5.337 2.24-5.337 5.25s2.5 5.25 5.337 5.25zM5.75 7a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M21.1 8.004q-.085-.005-.181-.004h-2.525c-2.068 0-3.837 1.628-3.837 3.75s1.77 3.75 3.837 3.75h2.525q.096.001.182-.004a1.755 1.755 0 0 0 1.645-1.628c.004-.06.004-.125.004-.185V9.817c0-.06 0-.125-.004-.185a1.755 1.755 0 0 0-1.645-1.628m-2.928 4.746c.532 0 .963-.448.963-1s-.431-1-.963-1c-.533 0-.964.448-.964 1s.431 1 .964 1"/><path d="M20.918 17a.22.22 0 0 1 .221.278c-.2.712-.519 1.32-1.03 1.83c-.749.75-1.698 1.081-2.87 1.239c-1.14.153-2.595.153-4.433.153h-2.112c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87C2 15.099 2 13.644 2 11.806v-.112C2 9.856 2 8.4 2.153 7.26c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238C7.401 3 8.856 3 10.694 3h2.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.511.512.83 1.119 1.03 1.831a.22.22 0 0 1-.221.278h-2.524c-2.837 0-5.337 2.24-5.337 5.25s2.5 5.25 5.337 5.25zM5.75 7a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z"/></g></svg>
</template>

CSS

.icon-wallet-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21.1%208.004q-.085-.005-.181-.004h-2.525c-2.068%200-3.837%201.628-3.837%203.75s1.77%203.75%203.837%203.75h2.525q.096.001.182-.004a1.755%201.755%200%200%200%201.645-1.628c.004-.06.004-.125.004-.185V9.817c0-.06%200-.125-.004-.185a1.755%201.755%200%200%200-1.645-1.628m-2.928%204.746c.532%200%20.963-.448.963-1s-.431-1-.963-1c-.533%200-.964.448-.964%201s.431%201%20.964%201%22%2F%3E%3Cpath%20d%3D%22M20.918%2017a.22.22%200%200%201%20.221.278c-.2.712-.519%201.32-1.03%201.83c-.749.75-1.698%201.081-2.87%201.239c-1.14.153-2.595.153-4.433.153h-2.112c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87C2%2015.099%202%2013.644%202%2011.806v-.112C2%209.856%202%208.4%202.153%207.26c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238C7.401%203%208.856%203%2010.694%203h2.112c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.511.512.83%201.119%201.03%201.831a.22.22%200%200%201-.221.278h-2.524c-2.837%200-5.337%202.24-5.337%205.25s2.5%205.25%205.337%205.25zM5.75%207a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21.1%208.004q-.085-.005-.181-.004h-2.525c-2.068%200-3.837%201.628-3.837%203.75s1.77%203.75%203.837%203.75h2.525q.096.001.182-.004a1.755%201.755%200%200%200%201.645-1.628c.004-.06.004-.125.004-.185V9.817c0-.06%200-.125-.004-.185a1.755%201.755%200%200%200-1.645-1.628m-2.928%204.746c.532%200%20.963-.448.963-1s-.431-1-.963-1c-.533%200-.964.448-.964%201s.431%201%20.964%201%22%2F%3E%3Cpath%20d%3D%22M20.918%2017a.22.22%200%200%201%20.221.278c-.2.712-.519%201.32-1.03%201.83c-.749.75-1.698%201.081-2.87%201.239c-1.14.153-2.595.153-4.433.153h-2.112c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87C2%2015.099%202%2013.644%202%2011.806v-.112C2%209.856%202%208.4%202.153%207.26c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238C7.401%203%208.856%203%2010.694%203h2.112c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.511.512.83%201.119%201.03%201.831a.22.22%200%200%201-.221.278h-2.524c-2.837%200-5.337%202.24-5.337%205.25s2.5%205.25%205.337%205.25zM5.75%207a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5z%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-filled.svg?color=%231a73e8&size=48