chair umbrella icon
chair-umbrella from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- chair-umbrella
- 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 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 10v11zm3.5 0v-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-3v3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChairUmbrella(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 10v11zm3.5 0v-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-3v3z"/></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 10v11zm3.5 0v-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-3v3z"/></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.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%2010v11zm3.5%200v-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-3v3z%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%2010v11zm3.5%200v-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-3v3z%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.svg?color=%231a73e8&size=48