short stay icon
short-stay from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- short-stay
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.73 9q-.632 0-1.065-.434Q8.23 8.133 8.23 7.5t.434-1.066Q9.098 6 9.73 6t1.066.434t.434 1.066t-.434 1.066Q10.364 9 9.731 9m4.087 11.182Q12.5 18.863 12.5 17t1.318-3.182T17 12.5t3.182 1.318T21.5 17t-1.318 3.182T17 21.5t-3.182-1.318m4.857-.96l.546-.547l-1.836-1.836v-2.723h-.77v3.046zM5.846 21q-.671 0-1.143-.472t-.472-1.144V4.616q0-.672.472-1.144T5.846 3h7.77q.67 0 1.143.472q.472.472.472 1.144v5.748q-.281.055-.521.14q-.24.087-.48.19V4.615q0-.269-.172-.442Q13.885 4 13.616 4h-7.77q-.269 0-.442.173t-.173.443v7.178q.392-.39.902-.592T7.23 11h6.073v.216q-1.16.748-1.914 1.8q-.755 1.051-1.063 2.346h-.096V13.5h-1v2h-2v1h2v2h.954v-1.038q.057.97.382 1.87t.88 1.668z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShortStay(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.73 9q-.632 0-1.065-.434Q8.23 8.133 8.23 7.5t.434-1.066Q9.098 6 9.73 6t1.066.434t.434 1.066t-.434 1.066Q10.364 9 9.731 9m4.087 11.182Q12.5 18.863 12.5 17t1.318-3.182T17 12.5t3.182 1.318T21.5 17t-1.318 3.182T17 21.5t-3.182-1.318m4.857-.96l.546-.547l-1.836-1.836v-2.723h-.77v3.046zM5.846 21q-.671 0-1.143-.472t-.472-1.144V4.616q0-.672.472-1.144T5.846 3h7.77q.67 0 1.143.472q.472.472.472 1.144v5.748q-.281.055-.521.14q-.24.087-.48.19V4.615q0-.269-.172-.442Q13.885 4 13.616 4h-7.77q-.269 0-.442.173t-.173.443v7.178q.392-.39.902-.592T7.23 11h6.073v.216q-1.16.748-1.914 1.8q-.755 1.051-1.063 2.346h-.096V13.5h-1v2h-2v1h2v2h.954v-1.038q.057.97.382 1.87t.88 1.668z"/></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.73 9q-.632 0-1.065-.434Q8.23 8.133 8.23 7.5t.434-1.066Q9.098 6 9.73 6t1.066.434t.434 1.066t-.434 1.066Q10.364 9 9.731 9m4.087 11.182Q12.5 18.863 12.5 17t1.318-3.182T17 12.5t3.182 1.318T21.5 17t-1.318 3.182T17 21.5t-3.182-1.318m4.857-.96l.546-.547l-1.836-1.836v-2.723h-.77v3.046zM5.846 21q-.671 0-1.143-.472t-.472-1.144V4.616q0-.672.472-1.144T5.846 3h7.77q.67 0 1.143.472q.472.472.472 1.144v5.748q-.281.055-.521.14q-.24.087-.48.19V4.615q0-.269-.172-.442Q13.885 4 13.616 4h-7.77q-.269 0-.442.173t-.173.443v7.178q.392-.39.902-.592T7.23 11h6.073v.216q-1.16.748-1.914 1.8q-.755 1.051-1.063 2.346h-.096V13.5h-1v2h-2v1h2v2h.954v-1.038q.057.97.382 1.87t.88 1.668z"/></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.73%209q-.632%200-1.065-.434Q8.23%208.133%208.23%207.5t.434-1.066Q9.098%206%209.73%206t1.066.434t.434%201.066t-.434%201.066Q10.364%209%209.731%209m4.087%2011.182Q12.5%2018.863%2012.5%2017t1.318-3.182T17%2012.5t3.182%201.318T21.5%2017t-1.318%203.182T17%2021.5t-3.182-1.318m4.857-.96l.546-.547l-1.836-1.836v-2.723h-.77v3.046zM5.846%2021q-.671%200-1.143-.472t-.472-1.144V4.616q0-.672.472-1.144T5.846%203h7.77q.67%200%201.143.472q.472.472.472%201.144v5.748q-.281.055-.521.14q-.24.087-.48.19V4.615q0-.269-.172-.442Q13.885%204%2013.616%204h-7.77q-.269%200-.442.173t-.173.443v7.178q.392-.39.902-.592T7.23%2011h6.073v.216q-1.16.748-1.914%201.8q-.755%201.051-1.063%202.346h-.096V13.5h-1v2h-2v1h2v2h.954v-1.038q.057.97.382%201.87t.88%201.668z%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.73%209q-.632%200-1.065-.434Q8.23%208.133%208.23%207.5t.434-1.066Q9.098%206%209.73%206t1.066.434t.434%201.066t-.434%201.066Q10.364%209%209.731%209m4.087%2011.182Q12.5%2018.863%2012.5%2017t1.318-3.182T17%2012.5t3.182%201.318T21.5%2017t-1.318%203.182T17%2021.5t-3.182-1.318m4.857-.96l.546-.547l-1.836-1.836v-2.723h-.77v3.046zM5.846%2021q-.671%200-1.143-.472t-.472-1.144V4.616q0-.672.472-1.144T5.846%203h7.77q.67%200%201.143.472q.472.472.472%201.144v5.748q-.281.055-.521.14q-.24.087-.48.19V4.615q0-.269-.172-.442Q13.885%204%2013.616%204h-7.77q-.269%200-.442.173t-.173.443v7.178q.392-.39.902-.592T7.23%2011h6.073v.216q-1.16.748-1.914%201.8q-.755%201.051-1.063%202.346h-.096V13.5h-1v2h-2v1h2v2h.954v-1.038q.057.97.382%201.87t.88%201.668z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/short-stay.svg?color=%231a73e8&size=48