5star Students Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 5star Students 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/335793.svg" alt="5star Students icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335793.svg" alt="5star Students icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335793.svg" alt="5star Students icon" :width="24" :height="24" />
CSS background
.icon-5star-students {
background-image: url('https://proicons.com/icon/335793.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M39.3612,28.5474l-4.9797-2.7246-5.0086,2.6682.9844-5.7056-4.0187-4.0674,5.5881-.8017,2.5249-5.182,2.4692,5.2102,5.5792.8648-4.062,4.0217.9232,5.7164Z"/><path id="c" class="d" d="M20.0924,9.4726l-14.5924,4.9429,2.6655,9.6839s7.7846-4.5711,12.3782-2.4388c4.6545,2.1606,5.7483,7.1866,3.1834,11.0155-2.6495,3.9551-10.6767,5.0551-13.7501,5.8514"/></svg>
Copied!