chair umbrella icon
chair-umbrella-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- chair-umbrella-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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.765-4.347T13.315 4q2.533 0 4.292 1.786q1.759 1.785 1.759 4.349h-1q-.35-.63-.959-1.007q-.608-.378-1.35-.378q-.701 0-1.29.342t-.96.908v10zm.349-11.135h.306q.498-.513 1.169-.814t1.432-.301q.563 0 1.056.182t.903.52q-.482-1.494-1.77-2.473Q14.968 5 13.299 5t-2.956.989t-1.75 2.54q.41-.338.903-.559t1.057-.22q.762 0 1.432.301t1.173.815M16.077 20v-5.384H21V20h-1v-4.384h-2.923V20zM4.712 20v-3.32q-.335-.124-.558-.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.596V20zm8.596-11.135"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChairUmbrellaOutline(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.765-4.347T13.315 4q2.533 0 4.292 1.786q1.759 1.785 1.759 4.349h-1q-.35-.63-.959-1.007q-.608-.378-1.35-.378q-.701 0-1.29.342t-.96.908v10zm.349-11.135h.306q.498-.513 1.169-.814t1.432-.301q.563 0 1.056.182t.903.52q-.482-1.494-1.77-2.473Q14.968 5 13.299 5t-2.956.989t-1.75 2.54q.41-.338.903-.559t1.057-.22q.762 0 1.432.301t1.173.815M16.077 20v-5.384H21V20h-1v-4.384h-2.923V20zM4.712 20v-3.32q-.335-.124-.558-.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.596V20zm8.596-11.135"/></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.765-4.347T13.315 4q2.533 0 4.292 1.786q1.759 1.785 1.759 4.349h-1q-.35-.63-.959-1.007q-.608-.378-1.35-.378q-.701 0-1.29.342t-.96.908v10zm.349-11.135h.306q.498-.513 1.169-.814t1.432-.301q.563 0 1.056.182t.903.52q-.482-1.494-1.77-2.473Q14.968 5 13.299 5t-2.956.989t-1.75 2.54q.41-.338.903-.559t1.057-.22q.762 0 1.432.301t1.173.815M16.077 20v-5.384H21V20h-1v-4.384h-2.923V20zM4.712 20v-3.32q-.335-.124-.558-.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.596V20zm8.596-11.135"/></svg> </template>
CSS
.icon-chair-umbrella-outline {
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.765-4.347T13.315%204q2.533%200%204.292%201.786q1.759%201.785%201.759%204.349h-1q-.35-.63-.959-1.007q-.608-.378-1.35-.378q-.701%200-1.29.342t-.96.908v10zm.349-11.135h.306q.498-.513%201.169-.814t1.432-.301q.563%200%201.056.182t.903.52q-.482-1.494-1.77-2.473Q14.968%205%2013.299%205t-2.956.989t-1.75%202.54q.41-.338.903-.559t1.057-.22q.762%200%201.432.301t1.173.815M16.077%2020v-5.384H21V20h-1v-4.384h-2.923V20zM4.712%2020v-3.32q-.335-.124-.558-.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.596V20zm8.596-11.135%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.765-4.347T13.315%204q2.533%200%204.292%201.786q1.759%201.785%201.759%204.349h-1q-.35-.63-.959-1.007q-.608-.378-1.35-.378q-.701%200-1.29.342t-.96.908v10zm.349-11.135h.306q.498-.513%201.169-.814t1.432-.301q.563%200%201.056.182t.903.52q-.482-1.494-1.77-2.473Q14.968%205%2013.299%205t-2.956.989t-1.75%202.54q.41-.338.903-.559t1.057-.22q.762%200%201.432.301t1.173.815M16.077%2020v-5.384H21V20h-1v-4.384h-2.923V20zM4.712%2020v-3.32q-.335-.124-.558-.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.596V20zm8.596-11.135%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-outline.svg?color=%231a73e8&size=48