Id Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Id 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/327302.svg" alt="Id Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327302.svg" alt="Id Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327302.svg" alt="Id Wallet icon" :width="24" :height="24" />
CSS background
.icon-id-wallet {
background-image: url('https://proicons.com/icon/327302.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.6751" y="10.9786" width="36.6498" height="26.0429" rx="3" ry="3"/><circle class="b" cx="14.8376" cy="21.4867" r="3.5632"/><path class="b" d="M10.3276,31.0945h9.7835c.5083.0003.9206-.4116.9209-.9199.0001-.2198-.0784-.4324-.2214-.5993-2.4806-3.0879-6.9948-3.5802-10.0828-1.0996-.4053.3256-.774.6943-1.0996,1.0996-.3307.386-.2859.9671.1002,1.2978.1669.143.3795.2215.5993.2214Z"/><line class="b" x1="28.7085" y1="20.8504" x2="35.7076" y2="20.8504"/><line class="b" x1="28.7085" y1="27.7222" x2="35.7076" y2="27.7222"/><line class="b" x1="28.7085" y1="24.2863" x2="38.38" y2="24.2863"/></svg>
Copied!