beach icon
beach-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- beach-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
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="M18.571 2.85a6.75 6.75 0 0 0-9.22 2.471l-.25.433a.75.75 0 0 0 .274 1.025l4.534 2.618l-2.805 4.91c-1.88.239-3.542 1.217-4.783 2.607a2 2 0 0 1 1.583 1.362c.235.733.724.956 1.118.96c.403.005.862-.213 1.08-.868a2 2 0 0 1 3.795 0c.219.655.678.873 1.08.868c.394-.004.883-.227 1.119-.96a2 2 0 0 1 1.583-1.362c-1.254-1.405-2.938-2.389-4.843-2.615l2.373-4.152l4.558 2.632a.75.75 0 0 0 1.025-.274l.25-.434a6.75 6.75 0 0 0-2.47-9.22M6.714 18.66a.75.75 0 0 0-1.444.056c-.21.891-.607 1.364-1.041 1.634c-.46.286-1.05.401-1.729.401a.75.75 0 0 0 0 1.5c.822 0 1.73-.135 2.521-.627a3.5 3.5 0 0 0 1.062-1.029c1.552 1.866 4.41 1.857 5.917-.029c1.534 1.919 4.466 1.895 5.997-.07c.848 1.108 2.17 1.755 3.503 1.755a.75.75 0 1 0 0-1.5c-1.183 0-2.384-.797-2.784-2.084a.75.75 0 0 0-1.43-.007c-.784 2.44-3.81 2.399-4.575.104a.75.75 0 0 0-1.422 0c-.765 2.295-3.791 2.335-4.575-.104"/></svg>
React
import type { SVGProps } from "react";
export function FluentBeach24Filled(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.571 2.85a6.75 6.75 0 0 0-9.22 2.471l-.25.433a.75.75 0 0 0 .274 1.025l4.534 2.618l-2.805 4.91c-1.88.239-3.542 1.217-4.783 2.607a2 2 0 0 1 1.583 1.362c.235.733.724.956 1.118.96c.403.005.862-.213 1.08-.868a2 2 0 0 1 3.795 0c.219.655.678.873 1.08.868c.394-.004.883-.227 1.119-.96a2 2 0 0 1 1.583-1.362c-1.254-1.405-2.938-2.389-4.843-2.615l2.373-4.152l4.558 2.632a.75.75 0 0 0 1.025-.274l.25-.434a6.75 6.75 0 0 0-2.47-9.22M6.714 18.66a.75.75 0 0 0-1.444.056c-.21.891-.607 1.364-1.041 1.634c-.46.286-1.05.401-1.729.401a.75.75 0 0 0 0 1.5c.822 0 1.73-.135 2.521-.627a3.5 3.5 0 0 0 1.062-1.029c1.552 1.866 4.41 1.857 5.917-.029c1.534 1.919 4.466 1.895 5.997-.07c.848 1.108 2.17 1.755 3.503 1.755a.75.75 0 1 0 0-1.5c-1.183 0-2.384-.797-2.784-2.084a.75.75 0 0 0-1.43-.007c-.784 2.44-3.81 2.399-4.575.104a.75.75 0 0 0-1.422 0c-.765 2.295-3.791 2.335-4.575-.104"/></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.571 2.85a6.75 6.75 0 0 0-9.22 2.471l-.25.433a.75.75 0 0 0 .274 1.025l4.534 2.618l-2.805 4.91c-1.88.239-3.542 1.217-4.783 2.607a2 2 0 0 1 1.583 1.362c.235.733.724.956 1.118.96c.403.005.862-.213 1.08-.868a2 2 0 0 1 3.795 0c.219.655.678.873 1.08.868c.394-.004.883-.227 1.119-.96a2 2 0 0 1 1.583-1.362c-1.254-1.405-2.938-2.389-4.843-2.615l2.373-4.152l4.558 2.632a.75.75 0 0 0 1.025-.274l.25-.434a6.75 6.75 0 0 0-2.47-9.22M6.714 18.66a.75.75 0 0 0-1.444.056c-.21.891-.607 1.364-1.041 1.634c-.46.286-1.05.401-1.729.401a.75.75 0 0 0 0 1.5c.822 0 1.73-.135 2.521-.627a3.5 3.5 0 0 0 1.062-1.029c1.552 1.866 4.41 1.857 5.917-.029c1.534 1.919 4.466 1.895 5.997-.07c.848 1.108 2.17 1.755 3.503 1.755a.75.75 0 1 0 0-1.5c-1.183 0-2.384-.797-2.784-2.084a.75.75 0 0 0-1.43-.007c-.784 2.44-3.81 2.399-4.575.104a.75.75 0 0 0-1.422 0c-.765 2.295-3.791 2.335-4.575-.104"/></svg> </template>
CSS
.icon-beach-24-filled {
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.571%202.85a6.75%206.75%200%200%200-9.22%202.471l-.25.433a.75.75%200%200%200%20.274%201.025l4.534%202.618l-2.805%204.91c-1.88.239-3.542%201.217-4.783%202.607a2%202%200%200%201%201.583%201.362c.235.733.724.956%201.118.96c.403.005.862-.213%201.08-.868a2%202%200%200%201%203.795%200c.219.655.678.873%201.08.868c.394-.004.883-.227%201.119-.96a2%202%200%200%201%201.583-1.362c-1.254-1.405-2.938-2.389-4.843-2.615l2.373-4.152l4.558%202.632a.75.75%200%200%200%201.025-.274l.25-.434a6.75%206.75%200%200%200-2.47-9.22M6.714%2018.66a.75.75%200%200%200-1.444.056c-.21.891-.607%201.364-1.041%201.634c-.46.286-1.05.401-1.729.401a.75.75%200%200%200%200%201.5c.822%200%201.73-.135%202.521-.627a3.5%203.5%200%200%200%201.062-1.029c1.552%201.866%204.41%201.857%205.917-.029c1.534%201.919%204.466%201.895%205.997-.07c.848%201.108%202.17%201.755%203.503%201.755a.75.75%200%201%200%200-1.5c-1.183%200-2.384-.797-2.784-2.084a.75.75%200%200%200-1.43-.007c-.784%202.44-3.81%202.399-4.575.104a.75.75%200%200%200-1.422%200c-.765%202.295-3.791%202.335-4.575-.104%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.571%202.85a6.75%206.75%200%200%200-9.22%202.471l-.25.433a.75.75%200%200%200%20.274%201.025l4.534%202.618l-2.805%204.91c-1.88.239-3.542%201.217-4.783%202.607a2%202%200%200%201%201.583%201.362c.235.733.724.956%201.118.96c.403.005.862-.213%201.08-.868a2%202%200%200%201%203.795%200c.219.655.678.873%201.08.868c.394-.004.883-.227%201.119-.96a2%202%200%200%201%201.583-1.362c-1.254-1.405-2.938-2.389-4.843-2.615l2.373-4.152l4.558%202.632a.75.75%200%200%200%201.025-.274l.25-.434a6.75%206.75%200%200%200-2.47-9.22M6.714%2018.66a.75.75%200%200%200-1.444.056c-.21.891-.607%201.364-1.041%201.634c-.46.286-1.05.401-1.729.401a.75.75%200%200%200%200%201.5c.822%200%201.73-.135%202.521-.627a3.5%203.5%200%200%200%201.062-1.029c1.552%201.866%204.41%201.857%205.917-.029c1.534%201.919%204.466%201.895%205.997-.07c.848%201.108%202.17%201.755%203.503%201.755a.75.75%200%201%200%200-1.5c-1.183%200-2.384-.797-2.784-2.084a.75.75%200%200%200-1.43-.007c-.784%202.44-3.81%202.399-4.575.104a.75.75%200%200%200-1.422%200c-.765%202.295-3.791%202.335-4.575-.104%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/beach-24-filled.svg?color=%231a73e8&size=48