wallet icon
wallet from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- wallet
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
walletAkar Iconswallet-filledAnt Design IconswalletBootstrap IconswalletBoxIcons v2walletBoxIcons v2 SolidwalletCarbonwalletElement PluswalletFramework7 IconswalletFont Awesome 6 SolidwalletFont Awesome Solidwallet-outlineFlowbite Iconswallet-16-filledFluent UI System IconswalletHeroIconswalletIconParkwalletIconPark OutlinewalletIconPark SolidwalletIconPark TwoTonewalletIconoirwalletLine 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 512 512"><path fill="currentColor" d="M95.5 104h320a88 88 0 0 1 11.18.71a66 66 0 0 0-77.51-55.56L86 94.08h-.3a66 66 0 0 0-41.07 26.13A87.57 87.57 0 0 1 95.5 104m320 24h-320a64.07 64.07 0 0 0-64 64v192a64.07 64.07 0 0 0 64 64h320a64.07 64.07 0 0 0 64-64V192a64.07 64.07 0 0 0-64-64M368 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M32 259.5V160c0-21.67 12-58 53.65-65.87C121 87.5 156 87.5 156 87.5s23 16 4 16s-18.5 24.5 0 24.5s0 23.5 0 23.5L85.5 236Z"/></svg>
React
import type { SVGProps } from "react";
export function IonWallet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M95.5 104h320a88 88 0 0 1 11.18.71a66 66 0 0 0-77.51-55.56L86 94.08h-.3a66 66 0 0 0-41.07 26.13A87.57 87.57 0 0 1 95.5 104m320 24h-320a64.07 64.07 0 0 0-64 64v192a64.07 64.07 0 0 0 64 64h320a64.07 64.07 0 0 0 64-64V192a64.07 64.07 0 0 0-64-64M368 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M32 259.5V160c0-21.67 12-58 53.65-65.87C121 87.5 156 87.5 156 87.5s23 16 4 16s-18.5 24.5 0 24.5s0 23.5 0 23.5L85.5 236Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M95.5 104h320a88 88 0 0 1 11.18.71a66 66 0 0 0-77.51-55.56L86 94.08h-.3a66 66 0 0 0-41.07 26.13A87.57 87.57 0 0 1 95.5 104m320 24h-320a64.07 64.07 0 0 0-64 64v192a64.07 64.07 0 0 0 64 64h320a64.07 64.07 0 0 0 64-64V192a64.07 64.07 0 0 0-64-64M368 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M32 259.5V160c0-21.67 12-58 53.65-65.87C121 87.5 156 87.5 156 87.5s23 16 4 16s-18.5 24.5 0 24.5s0 23.5 0 23.5L85.5 236Z"/></svg> </template>
CSS
.icon-wallet {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M95.5%20104h320a88%2088%200%200%201%2011.18.71a66%2066%200%200%200-77.51-55.56L86%2094.08h-.3a66%2066%200%200%200-41.07%2026.13A87.57%2087.57%200%200%201%2095.5%20104m320%2024h-320a64.07%2064.07%200%200%200-64%2064v192a64.07%2064.07%200%200%200%2064%2064h320a64.07%2064.07%200%200%200%2064-64V192a64.07%2064.07%200%200%200-64-64M368%20320a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20259.5V160c0-21.67%2012-58%2053.65-65.87C121%2087.5%20156%2087.5%20156%2087.5s23%2016%204%2016s-18.5%2024.5%200%2024.5s0%2023.5%200%2023.5L85.5%20236Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M95.5%20104h320a88%2088%200%200%201%2011.18.71a66%2066%200%200%200-77.51-55.56L86%2094.08h-.3a66%2066%200%200%200-41.07%2026.13A87.57%2087.57%200%200%201%2095.5%20104m320%2024h-320a64.07%2064.07%200%200%200-64%2064v192a64.07%2064.07%200%200%200%2064%2064h320a64.07%2064.07%200%200%200%2064-64V192a64.07%2064.07%200%200%200-64-64M368%20320a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20259.5V160c0-21.67%2012-58%2053.65-65.87C121%2087.5%20156%2087.5%20156%2087.5s23%2016%204%2016s-18.5%2024.5%200%2024.5s0%2023.5%200%2023.5L85.5%20236Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/wallet.svg?color=%231a73e8&size=48