Tgv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tgv 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/333844.svg" alt="Tgv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333844.svg" alt="Tgv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333844.svg" alt="Tgv icon" :width="24" :height="24" />
CSS background
.icon-tgv {
background-image: url('https://proicons.com/icon/333844.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="d" x1="10.5" x2="17.218" y1="18.93" y2="18.93"/><line class="d" x1="13.859" x2="13.859" y1="29.07" y2="18.93"/><path class="d" d="m37.5 18.93-3.3592 10.141-3.3592-10.141"/><path class="d" d="m27.359 22.289c0-1.8553-1.5039-3.3592-3.3592-3.3592h-1.3e-5c-1.8553 0-3.3592 1.5039-3.3592 3.3592v3.4225c0 1.8553 1.5039 3.3592 3.3592 3.3592h1.3e-5c1.8553 0 3.3592-1.5039 3.3592-3.3592h-3.3592"/></svg>
Copied!