umbrella simple icon
umbrella-simple-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- umbrella-simple-thin
- Set
- Phosphor
- Style
- Thin
- 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="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-9 3.74a4 4 0 0 1-3 1.3H32a4 4 0 0 1-4-4.38a100.43 100.43 0 0 1 168.1-65a99.53 99.53 0 0 1 31.88 65a4 4 0 0 1-1.05 3.04Z"/></svg>
React
import type { SVGProps } from "react";
export function PhUmbrellaSimpleThin(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-9 3.74a4 4 0 0 1-3 1.3H32a4 4 0 0 1-4-4.38a100.43 100.43 0 0 1 168.1-65a99.53 99.53 0 0 1 31.88 65a4 4 0 0 1-1.05 3.04Z"/></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-9 3.74a4 4 0 0 1-3 1.3H32a4 4 0 0 1-4-4.38a100.43 100.43 0 0 1 168.1-65a99.53 99.53 0 0 1 31.88 65a4 4 0 0 1-1.05 3.04Z"/></svg> </template>
CSS
.icon-umbrella-simple-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-9%203.74a4%204%200%200%201-3%201.3H32a4%204%200%200%201-4-4.38a100.43%20100.43%200%200%201%20168.1-65a99.53%2099.53%200%200%201%2031.88%2065a4%204%200%200%201-1.05%203.04Z%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-9%203.74a4%204%200%200%201-3%201.3H32a4%204%200%200%201-4-4.38a100.43%20100.43%200%200%201%20168.1-65a99.53%2099.53%200%200%201%2031.88%2065a4%204%200%200%201-1.05%203.04Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/umbrella-simple-thin.svg?color=%231a73e8&size=48