Zoom Out Area Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Zoom Out Area icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319453.svg" alt="Zoom Out Area icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319453.svg" alt="Zoom Out Area icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319453.svg" alt="Zoom Out Area icon" :width="24" :height="24" />
CSS background
.icon-zoom-out-area {
background-image: url('https://proicons.com/icon/319453.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>
<rect x="16" y="19" width="8" height="2"/>
<path d="M31,29.5859l-4.6885-4.6884a8.028,8.028,0,1,0-1.414,1.414L29.5859,31ZM20,26a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,20,26Z"/>
<path d="M4,8H2V4A2.0021,2.0021,0,0,1,4,2H8V4H4Z"/>
<path d="M26,8H24V4H20V2h4a2.0021,2.0021,0,0,1,2,2Z"/>
<rect x="12" y="2" width="4" height="2"/>
<path d="M8,26H4a2.0021,2.0021,0,0,1-2-2V20H4v4H8Z"/>
<rect x="2" y="12" width="2" height="4"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Zoom Out Area in other icon packs
Copied!