wallet-bifold-outline from Material Design Icons by Pictogrammers · Outline · Banking · Apache-2.0 Free for personal and commercial use.

Name
wallet-bifold-outline
Set
Material Design Icons
Style
Outline
Category
Banking
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More banking icons from Material Design Icons

Use the wallet bifold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 15.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M7 3h10a2 2 0 0 1 2 2v2a2 2 0 0 1 2 2v10c0 1.11-.89 2-2 2H7c-2.21 0-4-1.79-4-4V7c0-2.21 1.79-4 4-4m10 4V5H7c-1.1 0-2 .9-2 2v.54A4 4 0 0 1 7 7zM5 17a2 2 0 0 0 2 2h12V9H7c-1.1 0-2 .9-2 2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWalletBifoldOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 15.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M7 3h10a2 2 0 0 1 2 2v2a2 2 0 0 1 2 2v10c0 1.11-.89 2-2 2H7c-2.21 0-4-1.79-4-4V7c0-2.21 1.79-4 4-4m10 4V5H7c-1.1 0-2 .9-2 2v.54A4 4 0 0 1 7 7zM5 17a2 2 0 0 0 2 2h12V9H7c-1.1 0-2 .9-2 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 15.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M7 3h10a2 2 0 0 1 2 2v2a2 2 0 0 1 2 2v10c0 1.11-.89 2-2 2H7c-2.21 0-4-1.79-4-4V7c0-2.21 1.79-4 4-4m10 4V5H7c-1.1 0-2 .9-2 2v.54A4 4 0 0 1 7 7zM5 17a2 2 0 0 0 2 2h12V9H7c-1.1 0-2 .9-2 2z"/></svg>
</template>

CSS

.icon-wallet-bifold-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2015.5c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5M7%203h10a2%202%200%200%201%202%202v2a2%202%200%200%201%202%202v10c0%201.11-.89%202-2%202H7c-2.21%200-4-1.79-4-4V7c0-2.21%201.79-4%204-4m10%204V5H7c-1.1%200-2%20.9-2%202v.54A4%204%200%200%201%207%207zM5%2017a2%202%200%200%200%202%202h12V9H7c-1.1%200-2%20.9-2%202z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2015.5c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5M7%203h10a2%202%200%200%201%202%202v2a2%202%200%200%201%202%202v10c0%201.11-.89%202-2%202H7c-2.21%200-4-1.79-4-4V7c0-2.21%201.79-4%204-4m10%204V5H7c-1.1%200-2%20.9-2%202v.54A4%204%200%200%201%207%207zM5%2017a2%202%200%200%200%202%202h12V9H7c-1.1%200-2%20.9-2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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