umbrella icon
umbrella-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- umbrella-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
umbrellaAkar IconsumbrellaBootstrap IconsumbrellaCarbonumbrellaEmoji One (Colored)umbrellaElement Plusumbrella-fillEva IconsumbrellaFont Awesome 6 SolidumbrellaFont Awesome SolidumbrellaFeather Iconsumbrella-20-filledFluent UI System IconsumbrellaFluent EmojiumbrellaFluent Emoji FlatumbrellaFluent Emoji High ContrastumbrellaFirefox OS Emojiumbrellacss.ggumbrellaHealth IconsumbrellaHuge IconsumbrellaIconParkumbrellaIconPark OutlineumbrellaIconPark SolidumbrellaIconPark TwoToneumbrellaIconoirumbrellaIonIconsumbrellaJam Icons
Use the umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.785 30.672c.703 0 1.195-.516 1.594-1.125c1.312-1.992 2.86-3.235 5.18-3.235c2.343 0 3.703 1.22 4.851 3.211c.375.657.797 1.149 1.5 1.149s1.149-.492 1.5-1.125c.774-1.383 2.11-2.485 3.61-3.024v19.829c0 1.828-1.29 3.257-3.258 3.257c-1.922 0-3.211-1.453-3.211-3.257c0-1.43-.89-2.25-2.016-2.25c-1.101 0-1.945.82-1.945 2.25c0 4.007 3.047 7.195 7.172 7.195c4.148 0 7.218-3.188 7.218-7.195V26.523a6.94 6.94 0 0 1 3.61 3.024c.351.633.773 1.125 1.5 1.125c.703 0 1.125-.492 1.5-1.149c1.148-1.968 2.508-3.21 4.851-3.21c2.32 0 3.891 1.359 5.18 3.375c.398.609.89.984 1.594.984c.96 0 1.875-.774 1.875-2.04c0-8.366-6.328-19.968-20.11-21V4.54c0-1.242-.843-2.086-1.992-2.086c-1.125 0-1.968.844-1.968 2.086v3.094c-13.782 1.031-20.11 12.633-20.11 21c0 1.265.89 2.039 1.875 2.039"/></svg>
React
import type { SVGProps } from "react";
export function F7UmbrellaFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.785 30.672c.703 0 1.195-.516 1.594-1.125c1.312-1.992 2.86-3.235 5.18-3.235c2.343 0 3.703 1.22 4.851 3.211c.375.657.797 1.149 1.5 1.149s1.149-.492 1.5-1.125c.774-1.383 2.11-2.485 3.61-3.024v19.829c0 1.828-1.29 3.257-3.258 3.257c-1.922 0-3.211-1.453-3.211-3.257c0-1.43-.89-2.25-2.016-2.25c-1.101 0-1.945.82-1.945 2.25c0 4.007 3.047 7.195 7.172 7.195c4.148 0 7.218-3.188 7.218-7.195V26.523a6.94 6.94 0 0 1 3.61 3.024c.351.633.773 1.125 1.5 1.125c.703 0 1.125-.492 1.5-1.149c1.148-1.968 2.508-3.21 4.851-3.21c2.32 0 3.891 1.359 5.18 3.375c.398.609.89.984 1.594.984c.96 0 1.875-.774 1.875-2.04c0-8.366-6.328-19.968-20.11-21V4.54c0-1.242-.843-2.086-1.992-2.086c-1.125 0-1.968.844-1.968 2.086v3.094c-13.782 1.031-20.11 12.633-20.11 21c0 1.265.89 2.039 1.875 2.039"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.785 30.672c.703 0 1.195-.516 1.594-1.125c1.312-1.992 2.86-3.235 5.18-3.235c2.343 0 3.703 1.22 4.851 3.211c.375.657.797 1.149 1.5 1.149s1.149-.492 1.5-1.125c.774-1.383 2.11-2.485 3.61-3.024v19.829c0 1.828-1.29 3.257-3.258 3.257c-1.922 0-3.211-1.453-3.211-3.257c0-1.43-.89-2.25-2.016-2.25c-1.101 0-1.945.82-1.945 2.25c0 4.007 3.047 7.195 7.172 7.195c4.148 0 7.218-3.188 7.218-7.195V26.523a6.94 6.94 0 0 1 3.61 3.024c.351.633.773 1.125 1.5 1.125c.703 0 1.125-.492 1.5-1.149c1.148-1.968 2.508-3.21 4.851-3.21c2.32 0 3.891 1.359 5.18 3.375c.398.609.89.984 1.594.984c.96 0 1.875-.774 1.875-2.04c0-8.366-6.328-19.968-20.11-21V4.54c0-1.242-.843-2.086-1.992-2.086c-1.125 0-1.968.844-1.968 2.086v3.094c-13.782 1.031-20.11 12.633-20.11 21c0 1.265.89 2.039 1.875 2.039"/></svg> </template>
CSS
.icon-umbrella-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.785%2030.672c.703%200%201.195-.516%201.594-1.125c1.312-1.992%202.86-3.235%205.18-3.235c2.343%200%203.703%201.22%204.851%203.211c.375.657.797%201.149%201.5%201.149s1.149-.492%201.5-1.125c.774-1.383%202.11-2.485%203.61-3.024v19.829c0%201.828-1.29%203.257-3.258%203.257c-1.922%200-3.211-1.453-3.211-3.257c0-1.43-.89-2.25-2.016-2.25c-1.101%200-1.945.82-1.945%202.25c0%204.007%203.047%207.195%207.172%207.195c4.148%200%207.218-3.188%207.218-7.195V26.523a6.94%206.94%200%200%201%203.61%203.024c.351.633.773%201.125%201.5%201.125c.703%200%201.125-.492%201.5-1.149c1.148-1.968%202.508-3.21%204.851-3.21c2.32%200%203.891%201.359%205.18%203.375c.398.609.89.984%201.594.984c.96%200%201.875-.774%201.875-2.04c0-8.366-6.328-19.968-20.11-21V4.54c0-1.242-.843-2.086-1.992-2.086c-1.125%200-1.968.844-1.968%202.086v3.094c-13.782%201.031-20.11%2012.633-20.11%2021c0%201.265.89%202.039%201.875%202.039%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.785%2030.672c.703%200%201.195-.516%201.594-1.125c1.312-1.992%202.86-3.235%205.18-3.235c2.343%200%203.703%201.22%204.851%203.211c.375.657.797%201.149%201.5%201.149s1.149-.492%201.5-1.125c.774-1.383%202.11-2.485%203.61-3.024v19.829c0%201.828-1.29%203.257-3.258%203.257c-1.922%200-3.211-1.453-3.211-3.257c0-1.43-.89-2.25-2.016-2.25c-1.101%200-1.945.82-1.945%202.25c0%204.007%203.047%207.195%207.172%207.195c4.148%200%207.218-3.188%207.218-7.195V26.523a6.94%206.94%200%200%201%203.61%203.024c.351.633.773%201.125%201.5%201.125c.703%200%201.125-.492%201.5-1.149c1.148-1.968%202.508-3.21%204.851-3.21c2.32%200%203.891%201.359%205.18%203.375c.398.609.89.984%201.594.984c.96%200%201.875-.774%201.875-2.04c0-8.366-6.328-19.968-20.11-21V4.54c0-1.242-.843-2.086-1.992-2.086c-1.125%200-1.968.844-1.968%202.086v3.094c-13.782%201.031-20.11%2012.633-20.11%2021c0%201.265.89%202.039%201.875%202.039%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/umbrella-fill.svg?color=%231a73e8&size=48