Orange Business Lounge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Orange Business Lounge 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/345322.svg" alt="Orange Business Lounge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345322.svg" alt="Orange Business Lounge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345322.svg" alt="Orange Business Lounge icon" :width="24" :height="24" />
CSS background
.icon-orange-business-lounge {
background-image: url('https://proicons.com/icon/345322.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M45.5,23.9998c-.0001,8.6958-5.2383,16.5353-13.2721,19.8631-8.0339,3.3276-17.2813,1.4882-23.4302-4.6606C2.6489,33.0534.8095,23.806,4.1371,15.7721,7.4649,7.7383,15.3045,2.5001,24.0002,2.5"/><path class="b" d="M41,23.9998c-.0002,6.0734-3.2403,11.6854-8.5001,14.7221-5.2599,3.0368-11.7403,3.0368-17.0001,0-5.2597-3.0367-8.4999-8.6487-8.5001-14.7221"/></svg>
Copied!