File Word Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The File Word 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/304792.svg" alt="File Word icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304792.svg" alt="File Word icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304792.svg" alt="File Word icon" :width="24" :height="24" />
CSS background
.icon-file-word {
background-image: url('https://proicons.com/icon/304792.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"><title>file-word</title><path d="M45.86,9.32V0H16.76a.61.61,0,0,0-.61.61V55.38a.61.61,0,0,0,.61.61H55.24a.61.61,0,0,0,.61-.61V10.92H47.47A1.61,1.61,0,0,1,45.86,9.32Zm6.58,23H50L43.78,51.2H39.57L36,40.92,32.67,51.2H28.36L21.93,32.34H19.55V28.53H29.71v3.81H27.37L31,43.15l3.44-10.81h-2V28.53h8.09v3.81H38.43l3.69,10.81,3.55-10.81H43.42V28.53h9v3.81Z"/><polygon points="49.08 7.71 53.85 7.71 49.08 2.52 49.08 7.71"/></svg>
Copied!