rest area icon
rest-area-sharp from Material Symbols Light by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- rest-area-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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.885v2zM3 15.616V3h18v12.616h-2.346v-1H20v-2.372l-5.142-4.298l-3.794 3.795l-3.089-2.858L4 12.219v2.397h1.327v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRestAreaSharp(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.885v2zM3 15.616V3h18v12.616h-2.346v-1H20v-2.372l-5.142-4.298l-3.794 3.795l-3.089-2.858L4 12.219v2.397h1.327v1z"/></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.885v2zM3 15.616V3h18v12.616h-2.346v-1H20v-2.372l-5.142-4.298l-3.794 3.795l-3.089-2.858L4 12.219v2.397h1.327v1z"/></svg> </template>
CSS
.icon-rest-area-sharp {
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.885v2zM3%2015.616V3h18v12.616h-2.346v-1H20v-2.372l-5.142-4.298l-3.794%203.795l-3.089-2.858L4%2012.219v2.397h1.327v1z%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.885v2zM3%2015.616V3h18v12.616h-2.346v-1H20v-2.372l-5.142-4.298l-3.794%203.795l-3.089-2.858L4%2012.219v2.397h1.327v1z%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-sharp.svg?color=%231a73e8&size=48