round cottage icon
round-cottage from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-cottage
- 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 cottage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.39 12.19a.99.99 0 0 0-.19-1.4l-9.6-7.33c-.36-.27-.86-.27-1.21 0L6 7.58V7c0-.55-.45-1-1-1s-1 .45-1 1v2.11l-2.21 1.68c-.44.33-.52.96-.19 1.4c.34.44.96.52 1.4.19l1-.76V20c0 .55.45 1 1 1h6v-5c0-.55.45-1 1-1s1 .45 1 1v5h6c.55 0 1-.45 1-1v-8.38l.99.76c.44.34 1.07.25 1.4-.19M5.27 5c-.74 0-1.26-.8-.9-1.45C4.89 2.62 5.87 2 7 2c.38 0 .72-.22.89-.53c.15-.31.5-.47.84-.47c.74 0 1.26.8.9 1.45C9.11 3.38 8.13 4 7 4c-.38 0-.72.22-.89.53c-.15.31-.5.47-.84.47"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundCottage(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.39 12.19a.99.99 0 0 0-.19-1.4l-9.6-7.33c-.36-.27-.86-.27-1.21 0L6 7.58V7c0-.55-.45-1-1-1s-1 .45-1 1v2.11l-2.21 1.68c-.44.33-.52.96-.19 1.4c.34.44.96.52 1.4.19l1-.76V20c0 .55.45 1 1 1h6v-5c0-.55.45-1 1-1s1 .45 1 1v5h6c.55 0 1-.45 1-1v-8.38l.99.76c.44.34 1.07.25 1.4-.19M5.27 5c-.74 0-1.26-.8-.9-1.45C4.89 2.62 5.87 2 7 2c.38 0 .72-.22.89-.53c.15-.31.5-.47.84-.47c.74 0 1.26.8.9 1.45C9.11 3.38 8.13 4 7 4c-.38 0-.72.22-.89.53c-.15.31-.5.47-.84.47"/></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.39 12.19a.99.99 0 0 0-.19-1.4l-9.6-7.33c-.36-.27-.86-.27-1.21 0L6 7.58V7c0-.55-.45-1-1-1s-1 .45-1 1v2.11l-2.21 1.68c-.44.33-.52.96-.19 1.4c.34.44.96.52 1.4.19l1-.76V20c0 .55.45 1 1 1h6v-5c0-.55.45-1 1-1s1 .45 1 1v5h6c.55 0 1-.45 1-1v-8.38l.99.76c.44.34 1.07.25 1.4-.19M5.27 5c-.74 0-1.26-.8-.9-1.45C4.89 2.62 5.87 2 7 2c.38 0 .72-.22.89-.53c.15-.31.5-.47.84-.47c.74 0 1.26.8.9 1.45C9.11 3.38 8.13 4 7 4c-.38 0-.72.22-.89.53c-.15.31-.5.47-.84.47"/></svg> </template>
CSS
.icon-round-cottage {
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.39%2012.19a.99.99%200%200%200-.19-1.4l-9.6-7.33c-.36-.27-.86-.27-1.21%200L6%207.58V7c0-.55-.45-1-1-1s-1%20.45-1%201v2.11l-2.21%201.68c-.44.33-.52.96-.19%201.4c.34.44.96.52%201.4.19l1-.76V20c0%20.55.45%201%201%201h6v-5c0-.55.45-1%201-1s1%20.45%201%201v5h6c.55%200%201-.45%201-1v-8.38l.99.76c.44.34%201.07.25%201.4-.19M5.27%205c-.74%200-1.26-.8-.9-1.45C4.89%202.62%205.87%202%207%202c.38%200%20.72-.22.89-.53c.15-.31.5-.47.84-.47c.74%200%201.26.8.9%201.45C9.11%203.38%208.13%204%207%204c-.38%200-.72.22-.89.53c-.15.31-.5.47-.84.47%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.39%2012.19a.99.99%200%200%200-.19-1.4l-9.6-7.33c-.36-.27-.86-.27-1.21%200L6%207.58V7c0-.55-.45-1-1-1s-1%20.45-1%201v2.11l-2.21%201.68c-.44.33-.52.96-.19%201.4c.34.44.96.52%201.4.19l1-.76V20c0%20.55.45%201%201%201h6v-5c0-.55.45-1%201-1s1%20.45%201%201v5h6c.55%200%201-.45%201-1v-8.38l.99.76c.44.34%201.07.25%201.4-.19M5.27%205c-.74%200-1.26-.8-.9-1.45C4.89%202.62%205.87%202%207%202c.38%200%20.72-.22.89-.53c.15-.31.5-.47.84-.47c.74%200%201.26.8.9%201.45C9.11%203.38%208.13%204%207%204c-.38%200-.72.22-.89.53c-.15.31-.5.47-.84.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-cottage.svg?color=%231a73e8&size=48