Webopac Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Webopac 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/335060.svg" alt="Webopac icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335060.svg" alt="Webopac icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335060.svg" alt="Webopac icon" :width="24" :height="24" />
CSS background
.icon-webopac {
background-image: url('https://proicons.com/icon/335060.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M9,25.44a.9.9,0,0,0-.9.91V42.6a.9.9,0,0,0,.9.9H21.65a.9.9,0,0,0,.91-.9V26.35a.91.91,0,0,0-.91-.91Z"/><path class="cls-1" d="M9,4.5a.9.9,0,0,0-.9.9V21.65a.9.9,0,0,0,.9.91H21.65a.91.91,0,0,0,.91-.91V5.4a.9.9,0,0,0-.91-.9H20.56v6l-2-2-2,2v-6Z"/><path class="cls-1" d="M26.35,25.44a.91.91,0,0,0-.91.91V42.6a.9.9,0,0,0,.91.9H39a.9.9,0,0,0,.9-.9V26.35a.9.9,0,0,0-.9-.91H37.9v6l-2-2-2,2v-6Z"/><path class="cls-1" d="M26.35,4.5a.9.9,0,0,0-.91.9V21.65a.91.91,0,0,0,.91.91H39a.9.9,0,0,0,.9-.91V5.4a.9.9,0,0,0-.9-.9H37.9V9.83h-4V4.5Z"/><line class="cls-1" x1="11.35" y1="14.66" x2="19.32" y2="14.66"/><line class="cls-1" x1="19.32" y1="18.11" x2="11.35" y2="18.11"/><line class="cls-1" x1="28.68" y1="14.66" x2="36.65" y2="14.66"/><line class="cls-1" x1="36.65" y1="18.11" x2="28.68" y2="18.11"/><line class="cls-1" x1="36.65" y1="34.47" x2="28.68" y2="34.47"/><line class="cls-1" x1="19.32" y1="34.47" x2="11.35" y2="34.47"/><line class="cls-1" x1="19.32" y1="31.02" x2="11.35" y2="31.02"/><line class="cls-1" x1="19.32" y1="37.92" x2="11.35" y2="37.92"/></svg>
Copied!