Wallet Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Wallet icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306897.svg" alt="Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306897.svg" alt="Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306897.svg" alt="Wallet icon" :width="24" :height="24" />
CSS background
.icon-wallet {
background-image: url('https://proicons.com/icon/306897.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M485 396v-20c0-64 52-116 116-116h284v-34c0-30-25-55-55-55H117c-30 0-54 25-54 55v548c0 30 24 55 54 55h713c30 0 55-25 55-55V512H601c-64 0-116-52-116-116zm412-108H618c-50 0-90 41-90 91v15c0 50 40 90 90 90h279c22 0 41-18 41-41V329c0-22-19-41-41-41zM633 434c-27 0-48-21-48-48s21-48 48-48 48 22 48 48c0 27-22 48-48 48z"/></svg>
Wallet in other icon packs
Copied!