sailing hotel icon

sailing-hotel from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
sailing-hotel
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the sailing hotel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16 22H8V2c3.685.64 6.035 2.565 7.462 5c.896 1.53 1.428 3.26 1.697 5a20.4 20.4 0 0 1 .128 5c-.208 2.184-.728 4.022-1.287 5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16.65 12H8m6.95-5H8m8.8 10H8m12 5H5m3 0V2c6 1.043 8.46 5.49 9.159 10c.583 3.77-.065 7.586-.909 9.499"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignSailingHotel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16 22H8V2c3.685.64 6.035 2.565 7.462 5c.896 1.53 1.428 3.26 1.697 5a20.4 20.4 0 0 1 .128 5c-.208 2.184-.728 4.022-1.287 5"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M16.65 12H8m6.95-5H8m8.8 10H8m12 5H5m3 0V2c6 1.043 8.46 5.49 9.159 10c.583 3.77-.065 7.586-.909 9.499"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16 22H8V2c3.685.64 6.035 2.565 7.462 5c.896 1.53 1.428 3.26 1.697 5a20.4 20.4 0 0 1 .128 5c-.208 2.184-.728 4.022-1.287 5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16.65 12H8m6.95-5H8m8.8 10H8m12 5H5m3 0V2c6 1.043 8.46 5.49 9.159 10c.583 3.77-.065 7.586-.909 9.499"/></g></svg>
</template>

CSS

.icon-sailing-hotel {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16%2022H8V2c3.685.64%206.035%202.565%207.462%205c.896%201.53%201.428%203.26%201.697%205a20.4%2020.4%200%200%201%20.128%205c-.208%202.184-.728%204.022-1.287%205%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16.65%2012H8m6.95-5H8m8.8%2010H8m12%205H5m3%200V2c6%201.043%208.46%205.49%209.159%2010c.583%203.77-.065%207.586-.909%209.499%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16%2022H8V2c3.685.64%206.035%202.565%207.462%205c.896%201.53%201.428%203.26%201.697%205a20.4%2020.4%200%200%201%20.128%205c-.208%202.184-.728%204.022-1.287%205%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16.65%2012H8m6.95-5H8m8.8%2010H8m12%205H5m3%200V2c6%201.043%208.46%205.49%209.159%2010c.583%203.77-.065%207.586-.909%209.499%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/sailing-hotel.svg?color=%231a73e8&size=48