umbrella with rain drops emoji
umbrella-with-rain-drops from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- umbrella-with-rain-drops
- 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 umbrella with rain drops emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m5.96 6.865l1.706-1.716a2.424 2.424 0 0 0 .004-3.433a2.424 2.424 0 0 0-3.437-.003L2.516 3.43a2.424 2.424 0 0 0-.003 3.437c.95.95 2.494.95 3.444 0zM3.22 6.16c-.56-.56-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02L5.25 6.16c-.56.56-1.47.56-2.03 0"/><path d="M25.558 6.807a14 14 0 0 0-2.35-1.79a2.426 2.426 0 0 0-.118-3.3a2.424 2.424 0 0 0-3.437-.004L18.19 3.175a14 14 0 0 0-1.211-.14V3a1 1 0 1 0-2 0v.034C7.792 3.537 2.115 9.471 2 16.75c0 .12.1.22.22.22c.08 0 .16-.05.19-.12a3.5 3.5 0 0 1 3.09-1.87c1.28 0 2.4.7 3 1.73c.1.16.27.26.46.26h.06c.19 0 .36-.1.46-.26a3.49 3.49 0 0 1 3-1.73c.981 0 1.869.412 2.5 1.068V26.5c0 .818-.652 1.47-1.47 1.47a1.47 1.47 0 0 1-1.47-1.47a1 1 0 1 0-2 0c0 1.91 1.545 3.47 3.47 3.47a3.463 3.463 0 0 0 3.47-3.47V16.032a3.45 3.45 0 0 1 2.48-1.052c1.28 0 2.4.7 3 1.73c.1.16.27.26.46.26h.06c.19 0 .36-.1.46-.26a3.49 3.49 0 0 1 3-1.73c1.34 0 2.5.76 3.08 1.88c.04.07.11.12.19.12c.12 0 .22-.1.22-.22a13.9 13.9 0 0 0-1.447-6.009l1.601-1.601a2.424 2.424 0 0 0 .006-3.434a2.424 2.424 0 0 0-3.437-.003zM9.64 10.16c-.56-.56-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0a1.43 1.43 0 0 1 0 2.02l-1.71 1.72c-.56.56-1.47.56-2.03 0m19.74-1.72l-1.72 1.72c-.55.56-1.46.56-2.02 0s-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02m-7-4l-1.72 1.72c-.55.56-1.46.56-2.02 0s-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastUmbrellaWithRainDrops(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m5.96 6.865l1.706-1.716a2.424 2.424 0 0 0 .004-3.433a2.424 2.424 0 0 0-3.437-.003L2.516 3.43a2.424 2.424 0 0 0-.003 3.437c.95.95 2.494.95 3.444 0zM3.22 6.16c-.56-.56-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02L5.25 6.16c-.56.56-1.47.56-2.03 0"/><path d="M25.558 6.807a14 14 0 0 0-2.35-1.79a2.426 2.426 0 0 0-.118-3.3a2.424 2.424 0 0 0-3.437-.004L18.19 3.175a14 14 0 0 0-1.211-.14V3a1 1 0 1 0-2 0v.034C7.792 3.537 2.115 9.471 2 16.75c0 .12.1.22.22.22c.08 0 .16-.05.19-.12a3.5 3.5 0 0 1 3.09-1.87c1.28 0 2.4.7 3 1.73c.1.16.27.26.46.26h.06c.19 0 .36-.1.46-.26a3.49 3.49 0 0 1 3-1.73c.981 0 1.869.412 2.5 1.068V26.5c0 .818-.652 1.47-1.47 1.47a1.47 1.47 0 0 1-1.47-1.47a1 1 0 1 0-2 0c0 1.91 1.545 3.47 3.47 3.47a3.463 3.463 0 0 0 3.47-3.47V16.032a3.45 3.45 0 0 1 2.48-1.052c1.28 0 2.4.7 3 1.73c.1.16.27.26.46.26h.06c.19 0 .36-.1.46-.26a3.49 3.49 0 0 1 3-1.73c1.34 0 2.5.76 3.08 1.88c.04.07.11.12.19.12c.12 0 .22-.1.22-.22a13.9 13.9 0 0 0-1.447-6.009l1.601-1.601a2.424 2.424 0 0 0 .006-3.434a2.424 2.424 0 0 0-3.437-.003zM9.64 10.16c-.56-.56-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0a1.43 1.43 0 0 1 0 2.02l-1.71 1.72c-.56.56-1.47.56-2.03 0m19.74-1.72l-1.72 1.72c-.55.56-1.46.56-2.02 0s-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02m-7-4l-1.72 1.72c-.55.56-1.46.56-2.02 0s-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m5.96 6.865l1.706-1.716a2.424 2.424 0 0 0 .004-3.433a2.424 2.424 0 0 0-3.437-.003L2.516 3.43a2.424 2.424 0 0 0-.003 3.437c.95.95 2.494.95 3.444 0zM3.22 6.16c-.56-.56-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02L5.25 6.16c-.56.56-1.47.56-2.03 0"/><path d="M25.558 6.807a14 14 0 0 0-2.35-1.79a2.426 2.426 0 0 0-.118-3.3a2.424 2.424 0 0 0-3.437-.004L18.19 3.175a14 14 0 0 0-1.211-.14V3a1 1 0 1 0-2 0v.034C7.792 3.537 2.115 9.471 2 16.75c0 .12.1.22.22.22c.08 0 .16-.05.19-.12a3.5 3.5 0 0 1 3.09-1.87c1.28 0 2.4.7 3 1.73c.1.16.27.26.46.26h.06c.19 0 .36-.1.46-.26a3.49 3.49 0 0 1 3-1.73c.981 0 1.869.412 2.5 1.068V26.5c0 .818-.652 1.47-1.47 1.47a1.47 1.47 0 0 1-1.47-1.47a1 1 0 1 0-2 0c0 1.91 1.545 3.47 3.47 3.47a3.463 3.463 0 0 0 3.47-3.47V16.032a3.45 3.45 0 0 1 2.48-1.052c1.28 0 2.4.7 3 1.73c.1.16.27.26.46.26h.06c.19 0 .36-.1.46-.26a3.49 3.49 0 0 1 3-1.73c1.34 0 2.5.76 3.08 1.88c.04.07.11.12.19.12c.12 0 .22-.1.22-.22a13.9 13.9 0 0 0-1.447-6.009l1.601-1.601a2.424 2.424 0 0 0 .006-3.434a2.424 2.424 0 0 0-3.437-.003zM9.64 10.16c-.56-.56-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0a1.43 1.43 0 0 1 0 2.02l-1.71 1.72c-.56.56-1.47.56-2.03 0m19.74-1.72l-1.72 1.72c-.55.56-1.46.56-2.02 0s-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02m-7-4l-1.72 1.72c-.55.56-1.46.56-2.02 0s-.56-1.47 0-2.02l1.72-1.72c.56-.56 1.47-.56 2.02 0c.56.56.56 1.47 0 2.02"/></g></svg> </template>
CSS
.icon-umbrella-with-rain-drops {
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%22currentColor%22%3E%3Cpath%20d%3D%22m5.96%206.865l1.706-1.716a2.424%202.424%200%200%200%20.004-3.433a2.424%202.424%200%200%200-3.437-.003L2.516%203.43a2.424%202.424%200%200%200-.003%203.437c.95.95%202.494.95%203.444%200zM3.22%206.16c-.56-.56-.56-1.47%200-2.02l1.72-1.72c.56-.56%201.47-.56%202.02%200c.56.56.56%201.47%200%202.02L5.25%206.16c-.56.56-1.47.56-2.03%200%22%2F%3E%3Cpath%20d%3D%22M25.558%206.807a14%2014%200%200%200-2.35-1.79a2.426%202.426%200%200%200-.118-3.3a2.424%202.424%200%200%200-3.437-.004L18.19%203.175a14%2014%200%200%200-1.211-.14V3a1%201%200%201%200-2%200v.034C7.792%203.537%202.115%209.471%202%2016.75c0%20.12.1.22.22.22c.08%200%20.16-.05.19-.12a3.5%203.5%200%200%201%203.09-1.87c1.28%200%202.4.7%203%201.73c.1.16.27.26.46.26h.06c.19%200%20.36-.1.46-.26a3.49%203.49%200%200%201%203-1.73c.981%200%201.869.412%202.5%201.068V26.5c0%20.818-.652%201.47-1.47%201.47a1.47%201.47%200%200%201-1.47-1.47a1%201%200%201%200-2%200c0%201.91%201.545%203.47%203.47%203.47a3.463%203.463%200%200%200%203.47-3.47V16.032a3.45%203.45%200%200%201%202.48-1.052c1.28%200%202.4.7%203%201.73c.1.16.27.26.46.26h.06c.19%200%20.36-.1.46-.26a3.49%203.49%200%200%201%203-1.73c1.34%200%202.5.76%203.08%201.88c.04.07.11.12.19.12c.12%200%20.22-.1.22-.22a13.9%2013.9%200%200%200-1.447-6.009l1.601-1.601a2.424%202.424%200%200%200%20.006-3.434a2.424%202.424%200%200%200-3.437-.003zM9.64%2010.16c-.56-.56-.56-1.47%200-2.02l1.72-1.72c.56-.56%201.47-.56%202.02%200a1.43%201.43%200%200%201%200%202.02l-1.71%201.72c-.56.56-1.47.56-2.03%200m19.74-1.72l-1.72%201.72c-.55.56-1.46.56-2.02%200s-.56-1.47%200-2.02l1.72-1.72c.56-.56%201.47-.56%202.02%200c.56.56.56%201.47%200%202.02m-7-4l-1.72%201.72c-.55.56-1.46.56-2.02%200s-.56-1.47%200-2.02l1.72-1.72c.56-.56%201.47-.56%202.02%200c.56.56.56%201.47%200%202.02%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%22currentColor%22%3E%3Cpath%20d%3D%22m5.96%206.865l1.706-1.716a2.424%202.424%200%200%200%20.004-3.433a2.424%202.424%200%200%200-3.437-.003L2.516%203.43a2.424%202.424%200%200%200-.003%203.437c.95.95%202.494.95%203.444%200zM3.22%206.16c-.56-.56-.56-1.47%200-2.02l1.72-1.72c.56-.56%201.47-.56%202.02%200c.56.56.56%201.47%200%202.02L5.25%206.16c-.56.56-1.47.56-2.03%200%22%2F%3E%3Cpath%20d%3D%22M25.558%206.807a14%2014%200%200%200-2.35-1.79a2.426%202.426%200%200%200-.118-3.3a2.424%202.424%200%200%200-3.437-.004L18.19%203.175a14%2014%200%200%200-1.211-.14V3a1%201%200%201%200-2%200v.034C7.792%203.537%202.115%209.471%202%2016.75c0%20.12.1.22.22.22c.08%200%20.16-.05.19-.12a3.5%203.5%200%200%201%203.09-1.87c1.28%200%202.4.7%203%201.73c.1.16.27.26.46.26h.06c.19%200%20.36-.1.46-.26a3.49%203.49%200%200%201%203-1.73c.981%200%201.869.412%202.5%201.068V26.5c0%20.818-.652%201.47-1.47%201.47a1.47%201.47%200%200%201-1.47-1.47a1%201%200%201%200-2%200c0%201.91%201.545%203.47%203.47%203.47a3.463%203.463%200%200%200%203.47-3.47V16.032a3.45%203.45%200%200%201%202.48-1.052c1.28%200%202.4.7%203%201.73c.1.16.27.26.46.26h.06c.19%200%20.36-.1.46-.26a3.49%203.49%200%200%201%203-1.73c1.34%200%202.5.76%203.08%201.88c.04.07.11.12.19.12c.12%200%20.22-.1.22-.22a13.9%2013.9%200%200%200-1.447-6.009l1.601-1.601a2.424%202.424%200%200%200%20.006-3.434a2.424%202.424%200%200%200-3.437-.003zM9.64%2010.16c-.56-.56-.56-1.47%200-2.02l1.72-1.72c.56-.56%201.47-.56%202.02%200a1.43%201.43%200%200%201%200%202.02l-1.71%201.72c-.56.56-1.47.56-2.03%200m19.74-1.72l-1.72%201.72c-.55.56-1.46.56-2.02%200s-.56-1.47%200-2.02l1.72-1.72c.56-.56%201.47-.56%202.02%200c.56.56.56%201.47%200%202.02m-7-4l-1.72%201.72c-.55.56-1.46.56-2.02%200s-.56-1.47%200-2.02l1.72-1.72c.56-.56%201.47-.56%202.02%200c.56.56.56%201.47%200%202.02%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-high-contrast/umbrella-with-rain-drops.svg?color=%231a73e8&size=48