wallet icon
wallet-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- wallet-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
walletAkar IconswalletBootstrap IconswalletBoxIcons v2walletBoxIcons v2 SolidwalletCarbonwalletFramework7 IconswalletFont Awesome 6 Solidwallet-16-filledFluent UI System IconswalletHeroIconswalletIconoirwalletLine AwesomewalletLucidewalletMaterial SymbolswalletMaterial Design Iconswallet-fillMingCute IconwalletPhosphorwalletPixelarticonswallet-fillRemix Iconwallet-boldSolarwalletTabler Iconswallet-outlineTeenyiconswalletUnicons
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="M47.5 104H432V51.52a16 16 0 0 0-19.14-15.69l-368 60.48a16 16 0 0 0-12 10.47A39.7 39.7 0 0 1 47.5 104m416 24h-416a16 16 0 0 0-16 16v288a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V144a16 16 0 0 0-16-16M368 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M31.33 259.5V116c0-12.33 5.72-18.48 15.42-20c35.2-5.53 108.58-8.5 108.58-8.5s-8.33 16-27.33 16V128c18.5 0 31.33 23.5 31.33 23.5L84.83 236Z"/></svg>
React
import type { SVGProps } from "react";
export function IonWalletSharp(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="M47.5 104H432V51.52a16 16 0 0 0-19.14-15.69l-368 60.48a16 16 0 0 0-12 10.47A39.7 39.7 0 0 1 47.5 104m416 24h-416a16 16 0 0 0-16 16v288a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V144a16 16 0 0 0-16-16M368 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M31.33 259.5V116c0-12.33 5.72-18.48 15.42-20c35.2-5.53 108.58-8.5 108.58-8.5s-8.33 16-27.33 16V128c18.5 0 31.33 23.5 31.33 23.5L84.83 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="M47.5 104H432V51.52a16 16 0 0 0-19.14-15.69l-368 60.48a16 16 0 0 0-12 10.47A39.7 39.7 0 0 1 47.5 104m416 24h-416a16 16 0 0 0-16 16v288a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V144a16 16 0 0 0-16-16M368 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M31.33 259.5V116c0-12.33 5.72-18.48 15.42-20c35.2-5.53 108.58-8.5 108.58-8.5s-8.33 16-27.33 16V128c18.5 0 31.33 23.5 31.33 23.5L84.83 236Z"/></svg> </template>
CSS
.icon-wallet-sharp {
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%22M47.5%20104H432V51.52a16%2016%200%200%200-19.14-15.69l-368%2060.48a16%2016%200%200%200-12%2010.47A39.7%2039.7%200%200%201%2047.5%20104m416%2024h-416a16%2016%200%200%200-16%2016v288a16%2016%200%200%200%2016%2016h416a16%2016%200%200%200%2016-16V144a16%2016%200%200%200-16-16M368%20320a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.33%20259.5V116c0-12.33%205.72-18.48%2015.42-20c35.2-5.53%20108.58-8.5%20108.58-8.5s-8.33%2016-27.33%2016V128c18.5%200%2031.33%2023.5%2031.33%2023.5L84.83%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%22M47.5%20104H432V51.52a16%2016%200%200%200-19.14-15.69l-368%2060.48a16%2016%200%200%200-12%2010.47A39.7%2039.7%200%200%201%2047.5%20104m416%2024h-416a16%2016%200%200%200-16%2016v288a16%2016%200%200%200%2016%2016h416a16%2016%200%200%200%2016-16V144a16%2016%200%200%200-16-16M368%20320a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.33%20259.5V116c0-12.33%205.72-18.48%2015.42-20c35.2-5.53%20108.58-8.5%20108.58-8.5s-8.33%2016-27.33%2016V128c18.5%200%2031.33%2023.5%2031.33%2023.5L84.83%20236Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/wallet-sharp.svg?color=%231a73e8&size=48