island from Material Design Icons by Pictogrammers · Filled · Places · Apache-2.0 Free for personal and commercial use.

Name
island
Set
Material Design Icons
Style
Filled
Category
Places
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More places icons from Material Design Icons

Use the island icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2zm.78-1H20c-1.18 0-2.36-.4-3.42-1.15l-.58-.4l-.58.4c-1.03.72-2.21 1.1-3.42 1.1c-1.23 0-2.41-.38-3.44-1.1l-.56-.4l-.57.4C6.36 18.6 5.18 19 4 19h-.78c.53-1.46 2.36-4 8.78-4c2 0 3 .24 3 .24c.68-1.37 1.83-4.47 1-8.42l1.06.71c.33 1.43.94 4.22-.26 8.12c2.63.85 3.62 2.35 3.98 3.35M22 7.59c-.79-1.09-2-1.88-3.42-2.06c.12.14.23.3.34.47a5.03 5.03 0 0 1-.45 5.95c.59-1.45.53-3.16-.39-4.59c-.08-.08-.12-.16-.18-.25c-.4-.58-.94-1.05-1.52-1.39c-2.03.65-3.5 2.55-3.5 4.78c0 .53.08 1.03.22 1.5c-.6-.83-.94-1.83-.94-2.93c0-1.66.8-3.12 2.04-4.04c-1.04-.08-2.11.15-3.06.75c-.44.27-.82.6-1.14.98c.39-.94 1.05-1.76 2-2.36a4.85 4.85 0 0 1 3.39-.71a5.2 5.2 0 0 0-1.06-1.09c-.41-.31-.86-.55-1.33-.72c1 .03 2.04.36 2.91 1.01c.44.33.79.73 1.09 1.16c.06 0 .12-.01.19-.01A5.03 5.03 0 0 1 22 7.59"/></svg>

React

import type { SVGProps } from "react";

export function MdiIsland(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="M20 20c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2zm.78-1H20c-1.18 0-2.36-.4-3.42-1.15l-.58-.4l-.58.4c-1.03.72-2.21 1.1-3.42 1.1c-1.23 0-2.41-.38-3.44-1.1l-.56-.4l-.57.4C6.36 18.6 5.18 19 4 19h-.78c.53-1.46 2.36-4 8.78-4c2 0 3 .24 3 .24c.68-1.37 1.83-4.47 1-8.42l1.06.71c.33 1.43.94 4.22-.26 8.12c2.63.85 3.62 2.35 3.98 3.35M22 7.59c-.79-1.09-2-1.88-3.42-2.06c.12.14.23.3.34.47a5.03 5.03 0 0 1-.45 5.95c.59-1.45.53-3.16-.39-4.59c-.08-.08-.12-.16-.18-.25c-.4-.58-.94-1.05-1.52-1.39c-2.03.65-3.5 2.55-3.5 4.78c0 .53.08 1.03.22 1.5c-.6-.83-.94-1.83-.94-2.93c0-1.66.8-3.12 2.04-4.04c-1.04-.08-2.11.15-3.06.75c-.44.27-.82.6-1.14.98c.39-.94 1.05-1.76 2-2.36a4.85 4.85 0 0 1 3.39-.71a5.2 5.2 0 0 0-1.06-1.09c-.41-.31-.86-.55-1.33-.72c1 .03 2.04.36 2.91 1.01c.44.33.79.73 1.09 1.16c.06 0 .12-.01.19-.01A5.03 5.03 0 0 1 22 7.59"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2zm.78-1H20c-1.18 0-2.36-.4-3.42-1.15l-.58-.4l-.58.4c-1.03.72-2.21 1.1-3.42 1.1c-1.23 0-2.41-.38-3.44-1.1l-.56-.4l-.57.4C6.36 18.6 5.18 19 4 19h-.78c.53-1.46 2.36-4 8.78-4c2 0 3 .24 3 .24c.68-1.37 1.83-4.47 1-8.42l1.06.71c.33 1.43.94 4.22-.26 8.12c2.63.85 3.62 2.35 3.98 3.35M22 7.59c-.79-1.09-2-1.88-3.42-2.06c.12.14.23.3.34.47a5.03 5.03 0 0 1-.45 5.95c.59-1.45.53-3.16-.39-4.59c-.08-.08-.12-.16-.18-.25c-.4-.58-.94-1.05-1.52-1.39c-2.03.65-3.5 2.55-3.5 4.78c0 .53.08 1.03.22 1.5c-.6-.83-.94-1.83-.94-2.93c0-1.66.8-3.12 2.04-4.04c-1.04-.08-2.11.15-3.06.75c-.44.27-.82.6-1.14.98c.39-.94 1.05-1.76 2-2.36a4.85 4.85 0 0 1 3.39-.71a5.2 5.2 0 0 0-1.06-1.09c-.41-.31-.86-.55-1.33-.72c1 .03 2.04.36 2.91 1.01c.44.33.79.73 1.09 1.16c.06 0 .12-.01.19-.01A5.03 5.03 0 0 1 22 7.59"/></svg>
</template>

CSS

.icon-island {
  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%22M20%2020c-1.39%200-2.78-.47-4-1.33c-2.44%201.71-5.56%201.71-8%200C6.78%2019.53%205.39%2020%204%2020H2v2h2c1.37%200%202.74-.35%204-1c2.5%201.3%205.5%201.3%208%200c1.26.65%202.62%201%204%201h2v-2zm.78-1H20c-1.18%200-2.36-.4-3.42-1.15l-.58-.4l-.58.4c-1.03.72-2.21%201.1-3.42%201.1c-1.23%200-2.41-.38-3.44-1.1l-.56-.4l-.57.4C6.36%2018.6%205.18%2019%204%2019h-.78c.53-1.46%202.36-4%208.78-4c2%200%203%20.24%203%20.24c.68-1.37%201.83-4.47%201-8.42l1.06.71c.33%201.43.94%204.22-.26%208.12c2.63.85%203.62%202.35%203.98%203.35M22%207.59c-.79-1.09-2-1.88-3.42-2.06c.12.14.23.3.34.47a5.03%205.03%200%200%201-.45%205.95c.59-1.45.53-3.16-.39-4.59c-.08-.08-.12-.16-.18-.25c-.4-.58-.94-1.05-1.52-1.39c-2.03.65-3.5%202.55-3.5%204.78c0%20.53.08%201.03.22%201.5c-.6-.83-.94-1.83-.94-2.93c0-1.66.8-3.12%202.04-4.04c-1.04-.08-2.11.15-3.06.75c-.44.27-.82.6-1.14.98c.39-.94%201.05-1.76%202-2.36a4.85%204.85%200%200%201%203.39-.71a5.2%205.2%200%200%200-1.06-1.09c-.41-.31-.86-.55-1.33-.72c1%20.03%202.04.36%202.91%201.01c.44.33.79.73%201.09%201.16c.06%200%20.12-.01.19-.01A5.03%205.03%200%200%201%2022%207.59%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%22M20%2020c-1.39%200-2.78-.47-4-1.33c-2.44%201.71-5.56%201.71-8%200C6.78%2019.53%205.39%2020%204%2020H2v2h2c1.37%200%202.74-.35%204-1c2.5%201.3%205.5%201.3%208%200c1.26.65%202.62%201%204%201h2v-2zm.78-1H20c-1.18%200-2.36-.4-3.42-1.15l-.58-.4l-.58.4c-1.03.72-2.21%201.1-3.42%201.1c-1.23%200-2.41-.38-3.44-1.1l-.56-.4l-.57.4C6.36%2018.6%205.18%2019%204%2019h-.78c.53-1.46%202.36-4%208.78-4c2%200%203%20.24%203%20.24c.68-1.37%201.83-4.47%201-8.42l1.06.71c.33%201.43.94%204.22-.26%208.12c2.63.85%203.62%202.35%203.98%203.35M22%207.59c-.79-1.09-2-1.88-3.42-2.06c.12.14.23.3.34.47a5.03%205.03%200%200%201-.45%205.95c.59-1.45.53-3.16-.39-4.59c-.08-.08-.12-.16-.18-.25c-.4-.58-.94-1.05-1.52-1.39c-2.03.65-3.5%202.55-3.5%204.78c0%20.53.08%201.03.22%201.5c-.6-.83-.94-1.83-.94-2.93c0-1.66.8-3.12%202.04-4.04c-1.04-.08-2.11.15-3.06.75c-.44.27-.82.6-1.14.98c.39-.94%201.05-1.76%202-2.36a4.85%204.85%200%200%201%203.39-.71a5.2%205.2%200%200%200-1.06-1.09c-.41-.31-.86-.55-1.33-.72c1%20.03%202.04.36%202.91%201.01c.44.33.79.73%201.09%201.16c.06%200%20.12-.01.19-.01A5.03%205.03%200%200%201%2022%207.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/island.svg?color=%231a73e8&size=48