Application Virtual Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Application Virtual 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/317029.svg" alt="Application Virtual icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317029.svg" alt="Application Virtual icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317029.svg" alt="Application Virtual icon" :width="24" :height="24" />
CSS background
.icon-application-virtual {
background-image: url('https://proicons.com/icon/317029.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<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>
<rect x="17" y="19" width="4" height="4"/>
<rect x="11" y="19" width="4" height="4"/>
<rect x="17" y="25" width="4" height="4"/>
<rect x="11" y="25" width="4" height="4"/>
<path d="M24.5,25H24V23h.5a5.4961,5.4961,0,0,0,.377-10.9795l-.8365-.0566-.09-.834a7.9979,7.9979,0,0,0-15.9014,0l-.09.834-.8365.0566A5.4961,5.4961,0,0,0,7.5,23H8v2H7.5A7.4964,7.4964,0,0,1,6.1782,10.124a9.9992,9.9992,0,0,1,19.6436,0A7.4964,7.4964,0,0,1,24.5,25Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!