umbrella emoji
umbrella from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- umbrella
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
umbrellaAkar IconsumbrellaBootstrap IconsumbrellaCarbonumbrellaEmoji One (Colored)umbrellaElement Plusumbrella-fillEva IconsumbrellaFramework7 IconsumbrellaFont Awesome 6 SolidumbrellaFont Awesome SolidumbrellaFeather Iconsumbrella-20-filledFluent UI System IconsumbrellaFluent EmojiumbrellaFluent Emoji FlatumbrellaFluent Emoji High Contrastumbrellacss.ggumbrellaHealth IconsumbrellaHuge IconsumbrellaIconParkumbrellaIconPark OutlineumbrellaIconPark SolidumbrellaIconPark TwoToneumbrellaIconoirumbrellaIonIconsumbrellaJam Icons
More people icons from Firefox OS Emoji
Use the umbrella emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M329.9 187.2c-3.8 0-7.5-1.4-10.4-4.3c-5.7-5.7-5.7-15 0-20.7l92.4-92.3c22.1-22.1 60.7-22.1 82.9 0c22.8 22.9 22.8 60 0 82.9c-5.7 5.7-15 5.7-20.7 0s-5.7-15 0-20.7c11.4-11.4 11.4-30 0-41.4c-11-11-30.3-11.1-41.4 0L340.3 183c-2.9 2.8-6.6 4.2-10.4 4.2"/><path fill="#FF473E" d="M468.8 240.4c-8.3-14.9-25.8-21.5-41.5-16.6c4.3-11.8 2.5-25.5-6-36C409 173 387.6 170.3 372 181c11.5-16.2 8.9-38.6-6.5-51.5c-13.5-11.2-32.4-11.7-46.3-2.4c.4-.6.9-1.2 1.3-1.9c10.1-17.7 3.9-40.2-13.8-50.3c-9.8-5.6-21-6-30.8-2.4c5.5-17.6-3.3-36.7-20.8-43.4c-18.2-7.1-38.7 1.9-45.7 20.1l-194 420.3c-1.5 3.9 0 8.4 3.8 10.5c.2.1.4.1.6.2c1.9 4 6.5 6 10.7 4.4l420.3-194c1.4-.6 3-1.3 4.3-2c16.9-9.6 23.1-31.1 13.7-48.2"/><path fill="#597B91" d="m33.5 479.5l-13.2-13.2c-1.8-1.8-4.9-1.8-6.7 0l-8.8 8.8l-.1.1c-2.7 2.7-4.1 6.2-4.1 10s1.5 7.3 4.1 9.9c2.7 2.7 6.2 4.1 9.9 4.1s7.2-1.4 9.9-4c0 0 .1 0 .1-.1l8.9-8.9c.9-.9 1.4-2.1 1.4-3.4c0-1.2-.5-2.4-1.4-3.3"/><path fill="#FF6E83" d="M306.7 74.9c-9.8-5.6-21-6-30.8-2.4c9.8-3.6-262 400.9-260.5 397c-1.5 3.9 3.8 10.5 3.8 10.5l.6.2s300.4-354.3 300.8-354.9c9.9-17.8 3.8-40.3-13.9-50.4"/><path fill="#FF6E83" d="M427.3 223.8c4.3-11.8 2.5-25.5-6-36C409 173 387.6 170.3 372 181c15.6-10.7-350.5 303.1-352.3 299.1c1.9 4 6.5 6 10.7 4.4c0 0 412.6-265.6 396.9-260.7"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiUmbrella(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M329.9 187.2c-3.8 0-7.5-1.4-10.4-4.3c-5.7-5.7-5.7-15 0-20.7l92.4-92.3c22.1-22.1 60.7-22.1 82.9 0c22.8 22.9 22.8 60 0 82.9c-5.7 5.7-15 5.7-20.7 0s-5.7-15 0-20.7c11.4-11.4 11.4-30 0-41.4c-11-11-30.3-11.1-41.4 0L340.3 183c-2.9 2.8-6.6 4.2-10.4 4.2"/><path fill="#FF473E" d="M468.8 240.4c-8.3-14.9-25.8-21.5-41.5-16.6c4.3-11.8 2.5-25.5-6-36C409 173 387.6 170.3 372 181c11.5-16.2 8.9-38.6-6.5-51.5c-13.5-11.2-32.4-11.7-46.3-2.4c.4-.6.9-1.2 1.3-1.9c10.1-17.7 3.9-40.2-13.8-50.3c-9.8-5.6-21-6-30.8-2.4c5.5-17.6-3.3-36.7-20.8-43.4c-18.2-7.1-38.7 1.9-45.7 20.1l-194 420.3c-1.5 3.9 0 8.4 3.8 10.5c.2.1.4.1.6.2c1.9 4 6.5 6 10.7 4.4l420.3-194c1.4-.6 3-1.3 4.3-2c16.9-9.6 23.1-31.1 13.7-48.2"/><path fill="#597B91" d="m33.5 479.5l-13.2-13.2c-1.8-1.8-4.9-1.8-6.7 0l-8.8 8.8l-.1.1c-2.7 2.7-4.1 6.2-4.1 10s1.5 7.3 4.1 9.9c2.7 2.7 6.2 4.1 9.9 4.1s7.2-1.4 9.9-4c0 0 .1 0 .1-.1l8.9-8.9c.9-.9 1.4-2.1 1.4-3.4c0-1.2-.5-2.4-1.4-3.3"/><path fill="#FF6E83" d="M306.7 74.9c-9.8-5.6-21-6-30.8-2.4c9.8-3.6-262 400.9-260.5 397c-1.5 3.9 3.8 10.5 3.8 10.5l.6.2s300.4-354.3 300.8-354.9c9.9-17.8 3.8-40.3-13.9-50.4"/><path fill="#FF6E83" d="M427.3 223.8c4.3-11.8 2.5-25.5-6-36C409 173 387.6 170.3 372 181c15.6-10.7-350.5 303.1-352.3 299.1c1.9 4 6.5 6 10.7 4.4c0 0 412.6-265.6 396.9-260.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M329.9 187.2c-3.8 0-7.5-1.4-10.4-4.3c-5.7-5.7-5.7-15 0-20.7l92.4-92.3c22.1-22.1 60.7-22.1 82.9 0c22.8 22.9 22.8 60 0 82.9c-5.7 5.7-15 5.7-20.7 0s-5.7-15 0-20.7c11.4-11.4 11.4-30 0-41.4c-11-11-30.3-11.1-41.4 0L340.3 183c-2.9 2.8-6.6 4.2-10.4 4.2"/><path fill="#FF473E" d="M468.8 240.4c-8.3-14.9-25.8-21.5-41.5-16.6c4.3-11.8 2.5-25.5-6-36C409 173 387.6 170.3 372 181c11.5-16.2 8.9-38.6-6.5-51.5c-13.5-11.2-32.4-11.7-46.3-2.4c.4-.6.9-1.2 1.3-1.9c10.1-17.7 3.9-40.2-13.8-50.3c-9.8-5.6-21-6-30.8-2.4c5.5-17.6-3.3-36.7-20.8-43.4c-18.2-7.1-38.7 1.9-45.7 20.1l-194 420.3c-1.5 3.9 0 8.4 3.8 10.5c.2.1.4.1.6.2c1.9 4 6.5 6 10.7 4.4l420.3-194c1.4-.6 3-1.3 4.3-2c16.9-9.6 23.1-31.1 13.7-48.2"/><path fill="#597B91" d="m33.5 479.5l-13.2-13.2c-1.8-1.8-4.9-1.8-6.7 0l-8.8 8.8l-.1.1c-2.7 2.7-4.1 6.2-4.1 10s1.5 7.3 4.1 9.9c2.7 2.7 6.2 4.1 9.9 4.1s7.2-1.4 9.9-4c0 0 .1 0 .1-.1l8.9-8.9c.9-.9 1.4-2.1 1.4-3.4c0-1.2-.5-2.4-1.4-3.3"/><path fill="#FF6E83" d="M306.7 74.9c-9.8-5.6-21-6-30.8-2.4c9.8-3.6-262 400.9-260.5 397c-1.5 3.9 3.8 10.5 3.8 10.5l.6.2s300.4-354.3 300.8-354.9c9.9-17.8 3.8-40.3-13.9-50.4"/><path fill="#FF6E83" d="M427.3 223.8c4.3-11.8 2.5-25.5-6-36C409 173 387.6 170.3 372 181c15.6-10.7-350.5 303.1-352.3 299.1c1.9 4 6.5 6 10.7 4.4c0 0 412.6-265.6 396.9-260.7"/></svg> </template>
CSS
.icon-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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M329.9%20187.2c-3.8%200-7.5-1.4-10.4-4.3c-5.7-5.7-5.7-15%200-20.7l92.4-92.3c22.1-22.1%2060.7-22.1%2082.9%200c22.8%2022.9%2022.8%2060%200%2082.9c-5.7%205.7-15%205.7-20.7%200s-5.7-15%200-20.7c11.4-11.4%2011.4-30%200-41.4c-11-11-30.3-11.1-41.4%200L340.3%20183c-2.9%202.8-6.6%204.2-10.4%204.2%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M468.8%20240.4c-8.3-14.9-25.8-21.5-41.5-16.6c4.3-11.8%202.5-25.5-6-36C409%20173%20387.6%20170.3%20372%20181c11.5-16.2%208.9-38.6-6.5-51.5c-13.5-11.2-32.4-11.7-46.3-2.4c.4-.6.9-1.2%201.3-1.9c10.1-17.7%203.9-40.2-13.8-50.3c-9.8-5.6-21-6-30.8-2.4c5.5-17.6-3.3-36.7-20.8-43.4c-18.2-7.1-38.7%201.9-45.7%2020.1l-194%20420.3c-1.5%203.9%200%208.4%203.8%2010.5c.2.1.4.1.6.2c1.9%204%206.5%206%2010.7%204.4l420.3-194c1.4-.6%203-1.3%204.3-2c16.9-9.6%2023.1-31.1%2013.7-48.2%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22m33.5%20479.5l-13.2-13.2c-1.8-1.8-4.9-1.8-6.7%200l-8.8%208.8l-.1.1c-2.7%202.7-4.1%206.2-4.1%2010s1.5%207.3%204.1%209.9c2.7%202.7%206.2%204.1%209.9%204.1s7.2-1.4%209.9-4c0%200%20.1%200%20.1-.1l8.9-8.9c.9-.9%201.4-2.1%201.4-3.4c0-1.2-.5-2.4-1.4-3.3%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M306.7%2074.9c-9.8-5.6-21-6-30.8-2.4c9.8-3.6-262%20400.9-260.5%20397c-1.5%203.9%203.8%2010.5%203.8%2010.5l.6.2s300.4-354.3%20300.8-354.9c9.9-17.8%203.8-40.3-13.9-50.4%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M427.3%20223.8c4.3-11.8%202.5-25.5-6-36C409%20173%20387.6%20170.3%20372%20181c15.6-10.7-350.5%20303.1-352.3%20299.1c1.9%204%206.5%206%2010.7%204.4c0%200%20412.6-265.6%20396.9-260.7%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M329.9%20187.2c-3.8%200-7.5-1.4-10.4-4.3c-5.7-5.7-5.7-15%200-20.7l92.4-92.3c22.1-22.1%2060.7-22.1%2082.9%200c22.8%2022.9%2022.8%2060%200%2082.9c-5.7%205.7-15%205.7-20.7%200s-5.7-15%200-20.7c11.4-11.4%2011.4-30%200-41.4c-11-11-30.3-11.1-41.4%200L340.3%20183c-2.9%202.8-6.6%204.2-10.4%204.2%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M468.8%20240.4c-8.3-14.9-25.8-21.5-41.5-16.6c4.3-11.8%202.5-25.5-6-36C409%20173%20387.6%20170.3%20372%20181c11.5-16.2%208.9-38.6-6.5-51.5c-13.5-11.2-32.4-11.7-46.3-2.4c.4-.6.9-1.2%201.3-1.9c10.1-17.7%203.9-40.2-13.8-50.3c-9.8-5.6-21-6-30.8-2.4c5.5-17.6-3.3-36.7-20.8-43.4c-18.2-7.1-38.7%201.9-45.7%2020.1l-194%20420.3c-1.5%203.9%200%208.4%203.8%2010.5c.2.1.4.1.6.2c1.9%204%206.5%206%2010.7%204.4l420.3-194c1.4-.6%203-1.3%204.3-2c16.9-9.6%2023.1-31.1%2013.7-48.2%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22m33.5%20479.5l-13.2-13.2c-1.8-1.8-4.9-1.8-6.7%200l-8.8%208.8l-.1.1c-2.7%202.7-4.1%206.2-4.1%2010s1.5%207.3%204.1%209.9c2.7%202.7%206.2%204.1%209.9%204.1s7.2-1.4%209.9-4c0%200%20.1%200%20.1-.1l8.9-8.9c.9-.9%201.4-2.1%201.4-3.4c0-1.2-.5-2.4-1.4-3.3%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M306.7%2074.9c-9.8-5.6-21-6-30.8-2.4c9.8-3.6-262%20400.9-260.5%20397c-1.5%203.9%203.8%2010.5%203.8%2010.5l.6.2s300.4-354.3%20300.8-354.9c9.9-17.8%203.8-40.3-13.9-50.4%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M427.3%20223.8c4.3-11.8%202.5-25.5-6-36C409%20173%20387.6%20170.3%20372%20181c15.6-10.7-350.5%20303.1-352.3%20299.1c1.9%204%206.5%206%2010.7%204.4c0%200%20412.6-265.6%20396.9-260.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/umbrella.svg?color=%231a73e8&size=48