University Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The University 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/306833.svg" alt="University icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306833.svg" alt="University icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306833.svg" alt="University icon" :width="24" :height="24" />
CSS background
.icon-university {
background-image: url('https://proicons.com/icon/306833.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M196 481h111v317H196zm166 0h110v317H362zm166 0h110v317H528zm165 0h111v317H693zM513 193v-73h67l4 24h84V25h-67l-4-25H489v193L86 354v55h55c0 8 3 14 9 19 6 6 13 9 21 9h658c8 0 15-3 21-9 6-5 9-11 9-19h55v-55L513 193zm392 732c-6-6-13-8-21-8H116c-8 0-15 2-21 8-6 5-9 12-9 19v56h828v-56c0-7-3-14-9-19zm-787-57c0 13 11 24 25 24h711c14 0 25-11 25-24s-11-25-25-25H143c-14 0-25 11-25 25z"/></svg>
Copied!