beach-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
beach-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="m41.759 25.64l.364-.64C45.99 18.304 43.696 9.742 37 5.876S21.741 4.304 17.875 11l-.126.218a1.51 1.51 0 0 0 .523 2.052l9.722 5.874l-5.386 8.918c-4.71.415-8.735 2.915-10.9 6.452q.18-.017.364-.013a3.25 3.25 0 0 1 2.1.827C16.144 32.492 19.704 30.5 24 30.5s7.858 1.993 9.83 4.83a3.25 3.25 0 0 1 2.462-.817c-2.145-3.504-6.116-5.99-10.771-6.44l4.612-7.636l9.531 5.758a1.51 1.51 0 0 0 2.094-.554M37.676 9.435c3.91 3.498 5.019 9.335 2.408 14.094l-4.874-2.945l.017-.028c.12-.19.282-.461.468-.807c.372-.691.841-1.684 1.243-2.91c.64-1.949 1.118-4.517.738-7.404M33.42 7.018c-2.149.966-4.004 2.565-5.38 3.99a29 29 0 0 0-2.863 3.48l-.017.023l-4.745-2.867C23.27 7.33 28.617 5.517 33.42 7.018m-6.115 8.789a26.4 26.4 0 0 1 2.532-3.062c1.478-1.53 3.309-3.01 5.245-3.704c.511 2.717.09 5.163-.519 7.018a15.6 15.6 0 0 1-1.07 2.504a12 12 0 0 1-.423.727zm9.394 20.907a1.25 1.25 0 0 0-.676-.213h-.049a1.25 1.25 0 0 0-1.16.854l-.001.003C34.77 37.475 33.517 41 30 41c-3.52 0-4.765-3.5-4.814-3.646a1.25 1.25 0 0 0-2.372 0l-.001.003C22.77 37.475 21.517 41 18 41c-3.52 0-4.765-3.5-4.81-3.646a1.24 1.24 0 0 0-.444-.611a1.25 1.25 0 0 0-.715-.243h-.022a1.25 1.25 0 0 0-1.173.805c-.017.045-1.738 4.445-5.582 4.445a1.25 1.25 0 0 0 0 2.5A8.2 8.2 0 0 0 12 40.35a7.3 7.3 0 0 0 12 .006a7.3 7.3 0 0 0 12-.006a8.2 8.2 0 0 0 6.75 3.9a1.25 1.25 0 1 0 0-2.5c-2.48 0-4.088-1.863-4.914-3.177v-.002a8.5 8.5 0 0 1-.667-1.266a1.25 1.25 0 0 0-.47-.592"/></svg>

React

import type { SVGProps } from "react";

export function FluentBeach48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m41.759 25.64l.364-.64C45.99 18.304 43.696 9.742 37 5.876S21.741 4.304 17.875 11l-.126.218a1.51 1.51 0 0 0 .523 2.052l9.722 5.874l-5.386 8.918c-4.71.415-8.735 2.915-10.9 6.452q.18-.017.364-.013a3.25 3.25 0 0 1 2.1.827C16.144 32.492 19.704 30.5 24 30.5s7.858 1.993 9.83 4.83a3.25 3.25 0 0 1 2.462-.817c-2.145-3.504-6.116-5.99-10.771-6.44l4.612-7.636l9.531 5.758a1.51 1.51 0 0 0 2.094-.554M37.676 9.435c3.91 3.498 5.019 9.335 2.408 14.094l-4.874-2.945l.017-.028c.12-.19.282-.461.468-.807c.372-.691.841-1.684 1.243-2.91c.64-1.949 1.118-4.517.738-7.404M33.42 7.018c-2.149.966-4.004 2.565-5.38 3.99a29 29 0 0 0-2.863 3.48l-.017.023l-4.745-2.867C23.27 7.33 28.617 5.517 33.42 7.018m-6.115 8.789a26.4 26.4 0 0 1 2.532-3.062c1.478-1.53 3.309-3.01 5.245-3.704c.511 2.717.09 5.163-.519 7.018a15.6 15.6 0 0 1-1.07 2.504a12 12 0 0 1-.423.727zm9.394 20.907a1.25 1.25 0 0 0-.676-.213h-.049a1.25 1.25 0 0 0-1.16.854l-.001.003C34.77 37.475 33.517 41 30 41c-3.52 0-4.765-3.5-4.814-3.646a1.25 1.25 0 0 0-2.372 0l-.001.003C22.77 37.475 21.517 41 18 41c-3.52 0-4.765-3.5-4.81-3.646a1.24 1.24 0 0 0-.444-.611a1.25 1.25 0 0 0-.715-.243h-.022a1.25 1.25 0 0 0-1.173.805c-.017.045-1.738 4.445-5.582 4.445a1.25 1.25 0 0 0 0 2.5A8.2 8.2 0 0 0 12 40.35a7.3 7.3 0 0 0 12 .006a7.3 7.3 0 0 0 12-.006a8.2 8.2 0 0 0 6.75 3.9a1.25 1.25 0 1 0 0-2.5c-2.48 0-4.088-1.863-4.914-3.177v-.002a8.5 8.5 0 0 1-.667-1.266a1.25 1.25 0 0 0-.47-.592"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m41.759 25.64l.364-.64C45.99 18.304 43.696 9.742 37 5.876S21.741 4.304 17.875 11l-.126.218a1.51 1.51 0 0 0 .523 2.052l9.722 5.874l-5.386 8.918c-4.71.415-8.735 2.915-10.9 6.452q.18-.017.364-.013a3.25 3.25 0 0 1 2.1.827C16.144 32.492 19.704 30.5 24 30.5s7.858 1.993 9.83 4.83a3.25 3.25 0 0 1 2.462-.817c-2.145-3.504-6.116-5.99-10.771-6.44l4.612-7.636l9.531 5.758a1.51 1.51 0 0 0 2.094-.554M37.676 9.435c3.91 3.498 5.019 9.335 2.408 14.094l-4.874-2.945l.017-.028c.12-.19.282-.461.468-.807c.372-.691.841-1.684 1.243-2.91c.64-1.949 1.118-4.517.738-7.404M33.42 7.018c-2.149.966-4.004 2.565-5.38 3.99a29 29 0 0 0-2.863 3.48l-.017.023l-4.745-2.867C23.27 7.33 28.617 5.517 33.42 7.018m-6.115 8.789a26.4 26.4 0 0 1 2.532-3.062c1.478-1.53 3.309-3.01 5.245-3.704c.511 2.717.09 5.163-.519 7.018a15.6 15.6 0 0 1-1.07 2.504a12 12 0 0 1-.423.727zm9.394 20.907a1.25 1.25 0 0 0-.676-.213h-.049a1.25 1.25 0 0 0-1.16.854l-.001.003C34.77 37.475 33.517 41 30 41c-3.52 0-4.765-3.5-4.814-3.646a1.25 1.25 0 0 0-2.372 0l-.001.003C22.77 37.475 21.517 41 18 41c-3.52 0-4.765-3.5-4.81-3.646a1.24 1.24 0 0 0-.444-.611a1.25 1.25 0 0 0-.715-.243h-.022a1.25 1.25 0 0 0-1.173.805c-.017.045-1.738 4.445-5.582 4.445a1.25 1.25 0 0 0 0 2.5A8.2 8.2 0 0 0 12 40.35a7.3 7.3 0 0 0 12 .006a7.3 7.3 0 0 0 12-.006a8.2 8.2 0 0 0 6.75 3.9a1.25 1.25 0 1 0 0-2.5c-2.48 0-4.088-1.863-4.914-3.177v-.002a8.5 8.5 0 0 1-.667-1.266a1.25 1.25 0 0 0-.47-.592"/></svg>
</template>

CSS

.icon-beach-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m41.759%2025.64l.364-.64C45.99%2018.304%2043.696%209.742%2037%205.876S21.741%204.304%2017.875%2011l-.126.218a1.51%201.51%200%200%200%20.523%202.052l9.722%205.874l-5.386%208.918c-4.71.415-8.735%202.915-10.9%206.452q.18-.017.364-.013a3.25%203.25%200%200%201%202.1.827C16.144%2032.492%2019.704%2030.5%2024%2030.5s7.858%201.993%209.83%204.83a3.25%203.25%200%200%201%202.462-.817c-2.145-3.504-6.116-5.99-10.771-6.44l4.612-7.636l9.531%205.758a1.51%201.51%200%200%200%202.094-.554M37.676%209.435c3.91%203.498%205.019%209.335%202.408%2014.094l-4.874-2.945l.017-.028c.12-.19.282-.461.468-.807c.372-.691.841-1.684%201.243-2.91c.64-1.949%201.118-4.517.738-7.404M33.42%207.018c-2.149.966-4.004%202.565-5.38%203.99a29%2029%200%200%200-2.863%203.48l-.017.023l-4.745-2.867C23.27%207.33%2028.617%205.517%2033.42%207.018m-6.115%208.789a26.4%2026.4%200%200%201%202.532-3.062c1.478-1.53%203.309-3.01%205.245-3.704c.511%202.717.09%205.163-.519%207.018a15.6%2015.6%200%200%201-1.07%202.504a12%2012%200%200%201-.423.727zm9.394%2020.907a1.25%201.25%200%200%200-.676-.213h-.049a1.25%201.25%200%200%200-1.16.854l-.001.003C34.77%2037.475%2033.517%2041%2030%2041c-3.52%200-4.765-3.5-4.814-3.646a1.25%201.25%200%200%200-2.372%200l-.001.003C22.77%2037.475%2021.517%2041%2018%2041c-3.52%200-4.765-3.5-4.81-3.646a1.24%201.24%200%200%200-.444-.611a1.25%201.25%200%200%200-.715-.243h-.022a1.25%201.25%200%200%200-1.173.805c-.017.045-1.738%204.445-5.582%204.445a1.25%201.25%200%200%200%200%202.5A8.2%208.2%200%200%200%2012%2040.35a7.3%207.3%200%200%200%2012%20.006a7.3%207.3%200%200%200%2012-.006a8.2%208.2%200%200%200%206.75%203.9a1.25%201.25%200%201%200%200-2.5c-2.48%200-4.088-1.863-4.914-3.177v-.002a8.5%208.5%200%200%201-.667-1.266a1.25%201.25%200%200%200-.47-.592%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m41.759%2025.64l.364-.64C45.99%2018.304%2043.696%209.742%2037%205.876S21.741%204.304%2017.875%2011l-.126.218a1.51%201.51%200%200%200%20.523%202.052l9.722%205.874l-5.386%208.918c-4.71.415-8.735%202.915-10.9%206.452q.18-.017.364-.013a3.25%203.25%200%200%201%202.1.827C16.144%2032.492%2019.704%2030.5%2024%2030.5s7.858%201.993%209.83%204.83a3.25%203.25%200%200%201%202.462-.817c-2.145-3.504-6.116-5.99-10.771-6.44l4.612-7.636l9.531%205.758a1.51%201.51%200%200%200%202.094-.554M37.676%209.435c3.91%203.498%205.019%209.335%202.408%2014.094l-4.874-2.945l.017-.028c.12-.19.282-.461.468-.807c.372-.691.841-1.684%201.243-2.91c.64-1.949%201.118-4.517.738-7.404M33.42%207.018c-2.149.966-4.004%202.565-5.38%203.99a29%2029%200%200%200-2.863%203.48l-.017.023l-4.745-2.867C23.27%207.33%2028.617%205.517%2033.42%207.018m-6.115%208.789a26.4%2026.4%200%200%201%202.532-3.062c1.478-1.53%203.309-3.01%205.245-3.704c.511%202.717.09%205.163-.519%207.018a15.6%2015.6%200%200%201-1.07%202.504a12%2012%200%200%201-.423.727zm9.394%2020.907a1.25%201.25%200%200%200-.676-.213h-.049a1.25%201.25%200%200%200-1.16.854l-.001.003C34.77%2037.475%2033.517%2041%2030%2041c-3.52%200-4.765-3.5-4.814-3.646a1.25%201.25%200%200%200-2.372%200l-.001.003C22.77%2037.475%2021.517%2041%2018%2041c-3.52%200-4.765-3.5-4.81-3.646a1.24%201.24%200%200%200-.444-.611a1.25%201.25%200%200%200-.715-.243h-.022a1.25%201.25%200%200%200-1.173.805c-.017.045-1.738%204.445-5.582%204.445a1.25%201.25%200%200%200%200%202.5A8.2%208.2%200%200%200%2012%2040.35a7.3%207.3%200%200%200%2012%20.006a7.3%207.3%200%200%200%2012-.006a8.2%208.2%200%200%200%206.75%203.9a1.25%201.25%200%201%200%200-2.5c-2.48%200-4.088-1.863-4.914-3.177v-.002a8.5%208.5%200%200%201-.667-1.266a1.25%201.25%200%200%200-.47-.592%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/beach-48-regular.svg?color=%231a73e8&size=48