Student Beans Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Student Beans 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/333389.svg" alt="Student Beans icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333389.svg" alt="Student Beans icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333389.svg" alt="Student Beans icon" :width="24" :height="24" />
CSS background
.icon-student-beans {
background-image: url('https://proicons.com/icon/333389.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="M7.6452,32.775c1.4801,1.6984,3.2562,2.5476,5.9203,2.5476h1.9981c3.2562,0,5.9203-2.5476,5.9203-5.6613s-2.6641-5.6613-5.9203-5.6613h-5.1764c-3.2562,0-5.8872-2.5476-5.8872-5.6613s2.6316-5.6613,5.8877-5.6613h4.8058c2.6641,0,4.4402.5661,5.9203,2.5476"/><path id="d" class="e" d="M35.3226,24c3.1137,0,5.6613,2.5476,5.6613,5.6613s-2.5476,5.6613-5.6613,5.6613h-8.8065V12.6774h11.3226c3.1137,0,5.6613,2.5476,5.6613,5.6613s-2.5476,5.6613-5.6613,5.6613h-11.3226"/></g></svg>
Copied!