umbrella icon
umbrella-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- umbrella-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon 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 ContrastumbrellaFirefox OS Emojiumbrellacss.ggumbrellaHealth IconsumbrellaHuge IconsumbrellaIconParkumbrellaIconPark OutlineumbrellaIconPark SolidumbrellaIconPark TwoToneumbrellaIconoirumbrellaIonIcons
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="M238 126.79A110.43 110.43 0 0 0 53.11 55.22a109.5 109.5 0 0 0-35.06 71.57A14 14 0 0 0 32 142h90v58a30 30 0 0 0 60 0a6 6 0 0 0-12 0a18 18 0 0 1-36 0v-58h90a14 14 0 0 0 14-15.21M94.11 130c1.69-51.21 24.7-80.16 33.89-89.73c9.2 9.58 32.2 38.53 33.89 89.73Zm-63.57-.65a2 2 0 0 1-.53-1.56a98.14 98.14 0 0 1 82.91-88.62c-12 15-29.43 44.44-30.83 90.83H32a2 2 0 0 1-1.46-.65m194.92 0a2 2 0 0 1-1.46.65h-50.09c-1.4-46.39-18.81-75.87-30.83-90.83A98.14 98.14 0 0 1 226 127.79a2 2 0 0 1-.54 1.56"/></svg>
React
import type { SVGProps } from "react";
export function PhUmbrellaLight(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="M238 126.79A110.43 110.43 0 0 0 53.11 55.22a109.5 109.5 0 0 0-35.06 71.57A14 14 0 0 0 32 142h90v58a30 30 0 0 0 60 0a6 6 0 0 0-12 0a18 18 0 0 1-36 0v-58h90a14 14 0 0 0 14-15.21M94.11 130c1.69-51.21 24.7-80.16 33.89-89.73c9.2 9.58 32.2 38.53 33.89 89.73Zm-63.57-.65a2 2 0 0 1-.53-1.56a98.14 98.14 0 0 1 82.91-88.62c-12 15-29.43 44.44-30.83 90.83H32a2 2 0 0 1-1.46-.65m194.92 0a2 2 0 0 1-1.46.65h-50.09c-1.4-46.39-18.81-75.87-30.83-90.83A98.14 98.14 0 0 1 226 127.79a2 2 0 0 1-.54 1.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 126.79A110.43 110.43 0 0 0 53.11 55.22a109.5 109.5 0 0 0-35.06 71.57A14 14 0 0 0 32 142h90v58a30 30 0 0 0 60 0a6 6 0 0 0-12 0a18 18 0 0 1-36 0v-58h90a14 14 0 0 0 14-15.21M94.11 130c1.69-51.21 24.7-80.16 33.89-89.73c9.2 9.58 32.2 38.53 33.89 89.73Zm-63.57-.65a2 2 0 0 1-.53-1.56a98.14 98.14 0 0 1 82.91-88.62c-12 15-29.43 44.44-30.83 90.83H32a2 2 0 0 1-1.46-.65m194.92 0a2 2 0 0 1-1.46.65h-50.09c-1.4-46.39-18.81-75.87-30.83-90.83A98.14 98.14 0 0 1 226 127.79a2 2 0 0 1-.54 1.56"/></svg> </template>
CSS
.icon-umbrella-light {
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%22M238%20126.79A110.43%20110.43%200%200%200%2053.11%2055.22a109.5%20109.5%200%200%200-35.06%2071.57A14%2014%200%200%200%2032%20142h90v58a30%2030%200%200%200%2060%200a6%206%200%200%200-12%200a18%2018%200%200%201-36%200v-58h90a14%2014%200%200%200%2014-15.21M94.11%20130c1.69-51.21%2024.7-80.16%2033.89-89.73c9.2%209.58%2032.2%2038.53%2033.89%2089.73Zm-63.57-.65a2%202%200%200%201-.53-1.56a98.14%2098.14%200%200%201%2082.91-88.62c-12%2015-29.43%2044.44-30.83%2090.83H32a2%202%200%200%201-1.46-.65m194.92%200a2%202%200%200%201-1.46.65h-50.09c-1.4-46.39-18.81-75.87-30.83-90.83A98.14%2098.14%200%200%201%20226%20127.79a2%202%200%200%201-.54%201.56%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%22M238%20126.79A110.43%20110.43%200%200%200%2053.11%2055.22a109.5%20109.5%200%200%200-35.06%2071.57A14%2014%200%200%200%2032%20142h90v58a30%2030%200%200%200%2060%200a6%206%200%200%200-12%200a18%2018%200%200%201-36%200v-58h90a14%2014%200%200%200%2014-15.21M94.11%20130c1.69-51.21%2024.7-80.16%2033.89-89.73c9.2%209.58%2032.2%2038.53%2033.89%2089.73Zm-63.57-.65a2%202%200%200%201-.53-1.56a98.14%2098.14%200%200%201%2082.91-88.62c-12%2015-29.43%2044.44-30.83%2090.83H32a2%202%200%200%201-1.46-.65m194.92%200a2%202%200%200%201-1.46.65h-50.09c-1.4-46.39-18.81-75.87-30.83-90.83A98.14%2098.14%200%200%201%20226%20127.79a2%202%200%200%201-.54%201.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/umbrella-light.svg?color=%231a73e8&size=48