island from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
island
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the island icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 21.968c.95 0 1.889.087 2.678-.528c.774-.604 2.005-.584 2.749.044c.81.685 2.34.665 3.17.02c.804-.628 2.024-.7 2.83-.02c.884.747 2.373.64 3.251-.044c.774-.604 2.005-.584 2.749.044c.716.605 1.693.484 2.573.484M8 19c1.198-2.391 3.436-4 6-4s4.802 1.609 6 4m-9-3.898C8 14.545 5.397 16.337 4 19m8-4c0-3 .8-7.84 4-10m-.5-3c.875 0 1.802 1.097.5 3m0 0c.786.234 3.208 1.32 2.983 4M16 5c-.585-.704-2.687-1.6-4-.2m4 .2c.58.71 1 3 0 4"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsIsland(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 21.968c.95 0 1.889.087 2.678-.528c.774-.604 2.005-.584 2.749.044c.81.685 2.34.665 3.17.02c.804-.628 2.024-.7 2.83-.02c.884.747 2.373.64 3.251-.044c.774-.604 2.005-.584 2.749.044c.716.605 1.693.484 2.573.484M8 19c1.198-2.391 3.436-4 6-4s4.802 1.609 6 4m-9-3.898C8 14.545 5.397 16.337 4 19m8-4c0-3 .8-7.84 4-10m-.5-3c.875 0 1.802 1.097.5 3m0 0c.786.234 3.208 1.32 2.983 4M16 5c-.585-.704-2.687-1.6-4-.2m4 .2c.58.71 1 3 0 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 21.968c.95 0 1.889.087 2.678-.528c.774-.604 2.005-.584 2.749.044c.81.685 2.34.665 3.17.02c.804-.628 2.024-.7 2.83-.02c.884.747 2.373.64 3.251-.044c.774-.604 2.005-.584 2.749.044c.716.605 1.693.484 2.573.484M8 19c1.198-2.391 3.436-4 6-4s4.802 1.609 6 4m-9-3.898C8 14.545 5.397 16.337 4 19m8-4c0-3 .8-7.84 4-10m-.5-3c.875 0 1.802 1.097.5 3m0 0c.786.234 3.208 1.32 2.983 4M16 5c-.585-.704-2.687-1.6-4-.2m4 .2c.58.71 1 3 0 4"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2021.968c.95%200%201.889.087%202.678-.528c.774-.604%202.005-.584%202.749.044c.81.685%202.34.665%203.17.02c.804-.628%202.024-.7%202.83-.02c.884.747%202.373.64%203.251-.044c.774-.604%202.005-.584%202.749.044c.716.605%201.693.484%202.573.484M8%2019c1.198-2.391%203.436-4%206-4s4.802%201.609%206%204m-9-3.898C8%2014.545%205.397%2016.337%204%2019m8-4c0-3%20.8-7.84%204-10m-.5-3c.875%200%201.802%201.097.5%203m0%200c.786.234%203.208%201.32%202.983%204M16%205c-.585-.704-2.687-1.6-4-.2m4%20.2c.58.71%201%203%200%204%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2021.968c.95%200%201.889.087%202.678-.528c.774-.604%202.005-.584%202.749.044c.81.685%202.34.665%203.17.02c.804-.628%202.024-.7%202.83-.02c.884.747%202.373.64%203.251-.044c.774-.604%202.005-.584%202.749.044c.716.605%201.693.484%202.573.484M8%2019c1.198-2.391%203.436-4%206-4s4.802%201.609%206%204m-9-3.898C8%2014.545%205.397%2016.337%204%2019m8-4c0-3%20.8-7.84%204-10m-.5-3c.875%200%201.802%201.097.5%203m0%200c.786.234%203.208%201.32%202.983%204M16%205c-.585-.704-2.687-1.6-4-.2m4%20.2c.58.71%201%203%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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