Gusto Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gusto 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/341394.svg" alt="Gusto Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341394.svg" alt="Gusto Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341394.svg" alt="Gusto Wallet icon" :width="24" :height="24" />
CSS background
.icon-gusto-wallet {
background-image: url('https://proicons.com/icon/341394.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M13.7927,16.1289v6.439c0,1.1854-.961,2.1463-2.1463,2.1463h0c-.5927,0-1.1293-.2402-1.5177-.6286"/><rect class="c" x="9.5" y="16.1289" width="4.2927" height="5.6878" rx="2.1463" ry="2.1463" transform="translate(23.2927 37.9456) rotate(180)"/><rect class="c" x="31.865" y="16.1289" width="4.2927" height="5.6878" rx="2.1463" ry="2.1463"/><path class="c" d="M16.0675,16.1289v3.5415c0,1.1854.961,2.1463,2.1463,2.1463h0c1.1854,0,2.1463-.961,2.1463-2.1463v-3.5415"/><line class="c" x1="20.3602" y1="19.6704" x2="20.3602" y2="21.8167"/><path class="c" d="M22.8681,21.3368c.3919.3291.815.4799,1.7652.4799h.4815c.7836,0,1.4189-.6366,1.4189-1.422h0c0-.7853-.6353-1.422-1.4189-1.422h-.9631c-.7836,0-1.4189-.6366-1.4189-1.422h0c0-.7853.6353-1.422,1.4189-1.422h.4815c.9502,0,1.3733.1508,1.7652.4799"/><path class="c" d="M29.2402,14.3582v6.3854c0,.5927.4805,1.0732,1.0732,1.0732h.322"/><line class="c" x1="28.1134" y1="16.1289" x2="30.3671" y2="16.1289"/><polyline class="c" points="16.5829 27.954 14.8122 33.6418 13.0415 27.954 11.2707 33.6418 9.5 27.954"/><path class="c" d="M24.8053,25.0564v7.5122c0,.5927.4805,1.0732,1.0732,1.0732h.322"/><path class="c" d="M27.836,25.0564v7.5122c0,.5927.4805,1.0732,1.0732,1.0732h.322"/><path class="c" d="M37.1049,26.1833v6.3854c0,.5927.4805,1.0732,1.0732,1.0732h.322"/><line class="c" x1="35.978" y1="27.954" x2="38.2317" y2="27.954"/><path class="c" d="M22.5335,31.4955c0,1.1854-.961,2.1463-2.1463,2.1463h0c-1.1854,0-2.1463-.961-2.1463-2.1463v-1.3951c0-1.1854.961-2.1463,2.1463-2.1463h0c1.1854,0,2.1463.961,2.1463,2.1463"/><line class="c" x1="22.5335" y1="33.6418" x2="22.5335" y2="27.954"/><path class="c" d="M34.4029,32.5587c-.3697.647-1.0664,1.0831-1.8649,1.0831h0c-1.1854,0-2.1463-.961-2.1463-2.1463v-1.3951c0-1.1854.961-2.1463,2.1463-2.1463h0c1.1854,0,2.1463.961,2.1463,2.1463v.6976s-4.2927,0-4.2927,0"/></svg>
Copied!