sofa-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
sofa-outline
Set
Material Design Icons
Style
Outline
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
couch-outline, family-room-outline, living-room-outline

1 other variant in Material Design Icons

The same icon in other sets

More home automation icons from Material Design Icons

Use the sofa icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9V7c0-1.65-1.35-3-3-3h-4c-.77 0-1.47.3-2 .78c-.53-.48-1.23-.78-2-.78H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v2h2v-2h14v2h2v-2c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3m-7-3h4c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2h-5V7c0-.55.45-1 1-1M5 7c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v7H6v-2c0-.88-.39-1.67-1-2.22zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSofaOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9V7c0-1.65-1.35-3-3-3h-4c-.77 0-1.47.3-2 .78c-.53-.48-1.23-.78-2-.78H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v2h2v-2h14v2h2v-2c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3m-7-3h4c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2h-5V7c0-.55.45-1 1-1M5 7c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v7H6v-2c0-.88-.39-1.67-1-2.22zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9V7c0-1.65-1.35-3-3-3h-4c-.77 0-1.47.3-2 .78c-.53-.48-1.23-.78-2-.78H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v2h2v-2h14v2h2v-2c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3m-7-3h4c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2h-5V7c0-.55.45-1 1-1M5 7c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v7H6v-2c0-.88-.39-1.67-1-2.22zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
</template>

CSS

.icon-sofa-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%209V7c0-1.65-1.35-3-3-3h-4c-.77%200-1.47.3-2%20.78c-.53-.48-1.23-.78-2-.78H6C4.35%204%203%205.35%203%207v2c-1.65%200-3%201.35-3%203v5c0%201.65%201.35%203%203%203v2h2v-2h14v2h2v-2c1.65%200%203-1.35%203-3v-5c0-1.65-1.35-3-3-3m-7-3h4c.55%200%201%20.45%201%201v2.78c-.61.55-1%201.34-1%202.22v2h-5V7c0-.55.45-1%201-1M5%207c0-.55.45-1%201-1h4c.55%200%201%20.45%201%201v7H6v-2c0-.88-.39-1.67-1-2.22zm17%2010c0%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1v-5c0-.55.45-1%201-1s1%20.45%201%201v4h16v-4c0-.55.45-1%201-1s1%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%209V7c0-1.65-1.35-3-3-3h-4c-.77%200-1.47.3-2%20.78c-.53-.48-1.23-.78-2-.78H6C4.35%204%203%205.35%203%207v2c-1.65%200-3%201.35-3%203v5c0%201.65%201.35%203%203%203v2h2v-2h14v2h2v-2c1.65%200%203-1.35%203-3v-5c0-1.65-1.35-3-3-3m-7-3h4c.55%200%201%20.45%201%201v2.78c-.61.55-1%201.34-1%202.22v2h-5V7c0-.55.45-1%201-1M5%207c0-.55.45-1%201-1h4c.55%200%201%20.45%201%201v7H6v-2c0-.88-.39-1.67-1-2.22zm17%2010c0%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1v-5c0-.55.45-1%201-1s1%20.45%201%201v4h16v-4c0-.55.45-1%201-1s1%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sofa-outline.svg?color=%231a73e8&size=48