chair-school from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
chair-school
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
learn

Related icons in Material Design Icons

Use the chair school icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 5v2h-5l-3.47 5H16v2h-1.54l3.71 8h-2.2l-.93-2H6.38l-1.03 2H3.1l4.13-8H7c-.45 0-.83-.3-.96-.7L2.87 3.84l.95-.34c.52-.16 1.09.13 1.26.65L7.72 12h4.38l3.47-5H12V5zM9.5 14l-2.08 4h6.69l-1.85-4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiChairSchool(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="M22 5v2h-5l-3.47 5H16v2h-1.54l3.71 8h-2.2l-.93-2H6.38l-1.03 2H3.1l4.13-8H7c-.45 0-.83-.3-.96-.7L2.87 3.84l.95-.34c.52-.16 1.09.13 1.26.65L7.72 12h4.38l3.47-5H12V5zM9.5 14l-2.08 4h6.69l-1.85-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 5v2h-5l-3.47 5H16v2h-1.54l3.71 8h-2.2l-.93-2H6.38l-1.03 2H3.1l4.13-8H7c-.45 0-.83-.3-.96-.7L2.87 3.84l.95-.34c.52-.16 1.09.13 1.26.65L7.72 12h4.38l3.47-5H12V5zM9.5 14l-2.08 4h6.69l-1.85-4z"/></svg>
</template>

CSS

.icon-chair-school {
  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%22M22%205v2h-5l-3.47%205H16v2h-1.54l3.71%208h-2.2l-.93-2H6.38l-1.03%202H3.1l4.13-8H7c-.45%200-.83-.3-.96-.7L2.87%203.84l.95-.34c.52-.16%201.09.13%201.26.65L7.72%2012h4.38l3.47-5H12V5zM9.5%2014l-2.08%204h6.69l-1.85-4z%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%22M22%205v2h-5l-3.47%205H16v2h-1.54l3.71%208h-2.2l-.93-2H6.38l-1.03%202H3.1l4.13-8H7c-.45%200-.83-.3-.96-.7L2.87%203.84l.95-.34c.52-.16%201.09.13%201.26.65L7.72%2012h4.38l3.47-5H12V5zM9.5%2014l-2.08%204h6.69l-1.85-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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