umbrella icon
umbrella-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- umbrella-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
umbrellaAkar IconsumbrellaBootstrap IconsumbrellaCarbonumbrellaEmoji One (Colored)umbrellaElement Plusumbrella-fillEva IconsumbrellaFramework7 IconsumbrellaFont Awesome 6 SolidumbrellaFont Awesome SolidumbrellaFeather 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 20 20"><path fill="currentColor" d="M8.513 9.13c.393-.338.906-.63 1.487-.63s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.046a.5.5 0 0 0 .832 0l.032-.046q.038-.052.116-.146c.104-.125.256-.291.449-.456c.393-.338.906-.63 1.487-.63s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.046A.5.5 0 0 0 18 9.5C18 5.724 14.776 2 10 2S2 5.724 2 9.5a.5.5 0 0 0 .916.278l.032-.046a4 4 0 0 1 .565-.603C3.906 8.793 4.419 8.5 5 8.5s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.045a.5.5 0 0 0 .832 0l.032-.045q.038-.052.116-.146c.104-.125.256-.291.449-.456m-5.349-.996C3.817 5.412 6.376 3 10 3s6.183 2.412 6.836 5.134C16.369 7.8 15.744 7.5 15 7.5c-.919 0-1.656.458-2.138.87q-.208.18-.362.346a5 5 0 0 0-.362-.346c-.482-.412-1.219-.87-2.138-.87s-1.656.458-2.138.87q-.208.18-.362.346a5 5 0 0 0-.362-.346C6.656 7.958 5.918 7.5 5 7.5c-.744 0-1.37.3-1.836.634M10 9.5q-.229 0-.5.15v6.1a1.25 1.25 0 1 1-2.5 0v-.25a.5.5 0 0 0-1 0v.25a2.25 2.25 0 0 0 4.5 0v-6.1a1.04 1.04 0 0 0-.5-.15"/></svg>
React
import type { SVGProps } from "react";
export function FluentUmbrella20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.513 9.13c.393-.338.906-.63 1.487-.63s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.046a.5.5 0 0 0 .832 0l.032-.046q.038-.052.116-.146c.104-.125.256-.291.449-.456c.393-.338.906-.63 1.487-.63s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.046A.5.5 0 0 0 18 9.5C18 5.724 14.776 2 10 2S2 5.724 2 9.5a.5.5 0 0 0 .916.278l.032-.046a4 4 0 0 1 .565-.603C3.906 8.793 4.419 8.5 5 8.5s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.045a.5.5 0 0 0 .832 0l.032-.045q.038-.052.116-.146c.104-.125.256-.291.449-.456m-5.349-.996C3.817 5.412 6.376 3 10 3s6.183 2.412 6.836 5.134C16.369 7.8 15.744 7.5 15 7.5c-.919 0-1.656.458-2.138.87q-.208.18-.362.346a5 5 0 0 0-.362-.346c-.482-.412-1.219-.87-2.138-.87s-1.656.458-2.138.87q-.208.18-.362.346a5 5 0 0 0-.362-.346C6.656 7.958 5.918 7.5 5 7.5c-.744 0-1.37.3-1.836.634M10 9.5q-.229 0-.5.15v6.1a1.25 1.25 0 1 1-2.5 0v-.25a.5.5 0 0 0-1 0v.25a2.25 2.25 0 0 0 4.5 0v-6.1a1.04 1.04 0 0 0-.5-.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.513 9.13c.393-.338.906-.63 1.487-.63s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.046a.5.5 0 0 0 .832 0l.032-.046q.038-.052.116-.146c.104-.125.256-.291.449-.456c.393-.338.906-.63 1.487-.63s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.046A.5.5 0 0 0 18 9.5C18 5.724 14.776 2 10 2S2 5.724 2 9.5a.5.5 0 0 0 .916.278l.032-.046a4 4 0 0 1 .565-.603C3.906 8.793 4.419 8.5 5 8.5s1.094.292 1.487.63a4 4 0 0 1 .565.602l.032.045a.5.5 0 0 0 .832 0l.032-.045q.038-.052.116-.146c.104-.125.256-.291.449-.456m-5.349-.996C3.817 5.412 6.376 3 10 3s6.183 2.412 6.836 5.134C16.369 7.8 15.744 7.5 15 7.5c-.919 0-1.656.458-2.138.87q-.208.18-.362.346a5 5 0 0 0-.362-.346c-.482-.412-1.219-.87-2.138-.87s-1.656.458-2.138.87q-.208.18-.362.346a5 5 0 0 0-.362-.346C6.656 7.958 5.918 7.5 5 7.5c-.744 0-1.37.3-1.836.634M10 9.5q-.229 0-.5.15v6.1a1.25 1.25 0 1 1-2.5 0v-.25a.5.5 0 0 0-1 0v.25a2.25 2.25 0 0 0 4.5 0v-6.1a1.04 1.04 0 0 0-.5-.15"/></svg> </template>
CSS
.icon-umbrella-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.513%209.13c.393-.338.906-.63%201.487-.63s1.094.292%201.487.63a4%204%200%200%201%20.565.602l.032.046a.5.5%200%200%200%20.832%200l.032-.046q.038-.052.116-.146c.104-.125.256-.291.449-.456c.393-.338.906-.63%201.487-.63s1.094.292%201.487.63a4%204%200%200%201%20.565.602l.032.046A.5.5%200%200%200%2018%209.5C18%205.724%2014.776%202%2010%202S2%205.724%202%209.5a.5.5%200%200%200%20.916.278l.032-.046a4%204%200%200%201%20.565-.603C3.906%208.793%204.419%208.5%205%208.5s1.094.292%201.487.63a4%204%200%200%201%20.565.602l.032.045a.5.5%200%200%200%20.832%200l.032-.045q.038-.052.116-.146c.104-.125.256-.291.449-.456m-5.349-.996C3.817%205.412%206.376%203%2010%203s6.183%202.412%206.836%205.134C16.369%207.8%2015.744%207.5%2015%207.5c-.919%200-1.656.458-2.138.87q-.208.18-.362.346a5%205%200%200%200-.362-.346c-.482-.412-1.219-.87-2.138-.87s-1.656.458-2.138.87q-.208.18-.362.346a5%205%200%200%200-.362-.346C6.656%207.958%205.918%207.5%205%207.5c-.744%200-1.37.3-1.836.634M10%209.5q-.229%200-.5.15v6.1a1.25%201.25%200%201%201-2.5%200v-.25a.5.5%200%200%200-1%200v.25a2.25%202.25%200%200%200%204.5%200v-6.1a1.04%201.04%200%200%200-.5-.15%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.513%209.13c.393-.338.906-.63%201.487-.63s1.094.292%201.487.63a4%204%200%200%201%20.565.602l.032.046a.5.5%200%200%200%20.832%200l.032-.046q.038-.052.116-.146c.104-.125.256-.291.449-.456c.393-.338.906-.63%201.487-.63s1.094.292%201.487.63a4%204%200%200%201%20.565.602l.032.046A.5.5%200%200%200%2018%209.5C18%205.724%2014.776%202%2010%202S2%205.724%202%209.5a.5.5%200%200%200%20.916.278l.032-.046a4%204%200%200%201%20.565-.603C3.906%208.793%204.419%208.5%205%208.5s1.094.292%201.487.63a4%204%200%200%201%20.565.602l.032.045a.5.5%200%200%200%20.832%200l.032-.045q.038-.052.116-.146c.104-.125.256-.291.449-.456m-5.349-.996C3.817%205.412%206.376%203%2010%203s6.183%202.412%206.836%205.134C16.369%207.8%2015.744%207.5%2015%207.5c-.919%200-1.656.458-2.138.87q-.208.18-.362.346a5%205%200%200%200-.362-.346c-.482-.412-1.219-.87-2.138-.87s-1.656.458-2.138.87q-.208.18-.362.346a5%205%200%200%200-.362-.346C6.656%207.958%205.918%207.5%205%207.5c-.744%200-1.37.3-1.836.634M10%209.5q-.229%200-.5.15v6.1a1.25%201.25%200%201%201-2.5%200v-.25a.5.5%200%200%200-1%200v.25a2.25%202.25%200%200%200%204.5%200v-6.1a1.04%201.04%200%200%200-.5-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/umbrella-20-regular.svg?color=%231a73e8&size=48