twotone-chair from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.

Name
twotone-chair
Set
Google Material Icons
Style
Baseline
Category
Search
Viewbox
24×24
License
Apache 2.0

More search icons from Google Material Icons

Use the twotone chair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 13h10v-2c0-.88.39-1.67 1-2.22V6c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22z" opacity=".3"/><path fill="currentColor" d="M20 10c-.55 0-1 .45-1 1v4H5v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1" opacity=".3"/><path fill="currentColor" d="M20 8V6c0-1.65-1.35-3-3-3H7C5.35 3 4 4.35 4 6v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v1c0 .55.45 1 1 1s1-.45 1-1v-1h12v1c0 .55.45 1 1 1s1-.45 1-1v-1c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3M6 6c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H7v-2c0-.88-.39-1.67-1-2.22zm15 10c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h14v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneChair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 13h10v-2c0-.88.39-1.67 1-2.22V6c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22z" opacity=".3"/><path fill="currentColor" d="M20 10c-.55 0-1 .45-1 1v4H5v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1" opacity=".3"/><path fill="currentColor" d="M20 8V6c0-1.65-1.35-3-3-3H7C5.35 3 4 4.35 4 6v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v1c0 .55.45 1 1 1s1-.45 1-1v-1h12v1c0 .55.45 1 1 1s1-.45 1-1v-1c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3M6 6c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H7v-2c0-.88-.39-1.67-1-2.22zm15 10c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h14v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 13h10v-2c0-.88.39-1.67 1-2.22V6c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22z" opacity=".3"/><path fill="currentColor" d="M20 10c-.55 0-1 .45-1 1v4H5v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1" opacity=".3"/><path fill="currentColor" d="M20 8V6c0-1.65-1.35-3-3-3H7C5.35 3 4 4.35 4 6v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v1c0 .55.45 1 1 1s1-.45 1-1v-1h12v1c0 .55.45 1 1 1s1-.45 1-1v-1c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3M6 6c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H7v-2c0-.88-.39-1.67-1-2.22zm15 10c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h14v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
</template>

CSS

.icon-twotone-chair {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2013h10v-2c0-.88.39-1.67%201-2.22V6c0-.55-.45-1-1-1H7c-.55%200-1%20.45-1%201v2.78c.61.55%201%201.34%201%202.22z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2010c-.55%200-1%20.45-1%201v4H5v-4c0-.55-.45-1-1-1s-1%20.45-1%201v5c0%20.55.45%201%201%201h16c.55%200%201-.45%201-1v-5c0-.55-.45-1-1-1%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208V6c0-1.65-1.35-3-3-3H7C5.35%203%204%204.35%204%206v2c-1.65%200-3%201.35-3%203v5c0%201.65%201.35%203%203%203v1c0%20.55.45%201%201%201s1-.45%201-1v-1h12v1c0%20.55.45%201%201%201s1-.45%201-1v-1c1.65%200%203-1.35%203-3v-5c0-1.65-1.35-3-3-3M6%206c0-.55.45-1%201-1h10c.55%200%201%20.45%201%201v2.78c-.61.55-1%201.34-1%202.22v2H7v-2c0-.88-.39-1.67-1-2.22zm15%2010c0%20.55-.45%201-1%201H4c-.55%200-1-.45-1-1v-5c0-.55.45-1%201-1s1%20.45%201%201v4h14v-4c0-.55.45-1%201-1s1%20.45%201%201z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2013h10v-2c0-.88.39-1.67%201-2.22V6c0-.55-.45-1-1-1H7c-.55%200-1%20.45-1%201v2.78c.61.55%201%201.34%201%202.22z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2010c-.55%200-1%20.45-1%201v4H5v-4c0-.55-.45-1-1-1s-1%20.45-1%201v5c0%20.55.45%201%201%201h16c.55%200%201-.45%201-1v-5c0-.55-.45-1-1-1%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208V6c0-1.65-1.35-3-3-3H7C5.35%203%204%204.35%204%206v2c-1.65%200-3%201.35-3%203v5c0%201.65%201.35%203%203%203v1c0%20.55.45%201%201%201s1-.45%201-1v-1h12v1c0%20.55.45%201%201%201s1-.45%201-1v-1c1.65%200%203-1.35%203-3v-5c0-1.65-1.35-3-3-3M6%206c0-.55.45-1%201-1h10c.55%200%201%20.45%201%201v2.78c-.61.55-1%201.34-1%202.22v2H7v-2c0-.88-.39-1.67-1-2.22zm15%2010c0%20.55-.45%201-1%201H4c-.55%200-1-.45-1-1v-5c0-.55.45-1%201-1s1%20.45%201%201v4h14v-4c0-.55.45-1%201-1s1%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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