umbrella icon

umbrella from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
umbrella
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the umbrella icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11.24a.2.2 0 0 1 0-.08v-.19c0-.23-.06-.46-.1-.69a1 1 0 0 1 0-.16c-.05-.25-.12-.49-.19-.73a8.91 8.91 0 0 0-5.86-5.87h-.08c-.22-.07-.45-.13-.68-.18h-.18a5 5 0 0 0-.55-.08h-.24V3a1 1 0 0 0-2 0v.06a9 9 0 0 0-1 .18a5 5 0 0 0-.62.16h-.13c-.25.08-.48.17-.72.26a8.93 8.93 0 0 0-5.23 5.62a.3.3 0 0 0 0 .08a6 6 0 0 0-.19.72v.16q-.08.36-.12.75s0 .07 0 .11v.9a1 1 0 0 0 1 1h7v6a1 1 0 0 1-2 0a1 1 0 0 0-2 0a3 3 0 0 0 6 0v-6h7a1 1 0 0 0 1-1c-.11-.26-.11-.51-.11-.76M8 11H5.08v-.11c0-.04 0-.28.08-.41s0-.13 0-.19s.08-.32.13-.48v-.08A7 7 0 0 1 9.1 5.64A16.1 16.1 0 0 0 8 11m2 0c.19-3.91 1.44-6 2-6s1.79 2.09 2 6Zm6 0a16.1 16.1 0 0 0-1.1-5.36a7 7 0 0 1 3.73 4.12a5 5 0 0 1 .15.53a1 1 0 0 0 0 .15c0 .14.06.29.08.43s0 .07 0 .11Z"/></svg>

React

import type { SVGProps } from "react";

export function UilUmbrella(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11.24a.2.2 0 0 1 0-.08v-.19c0-.23-.06-.46-.1-.69a1 1 0 0 1 0-.16c-.05-.25-.12-.49-.19-.73a8.91 8.91 0 0 0-5.86-5.87h-.08c-.22-.07-.45-.13-.68-.18h-.18a5 5 0 0 0-.55-.08h-.24V3a1 1 0 0 0-2 0v.06a9 9 0 0 0-1 .18a5 5 0 0 0-.62.16h-.13c-.25.08-.48.17-.72.26a8.93 8.93 0 0 0-5.23 5.62a.3.3 0 0 0 0 .08a6 6 0 0 0-.19.72v.16q-.08.36-.12.75s0 .07 0 .11v.9a1 1 0 0 0 1 1h7v6a1 1 0 0 1-2 0a1 1 0 0 0-2 0a3 3 0 0 0 6 0v-6h7a1 1 0 0 0 1-1c-.11-.26-.11-.51-.11-.76M8 11H5.08v-.11c0-.04 0-.28.08-.41s0-.13 0-.19s.08-.32.13-.48v-.08A7 7 0 0 1 9.1 5.64A16.1 16.1 0 0 0 8 11m2 0c.19-3.91 1.44-6 2-6s1.79 2.09 2 6Zm6 0a16.1 16.1 0 0 0-1.1-5.36a7 7 0 0 1 3.73 4.12a5 5 0 0 1 .15.53a1 1 0 0 0 0 .15c0 .14.06.29.08.43s0 .07 0 .11Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11.24a.2.2 0 0 1 0-.08v-.19c0-.23-.06-.46-.1-.69a1 1 0 0 1 0-.16c-.05-.25-.12-.49-.19-.73a8.91 8.91 0 0 0-5.86-5.87h-.08c-.22-.07-.45-.13-.68-.18h-.18a5 5 0 0 0-.55-.08h-.24V3a1 1 0 0 0-2 0v.06a9 9 0 0 0-1 .18a5 5 0 0 0-.62.16h-.13c-.25.08-.48.17-.72.26a8.93 8.93 0 0 0-5.23 5.62a.3.3 0 0 0 0 .08a6 6 0 0 0-.19.72v.16q-.08.36-.12.75s0 .07 0 .11v.9a1 1 0 0 0 1 1h7v6a1 1 0 0 1-2 0a1 1 0 0 0-2 0a3 3 0 0 0 6 0v-6h7a1 1 0 0 0 1-1c-.11-.26-.11-.51-.11-.76M8 11H5.08v-.11c0-.04 0-.28.08-.41s0-.13 0-.19s.08-.32.13-.48v-.08A7 7 0 0 1 9.1 5.64A16.1 16.1 0 0 0 8 11m2 0c.19-3.91 1.44-6 2-6s1.79 2.09 2 6Zm6 0a16.1 16.1 0 0 0-1.1-5.36a7 7 0 0 1 3.73 4.12a5 5 0 0 1 .15.53a1 1 0 0 0 0 .15c0 .14.06.29.08.43s0 .07 0 .11Z"/></svg>
</template>

CSS

.icon-umbrella {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2011.24a.2.2%200%200%201%200-.08v-.19c0-.23-.06-.46-.1-.69a1%201%200%200%201%200-.16c-.05-.25-.12-.49-.19-.73a8.91%208.91%200%200%200-5.86-5.87h-.08c-.22-.07-.45-.13-.68-.18h-.18a5%205%200%200%200-.55-.08h-.24V3a1%201%200%200%200-2%200v.06a9%209%200%200%200-1%20.18a5%205%200%200%200-.62.16h-.13c-.25.08-.48.17-.72.26a8.93%208.93%200%200%200-5.23%205.62a.3.3%200%200%200%200%20.08a6%206%200%200%200-.19.72v.16q-.08.36-.12.75s0%20.07%200%20.11v.9a1%201%200%200%200%201%201h7v6a1%201%200%200%201-2%200a1%201%200%200%200-2%200a3%203%200%200%200%206%200v-6h7a1%201%200%200%200%201-1c-.11-.26-.11-.51-.11-.76M8%2011H5.08v-.11c0-.04%200-.28.08-.41s0-.13%200-.19s.08-.32.13-.48v-.08A7%207%200%200%201%209.1%205.64A16.1%2016.1%200%200%200%208%2011m2%200c.19-3.91%201.44-6%202-6s1.79%202.09%202%206Zm6%200a16.1%2016.1%200%200%200-1.1-5.36a7%207%200%200%201%203.73%204.12a5%205%200%200%201%20.15.53a1%201%200%200%200%200%20.15c0%20.14.06.29.08.43s0%20.07%200%20.11Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2011.24a.2.2%200%200%201%200-.08v-.19c0-.23-.06-.46-.1-.69a1%201%200%200%201%200-.16c-.05-.25-.12-.49-.19-.73a8.91%208.91%200%200%200-5.86-5.87h-.08c-.22-.07-.45-.13-.68-.18h-.18a5%205%200%200%200-.55-.08h-.24V3a1%201%200%200%200-2%200v.06a9%209%200%200%200-1%20.18a5%205%200%200%200-.62.16h-.13c-.25.08-.48.17-.72.26a8.93%208.93%200%200%200-5.23%205.62a.3.3%200%200%200%200%20.08a6%206%200%200%200-.19.72v.16q-.08.36-.12.75s0%20.07%200%20.11v.9a1%201%200%200%200%201%201h7v6a1%201%200%200%201-2%200a1%201%200%200%200-2%200a3%203%200%200%200%206%200v-6h7a1%201%200%200%200%201-1c-.11-.26-.11-.51-.11-.76M8%2011H5.08v-.11c0-.04%200-.28.08-.41s0-.13%200-.19s.08-.32.13-.48v-.08A7%207%200%200%201%209.1%205.64A16.1%2016.1%200%200%200%208%2011m2%200c.19-3.91%201.44-6%202-6s1.79%202.09%202%206Zm6%200a16.1%2016.1%200%200%200-1.1-5.36a7%207%200%200%201%203.73%204.12a5%205%200%200%201%20.15.53a1%201%200%200%200%200%20.15c0%20.14.06.29.08.43s0%20.07%200%20.11Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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