umbrella icon
umbrella-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- umbrella-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
umbrellaAkar IconsumbrellaCarbonumbrellaEmoji One (Colored)umbrellaElement Plusumbrella-fillEva IconsumbrellaFramework7 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 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5c-.149 0-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5 3.5 0 0 0-.555-.394A3.17 3.17 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.5 3.5 0 0 0-.555.394l-.025.023l-.003.003s-.204.146-.353.146s-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5 3.5 0 0 0-.555-.394a3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a3 3 0 0 1-.298 1.102a2.26 2.26 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.26 2.26 0 0 1-.763-.88a3 3 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a2 2 0 0 0 .195.726c.095.191.23.367.423.495c.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a2 2 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39a3.5 3.5 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5s-.352-.145-.352-.145l-.004-.004a3.5 3.5 0 0 0-.58-.417A3.17 3.17 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0"/></svg>
React
import type { SVGProps } from "react";
export function BiUmbrellaFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5c-.149 0-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5 3.5 0 0 0-.555-.394A3.17 3.17 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.5 3.5 0 0 0-.555.394l-.025.023l-.003.003s-.204.146-.353.146s-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5 3.5 0 0 0-.555-.394a3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a3 3 0 0 1-.298 1.102a2.26 2.26 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.26 2.26 0 0 1-.763-.88a3 3 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a2 2 0 0 0 .195.726c.095.191.23.367.423.495c.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a2 2 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39a3.5 3.5 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5s-.352-.145-.352-.145l-.004-.004a3.5 3.5 0 0 0-.58-.417A3.17 3.17 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5c-.149 0-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5 3.5 0 0 0-.555-.394A3.17 3.17 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.5 3.5 0 0 0-.555.394l-.025.023l-.003.003s-.204.146-.353.146s-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5 3.5 0 0 0-.555-.394a3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a3 3 0 0 1-.298 1.102a2.26 2.26 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.26 2.26 0 0 1-.763-.88a3 3 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a2 2 0 0 0 .195.726c.095.191.23.367.423.495c.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a2 2 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39a3.5 3.5 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5s-.352-.145-.352-.145l-.004-.004a3.5 3.5 0 0 0-.58-.417A3.17 3.17 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%200a.5.5%200%200%201%20.5.5v.514C12.625%201.238%2016%204.22%2016%208c0%200%200%20.5-.5.5c-.149%200-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5%203.5%200%200%200-.555-.394A3.17%203.17%200%200%200%2013%207.5c-.638%200-1.178.213-1.564.434a3.5%203.5%200%200%200-.555.394l-.025.023l-.003.003s-.204.146-.353.146s-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5%203.5%200%200%200-.555-.394a3.3%203.3%200%200%200-1.064-.39V13.5H8h.5v.039l-.005.083a3%203%200%200%201-.298%201.102a2.26%202.26%200%200%201-.763.88C7.06%2015.851%206.587%2016%206%2016s-1.061-.148-1.434-.396a2.26%202.26%200%200%201-.763-.88a3%203%200%200%201-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5%200%200%201%201%200v.506l.003.044a2%202%200%200%200%20.195.726c.095.191.23.367.423.495c.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a2%202%200%200%200%20.197-.77V7.544a3.3%203.3%200%200%200-1.064.39a3.5%203.5%200%200%200-.58.417l-.004.004S5.65%208.5%205.5%208.5s-.352-.145-.352-.145l-.004-.004a3.5%203.5%200%200%200-.58-.417A3.17%203.17%200%200%200%203%207.5c-.638%200-1.177.213-1.564.434a3.5%203.5%200%200%200-.58.417l-.004.004S.65%208.5.5%208.5C0%208.5%200%208%200%208c0-3.78%203.375-6.762%207.5-6.986V.5A.5.5%200%200%201%208%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%200a.5.5%200%200%201%20.5.5v.514C12.625%201.238%2016%204.22%2016%208c0%200%200%20.5-.5.5c-.149%200-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5%203.5%200%200%200-.555-.394A3.17%203.17%200%200%200%2013%207.5c-.638%200-1.178.213-1.564.434a3.5%203.5%200%200%200-.555.394l-.025.023l-.003.003s-.204.146-.353.146s-.352-.145-.352-.145l-.004-.004l-.025-.023a3.5%203.5%200%200%200-.555-.394a3.3%203.3%200%200%200-1.064-.39V13.5H8h.5v.039l-.005.083a3%203%200%200%201-.298%201.102a2.26%202.26%200%200%201-.763.88C7.06%2015.851%206.587%2016%206%2016s-1.061-.148-1.434-.396a2.26%202.26%200%200%201-.763-.88a3%203%200%200%201-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5%200%200%201%201%200v.506l.003.044a2%202%200%200%200%20.195.726c.095.191.23.367.423.495c.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a2%202%200%200%200%20.197-.77V7.544a3.3%203.3%200%200%200-1.064.39a3.5%203.5%200%200%200-.58.417l-.004.004S5.65%208.5%205.5%208.5s-.352-.145-.352-.145l-.004-.004a3.5%203.5%200%200%200-.58-.417A3.17%203.17%200%200%200%203%207.5c-.638%200-1.177.213-1.564.434a3.5%203.5%200%200%200-.58.417l-.004.004S.65%208.5.5%208.5C0%208.5%200%208%200%208c0-3.78%203.375-6.762%207.5-6.986V.5A.5.5%200%200%201%208%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/umbrella-fill.svg?color=%231a73e8&size=48