houseboat-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
houseboat-rounded
Set
Material Symbols Light
Style
Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

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="M12 17q-1.046 0-1.554.5t-1.771.5q-1.233 0-1.79-.5q-.558-.5-1.535-.5q-.758 0-1.221.386q-.464.385-1.11.547q-.208.061-.363-.089t-.156-.363q0-.233.156-.401t.357-.253q.54-.244.987-.536Q4.446 16 5.325 16q1.258 0 1.825.5t1.5.5q1.008 0 1.566-.5q.559-.5 1.784-.5t1.784.5t1.566.5q.933 0 1.5-.5t1.825-.5q.937 0 1.344.282t.968.545q.202.084.357.253t.156.4q0 .214-.156.364t-.363.089q-.647-.162-1.129-.548Q19.369 17 18.65 17q-.977 0-1.534.5q-.558.5-1.791.5q-1.263 0-1.771-.5T12 17m-5.48-3q-.505 0-.968-.177t-.812-.544l-.675-.694q-.14-.14-.133-.342t.152-.347q.141-.14.332-.143t.338.138l.694.674q.208.208.482.322t.59.113H8V8.894l-.929.689q-.177.115-.362.091q-.186-.024-.32-.201q-.135-.177-.114-.363q.021-.185.198-.32l4.564-3.377q.217-.161.456-.232T12 5.109t.507.072t.457.232l4.544 3.358q.177.135.2.33q.025.195-.11.372q-.134.177-.326.21q-.191.034-.368-.1L16 8.919V13h1.48q.316 0 .59-.113t.482-.322l.694-.674q.14-.141.342-.141t.347.146q.14.14.14.344t-.14.345l-.675.674q-.368.368-.821.555q-.454.186-.958.186zm5.98-1v-1.5q0-.213-.143-.357T12 11t-.357.143t-.143.357V13z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHouseboatRounded(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 17q-1.046 0-1.554.5t-1.771.5q-1.233 0-1.79-.5q-.558-.5-1.535-.5q-.758 0-1.221.386q-.464.385-1.11.547q-.208.061-.363-.089t-.156-.363q0-.233.156-.401t.357-.253q.54-.244.987-.536Q4.446 16 5.325 16q1.258 0 1.825.5t1.5.5q1.008 0 1.566-.5q.559-.5 1.784-.5t1.784.5t1.566.5q.933 0 1.5-.5t1.825-.5q.937 0 1.344.282t.968.545q.202.084.357.253t.156.4q0 .214-.156.364t-.363.089q-.647-.162-1.129-.548Q19.369 17 18.65 17q-.977 0-1.534.5q-.558.5-1.791.5q-1.263 0-1.771-.5T12 17m-5.48-3q-.505 0-.968-.177t-.812-.544l-.675-.694q-.14-.14-.133-.342t.152-.347q.141-.14.332-.143t.338.138l.694.674q.208.208.482.322t.59.113H8V8.894l-.929.689q-.177.115-.362.091q-.186-.024-.32-.201q-.135-.177-.114-.363q.021-.185.198-.32l4.564-3.377q.217-.161.456-.232T12 5.109t.507.072t.457.232l4.544 3.358q.177.135.2.33q.025.195-.11.372q-.134.177-.326.21q-.191.034-.368-.1L16 8.919V13h1.48q.316 0 .59-.113t.482-.322l.694-.674q.14-.141.342-.141t.347.146q.14.14.14.344t-.14.345l-.675.674q-.368.368-.821.555q-.454.186-.958.186zm5.98-1v-1.5q0-.213-.143-.357T12 11t-.357.143t-.143.357V13z"/></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 17q-1.046 0-1.554.5t-1.771.5q-1.233 0-1.79-.5q-.558-.5-1.535-.5q-.758 0-1.221.386q-.464.385-1.11.547q-.208.061-.363-.089t-.156-.363q0-.233.156-.401t.357-.253q.54-.244.987-.536Q4.446 16 5.325 16q1.258 0 1.825.5t1.5.5q1.008 0 1.566-.5q.559-.5 1.784-.5t1.784.5t1.566.5q.933 0 1.5-.5t1.825-.5q.937 0 1.344.282t.968.545q.202.084.357.253t.156.4q0 .214-.156.364t-.363.089q-.647-.162-1.129-.548Q19.369 17 18.65 17q-.977 0-1.534.5q-.558.5-1.791.5q-1.263 0-1.771-.5T12 17m-5.48-3q-.505 0-.968-.177t-.812-.544l-.675-.694q-.14-.14-.133-.342t.152-.347q.141-.14.332-.143t.338.138l.694.674q.208.208.482.322t.59.113H8V8.894l-.929.689q-.177.115-.362.091q-.186-.024-.32-.201q-.135-.177-.114-.363q.021-.185.198-.32l4.564-3.377q.217-.161.456-.232T12 5.109t.507.072t.457.232l4.544 3.358q.177.135.2.33q.025.195-.11.372q-.134.177-.326.21q-.191.034-.368-.1L16 8.919V13h1.48q.316 0 .59-.113t.482-.322l.694-.674q.14-.141.342-.141t.347.146q.14.14.14.344t-.14.345l-.675.674q-.368.368-.821.555q-.454.186-.958.186zm5.98-1v-1.5q0-.213-.143-.357T12 11t-.357.143t-.143.357V13z"/></svg>
</template>

CSS

.icon-houseboat-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%22M12%2017q-1.046%200-1.554.5t-1.771.5q-1.233%200-1.79-.5q-.558-.5-1.535-.5q-.758%200-1.221.386q-.464.385-1.11.547q-.208.061-.363-.089t-.156-.363q0-.233.156-.401t.357-.253q.54-.244.987-.536Q4.446%2016%205.325%2016q1.258%200%201.825.5t1.5.5q1.008%200%201.566-.5q.559-.5%201.784-.5t1.784.5t1.566.5q.933%200%201.5-.5t1.825-.5q.937%200%201.344.282t.968.545q.202.084.357.253t.156.4q0%20.214-.156.364t-.363.089q-.647-.162-1.129-.548Q19.369%2017%2018.65%2017q-.977%200-1.534.5q-.558.5-1.791.5q-1.263%200-1.771-.5T12%2017m-5.48-3q-.505%200-.968-.177t-.812-.544l-.675-.694q-.14-.14-.133-.342t.152-.347q.141-.14.332-.143t.338.138l.694.674q.208.208.482.322t.59.113H8V8.894l-.929.689q-.177.115-.362.091q-.186-.024-.32-.201q-.135-.177-.114-.363q.021-.185.198-.32l4.564-3.377q.217-.161.456-.232T12%205.109t.507.072t.457.232l4.544%203.358q.177.135.2.33q.025.195-.11.372q-.134.177-.326.21q-.191.034-.368-.1L16%208.919V13h1.48q.316%200%20.59-.113t.482-.322l.694-.674q.14-.141.342-.141t.347.146q.14.14.14.344t-.14.345l-.675.674q-.368.368-.821.555q-.454.186-.958.186zm5.98-1v-1.5q0-.213-.143-.357T12%2011t-.357.143t-.143.357V13z%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%2017q-1.046%200-1.554.5t-1.771.5q-1.233%200-1.79-.5q-.558-.5-1.535-.5q-.758%200-1.221.386q-.464.385-1.11.547q-.208.061-.363-.089t-.156-.363q0-.233.156-.401t.357-.253q.54-.244.987-.536Q4.446%2016%205.325%2016q1.258%200%201.825.5t1.5.5q1.008%200%201.566-.5q.559-.5%201.784-.5t1.784.5t1.566.5q.933%200%201.5-.5t1.825-.5q.937%200%201.344.282t.968.545q.202.084.357.253t.156.4q0%20.214-.156.364t-.363.089q-.647-.162-1.129-.548Q19.369%2017%2018.65%2017q-.977%200-1.534.5q-.558.5-1.791.5q-1.263%200-1.771-.5T12%2017m-5.48-3q-.505%200-.968-.177t-.812-.544l-.675-.694q-.14-.14-.133-.342t.152-.347q.141-.14.332-.143t.338.138l.694.674q.208.208.482.322t.59.113H8V8.894l-.929.689q-.177.115-.362.091q-.186-.024-.32-.201q-.135-.177-.114-.363q.021-.185.198-.32l4.564-3.377q.217-.161.456-.232T12%205.109t.507.072t.457.232l4.544%203.358q.177.135.2.33q.025.195-.11.372q-.134.177-.326.21q-.191.034-.368-.1L16%208.919V13h1.48q.316%200%20.59-.113t.482-.322l.694-.674q.14-.141.342-.141t.347.146q.14.14.14.344t-.14.345l-.675.674q-.368.368-.821.555q-.454.186-.958.186zm5.98-1v-1.5q0-.213-.143-.357T12%2011t-.357.143t-.143.357V13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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