chair umbrella icon
chair-umbrella-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- chair-umbrella-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M4.213 20.788Q4 20.575 4 20.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T3.1 7q.4 0 .675.263T4.1 7.9l.625 7.1H9q.825 0 1.413.588T11 17q0 .425-.288.713T10 18v2.25q0 .325-.213.538T9.25 21t-.537-.213t-.213-.537V18h-3v2.25q0 .325-.213.538T4.75 21t-.537-.213m8.575-.074Q12.5 20.425 12.5 20V10q-.35-.45-.862-.725T10.5 9q-.5 0-.925.175T8.8 9.65q-.225.2-.513.275T7.7 10q-.5 0-.838-.363T6.6 8.776Q7.025 6.3 8.963 4.65T13.5 3t4.538 1.65T20.4 8.775q.1.5-.25.863T19.3 10q-.3 0-.587-.075T18.2 9.65q-.325-.325-.763-.488T16.5 9q-.625 0-1.137.275T14.5 10v10q0 .425-.288.713T13.5 21t-.712-.288M13.325 8h.35q.575-.475 1.313-.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 8m2.963 12.713Q16 20.425 16 20v-4q0-.425.288-.712T17 15h4q.425 0 .713.288T22 16v4q0 .425-.288.713T21 21t-.712-.288T20 20v-3h-2v3q0 .425-.288.713T17 21t-.712-.288M13.5 8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChairUmbrellaOutlineRounded(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="M4.213 20.788Q4 20.575 4 20.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T3.1 7q.4 0 .675.263T4.1 7.9l.625 7.1H9q.825 0 1.413.588T11 17q0 .425-.288.713T10 18v2.25q0 .325-.213.538T9.25 21t-.537-.213t-.213-.537V18h-3v2.25q0 .325-.213.538T4.75 21t-.537-.213m8.575-.074Q12.5 20.425 12.5 20V10q-.35-.45-.862-.725T10.5 9q-.5 0-.925.175T8.8 9.65q-.225.2-.513.275T7.7 10q-.5 0-.838-.363T6.6 8.776Q7.025 6.3 8.963 4.65T13.5 3t4.538 1.65T20.4 8.775q.1.5-.25.863T19.3 10q-.3 0-.587-.075T18.2 9.65q-.325-.325-.763-.488T16.5 9q-.625 0-1.137.275T14.5 10v10q0 .425-.288.713T13.5 21t-.712-.288M13.325 8h.35q.575-.475 1.313-.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 8m2.963 12.713Q16 20.425 16 20v-4q0-.425.288-.712T17 15h4q.425 0 .713.288T22 16v4q0 .425-.288.713T21 21t-.712-.288T20 20v-3h-2v3q0 .425-.288.713T17 21t-.712-.288M13.5 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.213 20.788Q4 20.575 4 20.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T3.1 7q.4 0 .675.263T4.1 7.9l.625 7.1H9q.825 0 1.413.588T11 17q0 .425-.288.713T10 18v2.25q0 .325-.213.538T9.25 21t-.537-.213t-.213-.537V18h-3v2.25q0 .325-.213.538T4.75 21t-.537-.213m8.575-.074Q12.5 20.425 12.5 20V10q-.35-.45-.862-.725T10.5 9q-.5 0-.925.175T8.8 9.65q-.225.2-.513.275T7.7 10q-.5 0-.838-.363T6.6 8.776Q7.025 6.3 8.963 4.65T13.5 3t4.538 1.65T20.4 8.775q.1.5-.25.863T19.3 10q-.3 0-.587-.075T18.2 9.65q-.325-.325-.763-.488T16.5 9q-.625 0-1.137.275T14.5 10v10q0 .425-.288.713T13.5 21t-.712-.288M13.325 8h.35q.575-.475 1.313-.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 8m2.963 12.713Q16 20.425 16 20v-4q0-.425.288-.712T17 15h4q.425 0 .713.288T22 16v4q0 .425-.288.713T21 21t-.712-.288T20 20v-3h-2v3q0 .425-.288.713T17 21t-.712-.288M13.5 8"/></svg> </template>
CSS
.icon-chair-umbrella-outline-rounded {
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%22M4.213%2020.788Q4%2020.575%204%2020.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T3.1%207q.4%200%20.675.263T4.1%207.9l.625%207.1H9q.825%200%201.413.588T11%2017q0%20.425-.288.713T10%2018v2.25q0%20.325-.213.538T9.25%2021t-.537-.213t-.213-.537V18h-3v2.25q0%20.325-.213.538T4.75%2021t-.537-.213m8.575-.074Q12.5%2020.425%2012.5%2020V10q-.35-.45-.862-.725T10.5%209q-.5%200-.925.175T8.8%209.65q-.225.2-.513.275T7.7%2010q-.5%200-.838-.363T6.6%208.776Q7.025%206.3%208.963%204.65T13.5%203t4.538%201.65T20.4%208.775q.1.5-.25.863T19.3%2010q-.3%200-.587-.075T18.2%209.65q-.325-.325-.763-.488T16.5%209q-.625%200-1.137.275T14.5%2010v10q0%20.425-.288.713T13.5%2021t-.712-.288M13.325%208h.35q.575-.475%201.313-.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%208m2.963%2012.713Q16%2020.425%2016%2020v-4q0-.425.288-.712T17%2015h4q.425%200%20.713.288T22%2016v4q0%20.425-.288.713T21%2021t-.712-.288T20%2020v-3h-2v3q0%20.425-.288.713T17%2021t-.712-.288M13.5%208%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%22M4.213%2020.788Q4%2020.575%204%2020.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T3.1%207q.4%200%20.675.263T4.1%207.9l.625%207.1H9q.825%200%201.413.588T11%2017q0%20.425-.288.713T10%2018v2.25q0%20.325-.213.538T9.25%2021t-.537-.213t-.213-.537V18h-3v2.25q0%20.325-.213.538T4.75%2021t-.537-.213m8.575-.074Q12.5%2020.425%2012.5%2020V10q-.35-.45-.862-.725T10.5%209q-.5%200-.925.175T8.8%209.65q-.225.2-.513.275T7.7%2010q-.5%200-.838-.363T6.6%208.776Q7.025%206.3%208.963%204.65T13.5%203t4.538%201.65T20.4%208.775q.1.5-.25.863T19.3%2010q-.3%200-.587-.075T18.2%209.65q-.325-.325-.763-.488T16.5%209q-.625%200-1.137.275T14.5%2010v10q0%20.425-.288.713T13.5%2021t-.712-.288M13.325%208h.35q.575-.475%201.313-.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%208m2.963%2012.713Q16%2020.425%2016%2020v-4q0-.425.288-.712T17%2015h4q.425%200%20.713.288T22%2016v4q0%20.425-.288.713T21%2021t-.712-.288T20%2020v-3h-2v3q0%20.425-.288.713T17%2021t-.712-.288M13.5%208%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-rounded.svg?color=%231a73e8&size=48