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

Name
short-stay-rounded
Set
Material Symbols Light
Style
Rounded
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="M17.385 16.846V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.48q0 .032.111.293l1.675 1.675q.119.112.277.112t.269-.112t.112-.27t-.112-.276zM9.73 9q-.633 0-1.066-.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.315M5.854 21q-.679 0-1.151-.475q-.472-.474-.472-1.14V4.615q0-.666.474-1.14T5.846 3h7.77q.666 0 1.14.475t.475 1.14v5.172q0 .264-.152.467t-.4.279q-.123.036-.233.076t-.215.085V4.615q0-.269-.173-.442T13.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-.096V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T9.23 14v1.5h-1.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h1.5V18q0 .213.144.356t.356.144q.161 0 .285-.094t.151-.244v-.77q.03.674.2 1.337q.171.663.466 1.267q.178.354-.008.679t-.546.325z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShortStayRounded(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="M17.385 16.846V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.48q0 .032.111.293l1.675 1.675q.119.112.277.112t.269-.112t.112-.27t-.112-.276zM9.73 9q-.633 0-1.066-.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.315M5.854 21q-.679 0-1.151-.475q-.472-.474-.472-1.14V4.615q0-.666.474-1.14T5.846 3h7.77q.666 0 1.14.475t.475 1.14v5.172q0 .264-.152.467t-.4.279q-.123.036-.233.076t-.215.085V4.615q0-.269-.173-.442T13.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-.096V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T9.23 14v1.5h-1.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h1.5V18q0 .213.144.356t.356.144q.161 0 .285-.094t.151-.244v-.77q.03.674.2 1.337q.171.663.466 1.267q.178.354-.008.679t-.546.325z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.385 16.846V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.48q0 .032.111.293l1.675 1.675q.119.112.277.112t.269-.112t.112-.27t-.112-.276zM9.73 9q-.633 0-1.066-.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.315M5.854 21q-.679 0-1.151-.475q-.472-.474-.472-1.14V4.615q0-.666.474-1.14T5.846 3h7.77q.666 0 1.14.475t.475 1.14v5.172q0 .264-.152.467t-.4.279q-.123.036-.233.076t-.215.085V4.615q0-.269-.173-.442T13.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-.096V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T9.23 14v1.5h-1.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h1.5V18q0 .213.144.356t.356.144q.161 0 .285-.094t.151-.244v-.77q.03.674.2 1.337q.171.663.466 1.267q.178.354-.008.679t-.546.325z"/></svg>
</template>

CSS

.icon-short-stay-rounded {
  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%22M17.385%2016.846V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.48q0%20.032.111.293l1.675%201.675q.119.112.277.112t.269-.112t.112-.27t-.112-.276zM9.73%209q-.633%200-1.066-.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.315M5.854%2021q-.679%200-1.151-.475q-.472-.474-.472-1.14V4.615q0-.666.474-1.14T5.846%203h7.77q.666%200%201.14.475t.475%201.14v5.172q0%20.264-.152.467t-.4.279q-.123.036-.233.076t-.215.085V4.615q0-.269-.173-.442T13.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-.096V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T9.23%2014v1.5h-1.5q-.213%200-.356.144t-.144.357t.144.356t.356.143h1.5V18q0%20.213.144.356t.356.144q.161%200%20.285-.094t.151-.244v-.77q.03.674.2%201.337q.171.663.466%201.267q.178.354-.008.679t-.546.325z%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%22M17.385%2016.846V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.48q0%20.032.111.293l1.675%201.675q.119.112.277.112t.269-.112t.112-.27t-.112-.276zM9.73%209q-.633%200-1.066-.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.315M5.854%2021q-.679%200-1.151-.475q-.472-.474-.472-1.14V4.615q0-.666.474-1.14T5.846%203h7.77q.666%200%201.14.475t.475%201.14v5.172q0%20.264-.152.467t-.4.279q-.123.036-.233.076t-.215.085V4.615q0-.269-.173-.442T13.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-.096V14q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144T9.23%2014v1.5h-1.5q-.213%200-.356.144t-.144.357t.144.356t.356.143h1.5V18q0%20.213.144.356t.356.144q.161%200%20.285-.094t.151-.244v-.77q.03.674.2%201.337q.171.663.466%201.267q.178.354-.008.679t-.546.325z%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-rounded.svg?color=%231a73e8&size=48