Airgap Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airgap 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/336065.svg" alt="Airgap Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336065.svg" alt="Airgap Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336065.svg" alt="Airgap Wallet icon" :width="24" :height="24" />
CSS background
.icon-airgap-wallet {
background-image: url('https://proicons.com/icon/336065.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.7254,5c-3.0705,1.4328-10.8594,4.9146-14.0423,4.9146v16.5774c0,7.8275,9.837,14.6389,13.8324,16.5081"/><path class="b" d="M25.4845,42.9997c3.9956-1.869,13.8324-8.6808,13.8324-16.5081V9.9143c-3.1898,0-10.9699-3.4793-14.0403-4.913"/><path class="b" d="M22.7254,5v9.9291h5.6578c2.1202,0,4.585,1.1951,4.585,4.4956,0,2.7315-2.1807,4.4956-4.585,4.4956h-8.5172c-2.0637,0-4.575,1.7346-4.575,4.575,0,2.833,2.348,4.5755,4.575,4.5755h5.618l-.0003,9.929"/></svg>
Copied!