Openwort Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openwort 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/330740.svg" alt="Openwort icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330740.svg" alt="Openwort icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330740.svg" alt="Openwort icon" :width="24" :height="24" />
CSS background
.icon-openwort {
background-image: url('https://proicons.com/icon/330740.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="27.635 20.039 24 5.5 14.75 42.5 5.5 5.5"/><polyline class="a" points="34.407 37.873 33.25 42.5 32.093 37.873"/><line class="a" x1="42.5" y1="5.5" x2="38.8654" y2="20.0386"/><rect class="a" x="22.5727" y="31.1614" width="19.8301" height="4.4115"/><rect class="a" x="22.5727" y="26.7499" width="19.8301" height="4.4115"/><rect class="a" x="22.5727" y="22.3383" width="19.8301" height="4.4115"/></svg>
Copied!