Satchelone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Satchelone 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/332408.svg" alt="Satchelone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332408.svg" alt="Satchelone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332408.svg" alt="Satchelone icon" :width="24" :height="24" />
CSS background
.icon-satchelone {
background-image: url('https://proicons.com/icon/332408.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><rect class="b" x="11.4151" y="19.5" width="6.7925" height="9" rx="3.3962" ry="3.3962"/><path class="b" d="M27.3962,28.5v-5.6038c0-1.8757-1.5205-3.3962-3.3962-3.3962h0c-1.8757,0-3.3962,1.5205-3.3962,3.3962"/><line class="b" x1="20.6038" y1="28.5" x2="20.6038" y2="19.5"/><path class="b" d="M36.1396,26.7861c-.5849,1.0238-1.6874,1.7139-2.9509,1.7139h0c-1.8757,0-3.3962-1.5205-3.3962-3.3962v-2.2076c0-1.8757,1.5205-3.3962,3.3962-3.3962h0c1.8757,0,3.3962,1.5205,3.3962,3.3962v1.1038s-6.7925,0-6.7925,0"/></svg>
Copied!