umbrella closed variant icon
umbrella-closed-variant from Material Design Icons by Pictogrammers · Filled · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- umbrella-closed-variant
- Set
- Material Design Icons
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
More weather icons from Material Design Icons
broadcastbroadcast-offflashmoon-first-quartermoon-fullmoon-last-quartermoon-newmoon-waning-crescentmoon-waning-gibbousmoon-waxing-crescentmoon-waxing-gibbousshield-sunsnowflake-checksnowflake-meltsnowflake-offsun-angletemperature-celsiustemperature-fahrenheittemperature-kelvintheme-light-darkumbrellaumbrella-beachumbrella-closedweather-lightning-rainy
Use the umbrella closed variant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15 7l-2-1V3.5c0-.3.2-.5.5-.5s.5.2.5.5V4h2v-.5C16 2.1 14.9 1 13.5 1S11 2.1 11 3.5V6L9 7L6 6l5.1 15.3c.3.9 1.6.9 1.9 0C14.6 16.2 18 6 18 6zm-4 8L9 8.9l.7.2l1.3-1zm2-6.9l1.3 1l.7-.2l-2 6.1z"/></svg>
React
import type { SVGProps } from "react";
export function MdiUmbrellaClosedVariant(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15 7l-2-1V3.5c0-.3.2-.5.5-.5s.5.2.5.5V4h2v-.5C16 2.1 14.9 1 13.5 1S11 2.1 11 3.5V6L9 7L6 6l5.1 15.3c.3.9 1.6.9 1.9 0C14.6 16.2 18 6 18 6zm-4 8L9 8.9l.7.2l1.3-1zm2-6.9l1.3 1l.7-.2l-2 6.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15 7l-2-1V3.5c0-.3.2-.5.5-.5s.5.2.5.5V4h2v-.5C16 2.1 14.9 1 13.5 1S11 2.1 11 3.5V6L9 7L6 6l5.1 15.3c.3.9 1.6.9 1.9 0C14.6 16.2 18 6 18 6zm-4 8L9 8.9l.7.2l1.3-1zm2-6.9l1.3 1l.7-.2l-2 6.1z"/></svg> </template>
CSS
.icon-umbrella-closed-variant {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15%207l-2-1V3.5c0-.3.2-.5.5-.5s.5.2.5.5V4h2v-.5C16%202.1%2014.9%201%2013.5%201S11%202.1%2011%203.5V6L9%207L6%206l5.1%2015.3c.3.9%201.6.9%201.9%200C14.6%2016.2%2018%206%2018%206zm-4%208L9%208.9l.7.2l1.3-1zm2-6.9l1.3%201l.7-.2l-2%206.1z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15%207l-2-1V3.5c0-.3.2-.5.5-.5s.5.2.5.5V4h2v-.5C16%202.1%2014.9%201%2013.5%201S11%202.1%2011%203.5V6L9%207L6%206l5.1%2015.3c.3.9%201.6.9%201.9%200C14.6%2016.2%2018%206%2018%206zm-4%208L9%208.9l.7.2l1.3-1zm2-6.9l1.3%201l.7-.2l-2%206.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/umbrella-closed-variant.svg?color=%231a73e8&size=48