Tremotesf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tremotesf 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/348810.svg" alt="Tremotesf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348810.svg" alt="Tremotesf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348810.svg" alt="Tremotesf icon" :width="24" :height="24" />
CSS background
.icon-tremotesf {
background-image: url('https://proicons.com/icon/348810.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.6866,7.709H9.09a2.485,2.485,0,0,0-2.209,2.2089v4.97A2.485,2.485,0,0,0,9.09,17.097h11.597"/><path class="a" d="M27.3134,17.097H38.91a2.485,2.485,0,0,0,2.209-2.2089v-4.97A2.485,2.485,0,0,0,38.91,7.709H27.3134"/><path class="a" d="M20.6866,5.5h6.6268V29.2463h4.97L24,36.9776l-8.2836-7.7313h4.97Z"/><path class="a" d="M20.6866,22.6194h-9.94a2.4851,2.4851,0,0,0-2.209,2.209V40.291a2.4851,2.4851,0,0,0,2.209,2.209H37.2537a2.4851,2.4851,0,0,0,2.209-2.209V24.8284a2.4851,2.4851,0,0,0-2.209-2.209h-9.94"/></svg>
Copied!