Internshala Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Internshala 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/327493.svg" alt="Internshala icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327493.svg" alt="Internshala icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327493.svg" alt="Internshala icon" :width="24" :height="24" />
CSS background
.icon-internshala {
background-image: url('https://proicons.com/icon/327493.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="b" x1="15.4274" y1="15.5" x2="15.4274" y2="32.5"/><path class="b" d="M21.6468,30.6373c1.0424,1.3571,2.3496,1.8627,4.1682,1.8627h2.5168c2.3422,0,4.2408-1.8987,4.2408-4.2408v-.0183c0-2.3422-1.8987-4.2408-4.2408-4.2408h-2.7762c-2.3447,0-4.2454-1.9007-4.2454-4.2454h0c0-2.3497,1.9048-4.2546,4.2546-4.2546h2.5031c1.8186,0,3.1258.5055,4.1682,1.8627"/></svg>
Copied!