File Word O Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The File Word O 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/304791.svg" alt="File Word O icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304791.svg" alt="File Word O icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304791.svg" alt="File Word O icon" :width="24" :height="24" />
CSS background
.icon-file-word-o {
background-image: url('https://proicons.com/icon/304791.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-o</title><path d="M46.92,0H18.74A3.44,3.44,0,0,0,15.3,3.43V52.57A3.44,3.44,0,0,0,18.74,56H53.26a3.44,3.44,0,0,0,3.44-3.43V10.62Zm.81,5.14L52,9.79H47.73Zm6.08,47.43a.55.55,0,0,1-.55.55H18.74a.55.55,0,0,1-.55-.55V3.43a.54.54,0,0,1,.55-.54H44.85v8.35a1.45,1.45,0,0,0,1.44,1.44h7.52Z"/><path d="M29.15,48.82,23.38,31.89H21.24V28.48h9.11v3.41H28.26l3.28,9.71,3.08-9.71H32.79V28.48h7.27v3.41H38.18l3.31,9.71,3.19-9.71h-2V28.48h8.09v3.41h-2.2L43,48.82H39.2L36,39.59l-3,9.23Z"/></svg>
Copied!