Image Cross Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Image Cross icon is commonly used in media galleries, CMS editors and image pickers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310771.svg" alt="Image Cross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310771.svg" alt="Image Cross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310771.svg" alt="Image Cross icon" :width="24" :height="24" />
CSS background
.icon-image-cross {
background-image: url('https://proicons.com/icon/310771.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="M21.25 13V8.5C21.25 7.84339 21.1207 7.19321 20.8694 6.58658C20.6181 5.97995 20.2498 5.42876 19.7855 4.96447C19.3212 4.50017 18.77 4.13188 18.1634 3.8806C17.5568 3.62933 16.9066 3.5 16.25 3.5H7.75C6.42392 3.5 5.15215 4.02678 4.21447 4.96447C3.27678 5.90215 2.75 7.17392 2.75 8.5V15.5C2.75 16.1566 2.87933 16.8068 3.1306 17.4134C3.38188 18.02 3.75017 18.5712 4.21447 19.0355C5.15215 19.9732 6.42392 20.5 7.75 20.5H14.01" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.01001 17L5.75001 13.8C6.10985 13.4426 6.58212 13.2205 7.08689 13.1713C7.59166 13.1221 8.09793 13.2488 8.52001 13.53C8.94209 13.8112 9.44836 13.9379 9.95313 13.8887C10.4579 13.8395 10.9302 13.6174 11.29 13.26L13.62 10.93C14.2895 10.2582 15.1759 9.84619 16.121 9.76742C17.0662 9.68866 18.0086 9.94829 18.78 10.5L21.25 12.41" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.01003 10.17C8.33791 10.168 8.65787 10.069 8.92953 9.8854C9.2012 9.7018 9.41241 9.44186 9.53652 9.13836C9.66063 8.83487 9.69208 8.50142 9.6269 8.18007C9.56173 7.85872 9.40284 7.56388 9.17029 7.33272C8.93775 7.10156 8.64195 6.94446 8.32022 6.88121C7.99848 6.81796 7.66523 6.85142 7.36248 6.97735C7.05974 7.10328 6.80107 7.31604 6.61911 7.58881C6.43714 7.86157 6.34003 8.18212 6.34003 8.51001C6.34002 8.72885 6.38329 8.94552 6.46734 9.14758C6.55138 9.34963 6.67455 9.53308 6.82976 9.68735C6.98497 9.84163 7.16915 9.9637 7.3717 10.0465C7.57426 10.1294 7.79119 10.1713 8.01003 10.17Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.5 16.5L17.5002 20.4913" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M17.5 16.5087L21.4998 20.5" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> </svg>
Copied!