Gtworld Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gtworld 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/341375.svg" alt="Gtworld icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341375.svg" alt="Gtworld icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341375.svg" alt="Gtworld icon" :width="24" :height="24" />
CSS background
.icon-gtworld {
background-image: url('https://proicons.com/icon/341375.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="M21.177,24.598c-.187-.91-1.053-1.65-1.933-1.65h0c-.88,0-1.44.74-1.253,1.65l.346,1.681c.188.912,1.053,1.65,1.933,1.65h0c.88,0,1.441-.738,1.254-1.65h-1.594M32.192,22.949c.883,0,1.745.735,1.933,1.65l.347,1.68c.188.915-.371,1.65-1.254,1.65s-1.745-.735-1.933-1.65l-.346-1.68c-.189-.915.37-1.65,1.253-1.65ZM29.832,26.259l.004.02c.188.912-.373,1.65-1.253,1.65h0c-.88,0-1.746-.738-1.933-1.65l-.346-1.68c-.188-.912.373-1.65,1.253-1.65h0c.88,0,1.746.738,1.933,1.65l.004.02M24.568,27.929l-1.026-4.98M21.949,22.949h3.186M30.912,14.831l1.1,4.907h-5.68l-1.1-4.907h5.68ZM12.342,12.201l-6.842,7.665M16.532,31.536l-9.21,10.32M38.139,31.536l-9.785,10.964M33.958,12.202l4.18,19.334h-21.598l-4.181-19.334h21.599ZM9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!