Alpha Study Squad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alpha Study Squad 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/336200.svg" alt="Alpha Study Squad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336200.svg" alt="Alpha Study Squad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336200.svg" alt="Alpha Study Squad icon" :width="24" :height="24" />
CSS background
.icon-alpha-study-squad {
background-image: url('https://proicons.com/icon/336200.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="M43.5,9.3342c-1.2628-.4819-2.6588-.4819-3.9216,0-12.2291,5.334-9.1688,29.5956-22.5072,29.3306-6.438-.1285-12.5676-5.5661-12.5712-14.6649-.0044-9.0988,6.1332-14.5373,12.5703-14.6658,13.3402-.264,10.2781,23.9984,22.5081,29.3315,1.2628.4819,2.6588.4819,3.9216,0"/><path class="b" d="M9.0954,28.5665c.7401.6213,1.5394.9064,3.3347.9064h.9101c1.4818-.002,2.6815-1.2046,2.6799-2.6864h0c.0016-1.4821-1.1985-2.6848-2.6806-2.6864h-1.8194c-1.4818-.002-2.6815-1.2046-2.6799-2.6864h0c-.0016-1.4818,1.1981-2.6844,2.6799-2.6864h.9101c1.7953,0,2.5945.2844,3.3347.9064"/><path class="b" d="M17.9664,28.5665c.7401.6213,1.5394.9064,3.3347.9064h.9101c1.4818-.002,2.6815-1.2046,2.6799-2.6864h0c.0016-1.4821-1.1985-2.6848-2.6806-2.6864h-1.8194c-1.4818-.002-2.6815-1.2046-2.6799-2.6864h0c-.0016-1.4818,1.1981-2.6844,2.6799-2.6864h.9101c1.7953,0,2.5945.2844,3.3347.9064"/></svg>
Copied!