Symbol File Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol 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/307435.svg" alt="Symbol File icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307435.svg" alt="Symbol File icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307435.svg" alt="Symbol File icon" :width="24" :height="24" />
CSS background
.icon-symbol-file {
background-image: url('https://proicons.com/icon/307435.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M5 1C3.89543 1 3 1.89543 3 3V13C3 14.1046 3.89543 15 5 15H11C12.1046 15 13 14.1046 13 13V5.41421C13 5.01639 12.842 4.63486 12.5607 4.35355L9.64645 1.43934C9.36514 1.15804 8.98361 1 8.58579 1H5ZM4 3C4 2.44772 4.44772 2 5 2H8V4.5C8 5.32843 8.67157 6 9.5 6H12V13C12 13.5523 11.5523 14 11 14H5C4.44772 14 4 13.5523 4 13V3ZM11.7929 5H9.5C9.22386 5 9 4.77614 9 4.5V2.20711L11.7929 5Z"/></svg>
Copied!