Classapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Classapp 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/338331.svg" alt="Classapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338331.svg" alt="Classapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338331.svg" alt="Classapp icon" :width="24" :height="24" />
CSS background
.icon-classapp {
background-image: url('https://proicons.com/icon/338331.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="M24,7.9525c-10.7695,0-19.5,6.8428-19.5,15.2838s8.7304,15.2838,19.5,15.2838c1.8929-.0073,3.7744-.2306,5.5852-.6629l4.3151,2.1904-.0824-3.611c5.9929-2.7372,9.6797-7.7634,9.6821-13.1999,0-8.441-8.7304-15.2838-19.5-15.2838v-.0004Z"/><path class="b" d="M24,18.1363v13.2273c2.248-1.9399,8.2132-2.4008,10.286-2.4008v-13.2273c-2.0727,0-8.038.4609-10.286,2.4008-2.248-1.9399-8.2132-2.4008-10.286-2.4008v13.2273c2.0727,0,8.038.4609,10.286,2.4008"/></svg>
Copied!