Studentvue Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Studentvue 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/333395.svg" alt="Studentvue icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333395.svg" alt="Studentvue icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333395.svg" alt="Studentvue icon" :width="24" :height="24" />
CSS background
.icon-studentvue {
background-image: url('https://proicons.com/icon/333395.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="m9.1684,12.0447c9.2091-21.7385,31.9972-2.2971,22.7012,4.9181-3.8332,2.9751-6.7406.124-9.0301-3.5061-1.4969-2.3731-3.5277-4.4897-6.2061-4.7473-3.1254-.3004-5.2157,1.5288-7.4651,3.3353h.0001Z"/><path id="c" class="g" d="m31.4825,5.2272c23.5203,2.0408,12.0724,29.7213,2.3377,23.1099-4.014-2.7262-2.2009-6.3724.544-9.6716,1.7944-2.1569,3.1799-4.7424,2.5971-7.3694-.6801-3.0653-3.0657-4.488-5.4789-6.0691h0Z"/><path id="d" class="g" d="m44.8617,24.3424c5.3273,22.9998-24.5361,20.6659-21.2565,9.3646,1.3523-4.66,5.3804-4.0623,9.3663-2.4713,2.6059,1.04,5.4929,1.5587,7.8112.1927,2.7051-1.594,3.321-4.3025,4.079-7.0862h-.0001Z"/><path id="e" class="g" d="m30.8164,42.9737C10.5885,55.1476,3.5799,26.0247,15.3415,25.6515c4.8498-.1539,5.5261,3.8617,5.2447,8.1443-.1839,2.7997.215,5.7058,2.2305,7.4885,2.3519,2.0801,5.1182,1.8289,7.9998,1.6896h-.0001Z"/><path id="f" class="g" d="m8.7568,35.3733c-17.8288-15.4759,7.703-31.141,11.6924-20.0704,1.645,4.5649-1.965,6.449-6.125,7.5047-2.7195.6903-5.3601,1.9676-6.4327,4.4354-1.2516,2.8796-.1578,5.4328.8652,8.1304h0Z"/></svg>
Copied!