Go Classes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Go Classes 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/326561.svg" alt="Go Classes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326561.svg" alt="Go Classes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326561.svg" alt="Go Classes icon" :width="24" :height="24" />
CSS background
.icon-go-classes {
background-image: url('https://proicons.com/icon/326561.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.7493,24c0,5.9371-4.8129,10.75-10.75,10.75s-10.75-4.8129-10.75-10.75,4.8129-10.75,10.75-10.75c3.8388.0018,7.3853,2.0505,9.3047,5.375h11.51c-2.4507-9.4916-11.012-16.124-20.814-16.125C12.126,2.5,2.5,12.1259,2.5,24s9.6259,21.5,21.5,21.5,21.5-9.6259,21.5-21.5h-21.5v10.75"/></svg>
Copied!