umbrella-beach-outline from Material Design Icons by Pictogrammers · Outline · Weather · Apache-2.0 Free for personal and commercial use.

Name
umbrella-beach-outline
Set
Material Design Icons
Style
Outline
Category
Weather
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More weather icons from Material Design Icons

Use the umbrella beach icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 19.57L19.57 21l-6.44-6.44l1.43-1.43zM13.12 3C10.54 3 7.96 4 6 5.95l-.03.01a10.086 10.086 0 0 0 0 14.31l14.3-14.31A10.13 10.13 0 0 0 13.12 3M6.14 17.27a8.06 8.06 0 0 1-.68-6.82c.19 1.91.89 3.79 2.07 5.44zM9 14.43c-1.37-2.05-1.88-4.5-1.4-6.83c.58-.1 1.16-.18 1.75-.18c1.8 0 3.55.55 5.08 1.58zm1.45-8.97a8.06 8.06 0 0 1 6.82.68l-1.39 1.39a11.25 11.25 0 0 0-5.43-2.07"/></svg>

React

import type { SVGProps } from "react";

export function MdiUmbrellaBeachOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 19.57L19.57 21l-6.44-6.44l1.43-1.43zM13.12 3C10.54 3 7.96 4 6 5.95l-.03.01a10.086 10.086 0 0 0 0 14.31l14.3-14.31A10.13 10.13 0 0 0 13.12 3M6.14 17.27a8.06 8.06 0 0 1-.68-6.82c.19 1.91.89 3.79 2.07 5.44zM9 14.43c-1.37-2.05-1.88-4.5-1.4-6.83c.58-.1 1.16-.18 1.75-.18c1.8 0 3.55.55 5.08 1.58zm1.45-8.97a8.06 8.06 0 0 1 6.82.68l-1.39 1.39a11.25 11.25 0 0 0-5.43-2.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 19.57L19.57 21l-6.44-6.44l1.43-1.43zM13.12 3C10.54 3 7.96 4 6 5.95l-.03.01a10.086 10.086 0 0 0 0 14.31l14.3-14.31A10.13 10.13 0 0 0 13.12 3M6.14 17.27a8.06 8.06 0 0 1-.68-6.82c.19 1.91.89 3.79 2.07 5.44zM9 14.43c-1.37-2.05-1.88-4.5-1.4-6.83c.58-.1 1.16-.18 1.75-.18c1.8 0 3.55.55 5.08 1.58zm1.45-8.97a8.06 8.06 0 0 1 6.82.68l-1.39 1.39a11.25 11.25 0 0 0-5.43-2.07"/></svg>
</template>

CSS

.icon-umbrella-beach-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2019.57L19.57%2021l-6.44-6.44l1.43-1.43zM13.12%203C10.54%203%207.96%204%206%205.95l-.03.01a10.086%2010.086%200%200%200%200%2014.31l14.3-14.31A10.13%2010.13%200%200%200%2013.12%203M6.14%2017.27a8.06%208.06%200%200%201-.68-6.82c.19%201.91.89%203.79%202.07%205.44zM9%2014.43c-1.37-2.05-1.88-4.5-1.4-6.83c.58-.1%201.16-.18%201.75-.18c1.8%200%203.55.55%205.08%201.58zm1.45-8.97a8.06%208.06%200%200%201%206.82.68l-1.39%201.39a11.25%2011.25%200%200%200-5.43-2.07%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2019.57L19.57%2021l-6.44-6.44l1.43-1.43zM13.12%203C10.54%203%207.96%204%206%205.95l-.03.01a10.086%2010.086%200%200%200%200%2014.31l14.3-14.31A10.13%2010.13%200%200%200%2013.12%203M6.14%2017.27a8.06%208.06%200%200%201-.68-6.82c.19%201.91.89%203.79%202.07%205.44zM9%2014.43c-1.37-2.05-1.88-4.5-1.4-6.83c.58-.1%201.16-.18%201.75-.18c1.8%200%203.55.55%205.08%201.58zm1.45-8.97a8.06%208.06%200%200%201%206.82.68l-1.39%201.39a11.25%2011.25%200%200%200-5.43-2.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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