round houseboat icon
round-houseboat from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-houseboat
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the round houseboat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 17.83c0-.42-.27-.8-.67-.94c-.71-.27-1.12-.89-2.66-.89c-1.91 0-2.14 1-3.33 1c-1.24 0-1.39-1-3.34-1s-2.1 1-3.34 1c-1.19 0-1.42-1-3.33-1c-1.54 0-1.95.62-2.66.88c-.4.15-.67.52-.67.95c0 .7.69 1.19 1.35.95c.8-.29 1.18-.78 2-.78c1.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-1c.83 0 1.21.49 2 .78c.66.24 1.35-.26 1.35-.95m-3.09-8.02a.996.996 0 0 0-.22-1.4l-6.1-4.47a.99.99 0 0 0-1.18 0l-6.1 4.47c-.45.33-.54.95-.22 1.4c.33.45.95.54 1.4.22L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-.66-.66a.996.996 0 1 0-1.41 1.41l.66.66c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l.66-.66a.996.996 0 1 0-1.41-1.41l-.66.66c-.18.18-.44.29-.7.29H17V9.65l.51.37c.45.33 1.07.23 1.4-.21M13 13h-2v-2h2z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundHouseboat(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="M22 17.83c0-.42-.27-.8-.67-.94c-.71-.27-1.12-.89-2.66-.89c-1.91 0-2.14 1-3.33 1c-1.24 0-1.39-1-3.34-1s-2.1 1-3.34 1c-1.19 0-1.42-1-3.33-1c-1.54 0-1.95.62-2.66.88c-.4.15-.67.52-.67.95c0 .7.69 1.19 1.35.95c.8-.29 1.18-.78 2-.78c1.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-1c.83 0 1.21.49 2 .78c.66.24 1.35-.26 1.35-.95m-3.09-8.02a.996.996 0 0 0-.22-1.4l-6.1-4.47a.99.99 0 0 0-1.18 0l-6.1 4.47c-.45.33-.54.95-.22 1.4c.33.45.95.54 1.4.22L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-.66-.66a.996.996 0 1 0-1.41 1.41l.66.66c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l.66-.66a.996.996 0 1 0-1.41-1.41l-.66.66c-.18.18-.44.29-.7.29H17V9.65l.51.37c.45.33 1.07.23 1.4-.21M13 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="M22 17.83c0-.42-.27-.8-.67-.94c-.71-.27-1.12-.89-2.66-.89c-1.91 0-2.14 1-3.33 1c-1.24 0-1.39-1-3.34-1s-2.1 1-3.34 1c-1.19 0-1.42-1-3.33-1c-1.54 0-1.95.62-2.66.88c-.4.15-.67.52-.67.95c0 .7.69 1.19 1.35.95c.8-.29 1.18-.78 2-.78c1.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-1c.83 0 1.21.49 2 .78c.66.24 1.35-.26 1.35-.95m-3.09-8.02a.996.996 0 0 0-.22-1.4l-6.1-4.47a.99.99 0 0 0-1.18 0l-6.1 4.47c-.45.33-.54.95-.22 1.4c.33.45.95.54 1.4.22L7 9.65V13H5.74c-.27 0-.52-.11-.71-.29l-.66-.66a.996.996 0 1 0-1.41 1.41l.66.66c.56.56 1.33.88 2.12.88h12.51c.8 0 1.56-.32 2.12-.88l.66-.66a.996.996 0 1 0-1.41-1.41l-.66.66c-.18.18-.44.29-.7.29H17V9.65l.51.37c.45.33 1.07.23 1.4-.21M13 13h-2v-2h2z"/></svg> </template>
CSS
.icon-round-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%22M22%2017.83c0-.42-.27-.8-.67-.94c-.71-.27-1.12-.89-2.66-.89c-1.91%200-2.14%201-3.33%201c-1.24%200-1.39-1-3.34-1s-2.1%201-3.34%201c-1.19%200-1.42-1-3.33-1c-1.54%200-1.95.62-2.66.88c-.4.15-.67.52-.67.95c0%20.7.69%201.19%201.35.95c.8-.29%201.18-.78%202-.78c1.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-1c.83%200%201.21.49%202%20.78c.66.24%201.35-.26%201.35-.95m-3.09-8.02a.996.996%200%200%200-.22-1.4l-6.1-4.47a.99.99%200%200%200-1.18%200l-6.1%204.47c-.45.33-.54.95-.22%201.4c.33.45.95.54%201.4.22L7%209.65V13H5.74c-.27%200-.52-.11-.71-.29l-.66-.66a.996.996%200%201%200-1.41%201.41l.66.66c.56.56%201.33.88%202.12.88h12.51c.8%200%201.56-.32%202.12-.88l.66-.66a.996.996%200%201%200-1.41-1.41l-.66.66c-.18.18-.44.29-.7.29H17V9.65l.51.37c.45.33%201.07.23%201.4-.21M13%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%22M22%2017.83c0-.42-.27-.8-.67-.94c-.71-.27-1.12-.89-2.66-.89c-1.91%200-2.14%201-3.33%201c-1.24%200-1.39-1-3.34-1s-2.1%201-3.34%201c-1.19%200-1.42-1-3.33-1c-1.54%200-1.95.62-2.66.88c-.4.15-.67.52-.67.95c0%20.7.69%201.19%201.35.95c.8-.29%201.18-.78%202-.78c1.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-1c.83%200%201.21.49%202%20.78c.66.24%201.35-.26%201.35-.95m-3.09-8.02a.996.996%200%200%200-.22-1.4l-6.1-4.47a.99.99%200%200%200-1.18%200l-6.1%204.47c-.45.33-.54.95-.22%201.4c.33.45.95.54%201.4.22L7%209.65V13H5.74c-.27%200-.52-.11-.71-.29l-.66-.66a.996.996%200%201%200-1.41%201.41l.66.66c.56.56%201.33.88%202.12.88h12.51c.8%200%201.56-.32%202.12-.88l.66-.66a.996.996%200%201%200-1.41-1.41l-.66.66c-.18.18-.44.29-.7.29H17V9.65l.51.37c.45.33%201.07.23%201.4-.21M13%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/round-houseboat.svg?color=%231a73e8&size=48