University Icon
Free SVG icon from the Carbon Icons 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/320917.svg" alt="University icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320917.svg" alt="University icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320917.svg" alt="University icon" :width="24" :height="24" />
CSS background
.icon-university {
background-image: url('https://proicons.com/icon/320917.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="university_1_" d="M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h1.64V25 c0-0.199,0.161-0.36,0.36-0.36h26c0.199,0,0.36,0.161,0.36,0.36v2.64H31c0.199,0,0.36,0.161,0.36,0.36v3 C31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28v-2.28H1.36V30.64z M3.36,27.64h25.28v-2.28H3.36V27.64z M27,22.36h-4 c-0.199,0-0.36-0.161-0.36-0.36v-6c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v6 C27.36,22.199,27.199,22.36,27,22.36z M23.36,21.64h3.279v-5.28H23.36V21.64z M18,22.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-6 c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v6C18.36,22.199,18.199,22.36,18,22.36z M14.36,21.64h3.28v-5.28 h-3.28V21.64z M9,22.36H5c-0.199,0-0.36-0.161-0.36-0.36v-6c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v6 C9.36,22.199,9.199,22.36,9,22.36z M5.36,21.64h3.28v-5.28H5.36V21.64z M29,13.36H3v-0.72h26V13.36z M31,10.36H1 c-0.162,0-0.304-0.108-0.347-0.264s0.023-0.322,0.162-0.405l15-9c0.113-0.068,0.257-0.068,0.37,0l15,9 c0.139,0.083,0.204,0.249,0.161,0.405C31.304,10.252,31.162,10.36,31,10.36z M2.3,9.64h27.4L16,1.42L2.3,9.64z M16,7.86 c-1.301,0-2.36-1.059-2.36-2.36S14.699,3.14,16,3.14c1.302,0,2.36,1.059,2.36,2.36S17.302,7.86,16,7.86z M16,3.86 c-0.904,0-1.64,0.736-1.64,1.64S15.096,7.14,16,7.14c0.904,0,1.64-0.736,1.64-1.64S16.904,3.86,16,3.86z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!