File Close Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The File Close 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/308833.svg" alt="File Close Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308833.svg" alt="File Close Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308833.svg" alt="File Close Svg icon" :width="24" :height="24" />
CSS background
.icon-file-close---svg {
background-image: url('https://proicons.com/icon/308833.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.41421ZM10.7074 12.2929C10.3168 11.9024 9.68366 11.9024 9.29314 12.2929C8.90261 12.6834 8.90261 13.3166 9.29314 13.7071L10.586 15L9.29314 16.2929C8.90261 16.6834 8.90261 17.3166 9.29314 17.7071C9.68366 18.0976 10.3168 18.0976 10.7074 17.7071L12.0002 16.4142L13.2931 17.7071C13.6837 18.0976 14.3168 18.0976 14.7074 17.7071C15.0979 17.3166 15.0979 16.6834 14.7074 16.2929L13.4145 15L14.7074 13.7071C15.0979 13.3166 15.0979 12.6834 14.7074 12.2929C14.3168 11.9024 13.6837 11.9024 13.2931 12.2929L12.0002 13.5858L10.7074 12.2929Z" fill="#292929"/> </svg>
Copied!