baseline houseboat icon

baseline-houseboat from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
baseline-houseboat
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the baseline houseboat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16c-1.95 0-2.1 1-3.34 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1c1.19 0 1.42 1 3.33 1c1.95 0 2.08-1 3.32-1s1.37 1 3.32 1c1.91 0 2.14-1 3.33-1c1.18 0 1.45 1 3.35 1v-2c-1.24 0-1.38-1-3.33-1c-1.91 0-2.14 1-3.33 1c-1.24 0-1.39-1-3.34-1m8.34-4.66l-1.37 1.37c-.19.18-.45.29-.71.29H17V9.65l1.32.97L19.5 9L12 3.5L4.5 9l1.18 1.61L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-1.37-1.37l-1.41 1.41l1.37 1.37c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l1.37-1.37zM13 13h-2v-2h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineHouseboat(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="M12 16c-1.95 0-2.1 1-3.34 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1c1.19 0 1.42 1 3.33 1c1.95 0 2.08-1 3.32-1s1.37 1 3.32 1c1.91 0 2.14-1 3.33-1c1.18 0 1.45 1 3.35 1v-2c-1.24 0-1.38-1-3.33-1c-1.91 0-2.14 1-3.33 1c-1.24 0-1.39-1-3.34-1m8.34-4.66l-1.37 1.37c-.19.18-.45.29-.71.29H17V9.65l1.32.97L19.5 9L12 3.5L4.5 9l1.18 1.61L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-1.37-1.37l-1.41 1.41l1.37 1.37c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l1.37-1.37zM13 13h-2v-2h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16c-1.95 0-2.1 1-3.34 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1c1.19 0 1.42 1 3.33 1c1.95 0 2.08-1 3.32-1s1.37 1 3.32 1c1.91 0 2.14-1 3.33-1c1.18 0 1.45 1 3.35 1v-2c-1.24 0-1.38-1-3.33-1c-1.91 0-2.14 1-3.33 1c-1.24 0-1.39-1-3.34-1m8.34-4.66l-1.37 1.37c-.19.18-.45.29-.71.29H17V9.65l1.32.97L19.5 9L12 3.5L4.5 9l1.18 1.61L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-1.37-1.37l-1.41 1.41l1.37 1.37c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l1.37-1.37zM13 13h-2v-2h2z"/></svg>
</template>

CSS

.icon-baseline-houseboat {
  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%22M12%2016c-1.95%200-2.1%201-3.34%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.09%201-3.33%201v2c1.9%200%202.17-1%203.35-1c1.19%200%201.42%201%203.33%201c1.95%200%202.08-1%203.32-1s1.37%201%203.32%201c1.91%200%202.14-1%203.33-1c1.18%200%201.45%201%203.35%201v-2c-1.24%200-1.38-1-3.33-1c-1.91%200-2.14%201-3.33%201c-1.24%200-1.39-1-3.34-1m8.34-4.66l-1.37%201.37c-.19.18-.45.29-.71.29H17V9.65l1.32.97L19.5%209L12%203.5L4.5%209l1.18%201.61L7%209.65V13H5.74c-.27%200-.52-.11-.71-.29l-1.37-1.37l-1.41%201.41l1.37%201.37c.56.56%201.33.88%202.12.88h12.51c.8%200%201.56-.32%202.12-.88l1.37-1.37zM13%2013h-2v-2h2z%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%22M12%2016c-1.95%200-2.1%201-3.34%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.09%201-3.33%201v2c1.9%200%202.17-1%203.35-1c1.19%200%201.42%201%203.33%201c1.95%200%202.08-1%203.32-1s1.37%201%203.32%201c1.91%200%202.14-1%203.33-1c1.18%200%201.45%201%203.35%201v-2c-1.24%200-1.38-1-3.33-1c-1.91%200-2.14%201-3.33%201c-1.24%200-1.39-1-3.34-1m8.34-4.66l-1.37%201.37c-.19.18-.45.29-.71.29H17V9.65l1.32.97L19.5%209L12%203.5L4.5%209l1.18%201.61L7%209.65V13H5.74c-.27%200-.52-.11-.71-.29l-1.37-1.37l-1.41%201.41l1.37%201.37c.56.56%201.33.88%202.12.88h12.51c.8%200%201.56-.32%202.12-.88l1.37-1.37zM13%2013h-2v-2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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