beach icon
beach-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- beach-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M25.51 3.19c-4.295-2.45-9.786-.996-12.266 3.245l-.337.578a.854.854 0 0 0 .32 1.18l6.37 3.633l-3.812 6.588h-.08c-3.683 0-6.873 2.11-8.774 5.093a2.36 2.36 0 0 1 1.982.2c1.646-2.15 4.103-3.565 6.793-3.565c2.804 0 5.355 1.537 6.999 3.843a2.35 2.35 0 0 1 1.691-.607c-1.553-2.37-3.928-4.17-6.715-4.758l3.432-5.93l6.15 3.507a.884.884 0 0 0 1.195-.316l.338-.578c2.479-4.241 1.008-9.665-3.287-12.113m-2.556 8.554l-3.682-2.1c.668-1.015 1.302-1.788 2.063-2.471c.74-.665 1.625-1.267 2.824-1.921c.177 1.1.231 2.016.117 2.914c-.135 1.074-.52 2.18-1.322 3.578m1.515.864c.886-1.541 1.372-2.868 1.544-4.228c.112-.891.087-1.771-.026-2.7c2.334 2.175 2.977 5.696 1.39 8.587zm-4.311-6.714c-.923.829-1.663 1.75-2.403 2.886l-2.893-1.65c1.705-2.744 5.01-3.962 8.033-3.158c-1.083.617-1.965 1.229-2.737 1.922M8.54 25.408a.874.874 0 0 0-.866-.591a.87.87 0 0 0-.814.658c-.297 1.2-.86 1.858-1.502 2.241c-.672.4-1.527.556-2.483.556a.87.87 0 0 0-.875.864a.87.87 0 0 0 .875.864c1.116 0 2.333-.176 3.387-.804a4.6 4.6 0 0 0 1.548-1.508c2.087 2.629 6.16 2.615 8.187-.028c2.059 2.685 6.23 2.657 8.285-.099C25.418 29.104 27.27 30 29.12 30a.87.87 0 0 0 .874-.864a.87.87 0 0 0-.874-.864c-1.72 0-3.435-1.106-4.002-2.855a.87.87 0 0 0-.828-.601a.87.87 0 0 0-.835.592c-1.124 3.35-5.528 3.308-6.63.14a.87.87 0 0 0-.828-.584a.87.87 0 0 0-.827.583c-1.103 3.17-5.506 3.212-6.63-.139"/></svg>
React
import type { SVGProps } from "react";
export function FluentBeach32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.51 3.19c-4.295-2.45-9.786-.996-12.266 3.245l-.337.578a.854.854 0 0 0 .32 1.18l6.37 3.633l-3.812 6.588h-.08c-3.683 0-6.873 2.11-8.774 5.093a2.36 2.36 0 0 1 1.982.2c1.646-2.15 4.103-3.565 6.793-3.565c2.804 0 5.355 1.537 6.999 3.843a2.35 2.35 0 0 1 1.691-.607c-1.553-2.37-3.928-4.17-6.715-4.758l3.432-5.93l6.15 3.507a.884.884 0 0 0 1.195-.316l.338-.578c2.479-4.241 1.008-9.665-3.287-12.113m-2.556 8.554l-3.682-2.1c.668-1.015 1.302-1.788 2.063-2.471c.74-.665 1.625-1.267 2.824-1.921c.177 1.1.231 2.016.117 2.914c-.135 1.074-.52 2.18-1.322 3.578m1.515.864c.886-1.541 1.372-2.868 1.544-4.228c.112-.891.087-1.771-.026-2.7c2.334 2.175 2.977 5.696 1.39 8.587zm-4.311-6.714c-.923.829-1.663 1.75-2.403 2.886l-2.893-1.65c1.705-2.744 5.01-3.962 8.033-3.158c-1.083.617-1.965 1.229-2.737 1.922M8.54 25.408a.874.874 0 0 0-.866-.591a.87.87 0 0 0-.814.658c-.297 1.2-.86 1.858-1.502 2.241c-.672.4-1.527.556-2.483.556a.87.87 0 0 0-.875.864a.87.87 0 0 0 .875.864c1.116 0 2.333-.176 3.387-.804a4.6 4.6 0 0 0 1.548-1.508c2.087 2.629 6.16 2.615 8.187-.028c2.059 2.685 6.23 2.657 8.285-.099C25.418 29.104 27.27 30 29.12 30a.87.87 0 0 0 .874-.864a.87.87 0 0 0-.874-.864c-1.72 0-3.435-1.106-4.002-2.855a.87.87 0 0 0-.828-.601a.87.87 0 0 0-.835.592c-1.124 3.35-5.528 3.308-6.63.14a.87.87 0 0 0-.828-.584a.87.87 0 0 0-.827.583c-1.103 3.17-5.506 3.212-6.63-.139"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.51 3.19c-4.295-2.45-9.786-.996-12.266 3.245l-.337.578a.854.854 0 0 0 .32 1.18l6.37 3.633l-3.812 6.588h-.08c-3.683 0-6.873 2.11-8.774 5.093a2.36 2.36 0 0 1 1.982.2c1.646-2.15 4.103-3.565 6.793-3.565c2.804 0 5.355 1.537 6.999 3.843a2.35 2.35 0 0 1 1.691-.607c-1.553-2.37-3.928-4.17-6.715-4.758l3.432-5.93l6.15 3.507a.884.884 0 0 0 1.195-.316l.338-.578c2.479-4.241 1.008-9.665-3.287-12.113m-2.556 8.554l-3.682-2.1c.668-1.015 1.302-1.788 2.063-2.471c.74-.665 1.625-1.267 2.824-1.921c.177 1.1.231 2.016.117 2.914c-.135 1.074-.52 2.18-1.322 3.578m1.515.864c.886-1.541 1.372-2.868 1.544-4.228c.112-.891.087-1.771-.026-2.7c2.334 2.175 2.977 5.696 1.39 8.587zm-4.311-6.714c-.923.829-1.663 1.75-2.403 2.886l-2.893-1.65c1.705-2.744 5.01-3.962 8.033-3.158c-1.083.617-1.965 1.229-2.737 1.922M8.54 25.408a.874.874 0 0 0-.866-.591a.87.87 0 0 0-.814.658c-.297 1.2-.86 1.858-1.502 2.241c-.672.4-1.527.556-2.483.556a.87.87 0 0 0-.875.864a.87.87 0 0 0 .875.864c1.116 0 2.333-.176 3.387-.804a4.6 4.6 0 0 0 1.548-1.508c2.087 2.629 6.16 2.615 8.187-.028c2.059 2.685 6.23 2.657 8.285-.099C25.418 29.104 27.27 30 29.12 30a.87.87 0 0 0 .874-.864a.87.87 0 0 0-.874-.864c-1.72 0-3.435-1.106-4.002-2.855a.87.87 0 0 0-.828-.601a.87.87 0 0 0-.835.592c-1.124 3.35-5.528 3.308-6.63.14a.87.87 0 0 0-.828-.584a.87.87 0 0 0-.827.583c-1.103 3.17-5.506 3.212-6.63-.139"/></svg> </template>
CSS
.icon-beach-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.51%203.19c-4.295-2.45-9.786-.996-12.266%203.245l-.337.578a.854.854%200%200%200%20.32%201.18l6.37%203.633l-3.812%206.588h-.08c-3.683%200-6.873%202.11-8.774%205.093a2.36%202.36%200%200%201%201.982.2c1.646-2.15%204.103-3.565%206.793-3.565c2.804%200%205.355%201.537%206.999%203.843a2.35%202.35%200%200%201%201.691-.607c-1.553-2.37-3.928-4.17-6.715-4.758l3.432-5.93l6.15%203.507a.884.884%200%200%200%201.195-.316l.338-.578c2.479-4.241%201.008-9.665-3.287-12.113m-2.556%208.554l-3.682-2.1c.668-1.015%201.302-1.788%202.063-2.471c.74-.665%201.625-1.267%202.824-1.921c.177%201.1.231%202.016.117%202.914c-.135%201.074-.52%202.18-1.322%203.578m1.515.864c.886-1.541%201.372-2.868%201.544-4.228c.112-.891.087-1.771-.026-2.7c2.334%202.175%202.977%205.696%201.39%208.587zm-4.311-6.714c-.923.829-1.663%201.75-2.403%202.886l-2.893-1.65c1.705-2.744%205.01-3.962%208.033-3.158c-1.083.617-1.965%201.229-2.737%201.922M8.54%2025.408a.874.874%200%200%200-.866-.591a.87.87%200%200%200-.814.658c-.297%201.2-.86%201.858-1.502%202.241c-.672.4-1.527.556-2.483.556a.87.87%200%200%200-.875.864a.87.87%200%200%200%20.875.864c1.116%200%202.333-.176%203.387-.804a4.6%204.6%200%200%200%201.548-1.508c2.087%202.629%206.16%202.615%208.187-.028c2.059%202.685%206.23%202.657%208.285-.099C25.418%2029.104%2027.27%2030%2029.12%2030a.87.87%200%200%200%20.874-.864a.87.87%200%200%200-.874-.864c-1.72%200-3.435-1.106-4.002-2.855a.87.87%200%200%200-.828-.601a.87.87%200%200%200-.835.592c-1.124%203.35-5.528%203.308-6.63.14a.87.87%200%200%200-.828-.584a.87.87%200%200%200-.827.583c-1.103%203.17-5.506%203.212-6.63-.139%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.51%203.19c-4.295-2.45-9.786-.996-12.266%203.245l-.337.578a.854.854%200%200%200%20.32%201.18l6.37%203.633l-3.812%206.588h-.08c-3.683%200-6.873%202.11-8.774%205.093a2.36%202.36%200%200%201%201.982.2c1.646-2.15%204.103-3.565%206.793-3.565c2.804%200%205.355%201.537%206.999%203.843a2.35%202.35%200%200%201%201.691-.607c-1.553-2.37-3.928-4.17-6.715-4.758l3.432-5.93l6.15%203.507a.884.884%200%200%200%201.195-.316l.338-.578c2.479-4.241%201.008-9.665-3.287-12.113m-2.556%208.554l-3.682-2.1c.668-1.015%201.302-1.788%202.063-2.471c.74-.665%201.625-1.267%202.824-1.921c.177%201.1.231%202.016.117%202.914c-.135%201.074-.52%202.18-1.322%203.578m1.515.864c.886-1.541%201.372-2.868%201.544-4.228c.112-.891.087-1.771-.026-2.7c2.334%202.175%202.977%205.696%201.39%208.587zm-4.311-6.714c-.923.829-1.663%201.75-2.403%202.886l-2.893-1.65c1.705-2.744%205.01-3.962%208.033-3.158c-1.083.617-1.965%201.229-2.737%201.922M8.54%2025.408a.874.874%200%200%200-.866-.591a.87.87%200%200%200-.814.658c-.297%201.2-.86%201.858-1.502%202.241c-.672.4-1.527.556-2.483.556a.87.87%200%200%200-.875.864a.87.87%200%200%200%20.875.864c1.116%200%202.333-.176%203.387-.804a4.6%204.6%200%200%200%201.548-1.508c2.087%202.629%206.16%202.615%208.187-.028c2.059%202.685%206.23%202.657%208.285-.099C25.418%2029.104%2027.27%2030%2029.12%2030a.87.87%200%200%200%20.874-.864a.87.87%200%200%200-.874-.864c-1.72%200-3.435-1.106-4.002-2.855a.87.87%200%200%200-.828-.601a.87.87%200%200%200-.835.592c-1.124%203.35-5.528%203.308-6.63.14a.87.87%200%200%200-.828-.584a.87.87%200%200%200-.827.583c-1.103%203.17-5.506%203.212-6.63-.139%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/beach-32-regular.svg?color=%231a73e8&size=48