Etstur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etstur 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/340111.svg" alt="Etstur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340111.svg" alt="Etstur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340111.svg" alt="Etstur icon" :width="24" :height="24" />
CSS background
.icon-etstur {
background-image: url('https://proicons.com/icon/340111.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;}</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"/><path class="b" d="M28.166,27.4286c.5714.4286,1.1429.5714,2.2857.5714h.5714c1,0,1.8571-.8571,1.8571-1.8571h0c0-1-.8572-1.8571-1.8571-1.8571h-1.2857c-1,0-1.8571-.8571-1.8571-1.8571h0c0-1,.8572-1.8571,1.8571-1.8571h.5714c1.2857,0,1.8571.1429,2.2857.5714"/><path class="b" d="M23.9254,18v8.5714c0,.8571.5714,1.4286,1.4286,1.4286h.4286"/><line class="b" x1="22.354" y1="20.2857" x2="25.4969" y2="20.2857"/><path class="b" d="M20.4054,26.5714c-.4286.8571-1.4286,1.4286-2.4286,1.4286h0c-1.5714,0-2.8571-1.2857-2.8571-2.8571v-1.8571c0-1.5714,1.2857-2.8571,2.8571-2.8571h0c1.5714,0,2.8571,1.2857,2.8571,2.8571v1h-5.7143"/></svg>
Copied!