Onlyoffice Documents Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onlyoffice Documents 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/330652.svg" alt="Onlyoffice Documents icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330652.svg" alt="Onlyoffice Documents icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330652.svg" alt="Onlyoffice Documents icon" :width="24" :height="24" />
CSS background
.icon-onlyoffice-documents {
background-image: url('https://proicons.com/icon/330652.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="M40.3582,12.5813,26.3627,6.04a5.7381,5.7381,0,0,0-4.8564-.0014L7.643,12.5086a2.2952,2.2952,0,0,0-.0012,4.1591l13.9955,6.5415a5.7377,5.7377,0,0,0,4.8564.0014L40.357,16.74A2.2952,2.2952,0,0,0,40.3582,12.5813Z"/><path class="a" d="M13.2267,19.2781,7.643,21.8841a2.2952,2.2952,0,0,0-.0012,4.1591l13.9955,6.5415a5.7377,5.7377,0,0,0,4.8564.0014l13.8633-6.47a2.2952,2.2952,0,0,0,.0012-4.1591l-5.5849-2.61"/><path class="a" d="M13.2267,28.6536,7.643,31.26a2.2952,2.2952,0,0,0-.0012,4.1591L21.6373,41.96a5.7381,5.7381,0,0,0,4.8564.0014l13.8633-6.47a2.2952,2.2952,0,0,0,.0012-4.1591l-5.5849-2.61"/></svg>
Copied!