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

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

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

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.827 19H4.442q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.77q.212 0 .356.144t.144.357t-.144.356t-.356.143H6.827v1.5q0 .213-.144.356T6.326 21t-.356-.144t-.143-.356zm5.673-3.384H8.211q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h7.558q.213 0 .356.143q.144.144.144.357t-.143.356t-.357.144H12.5V20.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356zM17.173 19h-1.404q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.789q.212 0 .356.144t.144.357t-.144.356t-.356.143h-1.385v1.5q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zM4.615 15.616q-.69 0-1.153-.463T3 14V4.616q0-.691.463-1.153T4.615 3h14.77q.69 0 1.152.463T21 4.616V14q0 .69-.462 1.153t-1.153.463h-.231q-.213 0-.356-.146q-.144-.145-.144-.36q0-.202.16-.317q.161-.114.34-.177h.23q.27 0 .443-.174Q20 14.27 20 14v-1.756l-4.72-3.932q-.191-.154-.422-.145t-.404.183l-2.29 2.29q-.46.46-1.103.482q-.644.022-1.133-.431l-1.55-1.443q-.172-.154-.413-.163q-.24-.01-.413.144L4 12.219V14q0 .27.173.442q.173.173.443.173h.211q.213 0 .356.146t.144.36q0 .202-.16.317q-.161.114-.34.177z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRestAreaRounded(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.827 19H4.442q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.77q.212 0 .356.144t.144.357t-.144.356t-.356.143H6.827v1.5q0 .213-.144.356T6.326 21t-.356-.144t-.143-.356zm5.673-3.384H8.211q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h7.558q.213 0 .356.143q.144.144.144.357t-.143.356t-.357.144H12.5V20.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356zM17.173 19h-1.404q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.789q.212 0 .356.144t.144.357t-.144.356t-.356.143h-1.385v1.5q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zM4.615 15.616q-.69 0-1.153-.463T3 14V4.616q0-.691.463-1.153T4.615 3h14.77q.69 0 1.152.463T21 4.616V14q0 .69-.462 1.153t-1.153.463h-.231q-.213 0-.356-.146q-.144-.145-.144-.36q0-.202.16-.317q.161-.114.34-.177h.23q.27 0 .443-.174Q20 14.27 20 14v-1.756l-4.72-3.932q-.191-.154-.422-.145t-.404.183l-2.29 2.29q-.46.46-1.103.482q-.644.022-1.133-.431l-1.55-1.443q-.172-.154-.413-.163q-.24-.01-.413.144L4 12.219V14q0 .27.173.442q.173.173.443.173h.211q.213 0 .356.146t.144.36q0 .202-.16.317q-.161.114-.34.177z"/></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.827 19H4.442q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.77q.212 0 .356.144t.144.357t-.144.356t-.356.143H6.827v1.5q0 .213-.144.356T6.326 21t-.356-.144t-.143-.356zm5.673-3.384H8.211q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h7.558q.213 0 .356.143q.144.144.144.357t-.143.356t-.357.144H12.5V20.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356zM17.173 19h-1.404q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.789q.212 0 .356.144t.144.357t-.144.356t-.356.143h-1.385v1.5q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zM4.615 15.616q-.69 0-1.153-.463T3 14V4.616q0-.691.463-1.153T4.615 3h14.77q.69 0 1.152.463T21 4.616V14q0 .69-.462 1.153t-1.153.463h-.231q-.213 0-.356-.146q-.144-.145-.144-.36q0-.202.16-.317q.161-.114.34-.177h.23q.27 0 .443-.174Q20 14.27 20 14v-1.756l-4.72-3.932q-.191-.154-.422-.145t-.404.183l-2.29 2.29q-.46.46-1.103.482q-.644.022-1.133-.431l-1.55-1.443q-.172-.154-.413-.163q-.24-.01-.413.144L4 12.219V14q0 .27.173.442q.173.173.443.173h.211q.213 0 .356.146t.144.36q0 .202-.16.317q-.161.114-.34.177z"/></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.827%2019H4.442q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.77q.212%200%20.356.144t.144.357t-.144.356t-.356.143H6.827v1.5q0%20.213-.144.356T6.326%2021t-.356-.144t-.143-.356zm5.673-3.384H8.211q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h7.558q.213%200%20.356.143q.144.144.144.357t-.143.356t-.357.144H12.5V20.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356zM17.173%2019h-1.404q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.789q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-1.385v1.5q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zM4.615%2015.616q-.69%200-1.153-.463T3%2014V4.616q0-.691.463-1.153T4.615%203h14.77q.69%200%201.152.463T21%204.616V14q0%20.69-.462%201.153t-1.153.463h-.231q-.213%200-.356-.146q-.144-.145-.144-.36q0-.202.16-.317q.161-.114.34-.177h.23q.27%200%20.443-.174Q20%2014.27%2020%2014v-1.756l-4.72-3.932q-.191-.154-.422-.145t-.404.183l-2.29%202.29q-.46.46-1.103.482q-.644.022-1.133-.431l-1.55-1.443q-.172-.154-.413-.163q-.24-.01-.413.144L4%2012.219V14q0%20.27.173.442q.173.173.443.173h.211q.213%200%20.356.146t.144.36q0%20.202-.16.317q-.161.114-.34.177z%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.827%2019H4.442q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.77q.212%200%20.356.144t.144.357t-.144.356t-.356.143H6.827v1.5q0%20.213-.144.356T6.326%2021t-.356-.144t-.143-.356zm5.673-3.384H8.211q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h7.558q.213%200%20.356.143q.144.144.144.357t-.143.356t-.357.144H12.5V20.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356zM17.173%2019h-1.404q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.789q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-1.385v1.5q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zM4.615%2015.616q-.69%200-1.153-.463T3%2014V4.616q0-.691.463-1.153T4.615%203h14.77q.69%200%201.152.463T21%204.616V14q0%20.69-.462%201.153t-1.153.463h-.231q-.213%200-.356-.146q-.144-.145-.144-.36q0-.202.16-.317q.161-.114.34-.177h.23q.27%200%20.443-.174Q20%2014.27%2020%2014v-1.756l-4.72-3.932q-.191-.154-.422-.145t-.404.183l-2.29%202.29q-.46.46-1.103.482q-.644.022-1.133-.431l-1.55-1.443q-.172-.154-.413-.163q-.24-.01-.413.144L4%2012.219V14q0%20.27.173.442q.173.173.443.173h.211q.213%200%20.356.146t.144.36q0%20.202-.16.317q-.161.114-.34.177z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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