round nights stay icon

round-nights-stay from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-nights-stay
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round nights stay icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.1 12.08c-2-3.88-.92-7.36.07-9.27c.19-.36-.12-.77-.53-.72c-5.02.68-8.86 5.07-8.65 10.32c.01 0 .01 0 .01.01c.62-.27 1.29-.42 2-.42c1.66 0 3.18.83 4.1 2.15A4.01 4.01 0 0 1 11 18c0 1.52-.87 2.83-2.12 3.51c.98.32 2.03.5 3.11.5a10 10 0 0 0 7.76-3.69c.26-.32.04-.79-.37-.82c-2.49-.13-6.28-1.53-8.28-5.42"/><path fill="currentColor" d="M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNightsStay(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="M11.1 12.08c-2-3.88-.92-7.36.07-9.27c.19-.36-.12-.77-.53-.72c-5.02.68-8.86 5.07-8.65 10.32c.01 0 .01 0 .01.01c.62-.27 1.29-.42 2-.42c1.66 0 3.18.83 4.1 2.15A4.01 4.01 0 0 1 11 18c0 1.52-.87 2.83-2.12 3.51c.98.32 2.03.5 3.11.5a10 10 0 0 0 7.76-3.69c.26-.32.04-.79-.37-.82c-2.49-.13-6.28-1.53-8.28-5.42"/><path fill="currentColor" d="M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.1 12.08c-2-3.88-.92-7.36.07-9.27c.19-.36-.12-.77-.53-.72c-5.02.68-8.86 5.07-8.65 10.32c.01 0 .01 0 .01.01c.62-.27 1.29-.42 2-.42c1.66 0 3.18.83 4.1 2.15A4.01 4.01 0 0 1 11 18c0 1.52-.87 2.83-2.12 3.51c.98.32 2.03.5 3.11.5a10 10 0 0 0 7.76-3.69c.26-.32.04-.79-.37-.82c-2.49-.13-6.28-1.53-8.28-5.42"/><path fill="currentColor" d="M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2"/></svg>
</template>

CSS

.icon-round-nights-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%22M11.1%2012.08c-2-3.88-.92-7.36.07-9.27c.19-.36-.12-.77-.53-.72c-5.02.68-8.86%205.07-8.65%2010.32c.01%200%20.01%200%20.01.01c.62-.27%201.29-.42%202-.42c1.66%200%203.18.83%204.1%202.15A4.01%204.01%200%200%201%2011%2018c0%201.52-.87%202.83-2.12%203.51c.98.32%202.03.5%203.11.5a10%2010%200%200%200%207.76-3.69c.26-.32.04-.79-.37-.82c-2.49-.13-6.28-1.53-8.28-5.42%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2016h-.18C6.4%2014.84%205.3%2014%204%2014c-1.66%200-3%201.34-3%203s1.34%203%203%203h3c1.1%200%202-.9%202-2s-.9-2-2-2%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%22M11.1%2012.08c-2-3.88-.92-7.36.07-9.27c.19-.36-.12-.77-.53-.72c-5.02.68-8.86%205.07-8.65%2010.32c.01%200%20.01%200%20.01.01c.62-.27%201.29-.42%202-.42c1.66%200%203.18.83%204.1%202.15A4.01%204.01%200%200%201%2011%2018c0%201.52-.87%202.83-2.12%203.51c.98.32%202.03.5%203.11.5a10%2010%200%200%200%207.76-3.69c.26-.32.04-.79-.37-.82c-2.49-.13-6.28-1.53-8.28-5.42%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2016h-.18C6.4%2014.84%205.3%2014%204%2014c-1.66%200-3%201.34-3%203s1.34%203%203%203h3c1.1%200%202-.9%202-2s-.9-2-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-nights-stay.svg?color=%231a73e8&size=48