wallet icon
wallet from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.
- Name
- wallet
- Set
- IconPark
- Style
- Color
- Category
- Money
- Viewbox
- 48×48
- License
- Apache 2.0
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 IconswalletHeroIconswalletIconPark OutlinewalletIconPark SolidwalletIconPark TwoTonewalletIconoirwalletIonIconswalletLine AwesomewalletLucidewalletMaterial SymbolswalletMaterial Symbols LightwalletMaterial Design Iconswallet-fillMingCute Icon
More money icons from IconPark
Use the wallet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M17.982 11.9689L31.7846 4L36.397 11.9889L17.982 11.9689Z" clip-rule="evenodd"/><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" d="M4 14C4 12.8954 4.89543 12 6 12H42C43.1046 12 44 12.8954 44 14V42C44 43.1046 43.1046 44 42 44H6C4.89543 44 4 43.1046 4 42V14Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M35.25 33H44V23H35.25C32.3505 23 30 25.2386 30 28C30 30.7614 32.3505 33 35.25 33Z"/><path stroke="#000" stroke-linecap="round" d="M44 16.5V40.5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkWallet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M17.982 11.9689L31.7846 4L36.397 11.9889L17.982 11.9689Z" clipRule="evenodd"/><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" d="M4 14C4 12.8954 4.89543 12 6 12H42C43.1046 12 44 12.8954 44 14V42C44 43.1046 43.1046 44 42 44H6C4.89543 44 4 43.1046 4 42V14Z"/><path fill="#43CCF8" stroke="#fff" strokeLinejoin="round" d="M35.25 33H44V23H35.25C32.3505 23 30 25.2386 30 28C30 30.7614 32.3505 33 35.25 33Z"/><path stroke="#000" strokeLinecap="round" d="M44 16.5V40.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M17.982 11.9689L31.7846 4L36.397 11.9889L17.982 11.9689Z" clip-rule="evenodd"/><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" d="M4 14C4 12.8954 4.89543 12 6 12H42C43.1046 12 44 12.8954 44 14V42C44 43.1046 43.1046 44 42 44H6C4.89543 44 4 43.1046 4 42V14Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M35.25 33H44V23H35.25C32.3505 23 30 25.2386 30 28C30 30.7614 32.3505 33 35.25 33Z"/><path stroke="#000" stroke-linecap="round" d="M44 16.5V40.5"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.982%2011.9689L31.7846%204L36.397%2011.9889L17.982%2011.9689Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2014C4%2012.8954%204.89543%2012%206%2012H42C43.1046%2012%2044%2012.8954%2044%2014V42C44%2043.1046%2043.1046%2044%2042%2044H6C4.89543%2044%204%2043.1046%204%2042V14Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.25%2033H44V23H35.25C32.3505%2023%2030%2025.2386%2030%2028C30%2030.7614%2032.3505%2033%2035.25%2033Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%2016.5V40.5%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.982%2011.9689L31.7846%204L36.397%2011.9889L17.982%2011.9689Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2014C4%2012.8954%204.89543%2012%206%2012H42C43.1046%2012%2044%2012.8954%2044%2014V42C44%2043.1046%2043.1046%2044%2042%2044H6C4.89543%2044%204%2043.1046%204%2042V14Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.25%2033H44V23H35.25C32.3505%2023%2030%2025.2386%2030%2028C30%2030.7614%2032.3505%2033%2035.25%2033Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%2016.5V40.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/wallet.svg?color=%231a73e8&size=48