beach access icon
beach-access-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- beach-access-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
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="M18.95 20.3L14 15.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.95 4.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275M7.625 18.675q-.7.7-1.638.663t-1.437-.813q-1.5-2.325-1.588-5.037T4.2 8.375q.075.85.425 1.913t.963 2.237t1.462 2.413t1.875 2.437zM10.3 16q-1.2-1.2-2.1-2.613T6.788 10.65t-.575-2.412t.462-1.613q.525-.55 1.613-.5t2.425.563t2.75 1.425t2.612 2.112zm8.25-11.475q.775.5.825 1.425t-.65 1.625L17.45 8.85Q16.275 7.825 15.038 7t-2.4-1.45t-2.226-.988T8.5 4.125Q10.875 2.9 13.575 3t4.975 1.525"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBeachAccessRounded(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="M18.95 20.3L14 15.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.95 4.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275M7.625 18.675q-.7.7-1.638.663t-1.437-.813q-1.5-2.325-1.588-5.037T4.2 8.375q.075.85.425 1.913t.963 2.237t1.462 2.413t1.875 2.437zM10.3 16q-1.2-1.2-2.1-2.613T6.788 10.65t-.575-2.412t.462-1.613q.525-.55 1.613-.5t2.425.563t2.75 1.425t2.612 2.112zm8.25-11.475q.775.5.825 1.425t-.65 1.625L17.45 8.85Q16.275 7.825 15.038 7t-2.4-1.45t-2.226-.988T8.5 4.125Q10.875 2.9 13.575 3t4.975 1.525"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.95 20.3L14 15.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.95 4.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275M7.625 18.675q-.7.7-1.638.663t-1.437-.813q-1.5-2.325-1.588-5.037T4.2 8.375q.075.85.425 1.913t.963 2.237t1.462 2.413t1.875 2.437zM10.3 16q-1.2-1.2-2.1-2.613T6.788 10.65t-.575-2.412t.462-1.613q.525-.55 1.613-.5t2.425.563t2.75 1.425t2.612 2.112zm8.25-11.475q.775.5.825 1.425t-.65 1.625L17.45 8.85Q16.275 7.825 15.038 7t-2.4-1.45t-2.226-.988T8.5 4.125Q10.875 2.9 13.575 3t4.975 1.525"/></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%22M18.95%2020.3L14%2015.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.95%204.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275M7.625%2018.675q-.7.7-1.638.663t-1.437-.813q-1.5-2.325-1.588-5.037T4.2%208.375q.075.85.425%201.913t.963%202.237t1.462%202.413t1.875%202.437zM10.3%2016q-1.2-1.2-2.1-2.613T6.788%2010.65t-.575-2.412t.462-1.613q.525-.55%201.613-.5t2.425.563t2.75%201.425t2.612%202.112zm8.25-11.475q.775.5.825%201.425t-.65%201.625L17.45%208.85Q16.275%207.825%2015.038%207t-2.4-1.45t-2.226-.988T8.5%204.125Q10.875%202.9%2013.575%203t4.975%201.525%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%22M18.95%2020.3L14%2015.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.95%204.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275M7.625%2018.675q-.7.7-1.638.663t-1.437-.813q-1.5-2.325-1.588-5.037T4.2%208.375q.075.85.425%201.913t.963%202.237t1.462%202.413t1.875%202.437zM10.3%2016q-1.2-1.2-2.1-2.613T6.788%2010.65t-.575-2.412t.462-1.613q.525-.55%201.613-.5t2.425.563t2.75%201.425t2.612%202.112zm8.25-11.475q.775.5.825%201.425t-.65%201.625L17.45%208.85Q16.275%207.825%2015.038%207t-2.4-1.45t-2.226-.988T8.5%204.125Q10.875%202.9%2013.575%203t4.975%201.525%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-rounded.svg?color=%231a73e8&size=48