beach access icon
beach-access from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- beach-access
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- beach-access-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bagcarry-on-bag-checked
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.362 20.077l-6.043-6.004l.708-.707l6.042 6.042zM5.98 18.838q-1.904-2.372-2.015-5.384q-.11-3.012 1.6-5.483q-.214.966-.027 2.047t.635 2.17t1.097 2.125t1.346 1.889zM9.3 15.52q-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.7zm6.88-6.88q-.828-.68-1.844-1.322t-2.083-1.104t-2.138-.68q-1.073-.218-2.019-.024q2.471-1.615 5.422-1.499q2.951.117 5.313 1.978z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBeachAccess(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.362 20.077l-6.043-6.004l.708-.707l6.042 6.042zM5.98 18.838q-1.904-2.372-2.015-5.384q-.11-3.012 1.6-5.483q-.214.966-.027 2.047t.635 2.17t1.097 2.125t1.346 1.889zM9.3 15.52q-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.7zm6.88-6.88q-.828-.68-1.844-1.322t-2.083-1.104t-2.138-.68q-1.073-.218-2.019-.024q2.471-1.615 5.422-1.499q2.951.117 5.313 1.978z"/></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.362 20.077l-6.043-6.004l.708-.707l6.042 6.042zM5.98 18.838q-1.904-2.372-2.015-5.384q-.11-3.012 1.6-5.483q-.214.966-.027 2.047t.635 2.17t1.097 2.125t1.346 1.889zM9.3 15.52q-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.7zm6.88-6.88q-.828-.68-1.844-1.322t-2.083-1.104t-2.138-.68q-1.073-.218-2.019-.024q2.471-1.615 5.422-1.499q2.951.117 5.313 1.978z"/></svg> </template>
CSS
.icon-beach-access {
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.362%2020.077l-6.043-6.004l.708-.707l6.042%206.042zM5.98%2018.838q-1.904-2.372-2.015-5.384q-.11-3.012%201.6-5.483q-.214.966-.027%202.047t.635%202.17t1.097%202.125t1.346%201.889zM9.3%2015.52q-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.7zm6.88-6.88q-.828-.68-1.844-1.322t-2.083-1.104t-2.138-.68q-1.073-.218-2.019-.024q2.471-1.615%205.422-1.499q2.951.117%205.313%201.978z%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.362%2020.077l-6.043-6.004l.708-.707l6.042%206.042zM5.98%2018.838q-1.904-2.372-2.015-5.384q-.11-3.012%201.6-5.483q-.214.966-.027%202.047t.635%202.17t1.097%202.125t1.346%201.889zM9.3%2015.52q-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.7zm6.88-6.88q-.828-.68-1.844-1.322t-2.083-1.104t-2.138-.68q-1.073-.218-2.019-.024q2.471-1.615%205.422-1.499q2.951.117%205.313%201.978z%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.svg?color=%231a73e8&size=48