Image Service Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Image Service 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/318122.svg" alt="Image Service icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318122.svg" alt="Image Service icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318122.svg" alt="Image Service icon" :width="24" :height="24" />
CSS background
.icon-image-service {
background-image: url('https://proicons.com/icon/318122.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z" transform="translate(0 0)"/>
<circle cx="7" cy="25" r="1"/>
<rect x="13" y="4" width="2" height="8"/>
<rect x="9" y="4" width="2" height="8"/>
<path d="M21,12H19a2.0021,2.0021,0,0,1-2-2V6a2.0021,2.0021,0,0,1,2-2h2a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,21,12ZM19,6v4h2V6Z" transform="translate(0 0)"/>
<rect x="21" y="14" width="2" height="8"/>
<rect x="9" y="14" width="2" height="8"/>
<path d="M17,22H15a2.0021,2.0021,0,0,1-2-2V16a2.0021,2.0021,0,0,1,2-2h2a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,17,22Zm-2-6v4h2V16Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!