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

Name
beach-access-outline-rounded
Set
Material Symbols Light
Style
Outline 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.016 19.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.353.16l5.335 5.335q.14.14.14.354t-.16.353q-.14.141-.334.131t-.334-.15M5.217 17.79q-.62-1.097-.938-2.276q-.317-1.18-.317-2.394q0-1.777.657-3.444t2.004-2.994Q7.969 5.335 9.64 4.674q1.67-.66 3.408-.66q1.233 0 2.403.32t2.26.941q.449.27.499.771q.05.502-.343.895L6.883 17.925q-.392.392-.897.352t-.769-.488m.875-.5l1.812-1.812q-.4-.563-.791-1.19t-.692-1.331t-.477-1.494t-.198-1.643q-.91 1.821-.768 3.787q.141 1.965 1.114 3.683m2.57-2.52l6.05-6.1q-1.075-.825-2.192-1.299q-1.116-.474-2.114-.633t-1.809.005t-1.255.608q-.444.45-.607 1.26q-.164.811-.015 1.812t.623 2.124t1.319 2.223M17.28 6.15q-1.748-1.03-3.723-1.146t-3.796.762q.877.001 1.667.198q.79.196 1.494.493t1.338.688t1.197.817z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBeachAccessOutlineRounded(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.016 19.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.353.16l5.335 5.335q.14.14.14.354t-.16.353q-.14.141-.334.131t-.334-.15M5.217 17.79q-.62-1.097-.938-2.276q-.317-1.18-.317-2.394q0-1.777.657-3.444t2.004-2.994Q7.969 5.335 9.64 4.674q1.67-.66 3.408-.66q1.233 0 2.403.32t2.26.941q.449.27.499.771q.05.502-.343.895L6.883 17.925q-.392.392-.897.352t-.769-.488m.875-.5l1.812-1.812q-.4-.563-.791-1.19t-.692-1.331t-.477-1.494t-.198-1.643q-.91 1.821-.768 3.787q.141 1.965 1.114 3.683m2.57-2.52l6.05-6.1q-1.075-.825-2.192-1.299q-1.116-.474-2.114-.633t-1.809.005t-1.255.608q-.444.45-.607 1.26q-.164.811-.015 1.812t.623 2.124t1.319 2.223M17.28 6.15q-1.748-1.03-3.723-1.146t-3.796.762q.877.001 1.667.198q.79.196 1.494.493t1.338.688t1.197.817z"/></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.016 19.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.353.16l5.335 5.335q.14.14.14.354t-.16.353q-.14.141-.334.131t-.334-.15M5.217 17.79q-.62-1.097-.938-2.276q-.317-1.18-.317-2.394q0-1.777.657-3.444t2.004-2.994Q7.969 5.335 9.64 4.674q1.67-.66 3.408-.66q1.233 0 2.403.32t2.26.941q.449.27.499.771q.05.502-.343.895L6.883 17.925q-.392.392-.897.352t-.769-.488m.875-.5l1.812-1.812q-.4-.563-.791-1.19t-.692-1.331t-.477-1.494t-.198-1.643q-.91 1.821-.768 3.787q.141 1.965 1.114 3.683m2.57-2.52l6.05-6.1q-1.075-.825-2.192-1.299q-1.116-.474-2.114-.633t-1.809.005t-1.255.608q-.444.45-.607 1.26q-.164.811-.015 1.812t.623 2.124t1.319 2.223M17.28 6.15q-1.748-1.03-3.723-1.146t-3.796.762q.877.001 1.667.198q.79.196 1.494.493t1.338.688t1.197.817z"/></svg>
</template>

CSS

.icon-beach-access-outline-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.016%2019.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.353.16l5.335%205.335q.14.14.14.354t-.16.353q-.14.141-.334.131t-.334-.15M5.217%2017.79q-.62-1.097-.938-2.276q-.317-1.18-.317-2.394q0-1.777.657-3.444t2.004-2.994Q7.969%205.335%209.64%204.674q1.67-.66%203.408-.66q1.233%200%202.403.32t2.26.941q.449.27.499.771q.05.502-.343.895L6.883%2017.925q-.392.392-.897.352t-.769-.488m.875-.5l1.812-1.812q-.4-.563-.791-1.19t-.692-1.331t-.477-1.494t-.198-1.643q-.91%201.821-.768%203.787q.141%201.965%201.114%203.683m2.57-2.52l6.05-6.1q-1.075-.825-2.192-1.299q-1.116-.474-2.114-.633t-1.809.005t-1.255.608q-.444.45-.607%201.26q-.164.811-.015%201.812t.623%202.124t1.319%202.223M17.28%206.15q-1.748-1.03-3.723-1.146t-3.796.762q.877.001%201.667.198q.79.196%201.494.493t1.338.688t1.197.817z%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.016%2019.742l-5.354-5.315q-.16-.14-.16-.344t.16-.364t.354-.16t.353.16l5.335%205.335q.14.14.14.354t-.16.353q-.14.141-.334.131t-.334-.15M5.217%2017.79q-.62-1.097-.938-2.276q-.317-1.18-.317-2.394q0-1.777.657-3.444t2.004-2.994Q7.969%205.335%209.64%204.674q1.67-.66%203.408-.66q1.233%200%202.403.32t2.26.941q.449.27.499.771q.05.502-.343.895L6.883%2017.925q-.392.392-.897.352t-.769-.488m.875-.5l1.812-1.812q-.4-.563-.791-1.19t-.692-1.331t-.477-1.494t-.198-1.643q-.91%201.821-.768%203.787q.141%201.965%201.114%203.683m2.57-2.52l6.05-6.1q-1.075-.825-2.192-1.299q-1.116-.474-2.114-.633t-1.809.005t-1.255.608q-.444.45-.607%201.26q-.164.811-.015%201.812t.623%202.124t1.319%202.223M17.28%206.15q-1.748-1.03-3.723-1.146t-3.796.762q.877.001%201.667.198q.79.196%201.494.493t1.338.688t1.197.817z%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-outline-rounded.svg?color=%231a73e8&size=48