Utd Rooms Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Utd Rooms 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/349169.svg" alt="Utd Rooms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349169.svg" alt="Utd Rooms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349169.svg" alt="Utd Rooms icon" :width="24" :height="24" />
CSS background
.icon-utd-rooms {
background-image: url('https://proicons.com/icon/349169.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.2488,4.5184,31.3816,7.0878,31.3889,43.5,13.2452,40.9306Z"/><path class="a" d="M13.2452,4.5l21.51.0734-.0734,35.7809-3.2191.0734"/><path class="a" d="M29.5943,26.018c.058,1.5406-.6439,2.5468-1.3748,2.2655-.5943-.2286-1.0148-1.2222-1.0425-2.2757-.0273-1.0388.2815-2.2247.903-2.2978C28.9187,23.6113,29.5373,24.5062,29.5943,26.018Z"/></svg>
Copied!