Zooforzotero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zooforzotero 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/350203.svg" alt="Zooforzotero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350203.svg" alt="Zooforzotero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350203.svg" alt="Zooforzotero icon" :width="24" :height="24" />
CSS background
.icon-zooforzotero {
background-image: url('https://proicons.com/icon/350203.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><rect class="c" x="21.7813" y="15.339" width="5.6871" height="7.5354" rx="2.8435" ry="2.8435"/><rect class="c" x="30.2569" y="15.339" width="5.6871" height="7.5354" rx="2.8435" ry="2.8435"/><rect class="c" x="30.2569" y="28.9645" width="5.6871" height="7.5354" rx="2.8435" ry="2.8435"/><path class="c" d="M25.5929,31.808c0-1.5704,1.2731-2.8435,2.8435-2.8435h0"/><line class="c" x1="25.5929" y1="28.9645" x2="25.5929" y2="36.4998"/><polyline class="c" points="12.0561 11.5002 19.5914 11.5002 12.0561 22.8743 19.5914 22.8743"/><path class="c" d="M22.6535,35.0649c-.4898.8572-1.4128,1.435-2.4707,1.435h0c-1.5704,0-2.8435-1.2731-2.8435-2.8435v-1.8483c0-1.5704,1.2731-2.8435,2.8435-2.8435h0c1.5704,0,2.8435,1.2731,2.8435,2.8435v.9242s-5.6871,0-5.6871,0"/><path class="c" d="M13.5489,26.6185v8.4595c0,.7852.6365,1.4218,1.4218,1.4218h.4265"/><line class="c" x1="12.0561" y1="28.9644" x2="15.0418" y2="28.9644"/></svg>
Copied!