wallet icon
wallet-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- wallet-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
walletAkar Iconswallet-filledAnt Design IconswalletBoxIcons v2walletBoxIcons v2 SolidwalletCarbonwalletElement PluswalletFramework7 IconswalletFont Awesome 6 SolidwalletFont Awesome Solidwallet-outlineFlowbite Iconswallet-16-filledFluent UI System IconswalletHeroIconswalletIconParkwalletIconPark OutlinewalletIconPark SolidwalletIconPark TwoTonewalletIconoirwalletIonIconswalletLine AwesomewalletLucidewalletMaterial SymbolswalletMaterial Symbols LightwalletMaterial Design Iconswallet-fillMingCute Icon
Use the wallet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v2h6a.5.5 0 0 1 .5.5c0 .253.08.644.306.958c.207.288.557.542 1.194.542s.987-.254 1.194-.542C9.42 6.644 9.5 6.253 9.5 6a.5.5 0 0 1 .5-.5h6v-2A1.5 1.5 0 0 0 14.5 2z"/><path d="M16 6.5h-5.551a2.7 2.7 0 0 1-.443 1.042C9.613 8.088 8.963 8.5 8 8.5s-1.613-.412-2.006-.958A2.7 2.7 0 0 1 5.551 6.5H0v6A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiWalletFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v2h6a.5.5 0 0 1 .5.5c0 .253.08.644.306.958c.207.288.557.542 1.194.542s.987-.254 1.194-.542C9.42 6.644 9.5 6.253 9.5 6a.5.5 0 0 1 .5-.5h6v-2A1.5 1.5 0 0 0 14.5 2z"/><path d="M16 6.5h-5.551a2.7 2.7 0 0 1-.443 1.042C9.613 8.088 8.963 8.5 8 8.5s-1.613-.412-2.006-.958A2.7 2.7 0 0 1 5.551 6.5H0v6A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v2h6a.5.5 0 0 1 .5.5c0 .253.08.644.306.958c.207.288.557.542 1.194.542s.987-.254 1.194-.542C9.42 6.644 9.5 6.253 9.5 6a.5.5 0 0 1 .5-.5h6v-2A1.5 1.5 0 0 0 14.5 2z"/><path d="M16 6.5h-5.551a2.7 2.7 0 0 1-.443 1.042C9.613 8.088 8.963 8.5 8 8.5s-1.613-.412-2.006-.958A2.7 2.7 0 0 1 5.551 6.5H0v6A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5z"/></g></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1.5%202A1.5%201.5%200%200%200%200%203.5v2h6a.5.5%200%200%201%20.5.5c0%20.253.08.644.306.958c.207.288.557.542%201.194.542s.987-.254%201.194-.542C9.42%206.644%209.5%206.253%209.5%206a.5.5%200%200%201%20.5-.5h6v-2A1.5%201.5%200%200%200%2014.5%202z%22%2F%3E%3Cpath%20d%3D%22M16%206.5h-5.551a2.7%202.7%200%200%201-.443%201.042C9.613%208.088%208.963%208.5%208%208.5s-1.613-.412-2.006-.958A2.7%202.7%200%200%201%205.551%206.5H0v6A1.5%201.5%200%200%200%201.5%2014h13a1.5%201.5%200%200%200%201.5-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1.5%202A1.5%201.5%200%200%200%200%203.5v2h6a.5.5%200%200%201%20.5.5c0%20.253.08.644.306.958c.207.288.557.542%201.194.542s.987-.254%201.194-.542C9.42%206.644%209.5%206.253%209.5%206a.5.5%200%200%201%20.5-.5h6v-2A1.5%201.5%200%200%200%2014.5%202z%22%2F%3E%3Cpath%20d%3D%22M16%206.5h-5.551a2.7%202.7%200%200%201-.443%201.042C9.613%208.088%208.963%208.5%208%208.5s-1.613-.412-2.006-.958A2.7%202.7%200%200%201%205.551%206.5H0v6A1.5%201.5%200%200%200%201.5%2014h13a1.5%201.5%200%200%200%201.5-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/bi/wallet-fill.svg?color=%231a73e8&size=48