chair umbrella icon
chair-umbrella-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- chair-umbrella-outline
- Set
- Material Symbols
- Style
- Outline
- 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 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.5 21V10q-.35-.45-.862-.725T10.5 9t-1.137.263T8.5 10h-2q0-2.925 2.038-4.962T13.5 3t4.963 2.038T20.5 10h-2q-.35-.475-.862-.737T16.5 9t-1.137.275T14.5 10v11zm.825-13h.35q.575-.475 1.312-.737T16.525 7q.275 0 .538.038t.537.087q-.675-.975-1.75-1.55T13.5 5t-2.35.575t-1.75 1.55q.275-.05.538-.088T10.475 7q.8 0 1.538.263T13.325 8M16 21v-6h6v6h-2v-4h-2v4zM4 21v-3.05q-.45-.125-.75-.475t-.35-.85L2 7h.625q.575 0 1.013.4t.487.975l.6 6.625H9q.825 0 1.413.588T11 17v1h-1v3H8.5v-3h-3v3zm9.5-13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChairUmbrellaOutline(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.5 21V10q-.35-.45-.862-.725T10.5 9t-1.137.263T8.5 10h-2q0-2.925 2.038-4.962T13.5 3t4.963 2.038T20.5 10h-2q-.35-.475-.862-.737T16.5 9t-1.137.275T14.5 10v11zm.825-13h.35q.575-.475 1.312-.737T16.525 7q.275 0 .538.038t.537.087q-.675-.975-1.75-1.55T13.5 5t-2.35.575t-1.75 1.55q.275-.05.538-.088T10.475 7q.8 0 1.538.263T13.325 8M16 21v-6h6v6h-2v-4h-2v4zM4 21v-3.05q-.45-.125-.75-.475t-.35-.85L2 7h.625q.575 0 1.013.4t.487.975l.6 6.625H9q.825 0 1.413.588T11 17v1h-1v3H8.5v-3h-3v3zm9.5-13"/></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.5 21V10q-.35-.45-.862-.725T10.5 9t-1.137.263T8.5 10h-2q0-2.925 2.038-4.962T13.5 3t4.963 2.038T20.5 10h-2q-.35-.475-.862-.737T16.5 9t-1.137.275T14.5 10v11zm.825-13h.35q.575-.475 1.312-.737T16.525 7q.275 0 .538.038t.537.087q-.675-.975-1.75-1.55T13.5 5t-2.35.575t-1.75 1.55q.275-.05.538-.088T10.475 7q.8 0 1.538.263T13.325 8M16 21v-6h6v6h-2v-4h-2v4zM4 21v-3.05q-.45-.125-.75-.475t-.35-.85L2 7h.625q.575 0 1.013.4t.487.975l.6 6.625H9q.825 0 1.413.588T11 17v1h-1v3H8.5v-3h-3v3zm9.5-13"/></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.5%2021V10q-.35-.45-.862-.725T10.5%209t-1.137.263T8.5%2010h-2q0-2.925%202.038-4.962T13.5%203t4.963%202.038T20.5%2010h-2q-.35-.475-.862-.737T16.5%209t-1.137.275T14.5%2010v11zm.825-13h.35q.575-.475%201.312-.737T16.525%207q.275%200%20.538.038t.537.087q-.675-.975-1.75-1.55T13.5%205t-2.35.575t-1.75%201.55q.275-.05.538-.088T10.475%207q.8%200%201.538.263T13.325%208M16%2021v-6h6v6h-2v-4h-2v4zM4%2021v-3.05q-.45-.125-.75-.475t-.35-.85L2%207h.625q.575%200%201.013.4t.487.975l.6%206.625H9q.825%200%201.413.588T11%2017v1h-1v3H8.5v-3h-3v3zm9.5-13%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.5%2021V10q-.35-.45-.862-.725T10.5%209t-1.137.263T8.5%2010h-2q0-2.925%202.038-4.962T13.5%203t4.963%202.038T20.5%2010h-2q-.35-.475-.862-.737T16.5%209t-1.137.275T14.5%2010v11zm.825-13h.35q.575-.475%201.312-.737T16.525%207q.275%200%20.538.038t.537.087q-.675-.975-1.75-1.55T13.5%205t-2.35.575t-1.75%201.55q.275-.05.538-.088T10.475%207q.8%200%201.538.263T13.325%208M16%2021v-6h6v6h-2v-4h-2v4zM4%2021v-3.05q-.45-.125-.75-.475t-.35-.85L2%207h.625q.575%200%201.013.4t.487.975l.6%206.625H9q.825%200%201.413.588T11%2017v1h-1v3H8.5v-3h-3v3zm9.5-13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chair-umbrella-outline.svg?color=%231a73e8&size=48