beach access icon
beach-access-outline from Material Symbols by Google · Outline · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- beach-access-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- beach-access-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
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.6 21l-6.35-6.35l1.4-1.4L21 19.6zm-13.65-.7q-1.5-1.5-2.225-3.375T3 13.1t.725-3.8T5.95 5.95t3.363-2.237t3.812-.738t3.813.738T20.3 5.95zm.2-3.05L7.5 15.9q-.4-.525-.762-1.075t-.663-1.1t-.525-1.1t-.4-1.075q-.275 1.475-.038 2.95t1.038 2.75m2.8-2.75l5.55-5.6q-1.075-.825-2.162-1.338t-2.038-.7T8.588 6.8T7.4 7.35q-.425.45-.55 1.212t.063 1.725t.7 2.038T8.95 14.5m6.95-7l1.4-1.35q-1.325-.8-2.8-1.05t-2.95.05q.55.175 1.1.4t1.1.512t1.088.65T15.9 7.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBeachAccessOutline(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.6 21l-6.35-6.35l1.4-1.4L21 19.6zm-13.65-.7q-1.5-1.5-2.225-3.375T3 13.1t.725-3.8T5.95 5.95t3.363-2.237t3.812-.738t3.813.738T20.3 5.95zm.2-3.05L7.5 15.9q-.4-.525-.762-1.075t-.663-1.1t-.525-1.1t-.4-1.075q-.275 1.475-.038 2.95t1.038 2.75m2.8-2.75l5.55-5.6q-1.075-.825-2.162-1.338t-2.038-.7T8.588 6.8T7.4 7.35q-.425.45-.55 1.212t.063 1.725t.7 2.038T8.95 14.5m6.95-7l1.4-1.35q-1.325-.8-2.8-1.05t-2.95.05q.55.175 1.1.4t1.1.512t1.088.65T15.9 7.5"/></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.6 21l-6.35-6.35l1.4-1.4L21 19.6zm-13.65-.7q-1.5-1.5-2.225-3.375T3 13.1t.725-3.8T5.95 5.95t3.363-2.237t3.812-.738t3.813.738T20.3 5.95zm.2-3.05L7.5 15.9q-.4-.525-.762-1.075t-.663-1.1t-.525-1.1t-.4-1.075q-.275 1.475-.038 2.95t1.038 2.75m2.8-2.75l5.55-5.6q-1.075-.825-2.162-1.338t-2.038-.7T8.588 6.8T7.4 7.35q-.425.45-.55 1.212t.063 1.725t.7 2.038T8.95 14.5m6.95-7l1.4-1.35q-1.325-.8-2.8-1.05t-2.95.05q.55.175 1.1.4t1.1.512t1.088.65T15.9 7.5"/></svg> </template>
CSS
.icon-beach-access-outline {
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.6%2021l-6.35-6.35l1.4-1.4L21%2019.6zm-13.65-.7q-1.5-1.5-2.225-3.375T3%2013.1t.725-3.8T5.95%205.95t3.363-2.237t3.812-.738t3.813.738T20.3%205.95zm.2-3.05L7.5%2015.9q-.4-.525-.762-1.075t-.663-1.1t-.525-1.1t-.4-1.075q-.275%201.475-.038%202.95t1.038%202.75m2.8-2.75l5.55-5.6q-1.075-.825-2.162-1.338t-2.038-.7T8.588%206.8T7.4%207.35q-.425.45-.55%201.212t.063%201.725t.7%202.038T8.95%2014.5m6.95-7l1.4-1.35q-1.325-.8-2.8-1.05t-2.95.05q.55.175%201.1.4t1.1.512t1.088.65T15.9%207.5%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.6%2021l-6.35-6.35l1.4-1.4L21%2019.6zm-13.65-.7q-1.5-1.5-2.225-3.375T3%2013.1t.725-3.8T5.95%205.95t3.363-2.237t3.812-.738t3.813.738T20.3%205.95zm.2-3.05L7.5%2015.9q-.4-.525-.762-1.075t-.663-1.1t-.525-1.1t-.4-1.075q-.275%201.475-.038%202.95t1.038%202.75m2.8-2.75l5.55-5.6q-1.075-.825-2.162-1.338t-2.038-.7T8.588%206.8T7.4%207.35q-.425.45-.55%201.212t.063%201.725t.7%202.038T8.95%2014.5m6.95-7l1.4-1.35q-1.325-.8-2.8-1.05t-2.95.05q.55.175%201.1.4t1.1.512t1.088.65T15.9%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/beach-access-outline.svg?color=%231a73e8&size=48