Acadboost Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Acadboost 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/321303.svg" alt="Acadboost icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321303.svg" alt="Acadboost icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321303.svg" alt="Acadboost icon" :width="24" :height="24" />
CSS background
.icon-acadboost {
background-image: url('https://proicons.com/icon/321303.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.3.0, 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 48 48" fill="#000" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
</style>
<g>
<g>
<line class="st0" x1="33.5" y1="27.2" x2="14.8" y2="27.2"/>
<g>
<path class="st0" d="M34.5,27.2L34.5,27.2c4.2,0,7.6,3.4,7.6,7.6s-3.4,7.6-7.6,7.6H23.9"/>
</g>
<g>
<path class="st0" d="M23.9,42.5V12l9.6,0c4.2,0,7.6,3.4,7.6,7.6s-3.4,7.6-7.6,7.6v0"/>
</g>
</g>
<g>
<line class="st1" x1="5.9" y1="42.4" x2="27.7" y2="5.5"/>
</g>
<polyline class="st1" points="23.2,6.6 27.7,5.5 28.9,10 "/>
</g>
</svg>
Copied!