short stay icon
short-stay from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- short-stay
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the short stay icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 9q-.825 0-1.412-.587T7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9m3.963 11.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463m5.212-1.162l.7-.7L17.5 16.8V14h-1v3.2zM5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v6.075q-.55.075-1.05.238t-.95.362V4H5v6.525q.45-.275.95-.4T7 10h7.15v.6q-1.275.575-2.212 1.55T10.5 14.4V13h-2v2h-2v2h2v2h1.8q.25.875.7 1.65T12.1 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShortStay(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="M9.5 9q-.825 0-1.412-.587T7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9m3.963 11.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463m5.212-1.162l.7-.7L17.5 16.8V14h-1v3.2zM5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v6.075q-.55.075-1.05.238t-.95.362V4H5v6.525q.45-.275.95-.4T7 10h7.15v.6q-1.275.575-2.212 1.55T10.5 14.4V13h-2v2h-2v2h2v2h1.8q.25.875.7 1.65T12.1 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 9q-.825 0-1.412-.587T7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9m3.963 11.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463m5.212-1.162l.7-.7L17.5 16.8V14h-1v3.2zM5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v6.075q-.55.075-1.05.238t-.95.362V4H5v6.525q.45-.275.95-.4T7 10h7.15v.6q-1.275.575-2.212 1.55T10.5 14.4V13h-2v2h-2v2h2v2h1.8q.25.875.7 1.65T12.1 22z"/></svg> </template>
CSS
.icon-short-stay {
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%22M9.5%209q-.825%200-1.412-.587T7.5%207t.588-1.412T9.5%205t1.413.588T11.5%207t-.587%201.413T9.5%209m3.963%2011.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463m5.212-1.162l.7-.7L17.5%2016.8V14h-1v3.2zM5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v6.075q-.55.075-1.05.238t-.95.362V4H5v6.525q.45-.275.95-.4T7%2010h7.15v.6q-1.275.575-2.212%201.55T10.5%2014.4V13h-2v2h-2v2h2v2h1.8q.25.875.7%201.65T12.1%2022z%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%22M9.5%209q-.825%200-1.412-.587T7.5%207t.588-1.412T9.5%205t1.413.588T11.5%207t-.587%201.413T9.5%209m3.963%2011.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463m5.212-1.162l.7-.7L17.5%2016.8V14h-1v3.2zM5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v6.075q-.55.075-1.05.238t-.95.362V4H5v6.525q.45-.275.95-.4T7%2010h7.15v.6q-1.275.575-2.212%201.55T10.5%2014.4V13h-2v2h-2v2h2v2h1.8q.25.875.7%201.65T12.1%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/short-stay.svg?color=%231a73e8&size=48