beach icon
beach from Material Design Icons by Pictogrammers · Filled · Places · Apache-2.0 Free for personal and commercial use.
- Name
- beach
- Set
- Material Design Icons
- Style
- Filled
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- parasol
The same icon in other sets
More places icons from Material Design Icons
Use the beach icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18.54c2.13-.33 4.5-.54 7-.54v4H5c0-.65 3.2-2.14 8-3.1v-6.5c-.84.25-1.55.81-2 1.55a3.495 3.495 0 0 0-6 0c.03-3.58 3.5-6.52 8-6.91V7a1 1 0 0 1 1-1a1 1 0 0 1 1 1v.04c4.5.39 7.96 3.33 8 6.91a3.495 3.495 0 0 0-6 0c-.45-.74-1.16-1.3-2-1.56zM7 2a5 5 0 0 1-5 5V2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBeach(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="M15 18.54c2.13-.33 4.5-.54 7-.54v4H5c0-.65 3.2-2.14 8-3.1v-6.5c-.84.25-1.55.81-2 1.55a3.495 3.495 0 0 0-6 0c.03-3.58 3.5-6.52 8-6.91V7a1 1 0 0 1 1-1a1 1 0 0 1 1 1v.04c4.5.39 7.96 3.33 8 6.91a3.495 3.495 0 0 0-6 0c-.45-.74-1.16-1.3-2-1.56zM7 2a5 5 0 0 1-5 5V2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18.54c2.13-.33 4.5-.54 7-.54v4H5c0-.65 3.2-2.14 8-3.1v-6.5c-.84.25-1.55.81-2 1.55a3.495 3.495 0 0 0-6 0c.03-3.58 3.5-6.52 8-6.91V7a1 1 0 0 1 1-1a1 1 0 0 1 1 1v.04c4.5.39 7.96 3.33 8 6.91a3.495 3.495 0 0 0-6 0c-.45-.74-1.16-1.3-2-1.56zM7 2a5 5 0 0 1-5 5V2z"/></svg> </template>
CSS
.icon-beach {
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%22M15%2018.54c2.13-.33%204.5-.54%207-.54v4H5c0-.65%203.2-2.14%208-3.1v-6.5c-.84.25-1.55.81-2%201.55a3.495%203.495%200%200%200-6%200c.03-3.58%203.5-6.52%208-6.91V7a1%201%200%200%201%201-1a1%201%200%200%201%201%201v.04c4.5.39%207.96%203.33%208%206.91a3.495%203.495%200%200%200-6%200c-.45-.74-1.16-1.3-2-1.56zM7%202a5%205%200%200%201-5%205V2z%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%22M15%2018.54c2.13-.33%204.5-.54%207-.54v4H5c0-.65%203.2-2.14%208-3.1v-6.5c-.84.25-1.55.81-2%201.55a3.495%203.495%200%200%200-6%200c.03-3.58%203.5-6.52%208-6.91V7a1%201%200%200%201%201-1a1%201%200%200%201%201%201v.04c4.5.39%207.96%203.33%208%206.91a3.495%203.495%200%200%200-6%200c-.45-.74-1.16-1.3-2-1.56zM7%202a5%205%200%200%201-5%205V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/beach.svg?color=%231a73e8&size=48