Radisson Hotels Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radisson Hotels 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/331879.svg" alt="Radisson Hotels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331879.svg" alt="Radisson Hotels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331879.svg" alt="Radisson Hotels icon" :width="24" :height="24" />
CSS background
.icon-radisson-hotels {
background-image: url('https://proicons.com/icon/331879.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,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="b" d="M9.5044,33.0748v-16.4679h7.2169c3.0479,0,5.5187,2.4761,5.5187,5.5306s-2.4708,5.5306-5.5187,5.5306h-7.2169"/><line class="b" x1="16.7213" y1="27.6681" x2="22.1121" y2="33.0707"/><line class="b" x1="25.6464" y1="16.6068" x2="25.6464" y2="33.0747"/><line class="b" x1="38.5044" y1="16.6068" x2="38.5044" y2="33.0747"/><line class="b" x1="25.6464" y1="24.8098" x2="38.5044" y2="24.8098"/></svg>
Copied!