Document Viewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Document Viewer 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/339208.svg" alt="Document Viewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339208.svg" alt="Document Viewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339208.svg" alt="Document Viewer icon" :width="24" :height="24" />
CSS background
.icon-document-viewer {
background-image: url('https://proicons.com/icon/339208.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14,4.5H10.5a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2V6.5a2,2,0,0,0-2-2H24"/><path class="a" d="M12,4.5l1.4142-1.4142A2,2,0,0,1,14.8284,2.5H23a1,1,0,0,1,1,1v25l-5-5-5,5V4.5"/><line class="a" x1="14" y1="38" x2="34" y2="38"/><line class="a" x1="24" y1="10" x2="34" y2="10"/><line class="a" x1="24" y1="17" x2="34" y2="17"/><line class="a" x1="24" y1="24" x2="34" y2="24"/><line class="a" x1="14" y1="31" x2="34" y2="31"/></svg>
Copied!