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

Name
beach-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M8.263 4.608a5.214 5.214 0 0 1 9.032 5.214l-.197.34a.5.5 0 0 1-.683.183l-3.465-2l-1.931 3.38c1.34.407 2.492 1.332 3.315 2.528l-.09-.003a1.5 1.5 0 0 0-.92.31c-.96-1.253-2.336-2.06-3.824-2.06s-2.864.807-3.824 2.06a1.5 1.5 0 0 0-1.01-.307C5.786 12.625 7.513 11.5 9.5 11.5q.244 0 .483.022l2.101-3.677L8.25 5.63a.5.5 0 0 1-.183-.683zm.921.408l1.703.983l.011-.017c.536-.74 1.04-1.309 1.699-1.808a9.2 9.2 0 0 1 1.574-.937a4.216 4.216 0 0 0-4.987 1.779m4.82 2.782c.465-.816.688-1.46.766-2.085c.063-.503.035-1.015-.059-1.626c-.629.298-1.106.578-1.51.884c-.536.406-.963.873-1.444 1.53zm.866.5l1.611.93a4.216 4.216 0 0 0-.742-5.014c.071.56.09 1.088.023 1.624c-.099.79-.38 1.562-.892 2.46m-9.632 7.295a.5.5 0 0 0-.96.039c-.17.694-.492 1.075-.859 1.297c-.384.231-.873.321-1.419.321a.5.5 0 0 0 0 1c.638 0 1.333-.102 1.936-.465a2.66 2.66 0 0 0 .884-.873c1.193 1.521 3.522 1.514 4.68-.016c1.177 1.554 3.56 1.537 4.735-.057A3.46 3.46 0 0 0 17 18.25a.5.5 0 1 0 0-1c-.983 0-1.963-.64-2.287-1.652a.5.5 0 0 0-.95-.005c-.643 1.939-3.16 1.914-3.79.08a.5.5 0 0 0-.946 0c-.63 1.834-3.147 1.859-3.79-.08"/></svg>

React

import type { SVGProps } from "react";

export function FluentBeach20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.263 4.608a5.214 5.214 0 0 1 9.032 5.214l-.197.34a.5.5 0 0 1-.683.183l-3.465-2l-1.931 3.38c1.34.407 2.492 1.332 3.315 2.528l-.09-.003a1.5 1.5 0 0 0-.92.31c-.96-1.253-2.336-2.06-3.824-2.06s-2.864.807-3.824 2.06a1.5 1.5 0 0 0-1.01-.307C5.786 12.625 7.513 11.5 9.5 11.5q.244 0 .483.022l2.101-3.677L8.25 5.63a.5.5 0 0 1-.183-.683zm.921.408l1.703.983l.011-.017c.536-.74 1.04-1.309 1.699-1.808a9.2 9.2 0 0 1 1.574-.937a4.216 4.216 0 0 0-4.987 1.779m4.82 2.782c.465-.816.688-1.46.766-2.085c.063-.503.035-1.015-.059-1.626c-.629.298-1.106.578-1.51.884c-.536.406-.963.873-1.444 1.53zm.866.5l1.611.93a4.216 4.216 0 0 0-.742-5.014c.071.56.09 1.088.023 1.624c-.099.79-.38 1.562-.892 2.46m-9.632 7.295a.5.5 0 0 0-.96.039c-.17.694-.492 1.075-.859 1.297c-.384.231-.873.321-1.419.321a.5.5 0 0 0 0 1c.638 0 1.333-.102 1.936-.465a2.66 2.66 0 0 0 .884-.873c1.193 1.521 3.522 1.514 4.68-.016c1.177 1.554 3.56 1.537 4.735-.057A3.46 3.46 0 0 0 17 18.25a.5.5 0 1 0 0-1c-.983 0-1.963-.64-2.287-1.652a.5.5 0 0 0-.95-.005c-.643 1.939-3.16 1.914-3.79.08a.5.5 0 0 0-.946 0c-.63 1.834-3.147 1.859-3.79-.08"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.263 4.608a5.214 5.214 0 0 1 9.032 5.214l-.197.34a.5.5 0 0 1-.683.183l-3.465-2l-1.931 3.38c1.34.407 2.492 1.332 3.315 2.528l-.09-.003a1.5 1.5 0 0 0-.92.31c-.96-1.253-2.336-2.06-3.824-2.06s-2.864.807-3.824 2.06a1.5 1.5 0 0 0-1.01-.307C5.786 12.625 7.513 11.5 9.5 11.5q.244 0 .483.022l2.101-3.677L8.25 5.63a.5.5 0 0 1-.183-.683zm.921.408l1.703.983l.011-.017c.536-.74 1.04-1.309 1.699-1.808a9.2 9.2 0 0 1 1.574-.937a4.216 4.216 0 0 0-4.987 1.779m4.82 2.782c.465-.816.688-1.46.766-2.085c.063-.503.035-1.015-.059-1.626c-.629.298-1.106.578-1.51.884c-.536.406-.963.873-1.444 1.53zm.866.5l1.611.93a4.216 4.216 0 0 0-.742-5.014c.071.56.09 1.088.023 1.624c-.099.79-.38 1.562-.892 2.46m-9.632 7.295a.5.5 0 0 0-.96.039c-.17.694-.492 1.075-.859 1.297c-.384.231-.873.321-1.419.321a.5.5 0 0 0 0 1c.638 0 1.333-.102 1.936-.465a2.66 2.66 0 0 0 .884-.873c1.193 1.521 3.522 1.514 4.68-.016c1.177 1.554 3.56 1.537 4.735-.057A3.46 3.46 0 0 0 17 18.25a.5.5 0 1 0 0-1c-.983 0-1.963-.64-2.287-1.652a.5.5 0 0 0-.95-.005c-.643 1.939-3.16 1.914-3.79.08a.5.5 0 0 0-.946 0c-.63 1.834-3.147 1.859-3.79-.08"/></svg>
</template>

CSS

.icon-beach-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.263%204.608a5.214%205.214%200%200%201%209.032%205.214l-.197.34a.5.5%200%200%201-.683.183l-3.465-2l-1.931%203.38c1.34.407%202.492%201.332%203.315%202.528l-.09-.003a1.5%201.5%200%200%200-.92.31c-.96-1.253-2.336-2.06-3.824-2.06s-2.864.807-3.824%202.06a1.5%201.5%200%200%200-1.01-.307C5.786%2012.625%207.513%2011.5%209.5%2011.5q.244%200%20.483.022l2.101-3.677L8.25%205.63a.5.5%200%200%201-.183-.683zm.921.408l1.703.983l.011-.017c.536-.74%201.04-1.309%201.699-1.808a9.2%209.2%200%200%201%201.574-.937a4.216%204.216%200%200%200-4.987%201.779m4.82%202.782c.465-.816.688-1.46.766-2.085c.063-.503.035-1.015-.059-1.626c-.629.298-1.106.578-1.51.884c-.536.406-.963.873-1.444%201.53zm.866.5l1.611.93a4.216%204.216%200%200%200-.742-5.014c.071.56.09%201.088.023%201.624c-.099.79-.38%201.562-.892%202.46m-9.632%207.295a.5.5%200%200%200-.96.039c-.17.694-.492%201.075-.859%201.297c-.384.231-.873.321-1.419.321a.5.5%200%200%200%200%201c.638%200%201.333-.102%201.936-.465a2.66%202.66%200%200%200%20.884-.873c1.193%201.521%203.522%201.514%204.68-.016c1.177%201.554%203.56%201.537%204.735-.057A3.46%203.46%200%200%200%2017%2018.25a.5.5%200%201%200%200-1c-.983%200-1.963-.64-2.287-1.652a.5.5%200%200%200-.95-.005c-.643%201.939-3.16%201.914-3.79.08a.5.5%200%200%200-.946%200c-.63%201.834-3.147%201.859-3.79-.08%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.263%204.608a5.214%205.214%200%200%201%209.032%205.214l-.197.34a.5.5%200%200%201-.683.183l-3.465-2l-1.931%203.38c1.34.407%202.492%201.332%203.315%202.528l-.09-.003a1.5%201.5%200%200%200-.92.31c-.96-1.253-2.336-2.06-3.824-2.06s-2.864.807-3.824%202.06a1.5%201.5%200%200%200-1.01-.307C5.786%2012.625%207.513%2011.5%209.5%2011.5q.244%200%20.483.022l2.101-3.677L8.25%205.63a.5.5%200%200%201-.183-.683zm.921.408l1.703.983l.011-.017c.536-.74%201.04-1.309%201.699-1.808a9.2%209.2%200%200%201%201.574-.937a4.216%204.216%200%200%200-4.987%201.779m4.82%202.782c.465-.816.688-1.46.766-2.085c.063-.503.035-1.015-.059-1.626c-.629.298-1.106.578-1.51.884c-.536.406-.963.873-1.444%201.53zm.866.5l1.611.93a4.216%204.216%200%200%200-.742-5.014c.071.56.09%201.088.023%201.624c-.099.79-.38%201.562-.892%202.46m-9.632%207.295a.5.5%200%200%200-.96.039c-.17.694-.492%201.075-.859%201.297c-.384.231-.873.321-1.419.321a.5.5%200%200%200%200%201c.638%200%201.333-.102%201.936-.465a2.66%202.66%200%200%200%20.884-.873c1.193%201.521%203.522%201.514%204.68-.016c1.177%201.554%203.56%201.537%204.735-.057A3.46%203.46%200%200%200%2017%2018.25a.5.5%200%201%200%200-1c-.983%200-1.963-.64-2.287-1.652a.5.5%200%200%200-.95-.005c-.643%201.939-3.16%201.914-3.79.08a.5.5%200%200%200-.946%200c-.63%201.834-3.147%201.859-3.79-.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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