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

Name
beach-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M11.914 1.556a4.18 4.18 0 0 0-5.694 1.52l-.152.263a.5.5 0 0 0 .183.684l2.648 1.522L7.27 8.392c-1.45.189-2.68 1.13-3.46 2.394q.13-.03.269-.035a1.5 1.5 0 0 1 1.484 1.027a.55.55 0 0 0 .192.29a.4.4 0 0 0 .235.075a.4.4 0 0 0 .228-.067a.46.46 0 0 0 .171-.247a1.5 1.5 0 0 1 2.837 0c.05.143.118.211.171.247c.062.042.14.067.229.066a.4.4 0 0 0 .234-.074a.55.55 0 0 0 .192-.29a1.5 1.5 0 0 1 1.753-.992c-.766-1.244-1.969-2.174-3.389-2.384l1.349-2.36l2.84 1.632a.5.5 0 0 0 .681-.182l.153-.264a4.14 4.14 0 0 0-1.526-5.672m-7.3 10.537a.5.5 0 0 0-.96.038c-.125.512-.358.78-.613.935c-.273.165-.628.233-1.041.233a.5.5 0 1 0 0 1c.504 0 1.066-.08 1.558-.377c.244-.148.459-.341.636-.585c.961 1.08 2.68 1.074 3.615-.019c.951 1.113 2.716 1.1 3.666-.04a2.8 2.8 0 0 0 2.142 1.021a.5.5 0 0 0 0-1c-.716 0-1.429-.468-1.664-1.201a.5.5 0 0 0-.95-.005c-.465 1.401-2.27 1.377-2.722.06a.5.5 0 0 0-.945 0c-.453 1.317-2.257 1.341-2.721-.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentBeach16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.914 1.556a4.18 4.18 0 0 0-5.694 1.52l-.152.263a.5.5 0 0 0 .183.684l2.648 1.522L7.27 8.392c-1.45.189-2.68 1.13-3.46 2.394q.13-.03.269-.035a1.5 1.5 0 0 1 1.484 1.027a.55.55 0 0 0 .192.29a.4.4 0 0 0 .235.075a.4.4 0 0 0 .228-.067a.46.46 0 0 0 .171-.247a1.5 1.5 0 0 1 2.837 0c.05.143.118.211.171.247c.062.042.14.067.229.066a.4.4 0 0 0 .234-.074a.55.55 0 0 0 .192-.29a1.5 1.5 0 0 1 1.753-.992c-.766-1.244-1.969-2.174-3.389-2.384l1.349-2.36l2.84 1.632a.5.5 0 0 0 .681-.182l.153-.264a4.14 4.14 0 0 0-1.526-5.672m-7.3 10.537a.5.5 0 0 0-.96.038c-.125.512-.358.78-.613.935c-.273.165-.628.233-1.041.233a.5.5 0 1 0 0 1c.504 0 1.066-.08 1.558-.377c.244-.148.459-.341.636-.585c.961 1.08 2.68 1.074 3.615-.019c.951 1.113 2.716 1.1 3.666-.04a2.8 2.8 0 0 0 2.142 1.021a.5.5 0 0 0 0-1c-.716 0-1.429-.468-1.664-1.201a.5.5 0 0 0-.95-.005c-.465 1.401-2.27 1.377-2.722.06a.5.5 0 0 0-.945 0c-.453 1.317-2.257 1.341-2.721-.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.914 1.556a4.18 4.18 0 0 0-5.694 1.52l-.152.263a.5.5 0 0 0 .183.684l2.648 1.522L7.27 8.392c-1.45.189-2.68 1.13-3.46 2.394q.13-.03.269-.035a1.5 1.5 0 0 1 1.484 1.027a.55.55 0 0 0 .192.29a.4.4 0 0 0 .235.075a.4.4 0 0 0 .228-.067a.46.46 0 0 0 .171-.247a1.5 1.5 0 0 1 2.837 0c.05.143.118.211.171.247c.062.042.14.067.229.066a.4.4 0 0 0 .234-.074a.55.55 0 0 0 .192-.29a1.5 1.5 0 0 1 1.753-.992c-.766-1.244-1.969-2.174-3.389-2.384l1.349-2.36l2.84 1.632a.5.5 0 0 0 .681-.182l.153-.264a4.14 4.14 0 0 0-1.526-5.672m-7.3 10.537a.5.5 0 0 0-.96.038c-.125.512-.358.78-.613.935c-.273.165-.628.233-1.041.233a.5.5 0 1 0 0 1c.504 0 1.066-.08 1.558-.377c.244-.148.459-.341.636-.585c.961 1.08 2.68 1.074 3.615-.019c.951 1.113 2.716 1.1 3.666-.04a2.8 2.8 0 0 0 2.142 1.021a.5.5 0 0 0 0-1c-.716 0-1.429-.468-1.664-1.201a.5.5 0 0 0-.95-.005c-.465 1.401-2.27 1.377-2.722.06a.5.5 0 0 0-.945 0c-.453 1.317-2.257 1.341-2.721-.06"/></svg>
</template>

CSS

.icon-beach-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.914%201.556a4.18%204.18%200%200%200-5.694%201.52l-.152.263a.5.5%200%200%200%20.183.684l2.648%201.522L7.27%208.392c-1.45.189-2.68%201.13-3.46%202.394q.13-.03.269-.035a1.5%201.5%200%200%201%201.484%201.027a.55.55%200%200%200%20.192.29a.4.4%200%200%200%20.235.075a.4.4%200%200%200%20.228-.067a.46.46%200%200%200%20.171-.247a1.5%201.5%200%200%201%202.837%200c.05.143.118.211.171.247c.062.042.14.067.229.066a.4.4%200%200%200%20.234-.074a.55.55%200%200%200%20.192-.29a1.5%201.5%200%200%201%201.753-.992c-.766-1.244-1.969-2.174-3.389-2.384l1.349-2.36l2.84%201.632a.5.5%200%200%200%20.681-.182l.153-.264a4.14%204.14%200%200%200-1.526-5.672m-7.3%2010.537a.5.5%200%200%200-.96.038c-.125.512-.358.78-.613.935c-.273.165-.628.233-1.041.233a.5.5%200%201%200%200%201c.504%200%201.066-.08%201.558-.377c.244-.148.459-.341.636-.585c.961%201.08%202.68%201.074%203.615-.019c.951%201.113%202.716%201.1%203.666-.04a2.8%202.8%200%200%200%202.142%201.021a.5.5%200%200%200%200-1c-.716%200-1.429-.468-1.664-1.201a.5.5%200%200%200-.95-.005c-.465%201.401-2.27%201.377-2.722.06a.5.5%200%200%200-.945%200c-.453%201.317-2.257%201.341-2.721-.06%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.914%201.556a4.18%204.18%200%200%200-5.694%201.52l-.152.263a.5.5%200%200%200%20.183.684l2.648%201.522L7.27%208.392c-1.45.189-2.68%201.13-3.46%202.394q.13-.03.269-.035a1.5%201.5%200%200%201%201.484%201.027a.55.55%200%200%200%20.192.29a.4.4%200%200%200%20.235.075a.4.4%200%200%200%20.228-.067a.46.46%200%200%200%20.171-.247a1.5%201.5%200%200%201%202.837%200c.05.143.118.211.171.247c.062.042.14.067.229.066a.4.4%200%200%200%20.234-.074a.55.55%200%200%200%20.192-.29a1.5%201.5%200%200%201%201.753-.992c-.766-1.244-1.969-2.174-3.389-2.384l1.349-2.36l2.84%201.632a.5.5%200%200%200%20.681-.182l.153-.264a4.14%204.14%200%200%200-1.526-5.672m-7.3%2010.537a.5.5%200%200%200-.96.038c-.125.512-.358.78-.613.935c-.273.165-.628.233-1.041.233a.5.5%200%201%200%200%201c.504%200%201.066-.08%201.558-.377c.244-.148.459-.341.636-.585c.961%201.08%202.68%201.074%203.615-.019c.951%201.113%202.716%201.1%203.666-.04a2.8%202.8%200%200%200%202.142%201.021a.5.5%200%200%200%200-1c-.716%200-1.429-.468-1.664-1.201a.5.5%200%200%200-.95-.005c-.465%201.401-2.27%201.377-2.722.06a.5.5%200%200%200-.945%200c-.453%201.317-2.257%201.341-2.721-.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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