Image Icon
Free SVG icon from the IcoFont 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/305888.svg" alt="Image icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305888.svg" alt="Image icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305888.svg" alt="Image icon" :width="24" :height="24" />
CSS background
.icon-image {
background-image: url('https://proicons.com/icon/305888.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M681 557c-13-15-31-15-43 2-6 8-12 17-18 26-11 16-30 17-43 2-27-31-54-61-80-92-13-15-33-14-46 1l-40 47c-12 15-31 19-42 10-11-10-25-10-33 0-7 9-19 6-27-8-5-8-10-17-15-25-4-7-8-11-10-9-1 1-1 2-2 4-26 49-86 156-93 155l-8 82h619c19 0 25-13 13-28L681 557zm-81-125c52 0 92-39 92-89 1-53-39-95-90-95-52-1-95 42-94 94 1 50 41 90 92 90zm298-297H102c-22 0-39 18-39 40v650c0 21 17 39 39 39h797c21 0 39-18 39-39V175c0-22-18-40-40-40zm-11 644c0 22-18 39-39 39H152c-21 0-39-17-39-39V220c0-21 18-39 39-39h696c21 0 39 18 39 39v559z"/></svg>
Image in other icon packs
Copied!