rest-area-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
rest-area-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the rest area icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20H4q-.425 0-.712-.288T3 19t.288-.712T4 18h4q.425 0 .713.288T9 19t-.288.713T8 20H7v1q0 .425-.288.713T6 22t-.712-.288T5 21zm6-4H8q-.425 0-.712-.288T7 15t.288-.712T8 14h8q.425 0 .713.288T17 15t-.288.713T16 16h-3v5q0 .425-.288.713T12 22t-.712-.288T11 21zm6 4h-1q-.425 0-.712-.288T15 19t.288-.712T16 18h4q.425 0 .713.288T21 19t-.288.713T20 20h-1v1q0 .425-.288.713T18 22t-.712-.288T17 21zM4 16q-.825 0-1.412-.587T2 14V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v10q0 .825-.587 1.413T20 16q-.425 0-.712-.288T19 15q0-.4.363-.562T20 14v-1.525L15.05 8.35l-2.675 2.675q-.575.575-1.362.588t-1.388-.538l-1.9-1.75L4 12.45V14q.425 0 .712.288T5 15q0 .4-.363.563T4 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRestAreaRounded(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="M5 20H4q-.425 0-.712-.288T3 19t.288-.712T4 18h4q.425 0 .713.288T9 19t-.288.713T8 20H7v1q0 .425-.288.713T6 22t-.712-.288T5 21zm6-4H8q-.425 0-.712-.288T7 15t.288-.712T8 14h8q.425 0 .713.288T17 15t-.288.713T16 16h-3v5q0 .425-.288.713T12 22t-.712-.288T11 21zm6 4h-1q-.425 0-.712-.288T15 19t.288-.712T16 18h4q.425 0 .713.288T21 19t-.288.713T20 20h-1v1q0 .425-.288.713T18 22t-.712-.288T17 21zM4 16q-.825 0-1.412-.587T2 14V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v10q0 .825-.587 1.413T20 16q-.425 0-.712-.288T19 15q0-.4.363-.562T20 14v-1.525L15.05 8.35l-2.675 2.675q-.575.575-1.362.588t-1.388-.538l-1.9-1.75L4 12.45V14q.425 0 .712.288T5 15q0 .4-.363.563T4 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20H4q-.425 0-.712-.288T3 19t.288-.712T4 18h4q.425 0 .713.288T9 19t-.288.713T8 20H7v1q0 .425-.288.713T6 22t-.712-.288T5 21zm6-4H8q-.425 0-.712-.288T7 15t.288-.712T8 14h8q.425 0 .713.288T17 15t-.288.713T16 16h-3v5q0 .425-.288.713T12 22t-.712-.288T11 21zm6 4h-1q-.425 0-.712-.288T15 19t.288-.712T16 18h4q.425 0 .713.288T21 19t-.288.713T20 20h-1v1q0 .425-.288.713T18 22t-.712-.288T17 21zM4 16q-.825 0-1.412-.587T2 14V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v10q0 .825-.587 1.413T20 16q-.425 0-.712-.288T19 15q0-.4.363-.562T20 14v-1.525L15.05 8.35l-2.675 2.675q-.575.575-1.362.588t-1.388-.538l-1.9-1.75L4 12.45V14q.425 0 .712.288T5 15q0 .4-.363.563T4 16"/></svg>
</template>

CSS

.icon-rest-area-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%22M5%2020H4q-.425%200-.712-.288T3%2019t.288-.712T4%2018h4q.425%200%20.713.288T9%2019t-.288.713T8%2020H7v1q0%20.425-.288.713T6%2022t-.712-.288T5%2021zm6-4H8q-.425%200-.712-.288T7%2015t.288-.712T8%2014h8q.425%200%20.713.288T17%2015t-.288.713T16%2016h-3v5q0%20.425-.288.713T12%2022t-.712-.288T11%2021zm6%204h-1q-.425%200-.712-.288T15%2019t.288-.712T16%2018h4q.425%200%20.713.288T21%2019t-.288.713T20%2020h-1v1q0%20.425-.288.713T18%2022t-.712-.288T17%2021zM4%2016q-.825%200-1.412-.587T2%2014V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v10q0%20.825-.587%201.413T20%2016q-.425%200-.712-.288T19%2015q0-.4.363-.562T20%2014v-1.525L15.05%208.35l-2.675%202.675q-.575.575-1.362.588t-1.388-.538l-1.9-1.75L4%2012.45V14q.425%200%20.712.288T5%2015q0%20.4-.363.563T4%2016%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%22M5%2020H4q-.425%200-.712-.288T3%2019t.288-.712T4%2018h4q.425%200%20.713.288T9%2019t-.288.713T8%2020H7v1q0%20.425-.288.713T6%2022t-.712-.288T5%2021zm6-4H8q-.425%200-.712-.288T7%2015t.288-.712T8%2014h8q.425%200%20.713.288T17%2015t-.288.713T16%2016h-3v5q0%20.425-.288.713T12%2022t-.712-.288T11%2021zm6%204h-1q-.425%200-.712-.288T15%2019t.288-.712T16%2018h4q.425%200%20.713.288T21%2019t-.288.713T20%2020h-1v1q0%20.425-.288.713T18%2022t-.712-.288T17%2021zM4%2016q-.825%200-1.412-.587T2%2014V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v10q0%20.825-.587%201.413T20%2016q-.425%200-.712-.288T19%2015q0-.4.363-.562T20%2014v-1.525L15.05%208.35l-2.675%202.675q-.575.575-1.362.588t-1.388-.538l-1.9-1.75L4%2012.45V14q.425%200%20.712.288T5%2015q0%20.4-.363.563T4%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rest-area-rounded.svg?color=%231a73e8&size=48