Shopping Catalog Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Shopping Catalog 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/318851.svg" alt="Shopping Catalog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318851.svg" alt="Shopping Catalog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318851.svg" alt="Shopping Catalog icon" :width="24" :height="24" />
CSS background
.icon-shopping-catalog {
background-image: url('https://proicons.com/icon/318851.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 23.0.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"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
</style>
<title>catalog</title>
<rect x="17" y="24" width="4" height="4"/>
<rect x="24" y="24" width="4" height="4"/>
<rect x="17" y="17" width="4" height="4"/>
<rect x="24" y="17" width="4" height="4"/>
<path d="M28,11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v4H4c-0.6,0-1,0.4-1,1c0,0.1,0,0.1,0,0.2l1.9,12.1c0.1,1,1,1.7,2,1.7H15v-2
H6.9L5.2,13H28V11z M12,7c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v4h-8V7z"/>
<rect id="_Transparent_Rectangle_" class="st0" width="32" height="32"/>
</svg>
Copied!