Image New Sharp Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Image New Sharp 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/312992.svg" alt="Image New Sharp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312992.svg" alt="Image New Sharp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312992.svg" alt="Image New Sharp icon" :width="24" :height="24" />
CSS background
.icon-image-new-sharp {
background-image: url('https://proicons.com/icon/312992.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="M6 6h12v2H6zm0 2h2v8H6zm0 8h12v2H6zm10-8h2v8h-2zm-2 4h2v2h-2zm-2-2h2v2h-2zm-2 2h2v2h-2zm-2 2h2v2H8zm3-13h2v3h-2zm0 19h2v3h-2zM1 11h3v2H1zm19 0h3v2h-3zm-1-8h2v2h-2zM3 3h2v2H3zM1 1h2v2H1zm2 18h2v2H3zm-2 2h2v2H1zm18-2h2v2h-2zm2 2h2v2h-2zm0-20h2v2h-2z"/> </svg>
Copied!