Zoop Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoop 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/335647.svg" alt="Zoop Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335647.svg" alt="Zoop Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335647.svg" alt="Zoop Wallet icon" :width="24" :height="24" />
CSS background
.icon-zoop-wallet {
background-image: url('https://proicons.com/icon/335647.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="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="b" d="M4.5,25.502h12.555"/><path class="b" d="M4.5,14.167h21.932"/><path class="b" d="M4.5,19.835h16.866"/><path class="b" d="M37.351,8.5C17.74,13.7547,21.428,31.169,4.5,31.169"/><path class="b" d="M29.609,29.061l1.6698,1.6698c.8383.7969,1.854.8116,2.7498,0l3.2994-3.2994"/><circle class="b" cx="33.914" cy="30.362" r="4.5"/></svg>
Copied!