File Check Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The File Check Svg 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/308832.svg" alt="File Check Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308832.svg" alt="File Check Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308832.svg" alt="File Check Svg icon" :width="24" :height="24" />
CSS background
.icon-file-check---svg {
background-image: url('https://proicons.com/icon/308832.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5 2C4.44772 2 4 2.44772 4 3V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V8C20 7.73478 19.8946 7.48043 19.7071 7.29289L14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2H5ZM14 4.41421L17.5858 8H14V4.41421ZM15.7071 13.7071C16.0976 13.3166 16.0976 12.6834 15.7071 12.2929C15.3166 11.9024 14.6834 11.9024 14.2929 12.2929L11 15.5858L9.70711 14.2929C9.31658 13.9024 8.68342 13.9024 8.29289 14.2929C7.90237 14.6834 7.90237 15.3166 8.29289 15.7071L10.2929 17.7071C10.6834 18.0976 11.3166 18.0976 11.7071 17.7071L15.7071 13.7071Z" fill="#292929"/> </svg>
Copied!