Opendocument Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opendocument Reader 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/330688.svg" alt="Opendocument Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330688.svg" alt="Opendocument Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330688.svg" alt="Opendocument Reader icon" :width="24" :height="24" />
CSS background
.icon-opendocument-reader {
background-image: url('https://proicons.com/icon/330688.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><path class="a" d="M39.5,15.5h-9a2,2,0,0,1-2-2v-9h-18a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2Z"/><line class="a" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/><path class="a" d="M21.396,29.9012V22H22.68a3.9622,3.9622,0,0,1,3.9506,3.9506h0A3.9621,3.9621,0,0,1,22.68,29.9012Z"/><path class="a" d="M14.1283,27.3333a2.6178,2.6178,0,1,0,5.2346,0V24.6667A2.6556,2.6556,0,0,0,16.6963,22a2.5736,2.5736,0,0,0-2.568,2.6667Z"/><path class="a" d="M28.6371,29.9012V22H31.205a2.6667,2.6667,0,1,1,0,5.3333H28.6371"/><line class="a" x1="31.3926" y1="27.3269" x2="33.8717" y2="29.9012"/></svg>
Copied!