short stay icon
short-stay-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- short-stay-outline
- Set
- Material Symbols
- Style
- Outline
- 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="M7 20h3.675H5zm-2 2q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v6.075q-.5.075-1 .225t-1 .375V4H5v6.525q.45-.275.95-.4T7 10h7v.675q-.55.275-1.025.6T12.1 12H7q-.825 0-1.412.588T5 14v6h5.675q.275.6.638 1.1t.787.9zM8.088 8.413Q7.5 7.825 7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9t-1.412-.587M8.5 19h1.775q-.125-.5-.2-1T10 17q0-.65.125-1.3t.375-1.3V13h-2v2h-2v2h2zm4.963 1.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.2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShortStayOutline(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="M7 20h3.675H5zm-2 2q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v6.075q-.5.075-1 .225t-1 .375V4H5v6.525q.45-.275.95-.4T7 10h7v.675q-.55.275-1.025.6T12.1 12H7q-.825 0-1.412.588T5 14v6h5.675q.275.6.638 1.1t.787.9zM8.088 8.413Q7.5 7.825 7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9t-1.412-.587M8.5 19h1.775q-.125-.5-.2-1T10 17q0-.65.125-1.3t.375-1.3V13h-2v2h-2v2h2zm4.963 1.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.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20h3.675H5zm-2 2q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v6.075q-.5.075-1 .225t-1 .375V4H5v6.525q.45-.275.95-.4T7 10h7v.675q-.55.275-1.025.6T12.1 12H7q-.825 0-1.412.588T5 14v6h5.675q.275.6.638 1.1t.787.9zM8.088 8.413Q7.5 7.825 7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9t-1.412-.587M8.5 19h1.775q-.125-.5-.2-1T10 17q0-.65.125-1.3t.375-1.3V13h-2v2h-2v2h2zm4.963 1.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.2z"/></svg> </template>
CSS
.icon-short-stay-outline {
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%22M7%2020h3.675H5zm-2%202q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v6.075q-.5.075-1%20.225t-1%20.375V4H5v6.525q.45-.275.95-.4T7%2010h7v.675q-.55.275-1.025.6T12.1%2012H7q-.825%200-1.412.588T5%2014v6h5.675q.275.6.638%201.1t.787.9zM8.088%208.413Q7.5%207.825%207.5%207t.588-1.412T9.5%205t1.413.588T11.5%207t-.587%201.413T9.5%209t-1.412-.587M8.5%2019h1.775q-.125-.5-.2-1T10%2017q0-.65.125-1.3t.375-1.3V13h-2v2h-2v2h2zm4.963%201.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.2z%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%22M7%2020h3.675H5zm-2%202q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v6.075q-.5.075-1%20.225t-1%20.375V4H5v6.525q.45-.275.95-.4T7%2010h7v.675q-.55.275-1.025.6T12.1%2012H7q-.825%200-1.412.588T5%2014v6h5.675q.275.6.638%201.1t.787.9zM8.088%208.413Q7.5%207.825%207.5%207t.588-1.412T9.5%205t1.413.588T11.5%207t-.587%201.413T9.5%209t-1.412-.587M8.5%2019h1.775q-.125-.5-.2-1T10%2017q0-.65.125-1.3t.375-1.3V13h-2v2h-2v2h2zm4.963%201.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.2z%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-outline.svg?color=%231a73e8&size=48