umbrella icon
umbrella-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- umbrella-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
umbrellaAkar IconsumbrellaBootstrap 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 TwoToneumbrellaIconoirumbrellaJam Icons
Use the umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m128.93 280l-.26-.3c-.9-.74-1.83-1.43-2.77-2.1Zm254.15 0l2.62-2.12c-.79.58-1.57 1.17-2.34 1.79Z"/><path fill="currentColor" d="M463.14 186.44A224.55 224.55 0 0 0 272 48.57V32h-32v16.57A223.58 223.58 0 0 0 32 272v22.52l12.25-11.21a62.63 62.63 0 0 1 81.43-5.88l.22.17c.94.67 1.87 1.36 2.77 2.1q2.09 1.69 4 3.61L144 294.63l11.31-11.32a62.59 62.59 0 0 1 81.4-5.78L240 280v152a16 16 0 0 1-32 0v-16h-32v16a48 48 0 0 0 96 0V280l3.29-2.47a62.59 62.59 0 0 1 81.4 5.78L368 294.63l11.31-11.32q1.95-1.94 4.05-3.64c.77-.62 1.55-1.21 2.34-1.79l.26-.21c24.63-18.47 60-16.13 81.81 5.64l12.23 11.2V272a223.6 223.6 0 0 0-16.86-85.56"/></svg>
React
import type { SVGProps } from "react";
export function IonUmbrellaSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m128.93 280l-.26-.3c-.9-.74-1.83-1.43-2.77-2.1Zm254.15 0l2.62-2.12c-.79.58-1.57 1.17-2.34 1.79Z"/><path fill="currentColor" d="M463.14 186.44A224.55 224.55 0 0 0 272 48.57V32h-32v16.57A223.58 223.58 0 0 0 32 272v22.52l12.25-11.21a62.63 62.63 0 0 1 81.43-5.88l.22.17c.94.67 1.87 1.36 2.77 2.1q2.09 1.69 4 3.61L144 294.63l11.31-11.32a62.59 62.59 0 0 1 81.4-5.78L240 280v152a16 16 0 0 1-32 0v-16h-32v16a48 48 0 0 0 96 0V280l3.29-2.47a62.59 62.59 0 0 1 81.4 5.78L368 294.63l11.31-11.32q1.95-1.94 4.05-3.64c.77-.62 1.55-1.21 2.34-1.79l.26-.21c24.63-18.47 60-16.13 81.81 5.64l12.23 11.2V272a223.6 223.6 0 0 0-16.86-85.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m128.93 280l-.26-.3c-.9-.74-1.83-1.43-2.77-2.1Zm254.15 0l2.62-2.12c-.79.58-1.57 1.17-2.34 1.79Z"/><path fill="currentColor" d="M463.14 186.44A224.55 224.55 0 0 0 272 48.57V32h-32v16.57A223.58 223.58 0 0 0 32 272v22.52l12.25-11.21a62.63 62.63 0 0 1 81.43-5.88l.22.17c.94.67 1.87 1.36 2.77 2.1q2.09 1.69 4 3.61L144 294.63l11.31-11.32a62.59 62.59 0 0 1 81.4-5.78L240 280v152a16 16 0 0 1-32 0v-16h-32v16a48 48 0 0 0 96 0V280l3.29-2.47a62.59 62.59 0 0 1 81.4 5.78L368 294.63l11.31-11.32q1.95-1.94 4.05-3.64c.77-.62 1.55-1.21 2.34-1.79l.26-.21c24.63-18.47 60-16.13 81.81 5.64l12.23 11.2V272a223.6 223.6 0 0 0-16.86-85.56"/></svg> </template>
CSS
.icon-umbrella-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m128.93%20280l-.26-.3c-.9-.74-1.83-1.43-2.77-2.1Zm254.15%200l2.62-2.12c-.79.58-1.57%201.17-2.34%201.79Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M463.14%20186.44A224.55%20224.55%200%200%200%20272%2048.57V32h-32v16.57A223.58%20223.58%200%200%200%2032%20272v22.52l12.25-11.21a62.63%2062.63%200%200%201%2081.43-5.88l.22.17c.94.67%201.87%201.36%202.77%202.1q2.09%201.69%204%203.61L144%20294.63l11.31-11.32a62.59%2062.59%200%200%201%2081.4-5.78L240%20280v152a16%2016%200%200%201-32%200v-16h-32v16a48%2048%200%200%200%2096%200V280l3.29-2.47a62.59%2062.59%200%200%201%2081.4%205.78L368%20294.63l11.31-11.32q1.95-1.94%204.05-3.64c.77-.62%201.55-1.21%202.34-1.79l.26-.21c24.63-18.47%2060-16.13%2081.81%205.64l12.23%2011.2V272a223.6%20223.6%200%200%200-16.86-85.56%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m128.93%20280l-.26-.3c-.9-.74-1.83-1.43-2.77-2.1Zm254.15%200l2.62-2.12c-.79.58-1.57%201.17-2.34%201.79Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M463.14%20186.44A224.55%20224.55%200%200%200%20272%2048.57V32h-32v16.57A223.58%20223.58%200%200%200%2032%20272v22.52l12.25-11.21a62.63%2062.63%200%200%201%2081.43-5.88l.22.17c.94.67%201.87%201.36%202.77%202.1q2.09%201.69%204%203.61L144%20294.63l11.31-11.32a62.59%2062.59%200%200%201%2081.4-5.78L240%20280v152a16%2016%200%200%201-32%200v-16h-32v16a48%2048%200%200%200%2096%200V280l3.29-2.47a62.59%2062.59%200%200%201%2081.4%205.78L368%20294.63l11.31-11.32q1.95-1.94%204.05-3.64c.77-.62%201.55-1.21%202.34-1.79l.26-.21c24.63-18.47%2060-16.13%2081.81%205.64l12.23%2011.2V272a223.6%20223.6%200%200%200-16.86-85.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/umbrella-sharp.svg?color=%231a73e8&size=48