Roomsort Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Roomsort 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/332222.svg" alt="Roomsort icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332222.svg" alt="Roomsort icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332222.svg" alt="Roomsort icon" :width="24" :height="24" />
CSS background
.icon-roomsort {
background-image: url('https://proicons.com/icon/332222.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,42.5v-15.5l10.5.0003"/><path class="cls-1" d="M39,19h3.5"/><path class="cls-1" d="M26,19h3.5"/><path class="cls-1" d="M40.5,27h2"/><path class="cls-1" d="M34.5,27v6"/><path class="cls-1" d="M40.5,27c0,3.5026-4.0038,6-6,6"/><path class="cls-1" d="M5.5,29.5V5.5h37v37H13v-3.5c1.9962,0,6-2.4974,6-6h-6v-3.5h-7.5Z"/><path class="cls-1" d="M17.5,18.5h-5"/><path class="cls-1" d="M17.5,14c-2.9985.0245-5,3.0007-5,4.5"/><path class="cls-1" d="M17.5,14V5.5"/><path class="cls-1" d="M17.5,18.5v3H5.5"/><path class="cls-1" d="M26,5.5v13.5"/></svg>
Copied!