beach with umbrella emoji
beach-with-umbrella from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- beach-with-umbrella
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji Flat
Use the beach with umbrella emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M5.01 29.034h21.98c1.66 0 3.01-1.35 3.01-3.01v-6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v6c0 1.67 1.35 3.01 3.01 3.01"/><path fill="#26eafc" d="M28 17.034H4a2 2 0 0 0-2 2v2h27.99v-2c0-1.1-.89-2-1.99-2"/><path fill="#7d4533" d="M24.25 6.974L7.12 24.104c-.2.2-.2.52 0 .72s.52.2.72 0l17.13-17.13c.2-.2.2-.52 0-.72s-.52-.2-.72 0"/><path fill="#f8312f" d="M22.82 24.944c.76.76 1.95.82 2.52.08c3.9-5.1 3.49-12.46-1.21-17.16s-12.08-5.12-17.18-1.22c-.74.56-.68 1.75.08 2.51l.76.76l11.18 3.08l3.08 11.18z"/><path fill="#f4f4f4" d="M22.04 24.174c5.08-5.08 6-12.38 2.06-16.32s-11.23-3.02-16.31 2.06z"/><path fill="#f8312f" d="M18.47 20.594c5.08-5.08 7.6-10.79 5.63-12.75s-7.67.56-12.75 5.64z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatBeachWithUmbrella(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M5.01 29.034h21.98c1.66 0 3.01-1.35 3.01-3.01v-6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v6c0 1.67 1.35 3.01 3.01 3.01"/><path fill="#26eafc" d="M28 17.034H4a2 2 0 0 0-2 2v2h27.99v-2c0-1.1-.89-2-1.99-2"/><path fill="#7d4533" d="M24.25 6.974L7.12 24.104c-.2.2-.2.52 0 .72s.52.2.72 0l17.13-17.13c.2-.2.2-.52 0-.72s-.52-.2-.72 0"/><path fill="#f8312f" d="M22.82 24.944c.76.76 1.95.82 2.52.08c3.9-5.1 3.49-12.46-1.21-17.16s-12.08-5.12-17.18-1.22c-.74.56-.68 1.75.08 2.51l.76.76l11.18 3.08l3.08 11.18z"/><path fill="#f4f4f4" d="M22.04 24.174c5.08-5.08 6-12.38 2.06-16.32s-11.23-3.02-16.31 2.06z"/><path fill="#f8312f" d="M18.47 20.594c5.08-5.08 7.6-10.79 5.63-12.75s-7.67.56-12.75 5.64z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M5.01 29.034h21.98c1.66 0 3.01-1.35 3.01-3.01v-6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v6c0 1.67 1.35 3.01 3.01 3.01"/><path fill="#26eafc" d="M28 17.034H4a2 2 0 0 0-2 2v2h27.99v-2c0-1.1-.89-2-1.99-2"/><path fill="#7d4533" d="M24.25 6.974L7.12 24.104c-.2.2-.2.52 0 .72s.52.2.72 0l17.13-17.13c.2-.2.2-.52 0-.72s-.52-.2-.72 0"/><path fill="#f8312f" d="M22.82 24.944c.76.76 1.95.82 2.52.08c3.9-5.1 3.49-12.46-1.21-17.16s-12.08-5.12-17.18-1.22c-.74.56-.68 1.75.08 2.51l.76.76l11.18 3.08l3.08 11.18z"/><path fill="#f4f4f4" d="M22.04 24.174c5.08-5.08 6-12.38 2.06-16.32s-11.23-3.02-16.31 2.06z"/><path fill="#f8312f" d="M18.47 20.594c5.08-5.08 7.6-10.79 5.63-12.75s-7.67.56-12.75 5.64z"/></g></svg> </template>
CSS
.icon-beach-with-umbrella {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M5.01%2029.034h21.98c1.66%200%203.01-1.35%203.01-3.01v-6a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v6c0%201.67%201.35%203.01%203.01%203.01%22%2F%3E%3Cpath%20fill%3D%22%2326eafc%22%20d%3D%22M28%2017.034H4a2%202%200%200%200-2%202v2h27.99v-2c0-1.1-.89-2-1.99-2%22%2F%3E%3Cpath%20fill%3D%22%237d4533%22%20d%3D%22M24.25%206.974L7.12%2024.104c-.2.2-.2.52%200%20.72s.52.2.72%200l17.13-17.13c.2-.2.2-.52%200-.72s-.52-.2-.72%200%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M22.82%2024.944c.76.76%201.95.82%202.52.08c3.9-5.1%203.49-12.46-1.21-17.16s-12.08-5.12-17.18-1.22c-.74.56-.68%201.75.08%202.51l.76.76l11.18%203.08l3.08%2011.18z%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M22.04%2024.174c5.08-5.08%206-12.38%202.06-16.32s-11.23-3.02-16.31%202.06z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M18.47%2020.594c5.08-5.08%207.6-10.79%205.63-12.75s-7.67.56-12.75%205.64z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M5.01%2029.034h21.98c1.66%200%203.01-1.35%203.01-3.01v-6a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v6c0%201.67%201.35%203.01%203.01%203.01%22%2F%3E%3Cpath%20fill%3D%22%2326eafc%22%20d%3D%22M28%2017.034H4a2%202%200%200%200-2%202v2h27.99v-2c0-1.1-.89-2-1.99-2%22%2F%3E%3Cpath%20fill%3D%22%237d4533%22%20d%3D%22M24.25%206.974L7.12%2024.104c-.2.2-.2.52%200%20.72s.52.2.72%200l17.13-17.13c.2-.2.2-.52%200-.72s-.52-.2-.72%200%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M22.82%2024.944c.76.76%201.95.82%202.52.08c3.9-5.1%203.49-12.46-1.21-17.16s-12.08-5.12-17.18-1.22c-.74.56-.68%201.75.08%202.51l.76.76l11.18%203.08l3.08%2011.18z%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M22.04%2024.174c5.08-5.08%206-12.38%202.06-16.32s-11.23-3.02-16.31%202.06z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M18.47%2020.594c5.08-5.08%207.6-10.79%205.63-12.75s-7.67.56-12.75%205.64z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/beach-with-umbrella.svg?color=%231a73e8&size=48