Image Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Image 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/312176.svg" alt="Image icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312176.svg" alt="Image icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312176.svg" alt="Image icon" :width="24" :height="24" />
CSS background
.icon-image {
background-image: url('https://proicons.com/icon/312176.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-image" viewBox="0 0 22 22"><path d="M1 4H2V3H20V4H21V18H20V19H2V18H1V4M3 14H4V13H5V12H6V11H7V10H8V9H10V10H11V11H12V12H13V13H14V14H15V15H16V16H17V17H19V5H3V14M14 17V16H13V15H12V14H11V13H10V12H8V13H7V14H6V15H5V16H4V17H14M13 8H14V7H16V8H17V10H16V11H14V10H13V8Z" /></svg>
Image in other icon packs
Copied!