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

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

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the high chair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 21l1-10.95l-.8-4.725q-.125-.65.313-1.488T8.45 3q1.475 0 2.588.95t1.362 2.4L12.85 9H17q.425 0 .713.288T18 10t-.288.713T17 11h-.9l.9 10h-2l-.175-2h-6.65L8 21zm2.35-4h6.275l-.175-2h-5.9zm.375-4h5.55l-.2-2H8.9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHighChair(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="m6 21l1-10.95l-.8-4.725q-.125-.65.313-1.488T8.45 3q1.475 0 2.588.95t1.362 2.4L12.85 9H17q.425 0 .713.288T18 10t-.288.713T17 11h-.9l.9 10h-2l-.175-2h-6.65L8 21zm2.35-4h6.275l-.175-2h-5.9zm.375-4h5.55l-.2-2H8.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 21l1-10.95l-.8-4.725q-.125-.65.313-1.488T8.45 3q1.475 0 2.588.95t1.362 2.4L12.85 9H17q.425 0 .713.288T18 10t-.288.713T17 11h-.9l.9 10h-2l-.175-2h-6.65L8 21zm2.35-4h6.275l-.175-2h-5.9zm.375-4h5.55l-.2-2H8.9z"/></svg>
</template>

CSS

.icon-high-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%22m6%2021l1-10.95l-.8-4.725q-.125-.65.313-1.488T8.45%203q1.475%200%202.588.95t1.362%202.4L12.85%209H17q.425%200%20.713.288T18%2010t-.288.713T17%2011h-.9l.9%2010h-2l-.175-2h-6.65L8%2021zm2.35-4h6.275l-.175-2h-5.9zm.375-4h5.55l-.2-2H8.9z%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%22m6%2021l1-10.95l-.8-4.725q-.125-.65.313-1.488T8.45%203q1.475%200%202.588.95t1.362%202.4L12.85%209H17q.425%200%20.713.288T18%2010t-.288.713T17%2011h-.9l.9%2010h-2l-.175-2h-6.65L8%2021zm2.35-4h6.275l-.175-2h-5.9zm.375-4h5.55l-.2-2H8.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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