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

Name
beach-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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-.554m-5.06 11.074a1.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 FluentBeach48Filled(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-.554m-5.06 11.074a1.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-.554m-5.06 11.074a1.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-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%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-.554m-5.06%2011.074a1.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-.554m-5.06%2011.074a1.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-filled.svg?color=%231a73e8&size=48