sofa 03 icon
sofa-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sofa-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the sofa 03 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 16v3m10-3v3m4-9.732a2 2 0 0 0-2.733.732l-1.009 2.39c-.25.591-.278.61-.921.61H7.663c-.643 0-.67-.018-.921-.61L5.732 10a2 2 0 0 0-3.464 2c.431.747 1.627.684 1.82 1.265c.44 1.32.66 1.98 1.184 2.357S6.492 16 7.883 16h8.234c1.391 0 2.087 0 2.61-.378c.525-.377.745-1.037 1.185-2.357c.193-.581 1.389-.518 1.82-1.265A2 2 0 0 0 21 9.268"/><path d="m4.5 9l.04-.107C5.246 7.01 5.6 6.068 6.37 5.534C7.141 5 8.147 5 10.158 5h3.684c2.011 0 3.017 0 3.788.534s1.124 1.476 1.83 3.36L19.5 9"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSofa03(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M7 16v3m10-3v3m4-9.732a2 2 0 0 0-2.733.732l-1.009 2.39c-.25.591-.278.61-.921.61H7.663c-.643 0-.67-.018-.921-.61L5.732 10a2 2 0 0 0-3.464 2c.431.747 1.627.684 1.82 1.265c.44 1.32.66 1.98 1.184 2.357S6.492 16 7.883 16h8.234c1.391 0 2.087 0 2.61-.378c.525-.377.745-1.037 1.185-2.357c.193-.581 1.389-.518 1.82-1.265A2 2 0 0 0 21 9.268"/><path d="m4.5 9l.04-.107C5.246 7.01 5.6 6.068 6.37 5.534C7.141 5 8.147 5 10.158 5h3.684c2.011 0 3.017 0 3.788.534s1.124 1.476 1.83 3.36L19.5 9"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 16v3m10-3v3m4-9.732a2 2 0 0 0-2.733.732l-1.009 2.39c-.25.591-.278.61-.921.61H7.663c-.643 0-.67-.018-.921-.61L5.732 10a2 2 0 0 0-3.464 2c.431.747 1.627.684 1.82 1.265c.44 1.32.66 1.98 1.184 2.357S6.492 16 7.883 16h8.234c1.391 0 2.087 0 2.61-.378c.525-.377.745-1.037 1.185-2.357c.193-.581 1.389-.518 1.82-1.265A2 2 0 0 0 21 9.268"/><path d="m4.5 9l.04-.107C5.246 7.01 5.6 6.068 6.37 5.534C7.141 5 8.147 5 10.158 5h3.684c2.011 0 3.017 0 3.788.534s1.124 1.476 1.83 3.36L19.5 9"/></g></svg> </template>
CSS
.icon-sofa-03 {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2016v3m10-3v3m4-9.732a2%202%200%200%200-2.733.732l-1.009%202.39c-.25.591-.278.61-.921.61H7.663c-.643%200-.67-.018-.921-.61L5.732%2010a2%202%200%200%200-3.464%202c.431.747%201.627.684%201.82%201.265c.44%201.32.66%201.98%201.184%202.357S6.492%2016%207.883%2016h8.234c1.391%200%202.087%200%202.61-.378c.525-.377.745-1.037%201.185-2.357c.193-.581%201.389-.518%201.82-1.265A2%202%200%200%200%2021%209.268%22%2F%3E%3Cpath%20d%3D%22m4.5%209l.04-.107C5.246%207.01%205.6%206.068%206.37%205.534C7.141%205%208.147%205%2010.158%205h3.684c2.011%200%203.017%200%203.788.534s1.124%201.476%201.83%203.36L19.5%209%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2016v3m10-3v3m4-9.732a2%202%200%200%200-2.733.732l-1.009%202.39c-.25.591-.278.61-.921.61H7.663c-.643%200-.67-.018-.921-.61L5.732%2010a2%202%200%200%200-3.464%202c.431.747%201.627.684%201.82%201.265c.44%201.32.66%201.98%201.184%202.357S6.492%2016%207.883%2016h8.234c1.391%200%202.087%200%202.61-.378c.525-.377.745-1.037%201.185-2.357c.193-.581%201.389-.518%201.82-1.265A2%202%200%200%200%2021%209.268%22%2F%3E%3Cpath%20d%3D%22m4.5%209l.04-.107C5.246%207.01%205.6%206.068%206.37%205.534C7.141%205%208.147%205%2010.158%205h3.684c2.011%200%203.017%200%203.788.534s1.124%201.476%201.83%203.36L19.5%209%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-03.svg?color=%231a73e8&size=48