Floor Plan Creator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Floor Plan Creator 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/340558.svg" alt="Floor Plan Creator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340558.svg" alt="Floor Plan Creator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340558.svg" alt="Floor Plan Creator icon" :width="24" :height="24" />
CSS background
.icon-floor-plan-creator {
background-image: url('https://proicons.com/icon/340558.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M26.6277,12.2382h14.1425v-6.7382H6.8281v37h12.8185"/><path id="c" class="h" d="M15.8856,42.5v-5.5951"/><path id="d" class="h" d="M11.597,29.9561h7.7187v-11.6715h9.5387"/><path id="e" class="h" d="M19.3157,23.985h16.1887v-5.7004"/><path id="f" class="h" d="M22.204,5.5v6.7382h-2.4972"/><path id="g" class="h" d="M24.7157,26.4192l16.4562,11.6815-2.2003,3.3883-16.2451-11.9945-1.1491-3.0786,3.1383.0034Z"/></svg>
Copied!