sofa two icon
sofa-two from IconPark by ByteDance · Color · Life · Apache-2.0 Free for personal and commercial use.
- Name
- sofa-two
- Set
- IconPark
- Style
- Color
- Category
- Life
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More life icons from IconPark
Use the sofa two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 38V18H36V31H12V18H4V38H44Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 6H12L12 31H36L36 6Z"/><path fill="#000" fill-rule="evenodd" d="M10 44C12.2091 44 14 42.2091 14 40C12.9028 40.0044 6.7003 40 6 40C6 42.2091 7.79086 44 10 44Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M38 44C40.2091 44 42 42.2091 42 40C40.0954 39.9934 34.8627 40 34 40C34 42.2091 35.7909 44 38 44Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSofaTwo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M44 38V18H36V31H12V18H4V38H44Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M36 6H12L12 31H36L36 6Z"/><path fill="#000" fillRule="evenodd" d="M10 44C12.2091 44 14 42.2091 14 40C12.9028 40.0044 6.7003 40 6 40C6 42.2091 7.79086 44 10 44Z" clipRule="evenodd"/><path fill="#000" fillRule="evenodd" d="M38 44C40.2091 44 42 42.2091 42 40C40.0954 39.9934 34.8627 40 34 40C34 42.2091 35.7909 44 38 44Z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 38V18H36V31H12V18H4V38H44Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 6H12L12 31H36L36 6Z"/><path fill="#000" fill-rule="evenodd" d="M10 44C12.2091 44 14 42.2091 14 40C12.9028 40.0044 6.7003 40 6 40C6 42.2091 7.79086 44 10 44Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M38 44C40.2091 44 42 42.2091 42 40C40.0954 39.9934 34.8627 40 34 40C34 42.2091 35.7909 44 38 44Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-sofa-two {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M44%2038V18H36V31H12V18H4V38H44Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%206H12L12%2031H36L36%206Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2044C12.2091%2044%2014%2042.2091%2014%2040C12.9028%2040.0044%206.7003%2040%206%2040C6%2042.2091%207.79086%2044%2010%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38%2044C40.2091%2044%2042%2042.2091%2042%2040C40.0954%2039.9934%2034.8627%2040%2034%2040C34%2042.2091%2035.7909%2044%2038%2044Z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M44%2038V18H36V31H12V18H4V38H44Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%206H12L12%2031H36L36%206Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2044C12.2091%2044%2014%2042.2091%2014%2040C12.9028%2040.0044%206.7003%2040%206%2040C6%2042.2091%207.79086%2044%2010%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38%2044C40.2091%2044%2042%2042.2091%2042%2040C40.0954%2039.9934%2034.8627%2040%2034%2040C34%2042.2091%2035.7909%2044%2038%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/sofa-two.svg?color=%231a73e8&size=48