Ibm Aspera Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm Aspera 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/317919.svg" alt="Ibm Aspera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317919.svg" alt="Ibm Aspera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317919.svg" alt="Ibm Aspera icon" :width="24" :height="24" />
CSS background
.icon-ibm-aspera {
background-image: url('https://proicons.com/icon/317919.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M28,11c-.75,0-1.39.4-1.73,1h-10.27c-2.21,0-4,1.79-4,4,0,.73.21,1.41.56,2h-6.83c-.34-.6-.98-1-1.73-1-1.12,0-2,.88-2,2s.88,2,2,2c.75,0,1.39-.4,1.73-1h10.27c2.21,0,4-1.79,4-4,0-.73-.21-1.41-.56-2h6.83c.34.6.98,1,1.73,1,1.12,0,2-.88,2-2s-.88-2-2-2ZM18,16c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM5.05,15h-2c0-7.29,5.08-12,12.95-12h10v2h-10c-6.75,0-10.95,3.83-10.95,10ZM16.05,29H6.05v-2h10c6.14,0,10.95-4.39,10.95-10h2c0,6.73-5.69,12-12.95,12Z"/>
<rect id="_x3C_Transparent_Rectangle_x3E_" class="cls-1" width="32" height="32"/>
</svg>
Copied!