Shelf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shelf 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/347220.svg" alt="Shelf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347220.svg" alt="Shelf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347220.svg" alt="Shelf icon" :width="24" :height="24" />
CSS background
.icon-shelf {
background-image: url('https://proicons.com/icon/347220.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="k" d="m12.7,4.5h-2.3c-1.1,0-2,.9-2,2v35c0,1.1.9,2,2,2h2.3"/><path id="e" class="k" d="m12.7,4.5v39h24.9c1.1,0,2-.9,2-2V6.5c0-1.1-.9-2-2-2H12.7Z"/><g id="f"><path id="g" class="k" d="m31.0659,5.0895v11.2366l2.5117-2.5117"/><path id="h" class="k" d="m36.116,5.1089v11.2366l-2.5117-2.5117"/></g><path id="i" class="k" d="m39.4085,39.362c-.8299.1427-1.7932-.0484-2.6946-.9591-3.3288-3.3633-6.0968-11.2193-4.0219-11.9118.6592-.1846,1.2466.6807,1.4945,2.2872.4358,2.8237.0833,7.9386-.5682,11.3135-.1723.8926-.3522,1.9622-.9996,2.9355-.0552.083-.1127.1654-.1721.2472"/><path id="j" class="k" d="m32.5768,43.4571c2.0076-1.1591,4.5465-2.625,6.8693-3.9662"/></g></svg>
Copied!