Vocadb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vocadb 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/334854.svg" alt="Vocadb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334854.svg" alt="Vocadb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334854.svg" alt="Vocadb icon" :width="24" :height="24" />
CSS background
.icon-vocadb {
background-image: url('https://proicons.com/icon/334854.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,5.5H9.4999c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/><line class="c" x1="32" y1="24" x2="42.5" y2="24"/><line class="c" x1="15.6" y1="24" x2="27.3" y2="24"/><line class="c" x1="5.5" y1="24" x2="7.9" y2="24"/><polygon class="c" points="30.4 17.3 27.3 17.3 27.3 30.7 31.3 30.7 32 29.7 32 18.8 30.4 17.3"/><polyline class="c" points="15.6 24 13.7 30.7 9.9 17.3 7.9 24"/><rect class="c" x="16.8" y="25.5" width="1.5" height="4.2"/><polygon class="c" points="37.6 22.6 33.8 17.3 33.8 30.7 38.2 30.7 40.1 28.4 36.9 24 37.6 22.6"/><polyline class="c" points="21.5 25.5 20.5 25.5 19.7 27.6 20.6 29.7 21.5 29.7"/><polyline class="c" points="25.4 29.7 24.1 25.5 22.8 29.2 23.9 29.2"/></svg>
Copied!