chair-counter from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
chair-counter
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the chair counter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.789 21v-.673q.823-.587 1.768-.889t1.943-.369v-2.78H8.711v-1H11.5V8.673H9.866q-.443 0-.77-.249t-.419-.655H6.423q-.588 0-1.006-.412T5 6.356q0-1.398.958-2.377T8.288 3h7.443q1.373 0 2.321.989q.948.988.948 2.367q0 .588-.417 1t-.987.413h-2.254q-.13.387-.448.646q-.317.258-.74.258H12.5v6.616h2.789v1H12.5v2.78q.998.068 1.953.37t1.778.888V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChairCounter(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.789 21v-.673q.823-.587 1.768-.889t1.943-.369v-2.78H8.711v-1H11.5V8.673H9.866q-.443 0-.77-.249t-.419-.655H6.423q-.588 0-1.006-.412T5 6.356q0-1.398.958-2.377T8.288 3h7.443q1.373 0 2.321.989q.948.988.948 2.367q0 .588-.417 1t-.987.413h-2.254q-.13.387-.448.646q-.317.258-.74.258H12.5v6.616h2.789v1H12.5v2.78q.998.068 1.953.37t1.778.888V21z"/></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.789 21v-.673q.823-.587 1.768-.889t1.943-.369v-2.78H8.711v-1H11.5V8.673H9.866q-.443 0-.77-.249t-.419-.655H6.423q-.588 0-1.006-.412T5 6.356q0-1.398.958-2.377T8.288 3h7.443q1.373 0 2.321.989q.948.988.948 2.367q0 .588-.417 1t-.987.413h-2.254q-.13.387-.448.646q-.317.258-.74.258H12.5v6.616h2.789v1H12.5v2.78q.998.068 1.953.37t1.778.888V21z"/></svg>
</template>

CSS

.icon-chair-counter {
  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.789%2021v-.673q.823-.587%201.768-.889t1.943-.369v-2.78H8.711v-1H11.5V8.673H9.866q-.443%200-.77-.249t-.419-.655H6.423q-.588%200-1.006-.412T5%206.356q0-1.398.958-2.377T8.288%203h7.443q1.373%200%202.321.989q.948.988.948%202.367q0%20.588-.417%201t-.987.413h-2.254q-.13.387-.448.646q-.317.258-.74.258H12.5v6.616h2.789v1H12.5v2.78q.998.068%201.953.37t1.778.888V21z%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.789%2021v-.673q.823-.587%201.768-.889t1.943-.369v-2.78H8.711v-1H11.5V8.673H9.866q-.443%200-.77-.249t-.419-.655H6.423q-.588%200-1.006-.412T5%206.356q0-1.398.958-2.377T8.288%203h7.443q1.373%200%202.321.989q.948.988.948%202.367q0%20.588-.417%201t-.987.413h-2.254q-.13.387-.448.646q-.317.258-.74.258H12.5v6.616h2.789v1H12.5v2.78q.998.068%201.953.37t1.778.888V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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