Shelf1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shelf1 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/347221.svg" alt="Shelf1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347221.svg" alt="Shelf1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347221.svg" alt="Shelf1 icon" :width="24" :height="24" />
CSS background
.icon-shelf1 {
background-image: url('https://proicons.com/icon/347221.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="25.7903" y="5.5" width="16.7097" height="16.7097" rx="3.5806" ry="3.5806"/><rect class="b" x="5.5" y="25.54" width="16.7097" height="16.7097" rx="3.5806" ry="3.5806"/><path class="b" d="M29.371,25.7903h9.5484c1.9776,0,3.5806,1.6032,3.5806,3.5806v3.4227c-.6486-.4592-1.5847-.9983-2.7402-1.3216-1.795-.5024-4.092-.4744-6.5961,1.1158-2.6482,1.6817-3.5192,4.0766-3.6725,6.158-.1137,1.5442.1642,2.9265.3915,3.7541h-.5117c-1.9775,0-3.5806-1.6031-3.5806-3.5806v-9.5484c0-1.9775,1.6032-3.5806,3.5806-3.5806Z"/><path class="b" d="M37.6374,31.1842l.7111-3.2001M30.3034,35.6889l-2.5815-.7311"/><circle class="c" cx="32.6529" cy="38.3105" r=".75"/><circle class="c" cx="38.9453" cy="34.4917" r=".75"/><path class="b" d="M18.6651,20.4922c-1.7222.1508-1.7083,2.3896-3.9632,1.5158-1.5668-.7304-2.6742,1.2153-4.1901-.6688-.9917-1.416-2.9235-.2846-3.2943-2.6742-.1509-1.7222-2.3896-1.7082-1.5159-3.9631.7304-1.5668-1.2153-2.6742.6688-4.1901,1.416-.9917.2846-2.9235,2.6742-3.2943,1.7222-.1509,1.7083-2.3896,3.9631-1.5159,1.5668.7304,2.6742-1.2153,4.1901.6688.9917,1.416,2.9235.2846,3.2943,2.6742.1509,1.7222,2.3896,1.7083,1.5159,3.9631-.7304,1.5668,1.2153,2.6742-.6688,4.1901-1.416.9917-.2846,2.9235-2.6742,3.2943h0Z"/></svg>
Copied!