umbrella icon
umbrella from IconPark by ByteDance · Color · Safe · Apache-2.0 Free for personal and commercial use.
- Name
- umbrella
- Set
- IconPark
- Style
- Color
- Category
- Safe
- Viewbox
- 48×48
- License
- Apache 2.0
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 IconsumbrellaIconPark OutlineumbrellaIconPark SolidumbrellaIconPark TwoToneumbrellaIconoirumbrellaIonIconsumbrellaJam Icons
More safe icons from IconPark
Use the umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M16.7273 27C19.1515 24.5758 21.5758 23.3636 24 23.3636C26.4242 23.3636 28.8485 24.5758 31.2727 27C34.101 24.5758 36.2222 23.3636 37.6364 23.3636C39.0505 23.3636 41.1717 24.5758 44 27C44 15.9543 35.0457 7 24 7C12.9543 7 4 15.9543 4 27C6.82828 24.5758 8.9495 23.3636 10.3636 23.3636C11.7778 23.3636 13.899 24.5758 16.7273 27Z"/><path stroke-linecap="round" d="M24 24V38.5536C24 41.5678 26.4858 44.0112 29.5 44.0112C32.5142 44.0112 35 41.5678 35 38.5536"/><path stroke-linecap="round" d="M24 3V7"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkUmbrella(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M16.7273 27C19.1515 24.5758 21.5758 23.3636 24 23.3636C26.4242 23.3636 28.8485 24.5758 31.2727 27C34.101 24.5758 36.2222 23.3636 37.6364 23.3636C39.0505 23.3636 41.1717 24.5758 44 27C44 15.9543 35.0457 7 24 7C12.9543 7 4 15.9543 4 27C6.82828 24.5758 8.9495 23.3636 10.3636 23.3636C11.7778 23.3636 13.899 24.5758 16.7273 27Z"/><path strokeLinecap="round" d="M24 24V38.5536C24 41.5678 26.4858 44.0112 29.5 44.0112C32.5142 44.0112 35 41.5678 35 38.5536"/><path strokeLinecap="round" d="M24 3V7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M16.7273 27C19.1515 24.5758 21.5758 23.3636 24 23.3636C26.4242 23.3636 28.8485 24.5758 31.2727 27C34.101 24.5758 36.2222 23.3636 37.6364 23.3636C39.0505 23.3636 41.1717 24.5758 44 27C44 15.9543 35.0457 7 24 7C12.9543 7 4 15.9543 4 27C6.82828 24.5758 8.9495 23.3636 10.3636 23.3636C11.7778 23.3636 13.899 24.5758 16.7273 27Z"/><path stroke-linecap="round" d="M24 24V38.5536C24 41.5678 26.4858 44.0112 29.5 44.0112C32.5142 44.0112 35 41.5678 35 38.5536"/><path stroke-linecap="round" d="M24 3V7"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16.7273%2027C19.1515%2024.5758%2021.5758%2023.3636%2024%2023.3636C26.4242%2023.3636%2028.8485%2024.5758%2031.2727%2027C34.101%2024.5758%2036.2222%2023.3636%2037.6364%2023.3636C39.0505%2023.3636%2041.1717%2024.5758%2044%2027C44%2015.9543%2035.0457%207%2024%207C12.9543%207%204%2015.9543%204%2027C6.82828%2024.5758%208.9495%2023.3636%2010.3636%2023.3636C11.7778%2023.3636%2013.899%2024.5758%2016.7273%2027Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2024V38.5536C24%2041.5678%2026.4858%2044.0112%2029.5%2044.0112C32.5142%2044.0112%2035%2041.5678%2035%2038.5536%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%203V7%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16.7273%2027C19.1515%2024.5758%2021.5758%2023.3636%2024%2023.3636C26.4242%2023.3636%2028.8485%2024.5758%2031.2727%2027C34.101%2024.5758%2036.2222%2023.3636%2037.6364%2023.3636C39.0505%2023.3636%2041.1717%2024.5758%2044%2027C44%2015.9543%2035.0457%207%2024%207C12.9543%207%204%2015.9543%204%2027C6.82828%2024.5758%208.9495%2023.3636%2010.3636%2023.3636C11.7778%2023.3636%2013.899%2024.5758%2016.7273%2027Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2024V38.5536C24%2041.5678%2026.4858%2044.0112%2029.5%2044.0112C32.5142%2044.0112%2035%2041.5678%2035%2038.5536%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%203V7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/umbrella.svg?color=%231a73e8&size=48