umbrella icon
umbrella-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- umbrella-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
umbrellaAkar IconsumbrellaBootstrap IconsumbrellaCarbonumbrellaEmoji One (Colored)umbrella-fillEva IconsumbrellaFramework7 IconsumbrellaFont Awesome 6 SolidumbrellaFeather Iconsumbrella-20-filledFluent UI System IconsumbrellaFluent EmojiumbrellaFluent Emoji FlatumbrellaFluent Emoji High Contrastumbrellacss.ggumbrellaHuge IconsumbrellaIconoirumbrellaIonIconsumbrellaJam IconsumbrellaLine AwesomeumbrellaLucideumbrellaMajesticonsumbrellaMaterial SymbolsumbrellaMaterial Design Iconsumbrella-fillMingCute IconumbrellaNoto Emoji
Related icons in Phosphor
Use the umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 127A108.44 108.44 0 0 0 54.46 56.69A107.53 107.53 0 0 0 20 127a12 12 0 0 0 12 13h92v60a28 28 0 0 0 56 0a4 4 0 0 0-8 0a20 20 0 0 1-40 0v-60h92a12 12 0 0 0 12-13m-204 5a4 4 0 0 1-4-4.38a100.2 100.2 0 0 1 89.73-91.09C106 49.76 85.08 80.45 84 132Zm60 0c1.21-56 27.6-86.37 35.94-94.57c8.41 8.21 34.79 38.57 36 94.57Zm134.87-1.3a4 4 0 0 1-3 1.3H172c-1-51.55-22-82.24-33.7-95.47a100.2 100.2 0 0 1 89.7 91.09a4 4 0 0 1-1.07 3.08Z"/></svg>
React
import type { SVGProps } from "react";
export function PhUmbrellaThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 127A108.44 108.44 0 0 0 54.46 56.69A107.53 107.53 0 0 0 20 127a12 12 0 0 0 12 13h92v60a28 28 0 0 0 56 0a4 4 0 0 0-8 0a20 20 0 0 1-40 0v-60h92a12 12 0 0 0 12-13m-204 5a4 4 0 0 1-4-4.38a100.2 100.2 0 0 1 89.73-91.09C106 49.76 85.08 80.45 84 132Zm60 0c1.21-56 27.6-86.37 35.94-94.57c8.41 8.21 34.79 38.57 36 94.57Zm134.87-1.3a4 4 0 0 1-3 1.3H172c-1-51.55-22-82.24-33.7-95.47a100.2 100.2 0 0 1 89.7 91.09a4 4 0 0 1-1.07 3.08Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 127A108.44 108.44 0 0 0 54.46 56.69A107.53 107.53 0 0 0 20 127a12 12 0 0 0 12 13h92v60a28 28 0 0 0 56 0a4 4 0 0 0-8 0a20 20 0 0 1-40 0v-60h92a12 12 0 0 0 12-13m-204 5a4 4 0 0 1-4-4.38a100.2 100.2 0 0 1 89.73-91.09C106 49.76 85.08 80.45 84 132Zm60 0c1.21-56 27.6-86.37 35.94-94.57c8.41 8.21 34.79 38.57 36 94.57Zm134.87-1.3a4 4 0 0 1-3 1.3H172c-1-51.55-22-82.24-33.7-95.47a100.2 100.2 0 0 1 89.7 91.09a4 4 0 0 1-1.07 3.08Z"/></svg> </template>
CSS
.icon-umbrella-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%20127A108.44%20108.44%200%200%200%2054.46%2056.69A107.53%20107.53%200%200%200%2020%20127a12%2012%200%200%200%2012%2013h92v60a28%2028%200%200%200%2056%200a4%204%200%200%200-8%200a20%2020%200%200%201-40%200v-60h92a12%2012%200%200%200%2012-13m-204%205a4%204%200%200%201-4-4.38a100.2%20100.2%200%200%201%2089.73-91.09C106%2049.76%2085.08%2080.45%2084%20132Zm60%200c1.21-56%2027.6-86.37%2035.94-94.57c8.41%208.21%2034.79%2038.57%2036%2094.57Zm134.87-1.3a4%204%200%200%201-3%201.3H172c-1-51.55-22-82.24-33.7-95.47a100.2%20100.2%200%200%201%2089.7%2091.09a4%204%200%200%201-1.07%203.08Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%20127A108.44%20108.44%200%200%200%2054.46%2056.69A107.53%20107.53%200%200%200%2020%20127a12%2012%200%200%200%2012%2013h92v60a28%2028%200%200%200%2056%200a4%204%200%200%200-8%200a20%2020%200%200%201-40%200v-60h92a12%2012%200%200%200%2012-13m-204%205a4%204%200%200%201-4-4.38a100.2%20100.2%200%200%201%2089.73-91.09C106%2049.76%2085.08%2080.45%2084%20132Zm60%200c1.21-56%2027.6-86.37%2035.94-94.57c8.41%208.21%2034.79%2038.57%2036%2094.57Zm134.87-1.3a4%204%200%200%201-3%201.3H172c-1-51.55-22-82.24-33.7-95.47a100.2%20100.2%200%200%201%2089.7%2091.09a4%204%200%200%201-1.07%203.08Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/umbrella-thin.svg?color=%231a73e8&size=48