Etsy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etsy 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/340112.svg" alt="Etsy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340112.svg" alt="Etsy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340112.svg" alt="Etsy icon" :width="24" :height="24" />
CSS background
.icon-etsy {
background-image: url('https://proicons.com/icon/340112.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="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 48 48">
<defs>
<style>
.cls-1 {
fill: none;
stroke:#fff;
stroke-linecap: round;
stroke-linejoin: round;
}
</style>
</defs>
<line class="cls-1" x1="9.5" y1="28" x2="15.5" y2="28"/>
<line class="cls-1" x1="9.5" y1="16" x2="15.5" y2="16"/>
<line class="cls-1" x1="9.5" y1="22" x2="13.4" y2="22"/>
<line class="cls-1" x1="9.5" y1="16" x2="9.5" y2="28"/>
<path class="cls-1" d="M38.5,25v4c0,1.7-1.3,3-3,3h0c-.8,0-1.6-.3-2.1-.9"/>
<path class="cls-1" d="M38.5,20v5c0,1.7-1.3,3-3,3h0c-1.7,0-3-1.3-3-3v-5"/>
<path class="cls-1" d="M24.1,27.3c.7.6,1.6.8,2.5.7h.7c1.1,0,2-.9,2-2h0c0-1.1-.9-2-2-2h-1.3c-1.1,0-2-.9-2-2h0c0-1.1.9-2,2-2h.7c.9-.1,1.8.1,2.5.7"/>
<path class="cls-1" d="M18.9,17.6v8.9c0,.8.6,1.5,1.4,1.5,0,0,0,0,0,0h.4"/>
<line class="cls-1" x1="17.3" y1="20" x2="20.4" y2="20"/>
<path class="cls-1" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/>
</svg>
Copied!