File Excel Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The File Excel 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/304787.svg" alt="File Excel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304787.svg" alt="File Excel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304787.svg" alt="File Excel icon" :width="24" :height="24" />
CSS background
.icon-file-excel {
background-image: url('https://proicons.com/icon/304787.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><defs><style>.cls-1{fill:#1e1e1e;}</style></defs><title>file-excel</title><path class="cls-1" d="M46.41,9.34V0H15.7a.64.64,0,0,0-.65.62V55.34a.64.64,0,0,0,.65.62H56.3a.64.64,0,0,0,.65-.62V10.94H48.1A1.64,1.64,0,0,1,46.41,9.34ZM45.6,47.23H49V51H36.24v-3.8h2.38L35,42.79l-3.4,4.44h2.44V51H23v-3.8h3.51l5.78-7.74-5.78-7.16H23.24v-3.8H35.68v3.8H33.4l3.33,4,3-4H37.61v-3.8H48.32v3.8H45l-5.63,7.39Z"/><polygon class="cls-1" points="49.8 7.74 54.84 7.74 49.8 2.55 49.8 7.74"/></svg>
Copied!