File Text Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The File Text 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/304790.svg" alt="File Text icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304790.svg" alt="File Text icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304790.svg" alt="File Text icon" :width="24" :height="24" />
CSS background
.icon-file-text {
background-image: url('https://proicons.com/icon/304790.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{stroke:#000;stroke-miterlimit:10;}</style></defs><title>file-text</title><polygon class="cls-1" points="48.77 8.19 53.43 8.19 48.77 3.12 48.77 8.19"/><path class="cls-1" d="M45.63,9.76V.67H17.22a.6.6,0,0,0-.6.6V54.73a.6.6,0,0,0,.6.6H54.78a.6.6,0,0,0,.6-.6V11.33H47.2A1.57,1.57,0,0,1,45.63,9.76ZM48.8,39.89H22.15a1.18,1.18,0,0,1,0-2.36H48.8a1.18,1.18,0,1,1,0,2.36Zm0-7.78H22.15a1.18,1.18,0,0,1,0-2.35H48.8a1.18,1.18,0,1,1,0,2.35Zm0-7.64H22.15a1.18,1.18,0,0,1,0-2.35H48.8a1.18,1.18,0,1,1,0,2.35Z"/></svg>
File Text in other icon packs
Copied!