Tiny Room Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiny 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/348579.svg" alt="Tiny Room icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348579.svg" alt="Tiny Room icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348579.svg" alt="Tiny Room icon" :width="24" :height="24" />
CSS background
.icon-tiny-room {
background-image: url('https://proicons.com/icon/348579.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M29.04,28.7721l2.6123,1.1144-4.3828,1.8697-2.6123-1.1144,4.3828-1.8697Z"/><path class="f" d="M3.7036,31.1731l20.2005,8.6173,20.3924-8.6978v-14.1852l-20.3924-8.6978L3.7036,16.8269v14.3462ZM19.8415,23.9006L3.7036,30.7849"/><path class="f" d="M27.7654,23.8145l7.0857,3.0223v-9.8343s2.7306,1.2148,2.7306,1.2148v6.5766M23.3393,21.3508l-.7119-3.6839M24.2032,21.1384l.4638-5.5909M24.7865,16.4554c.3204-.163.8567-.2361,1.3012-.0814M23.3935,16.1103c.4836-.1511.8185-.0221,1.2376.2712M25.853,17.7742c-.4478-.2371-.8006-.1716-1.2664.0401M25.6241,19.4184c-.3996-.3115-.7585-.3085-1.254-.1813M24.1493,17.9039c-.3996-.3115-.7585-.3085-1.254-.1813M22.8772,18.3721c-.4121-.2948-.7705-.2771-1.2604-.1295M22.65,19.2429c-.2189-.0263-.4468.0156-.7138.0959M23.1166,20.2083c-.1993-.0119-.4084.0292-.6493.1017M23.6429,19.0078l-.5604.1422M22.1118,21.5627c-.1587,1.2069.0663,2.4737,1.6918,2.4737s1.8505-1.2669,1.6918-2.4737M26.1305,14.4672v-2.5521l4.7698,2.0344v6.0251l-3.4809-1.4847M28.5154,13.1047v5.6804M27.189,15.3792l3.5627,1.5196M42.0398,23.7104v-2.7809l-2.0771-.8859v3.594c.1147.0489.2294.0978.344.1467M37.8338,26.3558l-1.4243.6082v2.1652l1.147.4893v1.5669l1.4243.6062,2.0777-.8862.0003-.3578,1.4498-.6062v-4.4215l-1.424-.6062-1.4223.6062v1.6119l-1.8284-.776ZM24.6571,30.6417v1.9492M27.2694,31.7561v1.9492M34.3507,32.1632l-4.3828,1.8697-1.3786-.5881M29.9679,34.0329v1.1525M34.3507,32.1632v1.1525"/><path class="f" d="M34.1286,31.969l.4556-1.9806-4.3828,1.8697-.4556,1.9806M22.7536,31.8417l-1.5802.6741-4.6933-2.0018,7.9707-3.4002,2.1717.9263"/></svg>
Copied!