File Cross Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The File Cross 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/310121.svg" alt="File Cross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310121.svg" alt="File Cross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310121.svg" alt="File Cross icon" :width="24" :height="24" />
CSS background
.icon-file-cross {
background-image: url('https://proicons.com/icon/310121.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 d="M20.65 7.04769C20.25 6.0499 17.52 3.91463 16.76 3.11639C16.0997 2.51248 15.2613 2.13797 14.37 2.04878C14.46 1.93902 8.36996 2.04878 8.20996 2.04878C7.54752 2.02075 6.88617 2.12444 6.26428 2.35386C5.64239 2.58328 5.07236 2.93385 4.58752 3.38512C4.10268 3.83638 3.71274 4.37935 3.44019 4.98244C3.16763 5.58553 3.01797 6.2367 3 6.89803V17.1753C3.0218 17.8358 3.17491 18.4854 3.45044 19.0864C3.72597 19.6874 4.11839 20.2278 4.60498 20.6761C5.09157 21.1245 5.66262 21.472 6.28491 21.6983C6.9072 21.9246 7.56835 22.0254 8.22998 21.9946H15.79C16.4525 22.0226 17.1138 21.9189 17.7357 21.6895C18.3576 21.4601 18.9276 21.1095 19.4125 20.6583C19.8973 20.207 20.2873 19.664 20.5598 19.0609C20.8324 18.4578 20.982 17.8066 21 17.1453V8.59428C20.9939 8.05991 20.8746 7.53284 20.65 7.04769ZM15.22 15.8382C16.15 16.7462 14.71 18.1631 13.8 17.2451L11.99 15.4391C11.17 16.0577 9.88002 18.3128 8.77002 17.2351C7.66002 16.1575 9.98995 14.8105 10.5699 14.0223C9.94995 13.2041 7.68002 11.9069 8.77002 10.8094C9.86002 9.71181 11.17 11.9868 11.99 12.6054C12.82 11.9768 14.12 9.7118 15.22 10.7994C16.32 11.887 14.03 13.1941 13.41 14.0223L15.22 15.8382ZM16.03 7.43684C14.36 7.43684 15.0899 4.81266 14.9399 3.73505C15.2407 3.84074 15.5165 4.00717 15.75 4.22396C16.06 4.55323 19.01 7.08761 19.15 7.43684H16.03Z" fill="black"/> </svg>
Copied!