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

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

The same icon in other sets

Related icons in Huge Icons

Use the beach 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="M10.513 8.502L7.494 15.5m5.41-12.523C10.52 1.95 7.849 2.637 6.21 4.488c-.522.59-.784.885-.673 1.389c.11.503.552.694 1.437 1.074l7.249 3.12c.887.382 1.33.573 1.764.302s.46-.668.512-1.462c.162-2.484-1.215-4.91-3.595-5.934M3 16.5s1.616-1 4.5-1C12 15.5 15 18 21 18M3 20.5h18"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBeach(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="M10.513 8.502L7.494 15.5m5.41-12.523C10.52 1.95 7.849 2.637 6.21 4.488c-.522.59-.784.885-.673 1.389c.11.503.552.694 1.437 1.074l7.249 3.12c.887.382 1.33.573 1.764.302s.46-.668.512-1.462c.162-2.484-1.215-4.91-3.595-5.934M3 16.5s1.616-1 4.5-1C12 15.5 15 18 21 18M3 20.5h18"/></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="M10.513 8.502L7.494 15.5m5.41-12.523C10.52 1.95 7.849 2.637 6.21 4.488c-.522.59-.784.885-.673 1.389c.11.503.552.694 1.437 1.074l7.249 3.12c.887.382 1.33.573 1.764.302s.46-.668.512-1.462c.162-2.484-1.215-4.91-3.595-5.934M3 16.5s1.616-1 4.5-1C12 15.5 15 18 21 18M3 20.5h18"/></svg>
</template>

CSS

.icon-beach {
  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%22M10.513%208.502L7.494%2015.5m5.41-12.523C10.52%201.95%207.849%202.637%206.21%204.488c-.522.59-.784.885-.673%201.389c.11.503.552.694%201.437%201.074l7.249%203.12c.887.382%201.33.573%201.764.302s.46-.668.512-1.462c.162-2.484-1.215-4.91-3.595-5.934M3%2016.5s1.616-1%204.5-1C12%2015.5%2015%2018%2021%2018M3%2020.5h18%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%22M10.513%208.502L7.494%2015.5m5.41-12.523C10.52%201.95%207.849%202.637%206.21%204.488c-.522.59-.784.885-.673%201.389c.11.503.552.694%201.437%201.074l7.249%203.12c.887.382%201.33.573%201.764.302s.46-.668.512-1.462c.162-2.484-1.215-4.91-3.595-5.934M3%2016.5s1.616-1%204.5-1C12%2015.5%2015%2018%2021%2018M3%2020.5h18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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