couch icon
couch from Font Awesome 6 Solid by Dave Gandy · Regular · Household · CC-BY-4.0 Attribution required.
- Name
- couch
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Household
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More household icons from Font Awesome 6 Solid
Use the couch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 160c0-70.7 57.3-128 128-128h256c70.7 0 128 57.3 128 128v33.6c-36.5 7.4-64 39.7-64 78.4v48H128v-48c0-38.7-27.5-71-64-78.4zm480 112c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48v176c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32H96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3v80h448z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCouch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 160c0-70.7 57.3-128 128-128h256c70.7 0 128 57.3 128 128v33.6c-36.5 7.4-64 39.7-64 78.4v48H128v-48c0-38.7-27.5-71-64-78.4zm480 112c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48v176c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32H96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3v80h448z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 160c0-70.7 57.3-128 128-128h256c70.7 0 128 57.3 128 128v33.6c-36.5 7.4-64 39.7-64 78.4v48H128v-48c0-38.7-27.5-71-64-78.4zm480 112c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48v176c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32H96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3v80h448z"/></svg> </template>
CSS
.icon-couch {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20160c0-70.7%2057.3-128%20128-128h256c70.7%200%20128%2057.3%20128%20128v33.6c-36.5%207.4-64%2039.7-64%2078.4v48H128v-48c0-38.7-27.5-71-64-78.4zm480%20112c0-20.9%2013.4-38.7%2032-45.3c5-1.8%2010.4-2.7%2016-2.7c26.5%200%2048%2021.5%2048%2048v176c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32H96c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32V272c0-26.5%2021.5-48%2048-48c5.6%200%2011%201%2016%202.7c18.6%206.6%2032%2024.4%2032%2045.3v80h448z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20160c0-70.7%2057.3-128%20128-128h256c70.7%200%20128%2057.3%20128%20128v33.6c-36.5%207.4-64%2039.7-64%2078.4v48H128v-48c0-38.7-27.5-71-64-78.4zm480%20112c0-20.9%2013.4-38.7%2032-45.3c5-1.8%2010.4-2.7%2016-2.7c26.5%200%2048%2021.5%2048%2048v176c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32H96c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32V272c0-26.5%2021.5-48%2048-48c5.6%200%2011%201%2016%202.7c18.6%206.6%2032%2024.4%2032%2045.3v80h448z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/couch.svg?color=%231a73e8&size=48