Image New Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Image New 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/312993.svg" alt="Image New icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312993.svg" alt="Image New icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312993.svg" alt="Image New icon" :width="24" :height="24" />
CSS background
.icon-image-new {
background-image: url('https://proicons.com/icon/312993.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" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 6h8v2H8zM6 8h2v8H6zm2 8h8v2H8zm8-8h2v8h-2zm-4 4h2v2h-2zm2-2h2v2h-2zm-4 4h2v2h-2zm1-13h2v3h-2zm0 19h2v3h-2zM1 11h3v2H1zm19 0h3v2h-3zm-1-8h2v2h-2zM3 3h2v2H3zM1 1h2v2H1zm2 18h2v2H3zm-2 2h2v2H1zm18-2h2v2h-2zm2 2h2v2h-2zm0-20h2v2h-2zM9 9h2v2H9z"/> </svg>
Copied!