short stay icon
short-stay-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- short-stay-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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="M5 20h5.675zm-2 2V2h13v8.075q-.5.075-1 .225t-1 .375V4H5v6h9v.675q-.55.275-1.025.6T12.1 12H5v8h5.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 MaterialSymbolsShortStayOutlineSharp(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 20h5.675zm-2 2V2h13v8.075q-.5.075-1 .225t-1 .375V4H5v6h9v.675q-.55.275-1.025.6T12.1 12H5v8h5.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="M5 20h5.675zm-2 2V2h13v8.075q-.5.075-1 .225t-1 .375V4H5v6h9v.675q-.55.275-1.025.6T12.1 12H5v8h5.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-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%2020h5.675zm-2%202V2h13v8.075q-.5.075-1%20.225t-1%20.375V4H5v6h9v.675q-.55.275-1.025.6T12.1%2012H5v8h5.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%22M5%2020h5.675zm-2%202V2h13v8.075q-.5.075-1%20.225t-1%20.375V4H5v6h9v.675q-.55.275-1.025.6T12.1%2012H5v8h5.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-sharp.svg?color=%231a73e8&size=48