closed umbrella emoji
closed-umbrella from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- closed-umbrella
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji High Contrast
Use the closed umbrella emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.506 6.43a1.475 1.475 0 0 0-2.079.007a1.466 1.466 0 0 0 .01 2.076a1 1 0 1 1-1.414 1.414a3.466 3.466 0 0 1-.01-4.904a3.475 3.475 0 0 1 4.9-.014l.003.003l5.377 5.355A3.14 3.14 0 0 1 16.17 8.49v.02l.02-.02h-.02c.02-1.53 2.24-3.41 3.14-2.51c3.569 3.56 9.49 15.956 9.684 20.022l.462.46a1 1 0 0 1-1.412 1.417l-.447-.446c-4.09-.108-16.553-6.056-20.147-9.633c-.84-.83.96-3.08 2.43-3.07a3.14 3.14 0 0 1 2.028-2.92z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastClosedUmbrella(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.506 6.43a1.475 1.475 0 0 0-2.079.007a1.466 1.466 0 0 0 .01 2.076a1 1 0 1 1-1.414 1.414a3.466 3.466 0 0 1-.01-4.904a3.475 3.475 0 0 1 4.9-.014l.003.003l5.377 5.355A3.14 3.14 0 0 1 16.17 8.49v.02l.02-.02h-.02c.02-1.53 2.24-3.41 3.14-2.51c3.569 3.56 9.49 15.956 9.684 20.022l.462.46a1 1 0 0 1-1.412 1.417l-.447-.446c-4.09-.108-16.553-6.056-20.147-9.633c-.84-.83.96-3.08 2.43-3.07a3.14 3.14 0 0 1 2.028-2.92z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.506 6.43a1.475 1.475 0 0 0-2.079.007a1.466 1.466 0 0 0 .01 2.076a1 1 0 1 1-1.414 1.414a3.466 3.466 0 0 1-.01-4.904a3.475 3.475 0 0 1 4.9-.014l.003.003l5.377 5.355A3.14 3.14 0 0 1 16.17 8.49v.02l.02-.02h-.02c.02-1.53 2.24-3.41 3.14-2.51c3.569 3.56 9.49 15.956 9.684 20.022l.462.46a1 1 0 0 1-1.412 1.417l-.447-.446c-4.09-.108-16.553-6.056-20.147-9.633c-.84-.83.96-3.08 2.43-3.07a3.14 3.14 0 0 1 2.028-2.92z"/></svg> </template>
CSS
.icon-closed-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.506%206.43a1.475%201.475%200%200%200-2.079.007a1.466%201.466%200%200%200%20.01%202.076a1%201%200%201%201-1.414%201.414a3.466%203.466%200%200%201-.01-4.904a3.475%203.475%200%200%201%204.9-.014l.003.003l5.377%205.355A3.14%203.14%200%200%201%2016.17%208.49v.02l.02-.02h-.02c.02-1.53%202.24-3.41%203.14-2.51c3.569%203.56%209.49%2015.956%209.684%2020.022l.462.46a1%201%200%200%201-1.412%201.417l-.447-.446c-4.09-.108-16.553-6.056-20.147-9.633c-.84-.83.96-3.08%202.43-3.07a3.14%203.14%200%200%201%202.028-2.92z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.506%206.43a1.475%201.475%200%200%200-2.079.007a1.466%201.466%200%200%200%20.01%202.076a1%201%200%201%201-1.414%201.414a3.466%203.466%200%200%201-.01-4.904a3.475%203.475%200%200%201%204.9-.014l.003.003l5.377%205.355A3.14%203.14%200%200%201%2016.17%208.49v.02l.02-.02h-.02c.02-1.53%202.24-3.41%203.14-2.51c3.569%203.56%209.49%2015.956%209.684%2020.022l.462.46a1%201%200%200%201-1.412%201.417l-.447-.446c-4.09-.108-16.553-6.056-20.147-9.633c-.84-.83.96-3.08%202.43-3.07a3.14%203.14%200%200%201%202.028-2.92z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/closed-umbrella.svg?color=%231a73e8&size=48