Zozotown Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zozotown 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/335654.svg" alt="Zozotown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335654.svg" alt="Zozotown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335654.svg" alt="Zozotown icon" :width="24" :height="24" />
CSS background
.icon-zozotown {
background-image: url('https://proicons.com/icon/335654.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><line class="f" x1="8.2" y1="25.5" x2="13.5" y2="25.5"/><line class="f" x1="10.85" y1="33.5" x2="10.85" y2="25.5"/><rect class="f" x="16.067" y="25.5" width="5.3" height="8" rx="2.65" ry="2.65"/><rect class="f" x="18.018" y="14.5" width="5.3" height="8" rx="2.65" ry="2.65"/><path class="f" d="M34.5,33.5v-8l5.3,8v-8"/><path class="f" d="M31.93,25.5l-2,8-2-8-2,8-2-8"/><path class="f" d="M10.7,14.5h5.3l-5.3,8h5.3"/><path class="f" d="M25.33,14.5h5.3l-5.3,8h5.3"/><path class="f" d="M35.304,14.5h0c1.4636,0,2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65Z"/></svg>
Copied!