Vouchervault Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vouchervault 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/334882.svg" alt="Vouchervault icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334882.svg" alt="Vouchervault icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334882.svg" alt="Vouchervault icon" :width="24" :height="24" />
CSS background
.icon-vouchervault {
background-image: url('https://proicons.com/icon/334882.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="7.3229"/><path class="a" d="M22.4583,16.8313V12.8229A1.7009,1.7009,0,0,1,24,11.2812a1.7345,1.7345,0,0,1,1.5417,1.5417v4.0083"/><path class="a" d="M31.2458,22.5354h4.0084a1.7007,1.7007,0,0,1,1.5416,1.5417,1.7344,1.7344,0,0,1-1.5416,1.5417H31.2458"/><path class="a" d="M16.7542,22.5354H12.7458a1.7007,1.7007,0,0,0-1.5416,1.5417,1.7344,1.7344,0,0,0,1.5416,1.5417h4.0084"/><path class="a" d="M22.4583,31.3229v4.0084A1.7008,1.7008,0,0,0,24,36.8729a1.7344,1.7344,0,0,0,1.5417-1.5416V31.3229"/><path class="a" d="M28.0334,17.8634l2.8344-2.8343a1.7007,1.7007,0,0,1,2.18,0,1.7343,1.7343,0,0,1,0,2.18l-2.8343,2.8343"/><path class="a" d="M30.2137,28.1105l2.8343,2.8344a1.7007,1.7007,0,0,1,0,2.18,1.7343,1.7343,0,0,1-2.18,0l-2.8343-2.8343"/><path class="a" d="M19.9665,17.8634l-2.8343-2.8343a1.7007,1.7007,0,0,0-2.18,0,1.7343,1.7343,0,0,0,0,2.18l2.8343,2.8343"/><path class="a" d="M17.7863,28.1105,14.952,30.9449a1.7007,1.7007,0,0,0,0,2.18,1.7343,1.7343,0,0,0,2.18,0l2.8343-2.8343"/><path class="a" d="M15.1354,14.75,8.7375,5.5"/><path class="a" d="M32.8646,14.75,39.2625,5.5"/><path class="a" d="M42.5,18.2188l-9.046,13.9m-.8617,1.324L26.6979,42.5"/><path class="a" d="M21.3021,42.5l-5.9306-9.1128m-.8144-1.2515L5.5,18.2188"/></svg>
Copied!