beach-access-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
beach-access-rounded
Set
Material Symbols Light
Style
Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the beach access icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.027 19.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.354.16l5.334 5.335q.14.14.14.354t-.159.353q-.14.141-.335.131q-.194-.01-.334-.15M6.894 17.925q-.392.392-.897.345t-.774-.495q-1.365-2.286-1.28-4.951t1.623-4.853q-.214.966-.027 2.047t.635 2.17t1.097 2.125t1.346 1.889zM9.3 15.519q-1.046-1.142-1.706-2.43q-.66-1.287-.95-2.478q-.292-1.19-.191-2.152t.588-1.45q.486-.492 1.449-.576q.962-.085 2.146.216t2.461.973t2.401 1.7zm8.462-10.282q.447.269.497.77q.05.503-.342.895l-1.736 1.737q-.829-.68-1.846-1.322q-1.016-.642-2.082-1.103q-1.066-.462-2.138-.68q-1.073-.218-2.019-.024Q10.28 4.073 12.883 4t4.879 1.237"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBeachAccessRounded(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="m19.027 19.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.354.16l5.334 5.335q.14.14.14.354t-.159.353q-.14.141-.335.131q-.194-.01-.334-.15M6.894 17.925q-.392.392-.897.345t-.774-.495q-1.365-2.286-1.28-4.951t1.623-4.853q-.214.966-.027 2.047t.635 2.17t1.097 2.125t1.346 1.889zM9.3 15.519q-1.046-1.142-1.706-2.43q-.66-1.287-.95-2.478q-.292-1.19-.191-2.152t.588-1.45q.486-.492 1.449-.576q.962-.085 2.146.216t2.461.973t2.401 1.7zm8.462-10.282q.447.269.497.77q.05.503-.342.895l-1.736 1.737q-.829-.68-1.846-1.322q-1.016-.642-2.082-1.103q-1.066-.462-2.138-.68q-1.073-.218-2.019-.024Q10.28 4.073 12.883 4t4.879 1.237"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.027 19.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.354.16l5.334 5.335q.14.14.14.354t-.159.353q-.14.141-.335.131q-.194-.01-.334-.15M6.894 17.925q-.392.392-.897.345t-.774-.495q-1.365-2.286-1.28-4.951t1.623-4.853q-.214.966-.027 2.047t.635 2.17t1.097 2.125t1.346 1.889zM9.3 15.519q-1.046-1.142-1.706-2.43q-.66-1.287-.95-2.478q-.292-1.19-.191-2.152t.588-1.45q.486-.492 1.449-.576q.962-.085 2.146.216t2.461.973t2.401 1.7zm8.462-10.282q.447.269.497.77q.05.503-.342.895l-1.736 1.737q-.829-.68-1.846-1.322q-1.016-.642-2.082-1.103q-1.066-.462-2.138-.68q-1.073-.218-2.019-.024Q10.28 4.073 12.883 4t4.879 1.237"/></svg>
</template>

CSS

.icon-beach-access-rounded {
  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%22m19.027%2019.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.354.16l5.334%205.335q.14.14.14.354t-.159.353q-.14.141-.335.131q-.194-.01-.334-.15M6.894%2017.925q-.392.392-.897.345t-.774-.495q-1.365-2.286-1.28-4.951t1.623-4.853q-.214.966-.027%202.047t.635%202.17t1.097%202.125t1.346%201.889zM9.3%2015.519q-1.046-1.142-1.706-2.43q-.66-1.287-.95-2.478q-.292-1.19-.191-2.152t.588-1.45q.486-.492%201.449-.576q.962-.085%202.146.216t2.461.973t2.401%201.7zm8.462-10.282q.447.269.497.77q.05.503-.342.895l-1.736%201.737q-.829-.68-1.846-1.322q-1.016-.642-2.082-1.103q-1.066-.462-2.138-.68q-1.073-.218-2.019-.024Q10.28%204.073%2012.883%204t4.879%201.237%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%22m19.027%2019.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.354.16l5.334%205.335q.14.14.14.354t-.159.353q-.14.141-.335.131q-.194-.01-.334-.15M6.894%2017.925q-.392.392-.897.345t-.774-.495q-1.365-2.286-1.28-4.951t1.623-4.853q-.214.966-.027%202.047t.635%202.17t1.097%202.125t1.346%201.889zM9.3%2015.519q-1.046-1.142-1.706-2.43q-.66-1.287-.95-2.478q-.292-1.19-.191-2.152t.588-1.45q.486-.492%201.449-.576q.962-.085%202.146.216t2.461.973t2.401%201.7zm8.462-10.282q.447.269.497.77q.05.503-.342.895l-1.736%201.737q-.829-.68-1.846-1.322q-1.016-.642-2.082-1.103q-1.066-.462-2.138-.68q-1.073-.218-2.019-.024Q10.28%204.073%2012.883%204t4.879%201.237%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/beach-access-rounded.svg?color=%231a73e8&size=48