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

Name
short-stay-rounded
Set
Material Symbols
Style
Rounded
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="M17.5 16.8v-2.3q0-.2-.15-.35T17 14t-.35.15t-.15.35V17q0 .05.15.35l1.675 1.675q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM9.5 9q-.825 0-1.412-.587T7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9m3.963 11.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v5.325q0 .325-.2.575t-.525.325q-.35.1-.663.212t-.612.238V4H5v6.525q.45-.275.95-.4T7 10h7.15v.6q-1.275.575-2.212 1.55T10.5 14.4V14q0-.425-.288-.712T9.5 13t-.712.288T8.5 14v1h-1q-.425 0-.712.288T6.5 16t.288.713T7.5 17h1v1q0 .425.288.713T9.5 19q.2 0 .4-.075t.325-.225q.125.5.325 1t.475.95t.05.9t-.7.45z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShortStayRounded(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.5 16.8v-2.3q0-.2-.15-.35T17 14t-.35.15t-.15.35V17q0 .05.15.35l1.675 1.675q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM9.5 9q-.825 0-1.412-.587T7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9m3.963 11.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v5.325q0 .325-.2.575t-.525.325q-.35.1-.663.212t-.612.238V4H5v6.525q.45-.275.95-.4T7 10h7.15v.6q-1.275.575-2.212 1.55T10.5 14.4V14q0-.425-.288-.712T9.5 13t-.712.288T8.5 14v1h-1q-.425 0-.712.288T6.5 16t.288.713T7.5 17h1v1q0 .425.288.713T9.5 19q.2 0 .4-.075t.325-.225q.125.5.325 1t.475.95t.05.9t-.7.45z"/></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.5 16.8v-2.3q0-.2-.15-.35T17 14t-.35.15t-.15.35V17q0 .05.15.35l1.675 1.675q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM9.5 9q-.825 0-1.412-.587T7.5 7t.588-1.412T9.5 5t1.413.588T11.5 7t-.587 1.413T9.5 9m3.963 11.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v5.325q0 .325-.2.575t-.525.325q-.35.1-.663.212t-.612.238V4H5v6.525q.45-.275.95-.4T7 10h7.15v.6q-1.275.575-2.212 1.55T10.5 14.4V14q0-.425-.288-.712T9.5 13t-.712.288T8.5 14v1h-1q-.425 0-.712.288T6.5 16t.288.713T7.5 17h1v1q0 .425.288.713T9.5 19q.2 0 .4-.075t.325-.225q.125.5.325 1t.475.95t.05.9t-.7.45z"/></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.5%2016.8v-2.3q0-.2-.15-.35T17%2014t-.35.15t-.15.35V17q0%20.05.15.35l1.675%201.675q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM9.5%209q-.825%200-1.412-.587T7.5%207t.588-1.412T9.5%205t1.413.588T11.5%207t-.587%201.413T9.5%209m3.963%2011.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v5.325q0%20.325-.2.575t-.525.325q-.35.1-.663.212t-.612.238V4H5v6.525q.45-.275.95-.4T7%2010h7.15v.6q-1.275.575-2.212%201.55T10.5%2014.4V14q0-.425-.288-.712T9.5%2013t-.712.288T8.5%2014v1h-1q-.425%200-.712.288T6.5%2016t.288.713T7.5%2017h1v1q0%20.425.288.713T9.5%2019q.2%200%20.4-.075t.325-.225q.125.5.325%201t.475.95t.05.9t-.7.45z%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.5%2016.8v-2.3q0-.2-.15-.35T17%2014t-.35.15t-.15.35V17q0%20.05.15.35l1.675%201.675q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM9.5%209q-.825%200-1.412-.587T7.5%207t.588-1.412T9.5%205t1.413.588T11.5%207t-.587%201.413T9.5%209m3.963%2011.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v5.325q0%20.325-.2.575t-.525.325q-.35.1-.663.212t-.612.238V4H5v6.525q.45-.275.95-.4T7%2010h7.15v.6q-1.275.575-2.212%201.55T10.5%2014.4V14q0-.425-.288-.712T9.5%2013t-.712.288T8.5%2014v1h-1q-.425%200-.712.288T6.5%2016t.288.713T7.5%2017h1v1q0%20.425.288.713T9.5%2019q.2%200%20.4-.075t.325-.225q.125.5.325%201t.475.95t.05.9t-.7.45z%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-rounded.svg?color=%231a73e8&size=48