chair umbrella icon
chair-umbrella from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- chair-umbrella
- 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 umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.808 20V10q-.35-.565-.94-.908t-1.291-.342q-.76 0-1.368.378t-.959 1.007h-1q0-2.56 1.768-4.347T13.308 4q2.54 0 4.299 1.788t1.758 4.347h-1q-.35-.63-.958-1.007q-.609-.378-1.35-.378q-.701 0-1.29.342t-.96.908v10zm3.269 0v-5.384H21V20h-1v-4.384h-2.923V20zM4.711 20v-3.32q-.334-.124-.557-.388q-.223-.263-.273-.629L3 7.673h.144q.383 0 .657.256t.324.619l.696 6.068h4.102q.69 0 1.153.462t.463 1.153v.519h-.77V20h-.865v-3.25H5.596V20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChairUmbrella(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="M12.808 20V10q-.35-.565-.94-.908t-1.291-.342q-.76 0-1.368.378t-.959 1.007h-1q0-2.56 1.768-4.347T13.308 4q2.54 0 4.299 1.788t1.758 4.347h-1q-.35-.63-.958-1.007q-.609-.378-1.35-.378q-.701 0-1.29.342t-.96.908v10zm3.269 0v-5.384H21V20h-1v-4.384h-2.923V20zM4.711 20v-3.32q-.334-.124-.557-.388q-.223-.263-.273-.629L3 7.673h.144q.383 0 .657.256t.324.619l.696 6.068h4.102q.69 0 1.153.462t.463 1.153v.519h-.77V20h-.865v-3.25H5.596V20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.808 20V10q-.35-.565-.94-.908t-1.291-.342q-.76 0-1.368.378t-.959 1.007h-1q0-2.56 1.768-4.347T13.308 4q2.54 0 4.299 1.788t1.758 4.347h-1q-.35-.63-.958-1.007q-.609-.378-1.35-.378q-.701 0-1.29.342t-.96.908v10zm3.269 0v-5.384H21V20h-1v-4.384h-2.923V20zM4.711 20v-3.32q-.334-.124-.557-.388q-.223-.263-.273-.629L3 7.673h.144q.383 0 .657.256t.324.619l.696 6.068h4.102q.69 0 1.153.462t.463 1.153v.519h-.77V20h-.865v-3.25H5.596V20z"/></svg> </template>
CSS
.icon-chair-umbrella {
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%22M12.808%2020V10q-.35-.565-.94-.908t-1.291-.342q-.76%200-1.368.378t-.959%201.007h-1q0-2.56%201.768-4.347T13.308%204q2.54%200%204.299%201.788t1.758%204.347h-1q-.35-.63-.958-1.007q-.609-.378-1.35-.378q-.701%200-1.29.342t-.96.908v10zm3.269%200v-5.384H21V20h-1v-4.384h-2.923V20zM4.711%2020v-3.32q-.334-.124-.557-.388q-.223-.263-.273-.629L3%207.673h.144q.383%200%20.657.256t.324.619l.696%206.068h4.102q.69%200%201.153.462t.463%201.153v.519h-.77V20h-.865v-3.25H5.596V20z%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%22M12.808%2020V10q-.35-.565-.94-.908t-1.291-.342q-.76%200-1.368.378t-.959%201.007h-1q0-2.56%201.768-4.347T13.308%204q2.54%200%204.299%201.788t1.758%204.347h-1q-.35-.63-.958-1.007q-.609-.378-1.35-.378q-.701%200-1.29.342t-.96.908v10zm3.269%200v-5.384H21V20h-1v-4.384h-2.923V20zM4.711%2020v-3.32q-.334-.124-.557-.388q-.223-.263-.273-.629L3%207.673h.144q.383%200%20.657.256t.324.619l.696%206.068h4.102q.69%200%201.153.462t.463%201.153v.519h-.77V20h-.865v-3.25H5.596V20z%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-umbrella.svg?color=%231a73e8&size=48