Ui File Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui File icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306757.svg" alt="Ui File icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306757.svg" alt="Ui File icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306757.svg" alt="Ui File icon" :width="24" :height="24" />
CSS background
.icon-ui-file {
background-image: url('https://proicons.com/icon/306757.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="M900 254v1L671 26 646 1h-12c-5-1-9-1-14 0H197C129 1 73 56 73 125v751c0 68 56 124 124 124h607c68 0 124-56 124-124V282l-28-28zm-76 554c0 45-37 83-82 83H259c-45 0-83-38-83-83V193c0-46 38-83 83-83h228v149H295c-22 0-41 19-41 41v38c0 23 19 42 41 42h198c7 12 20 21 35 21h297l-1 407zM625 311c-21 0-39-18-39-39V65c0-5 2-9 3-13 2 6 5 12 10 17l241 242H625zm80 320H295c-22 0-41 19-41 42v37c0 23 19 42 41 42h410c23 0 42-19 42-42v-37c0-23-19-42-42-42zM254 487v37c0 23 19 42 41 42h410c23 0 42-19 42-42v-37c0-23-19-42-42-42H295c-22 0-41 19-41 42z"/></svg>
Copied!