Zoho Vault Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoho 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/335630.svg" alt="Zoho Vault icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335630.svg" alt="Zoho Vault icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335630.svg" alt="Zoho Vault icon" :width="24" :height="24" />
CSS background
.icon-zoho-vault {
background-image: url('https://proicons.com/icon/335630.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m38.5 37.5c2.216 0 4-1.784 4-4v-24c0-2.216-1.784-4-4-4h-29c-2.216 0-4 1.784-4 4v24c0 2.216 1.784 4 4 4v3c0 1.108.892 2 2 2h3.5c1.108 0 2-.892 2-2v-1c0-1.108.892-2 2-2h10c1.108 0 2 .892 2 2v1c0 1.108.892 2 2 2h3.5c1.108 0 2-.892 2-2z"/><path class="d" d="m13.343 20.005 6.6574 2.1817 6.6574-2.1817m-2.5429 7.8262-4.1145-5.6445-4.1145 5.6445m4.1145-12.663v7"/><path class="d" d="m34 27.832v-12.663"/></svg>
Copied!