Image Availability Retrieving Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Image Availability Retrieving 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/319340.svg" alt="Image Availability Retrieving icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319340.svg" alt="Image Availability Retrieving icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319340.svg" alt="Image Availability Retrieving icon" :width="24" :height="24" />
CSS background
.icon-image-availability-retrieving {
background-image: url('https://proicons.com/icon/319340.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
</style>
<polygon points="10,13 11.4,11.6 15,15.2 15,2 17,2 17,15.2 20.6,11.6 22,13 16,19 "/>
<path d="M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4
C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10
c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"/>
<rect id="_x3C_Transparent_Rectangle_x3E__363_" class="st0" width="32" height="32"/>
</svg>
Copied!