rest area icon
rest-area-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- rest-area-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M4 4.616v6.311l2.925-2.454q.46-.385 1.066-.379q.605.006 1.065.429l1.535 1.423q.192.173.442.163t.423-.182l2.29-2.29q.454-.454 1.075-.482t1.106.376L20 10.927V4.616q0-.27-.173-.443T19.385 4H4.615q-.269 0-.442.173T4 4.616M5.827 19H4.442q-.213 0-.356-.143t-.144-.357t.143-.357t.357-.143h3.77q.213 0 .356.143t.144.357t-.144.357t-.356.143H6.827v1.5q0 .214-.143.357T6.327 21t-.357-.143t-.143-.357zm5.673-3.384H8.211q-.213 0-.356-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h7.558q.214 0 .357.143t.143.357t-.143.356t-.357.144H12.5V20.5q0 .214-.143.357T12 21t-.357-.143t-.143-.357zM17.173 19h-1.404q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.789q.213 0 .356.143t.144.357t-.144.357t-.356.143h-1.385v1.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357zM4.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-.357-.144q-.143-.143-.143-.356q0-.208.16-.323q.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.128-.431L8.379 9.248q-.173-.154-.413-.163q-.241-.01-.414.144L4 12.219V14q0 .27.173.442q.173.173.443.173h.211q.214 0 .357.144t.143.356q0 .208-.16.322q-.161.115-.34.179zM12 4"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRestAreaOutlineRounded(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 4.616v6.311l2.925-2.454q.46-.385 1.066-.379q.605.006 1.065.429l1.535 1.423q.192.173.442.163t.423-.182l2.29-2.29q.454-.454 1.075-.482t1.106.376L20 10.927V4.616q0-.27-.173-.443T19.385 4H4.615q-.269 0-.442.173T4 4.616M5.827 19H4.442q-.213 0-.356-.143t-.144-.357t.143-.357t.357-.143h3.77q.213 0 .356.143t.144.357t-.144.357t-.356.143H6.827v1.5q0 .214-.143.357T6.327 21t-.357-.143t-.143-.357zm5.673-3.384H8.211q-.213 0-.356-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h7.558q.214 0 .357.143t.143.357t-.143.356t-.357.144H12.5V20.5q0 .214-.143.357T12 21t-.357-.143t-.143-.357zM17.173 19h-1.404q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.789q.213 0 .356.143t.144.357t-.144.357t-.356.143h-1.385v1.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357zM4.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-.357-.144q-.143-.143-.143-.356q0-.208.16-.323q.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.128-.431L8.379 9.248q-.173-.154-.413-.163q-.241-.01-.414.144L4 12.219V14q0 .27.173.442q.173.173.443.173h.211q.214 0 .357.144t.143.356q0 .208-.16.322q-.161.115-.34.179zM12 4"/></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 4.616v6.311l2.925-2.454q.46-.385 1.066-.379q.605.006 1.065.429l1.535 1.423q.192.173.442.163t.423-.182l2.29-2.29q.454-.454 1.075-.482t1.106.376L20 10.927V4.616q0-.27-.173-.443T19.385 4H4.615q-.269 0-.442.173T4 4.616M5.827 19H4.442q-.213 0-.356-.143t-.144-.357t.143-.357t.357-.143h3.77q.213 0 .356.143t.144.357t-.144.357t-.356.143H6.827v1.5q0 .214-.143.357T6.327 21t-.357-.143t-.143-.357zm5.673-3.384H8.211q-.213 0-.356-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h7.558q.214 0 .357.143t.143.357t-.143.356t-.357.144H12.5V20.5q0 .214-.143.357T12 21t-.357-.143t-.143-.357zM17.173 19h-1.404q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.789q.213 0 .356.143t.144.357t-.144.357t-.356.143h-1.385v1.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357zM4.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-.357-.144q-.143-.143-.143-.356q0-.208.16-.323q.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.128-.431L8.379 9.248q-.173-.154-.413-.163q-.241-.01-.414.144L4 12.219V14q0 .27.173.442q.173.173.443.173h.211q.214 0 .357.144t.143.356q0 .208-.16.322q-.161.115-.34.179zM12 4"/></svg> </template>
CSS
.icon-rest-area-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%204.616v6.311l2.925-2.454q.46-.385%201.066-.379q.605.006%201.065.429l1.535%201.423q.192.173.442.163t.423-.182l2.29-2.29q.454-.454%201.075-.482t1.106.376L20%2010.927V4.616q0-.27-.173-.443T19.385%204H4.615q-.269%200-.442.173T4%204.616M5.827%2019H4.442q-.213%200-.356-.143t-.144-.357t.143-.357t.357-.143h3.77q.213%200%20.356.143t.144.357t-.144.357t-.356.143H6.827v1.5q0%20.214-.143.357T6.327%2021t-.357-.143t-.143-.357zm5.673-3.384H8.211q-.213%200-.356-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h7.558q.214%200%20.357.143t.143.357t-.143.356t-.357.144H12.5V20.5q0%20.214-.143.357T12%2021t-.357-.143t-.143-.357zM17.173%2019h-1.404q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h3.789q.213%200%20.356.143t.144.357t-.144.357t-.356.143h-1.385v1.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357zM4.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-.357-.144q-.143-.143-.143-.356q0-.208.16-.323q.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.128-.431L8.379%209.248q-.173-.154-.413-.163q-.241-.01-.414.144L4%2012.219V14q0%20.27.173.442q.173.173.443.173h.211q.214%200%20.357.144t.143.356q0%20.208-.16.322q-.161.115-.34.179zM12%204%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%204.616v6.311l2.925-2.454q.46-.385%201.066-.379q.605.006%201.065.429l1.535%201.423q.192.173.442.163t.423-.182l2.29-2.29q.454-.454%201.075-.482t1.106.376L20%2010.927V4.616q0-.27-.173-.443T19.385%204H4.615q-.269%200-.442.173T4%204.616M5.827%2019H4.442q-.213%200-.356-.143t-.144-.357t.143-.357t.357-.143h3.77q.213%200%20.356.143t.144.357t-.144.357t-.356.143H6.827v1.5q0%20.214-.143.357T6.327%2021t-.357-.143t-.143-.357zm5.673-3.384H8.211q-.213%200-.356-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h7.558q.214%200%20.357.143t.143.357t-.143.356t-.357.144H12.5V20.5q0%20.214-.143.357T12%2021t-.357-.143t-.143-.357zM17.173%2019h-1.404q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h3.789q.213%200%20.356.143t.144.357t-.144.357t-.356.143h-1.385v1.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357zM4.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-.357-.144q-.143-.143-.143-.356q0-.208.16-.323q.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.128-.431L8.379%209.248q-.173-.154-.413-.163q-.241-.01-.414.144L4%2012.219V14q0%20.27.173.442q.173.173.443.173h.211q.214%200%20.357.144t.143.356q0%20.208-.16.322q-.161.115-.34.179zM12%204%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-outline-rounded.svg?color=%231a73e8&size=48