umbrella simple icon

umbrella-simple-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
umbrella-simple-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the umbrella simple 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.21m-12.49 2.56a2 2 0 0 1-1.51.65H32a2 2 0 0 1-1.49-.65a2 2 0 0 1-.53-1.56a98.43 98.43 0 0 1 164.78-63.74A97.5 97.5 0 0 1 226 127.79a2 2 0 0 1-.54 1.56Z"/></svg>

React

import type { SVGProps } from "react";

export function PhUmbrellaSimpleLight(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.21m-12.49 2.56a2 2 0 0 1-1.51.65H32a2 2 0 0 1-1.49-.65a2 2 0 0 1-.53-1.56a98.43 98.43 0 0 1 164.78-63.74A97.5 97.5 0 0 1 226 127.79a2 2 0 0 1-.54 1.56Z"/></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.21m-12.49 2.56a2 2 0 0 1-1.51.65H32a2 2 0 0 1-1.49-.65a2 2 0 0 1-.53-1.56a98.43 98.43 0 0 1 164.78-63.74A97.5 97.5 0 0 1 226 127.79a2 2 0 0 1-.54 1.56Z"/></svg>
</template>

CSS

.icon-umbrella-simple-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.21m-12.49%202.56a2%202%200%200%201-1.51.65H32a2%202%200%200%201-1.49-.65a2%202%200%200%201-.53-1.56a98.43%2098.43%200%200%201%20164.78-63.74A97.5%2097.5%200%200%201%20226%20127.79a2%202%200%200%201-.54%201.56Z%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.21m-12.49%202.56a2%202%200%200%201-1.51.65H32a2%202%200%200%201-1.49-.65a2%202%200%200%201-.53-1.56a98.43%2098.43%200%200%201%20164.78-63.74A97.5%2097.5%200%200%201%20226%20127.79a2%202%200%200%201-.54%201.56Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/umbrella-simple-light.svg?color=%231a73e8&size=48