Wafer Vault Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wafer 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/334937.svg" alt="Wafer Vault icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334937.svg" alt="Wafer Vault icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334937.svg" alt="Wafer Vault icon" :width="24" :height="24" />
CSS background
.icon-wafer-vault {
background-image: url('https://proicons.com/icon/334937.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="M36.1984,35.1175c2.4417-3.0476,3.9103-6.9087,3.9103-11.1175,0-9.8331-7.9713-17.8044-17.8044-17.8044S4.5,14.1669,4.5,24s7.9713,17.8044,17.8044,17.8044h21.1956l-7.3016-6.6869Z"/><line class="b" x1="22.3573" y1="32.5018" x2="22.3573" y2="15.4982"/><line class="b" x1="29.7201" y1="28.2509" x2="14.9946" y2="19.7491"/><line class="b" x1="14.9946" y1="28.2509" x2="29.7201" y2="19.7491"/></svg>
Copied!