umbrella closed icon

umbrella-closed from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
umbrella-closed
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the umbrella closed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M6 13.418L0 15L6.234 1.642a1 1 0 1 1 1.533 0L14 15l-6-1.582V17a1 1 0 0 0 2 0a1 1 0 0 1 2 0a3 3 0 0 1-6 0zM7 4.73l-3.383 7.249L7 11.086l3.383.892L7 4.729z"/></svg>

React

import type { SVGProps } from "react";

export function JamUmbrellaClosed(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M6 13.418L0 15L6.234 1.642a1 1 0 1 1 1.533 0L14 15l-6-1.582V17a1 1 0 0 0 2 0a1 1 0 0 1 2 0a3 3 0 0 1-6 0zM7 4.73l-3.383 7.249L7 11.086l3.383.892L7 4.729z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M6 13.418L0 15L6.234 1.642a1 1 0 1 1 1.533 0L14 15l-6-1.582V17a1 1 0 0 0 2 0a1 1 0 0 1 2 0a3 3 0 0 1-6 0zM7 4.73l-3.383 7.249L7 11.086l3.383.892L7 4.729z"/></svg>
</template>

CSS

.icon-umbrella-closed {
  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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013.418L0%2015L6.234%201.642a1%201%200%201%201%201.533%200L14%2015l-6-1.582V17a1%201%200%200%200%202%200a1%201%200%200%201%202%200a3%203%200%200%201-6%200zM7%204.73l-3.383%207.249L7%2011.086l3.383.892L7%204.729z%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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013.418L0%2015L6.234%201.642a1%201%200%201%201%201.533%200L14%2015l-6-1.582V17a1%201%200%200%200%202%200a1%201%200%200%201%202%200a3%203%200%200%201-6%200zM7%204.73l-3.383%207.249L7%2011.086l3.383.892L7%204.729z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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