Floating Apps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Floating Apps 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/340554.svg" alt="Floating Apps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340554.svg" alt="Floating Apps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340554.svg" alt="Floating Apps icon" :width="24" :height="24" />
CSS background
.icon-floating-apps {
background-image: url('https://proicons.com/icon/340554.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.286,17.7795h22.13c1.1488-.0022,2.0818.9272,2.084,2.076,0,.003,0,.006,0,.009v18.945c.0028,1.1488-.9262,2.0822-2.075,2.085-.003,0-.006,0-.009,0h-22.13c-1.1488.0022-2.0818-.9272-2.084-2.076,0-.003,0-.006,0-.009v-18.945c-.0028-1.1487.9262-2.0822,2.075-2.085.003,0,.006,0,.009,0"/><path class="c" d="M19.195,24.1735h20.312v13.686h-20.312v-13.686Z"/><path class="c" d="M15.965,35.9735h-7.702c-1.5243.0017-2.7613-1.2327-2.763-2.757,0-.0027,0-.0053,0-.008V9.8695c-.0022-1.5243,1.2317-2.7618,2.756-2.764.0023,0,.0047,0,.007,0h26.7c1.5243-.0022,2.7618,1.2317,2.764,2.756,0,.0027,0,.0053,0,.008v7.702"/><path class="c" d="M15.965,32.4425h-6.887V14.9615h25.071v2.608"/></svg>
Copied!