Ui Office Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Office 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/306784.svg" alt="Ui Office icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306784.svg" alt="Ui Office icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306784.svg" alt="Ui Office icon" :width="24" :height="24" />
CSS background
.icon-ui-office {
background-image: url('https://proicons.com/icon/306784.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M892 286h-71V139c0-59-49-108-108-108H288c-60 0-109 49-109 108v147h-70C49 286 0 335 0 395v466c0 60 49 108 109 108h783c59 0 108-48 108-108V395c0-60-49-109-108-109zm-178-90v89H286V183c0-30 24-55 54-55h320c30 0 54 25 54 55v13z"/></svg>
Copied!