App Vault Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The App Vault 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/321945.svg" alt="App Vault icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321945.svg" alt="App Vault icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321945.svg" alt="App Vault icon" :width="24" :height="24" />
CSS background
.icon-app-vault {
background-image: url('https://proicons.com/icon/321945.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="m40.5,11H7.5c-1.1046,0-2,.8954-2,2v22c0,1.1046.8954,2,2,2h33c1.1046,0,2-.8954,2-2V13c0-1.1046-.8954-2-2-2Z"/><path class="b" d="m39,10v-3.5c0-.5523-.4477-1-1-1H10c-.5523,0-1,.4477-1,1v3.5c0,.5523.4477,1,1,1h28c.5523,0,1-.4477,1-1Z"/><path class="b" d="m9,38v3.5c0,.5523.4477,1,1,1h28c.5523,0,1-.4477,1-1v-3.5c0-.5523-.4477-1-1-1H10c-.5523,0-1,.4477-1,1Z"/><rect class="b" x="9.5" y="15" width="7" height="7"/></svg>
Copied!