Admission Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Admission Assistant 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/335938.svg" alt="Admission Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335938.svg" alt="Admission Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335938.svg" alt="Admission Assistant icon" :width="24" :height="24" />
CSS background
.icon-admission-assistant {
background-image: url('https://proicons.com/icon/335938.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="14.728 43.5 40.967 43.5 24 14.112"/><line class="a" x1="19.9968" y1="21.0454" x2="7.0327" y2="43.5"/><line class="a" x1="27.9267" y1="34.7805" x2="19.9968" y2="21.0454"/><line class="a" x1="19.9968" y1="34.7805" x2="23.9618" y2="27.913"/><line class="a" x1="27.9267" y1="34.7805" x2="19.9968" y2="34.7805"/><path class="a" d="M13.691,7.8537,24.1325,4.5l9.37,3.3537-4.1143,1.66v4.5984a9.5223,9.5223,0,0,0-5.72-1.625c-3.7189,0-4.9981,1.383-4.9981,1.383V9.859Z"/><path class="a" d="M23.3027,8.891a19.2621,19.2621,0,0,0-4.6329.968"/><line class="a" x1="15.7693" y1="8.6908" x2="15.7693" y2="13.3165"/></svg>
Copied!