wallet-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
wallet-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the wallet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.081 16.001h40.97l.174.005A6 6 0 0 1 53 22v24a6 6 0 0 1-6 6H9a6 6 0 0 1-6-6V22l.003-.205l.01-.18A6.01 6.01 0 0 1 6.081 16M37 30a4 4 0 1 0 0 8a4 4 0 0 0 0-8m9.847-21.55a6 6 0 0 1 .205 1.55l-.001 3H14.424l25.075-8.795a6 6 0 0 1 7.348 4.243"/></svg>

React

import type { SVGProps } from "react";

export function F7WalletFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.081 16.001h40.97l.174.005A6 6 0 0 1 53 22v24a6 6 0 0 1-6 6H9a6 6 0 0 1-6-6V22l.003-.205l.01-.18A6.01 6.01 0 0 1 6.081 16M37 30a4 4 0 1 0 0 8a4 4 0 0 0 0-8m9.847-21.55a6 6 0 0 1 .205 1.55l-.001 3H14.424l25.075-8.795a6 6 0 0 1 7.348 4.243"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.081 16.001h40.97l.174.005A6 6 0 0 1 53 22v24a6 6 0 0 1-6 6H9a6 6 0 0 1-6-6V22l.003-.205l.01-.18A6.01 6.01 0 0 1 6.081 16M37 30a4 4 0 1 0 0 8a4 4 0 0 0 0-8m9.847-21.55a6 6 0 0 1 .205 1.55l-.001 3H14.424l25.075-8.795a6 6 0 0 1 7.348 4.243"/></svg>
</template>

CSS

.icon-wallet-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.081%2016.001h40.97l.174.005A6%206%200%200%201%2053%2022v24a6%206%200%200%201-6%206H9a6%206%200%200%201-6-6V22l.003-.205l.01-.18A6.01%206.01%200%200%201%206.081%2016M37%2030a4%204%200%201%200%200%208a4%204%200%200%200%200-8m9.847-21.55a6%206%200%200%201%20.205%201.55l-.001%203H14.424l25.075-8.795a6%206%200%200%201%207.348%204.243%22%2F%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.081%2016.001h40.97l.174.005A6%206%200%200%201%2053%2022v24a6%206%200%200%201-6%206H9a6%206%200%200%201-6-6V22l.003-.205l.01-.18A6.01%206.01%200%200%201%206.081%2016M37%2030a4%204%200%201%200%200%208a4%204%200%200%200%200-8m9.847-21.55a6%206%200%200%201%20.205%201.55l-.001%203H14.424l25.075-8.795a6%206%200%200%201%207.348%204.243%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/wallet-fill.svg?color=%231a73e8&size=48