couch-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
couch-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Use the couch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34.75 11h-21.5A5.25 5.25 0 0 0 8 16.25v.769q.248-.02.5-.019a6.5 6.5 0 0 1 6.481 6H33.02A6.5 6.5 0 0 1 40 17.019v-.769c0-2.9-2.35-5.25-5.25-5.25m4.75 8q.25 0 .493.027A4.5 4.5 0 0 1 44 23.5v6.25a5.25 5.25 0 0 1-4 5.1v2.9a1.25 1.25 0 1 1-2.5 0V35h-27v2.75a1.25 1.25 0 1 1-2.5 0v-2.9a5.25 5.25 0 0 1-4-5.1V23.5a4.5 4.5 0 0 1 9 0v.5a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-.5a4.5 4.5 0 0 1 4.5-4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentCouch48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34.75 11h-21.5A5.25 5.25 0 0 0 8 16.25v.769q.248-.02.5-.019a6.5 6.5 0 0 1 6.481 6H33.02A6.5 6.5 0 0 1 40 17.019v-.769c0-2.9-2.35-5.25-5.25-5.25m4.75 8q.25 0 .493.027A4.5 4.5 0 0 1 44 23.5v6.25a5.25 5.25 0 0 1-4 5.1v2.9a1.25 1.25 0 1 1-2.5 0V35h-27v2.75a1.25 1.25 0 1 1-2.5 0v-2.9a5.25 5.25 0 0 1-4-5.1V23.5a4.5 4.5 0 0 1 9 0v.5a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-.5a4.5 4.5 0 0 1 4.5-4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34.75 11h-21.5A5.25 5.25 0 0 0 8 16.25v.769q.248-.02.5-.019a6.5 6.5 0 0 1 6.481 6H33.02A6.5 6.5 0 0 1 40 17.019v-.769c0-2.9-2.35-5.25-5.25-5.25m4.75 8q.25 0 .493.027A4.5 4.5 0 0 1 44 23.5v6.25a5.25 5.25 0 0 1-4 5.1v2.9a1.25 1.25 0 1 1-2.5 0V35h-27v2.75a1.25 1.25 0 1 1-2.5 0v-2.9a5.25 5.25 0 0 1-4-5.1V23.5a4.5 4.5 0 0 1 9 0v.5a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-.5a4.5 4.5 0 0 1 4.5-4.5"/></svg>
</template>

CSS

.icon-couch-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.75%2011h-21.5A5.25%205.25%200%200%200%208%2016.25v.769q.248-.02.5-.019a6.5%206.5%200%200%201%206.481%206H33.02A6.5%206.5%200%200%201%2040%2017.019v-.769c0-2.9-2.35-5.25-5.25-5.25m4.75%208q.25%200%20.493.027A4.5%204.5%200%200%201%2044%2023.5v6.25a5.25%205.25%200%200%201-4%205.1v2.9a1.25%201.25%200%201%201-2.5%200V35h-27v2.75a1.25%201.25%200%201%201-2.5%200v-2.9a5.25%205.25%200%200%201-4-5.1V23.5a4.5%204.5%200%200%201%209%200v.5a1%201%200%200%200%201%201h20a1%201%200%200%200%201-1v-.5a4.5%204.5%200%200%201%204.5-4.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.75%2011h-21.5A5.25%205.25%200%200%200%208%2016.25v.769q.248-.02.5-.019a6.5%206.5%200%200%201%206.481%206H33.02A6.5%206.5%200%200%201%2040%2017.019v-.769c0-2.9-2.35-5.25-5.25-5.25m4.75%208q.25%200%20.493.027A4.5%204.5%200%200%201%2044%2023.5v6.25a5.25%205.25%200%200%201-4%205.1v2.9a1.25%201.25%200%201%201-2.5%200V35h-27v2.75a1.25%201.25%200%201%201-2.5%200v-2.9a5.25%205.25%200%200%201-4-5.1V23.5a4.5%204.5%200%200%201%209%200v.5a1%201%200%200%200%201%201h20a1%201%200%200%200%201-1v-.5a4.5%204.5%200%200%201%204.5-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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