Rec Room Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rec Room 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/331993.svg" alt="Rec Room icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331993.svg" alt="Rec Room icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331993.svg" alt="Rec Room icon" :width="24" :height="24" />
CSS background
.icon-rec-room {
background-image: url('https://proicons.com/icon/331993.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="29.837" y1="24.942" x2="29.837" y2="12.144"/><line class="b" x1="18.03" y1="24.942" x2="18.03" y2="12.144"/><path class="b" d="m40.89,28.385c-4.9002,3.5709-10.8161,5.4959-16.89,5.496-6.0737.0005-11.9896-1.9238-16.89-5.494"/><path class="b" d="m7.152,12.145v27.993c-.0033,1.3012,1.0488,2.3587,2.35,2.362.0043,0,.0087,0,.013,0h28.968c1.3012.0028,2.3582-1.0498,2.361-2.351,0-.0037,0-.0073,0-.011V12.145H7.153v-4.283c-.0033-1.3012,1.0488-2.3587,2.35-2.362.004,0,.008,0,.012,0h28.968c1.3012-.0028,2.3582,1.0498,2.361,2.351,0,.0037,0,.0073,0,.011v4.283"/></svg>
Copied!