sofa-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
sofa-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the sofa 01 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M6 17v3m12-3v3m2-11c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 18.5 4.402C17.804 4 16.87 4 15 4H9c-1.87 0-2.804 0-3.5.402A3 3 0 0 0 4.402 5.5C4 6.196 4 7.13 4 9"/><path d="M20 9a2 2 0 0 0-2 2v2c0 .827-.173 1-1 1H7c-.827 0-1-.173-1-1v-2a2 2 0 1 0-3 1.732V13c0 1.886 0 2.828.586 3.414S5.114 17 7 17h10c1.886 0 2.828 0 3.414-.586S21 14.886 21 13v-.268A2 2 0 0 0 20 9Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSofa01(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M6 17v3m12-3v3m2-11c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 18.5 4.402C17.804 4 16.87 4 15 4H9c-1.87 0-2.804 0-3.5.402A3 3 0 0 0 4.402 5.5C4 6.196 4 7.13 4 9"/><path d="M20 9a2 2 0 0 0-2 2v2c0 .827-.173 1-1 1H7c-.827 0-1-.173-1-1v-2a2 2 0 1 0-3 1.732V13c0 1.886 0 2.828.586 3.414S5.114 17 7 17h10c1.886 0 2.828 0 3.414-.586S21 14.886 21 13v-.268A2 2 0 0 0 20 9Z"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M6 17v3m12-3v3m2-11c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 18.5 4.402C17.804 4 16.87 4 15 4H9c-1.87 0-2.804 0-3.5.402A3 3 0 0 0 4.402 5.5C4 6.196 4 7.13 4 9"/><path d="M20 9a2 2 0 0 0-2 2v2c0 .827-.173 1-1 1H7c-.827 0-1-.173-1-1v-2a2 2 0 1 0-3 1.732V13c0 1.886 0 2.828.586 3.414S5.114 17 7 17h10c1.886 0 2.828 0 3.414-.586S21 14.886 21 13v-.268A2 2 0 0 0 20 9Z"/></g></svg>
</template>

CSS

.icon-sofa-01 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2017v3m12-3v3m2-11c0-1.87%200-2.804-.402-3.5A3%203%200%200%200%2018.5%204.402C17.804%204%2016.87%204%2015%204H9c-1.87%200-2.804%200-3.5.402A3%203%200%200%200%204.402%205.5C4%206.196%204%207.13%204%209%22%2F%3E%3Cpath%20d%3D%22M20%209a2%202%200%200%200-2%202v2c0%20.827-.173%201-1%201H7c-.827%200-1-.173-1-1v-2a2%202%200%201%200-3%201.732V13c0%201.886%200%202.828.586%203.414S5.114%2017%207%2017h10c1.886%200%202.828%200%203.414-.586S21%2014.886%2021%2013v-.268A2%202%200%200%200%2020%209Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2017v3m12-3v3m2-11c0-1.87%200-2.804-.402-3.5A3%203%200%200%200%2018.5%204.402C17.804%204%2016.87%204%2015%204H9c-1.87%200-2.804%200-3.5.402A3%203%200%200%200%204.402%205.5C4%206.196%204%207.13%204%209%22%2F%3E%3Cpath%20d%3D%22M20%209a2%202%200%200%200-2%202v2c0%20.827-.173%201-1%201H7c-.827%200-1-.173-1-1v-2a2%202%200%201%200-3%201.732V13c0%201.886%200%202.828.586%203.414S5.114%2017%207%2017h10c1.886%200%202.828%200%203.414-.586S21%2014.886%2021%2013v-.268A2%202%200%200%200%2020%209Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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