Office Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Office 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/345101.svg" alt="Office Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345101.svg" alt="Office Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345101.svg" alt="Office Reader icon" :width="24" :height="24" />
CSS background
.icon-office-reader {
background-image: url('https://proicons.com/icon/345101.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="M44.0289,16.2586,24.5213,4.3672,4.3785,16.2586,24.5213,28.15ZM10.7225,20.0218l-6.7674,4.17L24.5213,35.967,44.0289,24.1916l-6.465-3.9468"/><path class="a" d="M44.0289,16.2586,24.5213,4.3672,4.3785,16.2586,24.5213,28.15ZM10.7225,20.0218l-6.7674,4.17L24.5213,35.967,44.0289,24.1916l-6.465-3.9468M11.0122,28.0806,4.2448,32.25,24.8109,44.0257,44.3186,32.25l-6.465-3.9467"/></svg>
Copied!