Yourwallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yourwallet 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/350058.svg" alt="Yourwallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350058.svg" alt="Yourwallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350058.svg" alt="Yourwallet icon" :width="24" :height="24" />
CSS background
.icon-yourwallet {
background-image: url('https://proicons.com/icon/350058.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m24,14.5017c-.5025.8473-.5419,1.9312-.0099,2.8475l.0099.0197,1.9213,3.3204h-7.6853c-1.0543,0-1.9706-.5814-2.4534-1.4386-.2365-.4039-.3646-.8769-.3646-1.3794V6.3336c0-1.5568,1.2612-2.8179,2.818-2.8179h11.5279c1.5568,0,2.818,1.2611,2.818,2.8179v2.7982l-7.5671,4.3649c-.4335.2561-.7784.601-1.0149,1.005Z"/><path class="cls-1" d="m22.0787,20.6894l-1.9016,3.3106-1.9115,3.3106-.0197.0296c-.5222.9163-1.4877,1.4188-2.4632,1.409-.4729-.0099-.9557-.138-1.3892-.3843l-7.5572-4.3649-2.4239-1.3991c-1.3499-.7784-1.8129-2.5027-1.0345-3.8525l5.764-9.9811c.7784-1.3499,2.5027-1.8129,3.8525-1.0345l2.4238,1.3991v8.7396c0,.5025.1281.9754.3646,1.3794.4828.8572,1.3992,1.4386,2.4534,1.4386h3.8426Z"/><path class="cls-1" d="m24,33.4983c-.2365.4039-.5814.7488-1.0149,1.005l-7.5671,4.3649-2.4238,1.3991c-1.3499.7784-3.0741.3153-3.8525-1.0346l-5.764-9.9811c-.7784-1.3499-.3153-3.0741,1.0345-3.8525l2.4239-1.3991,7.5572,4.3649c.4335.2463.9163.3744,1.3892.3843.9755.0099,1.9411-.4926,2.4632-1.409l.0197-.0296,1.9115-3.3106,1.9016,3.3106,1.9213,3.3204.0099.0197c.532.9163.4926,2.0002-.0099,2.8475Z"/><path class="cls-1" d="m32.582,30.1285v11.5378c0,1.5568-1.2612,2.8179-2.818,2.8179h-11.5279c-1.5568,0-2.818-1.2611-2.818-2.8179v-2.7982l7.5671-4.3649c.4335-.2561.7784-.601,1.0149-1.005.5025-.8473.5419-1.9312.0099-2.8475l-.0099-.0197-1.9213-3.3204h7.6853c1.0543,0,1.9706.5814,2.4534,1.4386.2365.4039.3646.8769.3646,1.3794Z"/><path class="cls-1" d="m44.6222,29.2516l-5.764,9.9811c-.7784,1.3499-2.5027,1.8129-3.8525,1.0346l-2.4238-1.3991v-8.7396c0-.5025-.1281-.9754-.3646-1.3794-.4828-.8572-1.3992-1.4386-2.4534-1.4386h-3.8426l1.9016-3.3106,1.9115-3.3106.0197-.0296c.5222-.9163,1.4877-1.4188,2.4632-1.409.4729.0099.9557.138,1.3892.3843l7.5572,4.3649,2.4239,1.3991c1.3499.7784,1.8129,2.5027,1.0346,3.8525Z"/><path class="cls-1" d="m43.5877,22.6009l-2.4239,1.3991-7.5572-4.3649c-.4335-.2463-.9163-.3744-1.3892-.3843-.9755-.0099-1.9411.4926-2.4632,1.409l-.0197.0296-1.9115,3.3106-1.9016-3.3106-1.9213-3.3204-.0099-.0197c-.532-.9163-.4926-2.0002.0099-2.8475.2365-.4039.5814-.7488,1.0149-1.005l7.5671-4.3649,2.4238-1.3991c1.3499-.7784,3.0741-.3153,3.8525,1.0345l5.764,9.9811c.7784,1.3499.3153,3.0741-1.0346,3.8525Z"/></svg>
Copied!