Gtn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gtn 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/341374.svg" alt="Gtn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341374.svg" alt="Gtn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341374.svg" alt="Gtn icon" :width="24" :height="24" />
CSS background
.icon-gtn {
background-image: url('https://proicons.com/icon/341374.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M23.6082,31.2614c-5.7204,3.3033-10.6628,4.1506-12.1937,2.0905-.3954-.5322-.5462-1.2402-.4458-2.0939M24.3918,16.7386c5.7204-3.3033,10.6628-4.1506,12.1937-2.0905.3955.5323.5462,1.2405.4457,2.0943M31.5671,29.2287v-10.4647l6.9329,10.4647v-10.4647M24.0981,29.2287v-10.4647M20.5663,18.764h6.9329M16.4329,22.3031c0-1.9621-1.7005-3.6627-3.6627-3.5318-1.8313.1308-3.2702,1.8313-3.2702,3.6627v3.2702c0,1.9621,1.5697,3.5318,3.5318,3.5318h0c1.9621,0,3.5318-1.5697,3.5318-3.5318h-3.5318"/><g id="c"><path class="d" d="M38.4994,5.5008H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/></g></svg>
Copied!