Gsa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gsa 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/326799.svg" alt="Gsa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326799.svg" alt="Gsa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326799.svg" alt="Gsa icon" :width="24" :height="24" />
CSS background
.icon-gsa {
background-image: url('https://proicons.com/icon/326799.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><path id="d" class="h" d="M37.3371,25.7692h-4.6315"/><path id="e" class="h" d="M31.5507,29.3138l3.4747-10.6595,3.4747,10.6913"/><path id="f" class="h" d="M20.737,28.1743c.6556.8535,1.4777,1.1714,2.6214,1.1714h1.5828c1.473,0,2.667-1.1941,2.667-2.6671v-.0115c0-1.473-1.1941-2.6671-2.667-2.6671h-1.746c-1.4746,0-2.6699-1.1954-2.6699-2.6699h0c0-1.4777,1.1979-2.6757,2.6757-2.6757h1.5742c1.1437,0,1.9658.3179,2.6214,1.1714"/><path id="g" class="h" d="M16.5829,22.1959c0-1.9559-1.5856-3.5415-3.5415-3.5415h0c-1.9559,0-3.5415,1.5856-3.5415,3.5415v3.6083c0,1.9559,1.5856,3.5415,3.5415,3.5415h0c1.9559,0,3.5415-1.5856,3.5415-3.5415h-3.5415"/></svg>
Copied!