houseboat icon
houseboat-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- houseboat-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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 18q-.95 0-1.4.5t-1.925.5q-1.425 0-1.925-.5t-1.4-.5q-.7 0-1.125.338T3 18.874q-.4.1-.7-.175T2 18t.3-.737t.675-.513q.425-.225.9-.488T5.325 16q1.45 0 1.95.5t1.375.5q.95 0 1.412-.5T12 16t1.937.5t1.413.5q.875 0 1.375-.5t1.95-.5q.975 0 1.45.263t.9.487q.375.2.675.513T22 18t-.3.7t-.7.175q-.8-.2-1.225-.537T18.65 18q-.9 0-1.4.5t-1.925.5q-1.475 0-1.925-.5T12 18m-6.25-3q-.6 0-1.15-.225t-.975-.65l-.675-.675q-.275-.275-.288-.687t.288-.713q.275-.275.688-.288t.712.263l.675.675q.15.15.338.225T5.75 13H7V9.625l-.525.4q-.35.25-.737.188T5.1 9.8t-.2-.737t.4-.638l5.525-4.05q.275-.2.563-.3t.612-.1t.613.1t.562.3l5.525 4.05q.35.25.413.638t-.188.737t-.663.413t-.762-.188L17 9.65V13h1.25q.2 0 .388-.075t.337-.225l.675-.675q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-.675.675q-.425.425-.975.65T18.25 15zM13 13v-1q0-.425-.288-.712T12 11t-.712.288T11 12v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHouseboatRounded(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 18q-.95 0-1.4.5t-1.925.5q-1.425 0-1.925-.5t-1.4-.5q-.7 0-1.125.338T3 18.874q-.4.1-.7-.175T2 18t.3-.737t.675-.513q.425-.225.9-.488T5.325 16q1.45 0 1.95.5t1.375.5q.95 0 1.412-.5T12 16t1.937.5t1.413.5q.875 0 1.375-.5t1.95-.5q.975 0 1.45.263t.9.487q.375.2.675.513T22 18t-.3.7t-.7.175q-.8-.2-1.225-.537T18.65 18q-.9 0-1.4.5t-1.925.5q-1.475 0-1.925-.5T12 18m-6.25-3q-.6 0-1.15-.225t-.975-.65l-.675-.675q-.275-.275-.288-.687t.288-.713q.275-.275.688-.288t.712.263l.675.675q.15.15.338.225T5.75 13H7V9.625l-.525.4q-.35.25-.737.188T5.1 9.8t-.2-.737t.4-.638l5.525-4.05q.275-.2.563-.3t.612-.1t.613.1t.562.3l5.525 4.05q.35.25.413.638t-.188.737t-.663.413t-.762-.188L17 9.65V13h1.25q.2 0 .388-.075t.337-.225l.675-.675q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-.675.675q-.425.425-.975.65T18.25 15zM13 13v-1q0-.425-.288-.712T12 11t-.712.288T11 12v1z"/></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 18q-.95 0-1.4.5t-1.925.5q-1.425 0-1.925-.5t-1.4-.5q-.7 0-1.125.338T3 18.874q-.4.1-.7-.175T2 18t.3-.737t.675-.513q.425-.225.9-.488T5.325 16q1.45 0 1.95.5t1.375.5q.95 0 1.412-.5T12 16t1.937.5t1.413.5q.875 0 1.375-.5t1.95-.5q.975 0 1.45.263t.9.487q.375.2.675.513T22 18t-.3.7t-.7.175q-.8-.2-1.225-.537T18.65 18q-.9 0-1.4.5t-1.925.5q-1.475 0-1.925-.5T12 18m-6.25-3q-.6 0-1.15-.225t-.975-.65l-.675-.675q-.275-.275-.288-.687t.288-.713q.275-.275.688-.288t.712.263l.675.675q.15.15.338.225T5.75 13H7V9.625l-.525.4q-.35.25-.737.188T5.1 9.8t-.2-.737t.4-.638l5.525-4.05q.275-.2.563-.3t.612-.1t.613.1t.562.3l5.525 4.05q.35.25.413.638t-.188.737t-.663.413t-.762-.188L17 9.65V13h1.25q.2 0 .388-.075t.337-.225l.675-.675q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-.675.675q-.425.425-.975.65T18.25 15zM13 13v-1q0-.425-.288-.712T12 11t-.712.288T11 12v1z"/></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%2018q-.95%200-1.4.5t-1.925.5q-1.425%200-1.925-.5t-1.4-.5q-.7%200-1.125.338T3%2018.874q-.4.1-.7-.175T2%2018t.3-.737t.675-.513q.425-.225.9-.488T5.325%2016q1.45%200%201.95.5t1.375.5q.95%200%201.412-.5T12%2016t1.937.5t1.413.5q.875%200%201.375-.5t1.95-.5q.975%200%201.45.263t.9.487q.375.2.675.513T22%2018t-.3.7t-.7.175q-.8-.2-1.225-.537T18.65%2018q-.9%200-1.4.5t-1.925.5q-1.475%200-1.925-.5T12%2018m-6.25-3q-.6%200-1.15-.225t-.975-.65l-.675-.675q-.275-.275-.288-.687t.288-.713q.275-.275.688-.288t.712.263l.675.675q.15.15.338.225T5.75%2013H7V9.625l-.525.4q-.35.25-.737.188T5.1%209.8t-.2-.737t.4-.638l5.525-4.05q.275-.2.563-.3t.612-.1t.613.1t.562.3l5.525%204.05q.35.25.413.638t-.188.737t-.663.413t-.762-.188L17%209.65V13h1.25q.2%200%20.388-.075t.337-.225l.675-.675q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-.675.675q-.425.425-.975.65T18.25%2015zM13%2013v-1q0-.425-.288-.712T12%2011t-.712.288T11%2012v1z%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%2018q-.95%200-1.4.5t-1.925.5q-1.425%200-1.925-.5t-1.4-.5q-.7%200-1.125.338T3%2018.874q-.4.1-.7-.175T2%2018t.3-.737t.675-.513q.425-.225.9-.488T5.325%2016q1.45%200%201.95.5t1.375.5q.95%200%201.412-.5T12%2016t1.937.5t1.413.5q.875%200%201.375-.5t1.95-.5q.975%200%201.45.263t.9.487q.375.2.675.513T22%2018t-.3.7t-.7.175q-.8-.2-1.225-.537T18.65%2018q-.9%200-1.4.5t-1.925.5q-1.475%200-1.925-.5T12%2018m-6.25-3q-.6%200-1.15-.225t-.975-.65l-.675-.675q-.275-.275-.288-.687t.288-.713q.275-.275.688-.288t.712.263l.675.675q.15.15.338.225T5.75%2013H7V9.625l-.525.4q-.35.25-.737.188T5.1%209.8t-.2-.737t.4-.638l5.525-4.05q.275-.2.563-.3t.612-.1t.613.1t.562.3l5.525%204.05q.35.25.413.638t-.188.737t-.663.413t-.762-.188L17%209.65V13h1.25q.2%200%20.388-.075t.337-.225l.675-.675q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-.675.675q-.425.425-.975.65T18.25%2015zM13%2013v-1q0-.425-.288-.712T12%2011t-.712.288T11%2012v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/houseboat-rounded.svg?color=%231a73e8&size=48