umbrella from Line Awesome by Icons8 · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
umbrella
Set
Line Awesome
Style
Line
Category
Weather
Viewbox
32×32
License
Apache 2.0
Aliases
umbrella-solid

The same icon in other sets

More weather icons from Line Awesome

Use the umbrella icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v2.063c-6.012.503-10.746 5.406-10.969 10.562c-.004.125-.031.25-.031.375h2c0-.078.09-.277.531-.531S7.688 16 8.5 16s1.527.215 1.969.469c.441.254.531.453.531.531h2c0-.012.082-.262.625-.531c.543-.27 1.406-.469 2.375-.469s1.832.2 2.375.469c.543.27.625.52.625.531h2c0-.078.09-.277.531-.531S22.688 16 23.5 16s1.527.215 1.969.469c.441.254.531.453.531.531h2a2.4 2.4 0 0 0-.031-.375C27.746 11.469 23.012 6.566 17 6.062V4zm1 4c4.348 0 8.063 2.953 9.438 6.281A6.6 6.6 0 0 0 23.5 14c-1.121 0-2.145.25-2.969.719a4 4 0 0 0-.562.406a4.5 4.5 0 0 0-.688-.438C18.375 14.235 17.238 14 16 14s-2.375.234-3.281.688c-.235.117-.45.277-.656.437c-.008-.004-.024.004-.032 0a4 4 0 0 0-.562-.406C10.645 14.25 9.62 14 8.5 14a6.6 6.6 0 0 0-1.938.281C7.938 10.953 11.652 8 16 8m-1 9v8c0 .566-.434 1-1 1s-1-.434-1-1v-1h-2v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-8z"/></svg>

React

import type { SVGProps } from "react";

export function LaUmbrella(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v2.063c-6.012.503-10.746 5.406-10.969 10.562c-.004.125-.031.25-.031.375h2c0-.078.09-.277.531-.531S7.688 16 8.5 16s1.527.215 1.969.469c.441.254.531.453.531.531h2c0-.012.082-.262.625-.531c.543-.27 1.406-.469 2.375-.469s1.832.2 2.375.469c.543.27.625.52.625.531h2c0-.078.09-.277.531-.531S22.688 16 23.5 16s1.527.215 1.969.469c.441.254.531.453.531.531h2a2.4 2.4 0 0 0-.031-.375C27.746 11.469 23.012 6.566 17 6.062V4zm1 4c4.348 0 8.063 2.953 9.438 6.281A6.6 6.6 0 0 0 23.5 14c-1.121 0-2.145.25-2.969.719a4 4 0 0 0-.562.406a4.5 4.5 0 0 0-.688-.438C18.375 14.235 17.238 14 16 14s-2.375.234-3.281.688c-.235.117-.45.277-.656.437c-.008-.004-.024.004-.032 0a4 4 0 0 0-.562-.406C10.645 14.25 9.62 14 8.5 14a6.6 6.6 0 0 0-1.938.281C7.938 10.953 11.652 8 16 8m-1 9v8c0 .566-.434 1-1 1s-1-.434-1-1v-1h-2v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v2.063c-6.012.503-10.746 5.406-10.969 10.562c-.004.125-.031.25-.031.375h2c0-.078.09-.277.531-.531S7.688 16 8.5 16s1.527.215 1.969.469c.441.254.531.453.531.531h2c0-.012.082-.262.625-.531c.543-.27 1.406-.469 2.375-.469s1.832.2 2.375.469c.543.27.625.52.625.531h2c0-.078.09-.277.531-.531S22.688 16 23.5 16s1.527.215 1.969.469c.441.254.531.453.531.531h2a2.4 2.4 0 0 0-.031-.375C27.746 11.469 23.012 6.566 17 6.062V4zm1 4c4.348 0 8.063 2.953 9.438 6.281A6.6 6.6 0 0 0 23.5 14c-1.121 0-2.145.25-2.969.719a4 4 0 0 0-.562.406a4.5 4.5 0 0 0-.688-.438C18.375 14.235 17.238 14 16 14s-2.375.234-3.281.688c-.235.117-.45.277-.656.437c-.008-.004-.024.004-.032 0a4 4 0 0 0-.562-.406C10.645 14.25 9.62 14 8.5 14a6.6 6.6 0 0 0-1.938.281C7.938 10.953 11.652 8 16 8m-1 9v8c0 .566-.434 1-1 1s-1-.434-1-1v-1h-2v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-8z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204v2.063c-6.012.503-10.746%205.406-10.969%2010.562c-.004.125-.031.25-.031.375h2c0-.078.09-.277.531-.531S7.688%2016%208.5%2016s1.527.215%201.969.469c.441.254.531.453.531.531h2c0-.012.082-.262.625-.531c.543-.27%201.406-.469%202.375-.469s1.832.2%202.375.469c.543.27.625.52.625.531h2c0-.078.09-.277.531-.531S22.688%2016%2023.5%2016s1.527.215%201.969.469c.441.254.531.453.531.531h2a2.4%202.4%200%200%200-.031-.375C27.746%2011.469%2023.012%206.566%2017%206.062V4zm1%204c4.348%200%208.063%202.953%209.438%206.281A6.6%206.6%200%200%200%2023.5%2014c-1.121%200-2.145.25-2.969.719a4%204%200%200%200-.562.406a4.5%204.5%200%200%200-.688-.438C18.375%2014.235%2017.238%2014%2016%2014s-2.375.234-3.281.688c-.235.117-.45.277-.656.437c-.008-.004-.024.004-.032%200a4%204%200%200%200-.562-.406C10.645%2014.25%209.62%2014%208.5%2014a6.6%206.6%200%200%200-1.938.281C7.938%2010.953%2011.652%208%2016%208m-1%209v8c0%20.566-.434%201-1%201s-1-.434-1-1v-1h-2v1c0%201.645%201.355%203%203%203s3-1.355%203-3v-8z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204v2.063c-6.012.503-10.746%205.406-10.969%2010.562c-.004.125-.031.25-.031.375h2c0-.078.09-.277.531-.531S7.688%2016%208.5%2016s1.527.215%201.969.469c.441.254.531.453.531.531h2c0-.012.082-.262.625-.531c.543-.27%201.406-.469%202.375-.469s1.832.2%202.375.469c.543.27.625.52.625.531h2c0-.078.09-.277.531-.531S22.688%2016%2023.5%2016s1.527.215%201.969.469c.441.254.531.453.531.531h2a2.4%202.4%200%200%200-.031-.375C27.746%2011.469%2023.012%206.566%2017%206.062V4zm1%204c4.348%200%208.063%202.953%209.438%206.281A6.6%206.6%200%200%200%2023.5%2014c-1.121%200-2.145.25-2.969.719a4%204%200%200%200-.562.406a4.5%204.5%200%200%200-.688-.438C18.375%2014.235%2017.238%2014%2016%2014s-2.375.234-3.281.688c-.235.117-.45.277-.656.437c-.008-.004-.024.004-.032%200a4%204%200%200%200-.562-.406C10.645%2014.25%209.62%2014%208.5%2014a6.6%206.6%200%200%200-1.938.281C7.938%2010.953%2011.652%208%2016%208m-1%209v8c0%20.566-.434%201-1%201s-1-.434-1-1v-1h-2v1c0%201.645%201.355%203%203%203s3-1.355%203-3v-8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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