sofa 3 icon

sofa-3-line-duotone from Solar by 480 Design · Line Duotone · Home · CC-BY-4.0 Attribution required.

Name
sofa-3-line-duotone
Set
Solar
Style
Line Duotone
Category
Home
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More home icons from Solar

Use the sofa 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4 18H20C21.1046 18 22 17.1046 22 16C22 14.8954 21.1046 14 20 14H4C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18Z"/><path d="M4.49993 14L4.42528 13.7014C3.33845 9.35409 2.79504 7.18043 3.86584 5.67821C3.93339 5.58345 4.00504 5.49169 4.08059 5.40317C5.27824 4 7.5188 4 11.9999 4C16.4811 4 18.7216 4 19.9193 5.40317C19.9948 5.49169 20.0665 5.58345 20.134 5.67821C21.2048 7.18043 20.6614 9.35409 19.5746 13.7014L19.4999 14" opacity=".5"/><path stroke-linecap="round" d="M20 20V18M4 20V18" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSofa3LineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M4 18H20C21.1046 18 22 17.1046 22 16C22 14.8954 21.1046 14 20 14H4C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18Z"/><path d="M4.49993 14L4.42528 13.7014C3.33845 9.35409 2.79504 7.18043 3.86584 5.67821C3.93339 5.58345 4.00504 5.49169 4.08059 5.40317C5.27824 4 7.5188 4 11.9999 4C16.4811 4 18.7216 4 19.9193 5.40317C19.9948 5.49169 20.0665 5.58345 20.134 5.67821C21.2048 7.18043 20.6614 9.35409 19.5746 13.7014L19.4999 14" opacity=".5"/><path strokeLinecap="round" d="M20 20V18M4 20V18" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4 18H20C21.1046 18 22 17.1046 22 16C22 14.8954 21.1046 14 20 14H4C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18Z"/><path d="M4.49993 14L4.42528 13.7014C3.33845 9.35409 2.79504 7.18043 3.86584 5.67821C3.93339 5.58345 4.00504 5.49169 4.08059 5.40317C5.27824 4 7.5188 4 11.9999 4C16.4811 4 18.7216 4 19.9193 5.40317C19.9948 5.49169 20.0665 5.58345 20.134 5.67821C21.2048 7.18043 20.6614 9.35409 19.5746 13.7014L19.4999 14" opacity=".5"/><path stroke-linecap="round" d="M20 20V18M4 20V18" opacity=".5"/></g></svg>
</template>

CSS

.icon-sofa-3-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2018H20C21.1046%2018%2022%2017.1046%2022%2016C22%2014.8954%2021.1046%2014%2020%2014H4C2.89543%2014%202%2014.8954%202%2016C2%2017.1046%202.89543%2018%204%2018Z%22%2F%3E%3Cpath%20d%3D%22M4.49993%2014L4.42528%2013.7014C3.33845%209.35409%202.79504%207.18043%203.86584%205.67821C3.93339%205.58345%204.00504%205.49169%204.08059%205.40317C5.27824%204%207.5188%204%2011.9999%204C16.4811%204%2018.7216%204%2019.9193%205.40317C19.9948%205.49169%2020.0665%205.58345%2020.134%205.67821C21.2048%207.18043%2020.6614%209.35409%2019.5746%2013.7014L19.4999%2014%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2020V18M4%2020V18%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2018H20C21.1046%2018%2022%2017.1046%2022%2016C22%2014.8954%2021.1046%2014%2020%2014H4C2.89543%2014%202%2014.8954%202%2016C2%2017.1046%202.89543%2018%204%2018Z%22%2F%3E%3Cpath%20d%3D%22M4.49993%2014L4.42528%2013.7014C3.33845%209.35409%202.79504%207.18043%203.86584%205.67821C3.93339%205.58345%204.00504%205.49169%204.08059%205.40317C5.27824%204%207.5188%204%2011.9999%204C16.4811%204%2018.7216%204%2019.9193%205.40317C19.9948%205.49169%2020.0665%205.58345%2020.134%205.67821C21.2048%207.18043%2020.6614%209.35409%2019.5746%2013.7014L19.4999%2014%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2020V18M4%2020V18%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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