Tver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tver 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/348953.svg" alt="Tver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348953.svg" alt="Tver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348953.svg" alt="Tver icon" :width="24" :height="24" />
CSS background
.icon-tver {
background-image: url('https://proicons.com/icon/348953.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="M17.4838,14.135l7.2651,19.729,7.2646-19.729h-3.1137l-4.1509,11.279-4.1511-11.279H4.5108v3.1151h6.4006l.0004,16.614h3.1137v-16.614s4.6083.0002,4.6083.0002"/><path class="b" d="M40.2564,28.4342c0-1.8178,1.4473-3.2914,3.2328-3.2914"/><line class="b" x1="40.2564" y1="25.1428" x2="40.2564" y2="33.865"/><path class="b" d="M36.5138,32.204c-.5569.9922-1.6063,1.661-2.8091,1.661-1.7855,0-3.2329-1.4736-3.2329-3.2914v-2.1394c0-1.8178,1.4474-3.2914,3.2329-3.2914s3.2329,1.4736,3.2329,3.2914v1.0697h-6.4658"/></svg>
Copied!