houseboat-outline-sharp from Material Symbols by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.

Name
houseboat-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the houseboat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 19v-2q.95 0 1.4-.5t1.925-.5q1.45 0 1.95.5t1.375.5q.95 0 1.413-.5T12 16t1.938.5t1.412.5q.875 0 1.375-.5t1.95-.5q1.475 0 1.925.5t1.4.5v2q-1.425 0-1.95-.5t-1.4-.5q-.9 0-1.4.5t-1.925.5q-1.475 0-1.925-.5T12 18t-1.4.5t-1.925.5q-1.425 0-1.925-.5t-1.4-.5q-.875 0-1.4.5T2 19m.25-6.25l1.4-1.4L5.325 13H7V9.625l-1.325.975L4.5 9L12 3.5L19.5 9l-1.175 1.625L17 9.65V13h1.675l1.675-1.65l1.4 1.4L19.5 15h-15zM9 13h2v-2h2v2h2V8.175l-3-2.2l-3 2.2zm0 0h6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHouseboatOutlineSharp(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="M2 19v-2q.95 0 1.4-.5t1.925-.5q1.45 0 1.95.5t1.375.5q.95 0 1.413-.5T12 16t1.938.5t1.412.5q.875 0 1.375-.5t1.95-.5q1.475 0 1.925.5t1.4.5v2q-1.425 0-1.95-.5t-1.4-.5q-.9 0-1.4.5t-1.925.5q-1.475 0-1.925-.5T12 18t-1.4.5t-1.925.5q-1.425 0-1.925-.5t-1.4-.5q-.875 0-1.4.5T2 19m.25-6.25l1.4-1.4L5.325 13H7V9.625l-1.325.975L4.5 9L12 3.5L19.5 9l-1.175 1.625L17 9.65V13h1.675l1.675-1.65l1.4 1.4L19.5 15h-15zM9 13h2v-2h2v2h2V8.175l-3-2.2l-3 2.2zm0 0h6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 19v-2q.95 0 1.4-.5t1.925-.5q1.45 0 1.95.5t1.375.5q.95 0 1.413-.5T12 16t1.938.5t1.412.5q.875 0 1.375-.5t1.95-.5q1.475 0 1.925.5t1.4.5v2q-1.425 0-1.95-.5t-1.4-.5q-.9 0-1.4.5t-1.925.5q-1.475 0-1.925-.5T12 18t-1.4.5t-1.925.5q-1.425 0-1.925-.5t-1.4-.5q-.875 0-1.4.5T2 19m.25-6.25l1.4-1.4L5.325 13H7V9.625l-1.325.975L4.5 9L12 3.5L19.5 9l-1.175 1.625L17 9.65V13h1.675l1.675-1.65l1.4 1.4L19.5 15h-15zM9 13h2v-2h2v2h2V8.175l-3-2.2l-3 2.2zm0 0h6z"/></svg>
</template>

CSS

.icon-houseboat-outline-sharp {
  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%22M2%2019v-2q.95%200%201.4-.5t1.925-.5q1.45%200%201.95.5t1.375.5q.95%200%201.413-.5T12%2016t1.938.5t1.412.5q.875%200%201.375-.5t1.95-.5q1.475%200%201.925.5t1.4.5v2q-1.425%200-1.95-.5t-1.4-.5q-.9%200-1.4.5t-1.925.5q-1.475%200-1.925-.5T12%2018t-1.4.5t-1.925.5q-1.425%200-1.925-.5t-1.4-.5q-.875%200-1.4.5T2%2019m.25-6.25l1.4-1.4L5.325%2013H7V9.625l-1.325.975L4.5%209L12%203.5L19.5%209l-1.175%201.625L17%209.65V13h1.675l1.675-1.65l1.4%201.4L19.5%2015h-15zM9%2013h2v-2h2v2h2V8.175l-3-2.2l-3%202.2zm0%200h6z%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%22M2%2019v-2q.95%200%201.4-.5t1.925-.5q1.45%200%201.95.5t1.375.5q.95%200%201.413-.5T12%2016t1.938.5t1.412.5q.875%200%201.375-.5t1.95-.5q1.475%200%201.925.5t1.4.5v2q-1.425%200-1.95-.5t-1.4-.5q-.9%200-1.4.5t-1.925.5q-1.475%200-1.925-.5T12%2018t-1.4.5t-1.925.5q-1.425%200-1.925-.5t-1.4-.5q-.875%200-1.4.5T2%2019m.25-6.25l1.4-1.4L5.325%2013H7V9.625l-1.325.975L4.5%209L12%203.5L19.5%209l-1.175%201.625L17%209.65V13h1.675l1.675-1.65l1.4%201.4L19.5%2015h-15zM9%2013h2v-2h2v2h2V8.175l-3-2.2l-3%202.2zm0%200h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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