Gnc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gnc 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/326556.svg" alt="Gnc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326556.svg" alt="Gnc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326556.svg" alt="Gnc icon" :width="24" :height="24" />
CSS background
.icon-gnc {
background-image: url('https://proicons.com/icon/326556.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polyline class="c" points="21.3339 28 21.3339 20 26.6339 28 26.6339 20"/><path class="c" d="M35.3171,25.2678h0c0,1.5179-1.2143,2.7322-2.7322,2.7322h0c-1.5179,0-2.7322-1.2143-2.7322-2.631v-2.7322c0-1.5179,1.2143-2.7322,2.7322-2.631h0c1.5179,0,2.631,1.2143,2.631,2.631h0"/><path class="c" d="M18.0829,22.6c0-1.5-1.2-2.7-2.7-2.7h0c-1.5,0-2.7,1.2-2.7,2.7v2.7c0,1.5,1.2,2.6,2.7,2.6h0c1.5,0,2.7-1.2,2.7-2.6h-2.7"/><path id="b" class="c" d="M32.5849,28l-.5,1.1h.5c.4,0,.8.3.8.8,0,.4-.3.8-.8.8h-1.1"/></svg>
Copied!