short-stay-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
short-stay-sharp
Set
Material Symbols Light
Style
Sharp
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.185Q12.5 18.869 12.5 17.003t1.316-3.185t3.181-1.318q1.867 0 3.185 1.316Q21.5 15.13 21.5 16.997t-1.315 3.185t-3.182 1.318t-3.185-1.315m4.857-.964l.546-.546l-1.836-1.829v-2.73h-.77v3.046zM4.231 21V3h11v7.364q-.281.055-.521.14q-.24.087-.48.19V4h-9v7h8.074v.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 MaterialSymbolsLightShortStaySharp(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.185Q12.5 18.869 12.5 17.003t1.316-3.185t3.181-1.318q1.867 0 3.185 1.316Q21.5 15.13 21.5 16.997t-1.315 3.185t-3.182 1.318t-3.185-1.315m4.857-.964l.546-.546l-1.836-1.829v-2.73h-.77v3.046zM4.231 21V3h11v7.364q-.281.055-.521.14q-.24.087-.48.19V4h-9v7h8.074v.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.185Q12.5 18.869 12.5 17.003t1.316-3.185t3.181-1.318q1.867 0 3.185 1.316Q21.5 15.13 21.5 16.997t-1.315 3.185t-3.182 1.318t-3.185-1.315m4.857-.964l.546-.546l-1.836-1.829v-2.73h-.77v3.046zM4.231 21V3h11v7.364q-.281.055-.521.14q-.24.087-.48.19V4h-9v7h8.074v.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-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%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.185Q12.5%2018.869%2012.5%2017.003t1.316-3.185t3.181-1.318q1.867%200%203.185%201.316Q21.5%2015.13%2021.5%2016.997t-1.315%203.185t-3.182%201.318t-3.185-1.315m4.857-.964l.546-.546l-1.836-1.829v-2.73h-.77v3.046zM4.231%2021V3h11v7.364q-.281.055-.521.14q-.24.087-.48.19V4h-9v7h8.074v.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.185Q12.5%2018.869%2012.5%2017.003t1.316-3.185t3.181-1.318q1.867%200%203.185%201.316Q21.5%2015.13%2021.5%2016.997t-1.315%203.185t-3.182%201.318t-3.185-1.315m4.857-.964l.546-.546l-1.836-1.829v-2.73h-.77v3.046zM4.231%2021V3h11v7.364q-.281.055-.521.14q-.24.087-.48.19V4h-9v7h8.074v.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-sharp.svg?color=%231a73e8&size=48