Industrial loft

인더스트리얼 로프트

A style built around what an old factory or warehouse already has — exposed brick, raw concrete, black metal pipework — kept visible rather than covered up.

Also known as: Industrial styleFactory loft
···
html
<div class="room">
<svg viewBox="0 0 400 250">
  <defs>
    <pattern id="brickPat" width="40" height="20" patternUnits="userSpaceOnUse">
      <rect width="40" height="20" fill="#3b2f28"/>
      <rect x="0" y="0" width="38" height="9" fill="#4a3b30"/>
      <rect x="20" y="10" width="38" height="9" fill="#4a3b30"/>
    </pattern>
    <radialGradient id="bg"><stop offset="0%" stop-color="#ffcf8a" stop-opacity=".5"/><stop offset="100%" stop-color="#ffcf8a" stop-opacity="0"/></radialGradient>
  </defs>
  <rect width="400" height="204" fill="url(#brickPat)"/>
  <rect y="204" width="400" height="46" fill="#151210"/>
  <line x1="30" y1="20" x2="30" y2="200" stroke="#0e0e0f" stroke-width="6"/>
  <line x1="130" y1="20" x2="130" y2="200" stroke="#0e0e0f" stroke-width="6"/>
  <line x1="24" y1="70" x2="136" y2="70" stroke="#0e0e0f" stroke-width="6"/>
  <line x1="24" y1="130" x2="136" y2="130" stroke="#0e0e0f" stroke-width="6"/>
  <rect x="40" y="46" width="26" height="22" fill="#5a4a3a"/>
  <rect x="80" y="42" width="18" height="26" fill="#6a5a48"/>
  <rect x="44" y="106" width="34" height="22" fill="#4a3a2c"/>
  <line x1="300" y1="0" x2="300" y2="58" stroke="#0e0e0f" stroke-width="2"/>
  <circle id="glow" cx="300" cy="66" r="46" fill="url(#bg)"/>
  <circle id="bulb" cx="300" cy="66" r="10" fill="#ffcf8a"/>
  <rect x="220" y="164" width="140" height="40" rx="6" fill="#5a3324"/>
  <rect x="220" y="146" width="140" height="24" rx="10" fill="#6a3e2c"/>
  <rect x="226" y="204" width="10" height="16" fill="#2c1a12"/>
  <rect x="344" y="204" width="10" height="16" fill="#2c1a12"/>
</svg>
</div>
css
.room{width:min(92%,480px);aspect-ratio:400/250}
.room svg{width:100%;height:100%;display:block}
#bulb,#glow{animation:flicker 3s ease-in-out infinite}
@keyframes flicker{0%,100%{opacity:1}48%{opacity:1}50%{opacity:.7}52%{opacity:1}76%{opacity:.85}}

Generally traced to 1960s–70s SoHo, New York, where artists converted disused factory and warehouse buildings into cheap live-work space, industrial style starts from what a building already has — brick, concrete, structural steel — kept exposed rather than covered with new finishes.

Exposed brick walls, unfinished concrete floors, and black-painted steel shelving or pipework are the core elements. Lighting usually comes from Edison bulbs with a visible filament hung as pendants, their warm color offsetting how cold the hard materials would otherwise feel. Materials that look better as they age, like leather, suit the style well.

Brick, concrete and metal alone can read as harsh and cold, so pairing in at least one or two warm textures — leather, wood — and keeping lighting at a low color temperature is a common way to balance it in practice.

When to use

Use it when a space already has brick or concrete worth keeping visible. Cold materials alone read as harsh — pair them with a warm texture like leather or wood.