rest area icon
rest-area from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- rest-area
- Set
- Material Symbols Light
- Style
- Regular
- 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 21v-2H3.942v-1h4.77v1H6.827v2zm5.673 0v-5.384H7.712v-1h8.557v1H12.5V21zm5.673 0v-2h-1.904v-1h4.789v1h-1.885v2zM4.616 15.616q-.691 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-.731v-1h.73q.27 0 .443-.174Q20 14.27 20 14v-1.756l-5.142-4.298l-3.794 3.795l-3.089-2.858L4 12.219V14q0 .27.173.442q.173.173.443.173h.711v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRestArea(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 21v-2H3.942v-1h4.77v1H6.827v2zm5.673 0v-5.384H7.712v-1h8.557v1H12.5V21zm5.673 0v-2h-1.904v-1h4.789v1h-1.885v2zM4.616 15.616q-.691 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-.731v-1h.73q.27 0 .443-.174Q20 14.27 20 14v-1.756l-5.142-4.298l-3.794 3.795l-3.089-2.858L4 12.219V14q0 .27.173.442q.173.173.443.173h.711v1z"/></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 21v-2H3.942v-1h4.77v1H6.827v2zm5.673 0v-5.384H7.712v-1h8.557v1H12.5V21zm5.673 0v-2h-1.904v-1h4.789v1h-1.885v2zM4.616 15.616q-.691 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-.731v-1h.73q.27 0 .443-.174Q20 14.27 20 14v-1.756l-5.142-4.298l-3.794 3.795l-3.089-2.858L4 12.219V14q0 .27.173.442q.173.173.443.173h.711v1z"/></svg> </template>
CSS
.icon-rest-area {
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%2021v-2H3.942v-1h4.77v1H6.827v2zm5.673%200v-5.384H7.712v-1h8.557v1H12.5V21zm5.673%200v-2h-1.904v-1h4.789v1h-1.885v2zM4.616%2015.616q-.691%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-.731v-1h.73q.27%200%20.443-.174Q20%2014.27%2020%2014v-1.756l-5.142-4.298l-3.794%203.795l-3.089-2.858L4%2012.219V14q0%20.27.173.442q.173.173.443.173h.711v1z%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%2021v-2H3.942v-1h4.77v1H6.827v2zm5.673%200v-5.384H7.712v-1h8.557v1H12.5V21zm5.673%200v-2h-1.904v-1h4.789v1h-1.885v2zM4.616%2015.616q-.691%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-.731v-1h.73q.27%200%20.443-.174Q20%2014.27%2020%2014v-1.756l-5.142-4.298l-3.794%203.795l-3.089-2.858L4%2012.219V14q0%20.27.173.442q.173.173.443.173h.711v1z%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.svg?color=%231a73e8&size=48