Pet Image O Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Pet Image O 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/319351.svg" alt="Pet Image O icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319351.svg" alt="Pet Image O icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319351.svg" alt="Pet Image O icon" :width="24" :height="24" />
CSS background
.icon-pet-image-o {
background-image: url('https://proicons.com/icon/319351.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" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>watson-health--pet-image-O</title><rect x="11" y="29" width="2" height="3"/><rect x="11" y="8" width="2" height="3"/><rect y="19" width="3" height="2"/><rect x="21" y="19" width="3" height="2"/><rect x="3.59" y="11.09" width="1.98" height="3" transform="translate(-7.56 6.93) rotate(-45)"/><rect x="18.44" y="25.93" width="1.98" height="3" transform="translate(-13.7 21.77) rotate(-45)"/><rect x="3.09" y="26.44" width="3" height="1.98" transform="translate(-18.05 11.28) rotate(-45)"/><rect x="17.93" y="11.59" width="3" height="1.98" transform="translate(-3.21 17.42) rotate(-45)"/><path d="M12,13a7,7,0,1,0,7,7A7,7,0,0,0,12,13Zm0,12a5,5,0,0,1,0-10Z"/><polygon points="2 2 9 2 9 0 0 0 0 9 2 9 2 2"/><path d="M30,0H26a2,2,0,0,0-2,2V12a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V2A2,2,0,0,0,30,0ZM26,12V2h4V12Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!