Msp Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Msp 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/329629.svg" alt="Msp Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329629.svg" alt="Msp Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329629.svg" alt="Msp Wallet icon" :width="24" :height="24" />
CSS background
.icon-msp-wallet {
background-image: url('https://proicons.com/icon/329629.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><path class="b" d="M20.6889,27.3883v-.8467M20.6889,19.7606v-.8467M18.61,25.797c.412.5443.9223.7446,1.6367.7446h.9827c.9223,0,1.6631-.756,1.6631-1.6971h0c.0084-.9268-.7362-1.685-1.663-1.6933,0,0,0,0-.0001,0h-1.0848c-.9185,0-1.6631-.756-1.6631-1.6934h0c0-.9374.7446-1.6971,1.6631-1.6971h.9827c.7144,0,1.2247.2041,1.6329.7446M9.3911,26.5303v-6.7696l3.3262,6.781,3.3338-6.7658v6.7658M25.3305,26.5416v-6.781h2.1809c1.2322,0,2.2301,1.0205,2.2301,2.2792s-.9979,2.2754-2.2301,2.2754h-2.1809M26.6685,38.482c3.4702,1.893,7.6797,1.8241,11.0862-.1814l5.3824,1.5459-1.7538-4.8948c1.3343-1.905,2.1167-4.2372,2.1167-6.7583,0-5.2728-3.4396-9.7254-8.153-11.1655M33.9106,22.8676c.0041,8.1267-6.5807,14.7181-14.7074,14.7221-2.5685.0013-5.0926-.6698-7.3213-1.9464l-6.917,1.9428,2.2565-6.18c-1.7758-2.4925-2.7274-5.4781-2.7215-8.5386,0-8.1303,6.5844-14.7223,14.7034-14.7223s14.7148,6.592,14.7148,14.7185l-.0076.0038Z"/></svg>
Copied!