College Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The College 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/319761.svg" alt="College icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319761.svg" alt="College icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319761.svg" alt="College icon" :width="24" :height="24" />
CSS background
.icon-college {
background-image: url('https://proicons.com/icon/319761.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="goals_2_" 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.36h0.64V13.36H1c-0.153,0-0.289-0.096-0.34-0.241c-0.05-0.144-0.004-0.305,0.115-0.4l15-12 c0.132-0.104,0.318-0.104,0.45,0l15,12c0.12,0.096,0.166,0.256,0.115,0.4c-0.051,0.145-0.187,0.241-0.34,0.241h-2.64v11.28H29 c0.199,0,0.36,0.161,0.36,0.36v2.64H31c0.199,0,0.36,0.161,0.36,0.36v3C31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28 v-2.28H1.36V30.64z M3.36,27.64h25.28v-2.28H3.36V27.64z M22.36,24.64h5.279V13.36H22.36V24.64z M10.36,24.64h11.28V13.36H10.36 V24.64z M4.36,24.64h5.28V13.36H4.36V24.64z M28,12.64h1.974L16,1.461L2.026,12.64H28z M25.36,23h-0.72v-8h0.721L25.36,23L25.36,23z M7.36,23H6.64v-8h0.72C7.36,15,7.36,23,7.36,23z M16,10.86c-1.577,0-2.86-1.283-2.86-2.86S14.423,5.14,16,5.14S18.86,6.423,18.86,8 S17.577,10.86,16,10.86z M16,5.86c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14S18.14,9.18,18.14,8S17.18,5.86,16,5.86z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!