twotone umbrella icon
twotone-umbrella from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-umbrella
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the twotone umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.28 8.5l.76.58l.92-.23L13 14.8V8.29zm-4.25.36L11 14.8V8.29l-.28.21l-.76.59z" opacity=".3"/><path fill="currentColor" d="M14.5 6.92L13 5.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16 2.07 14.88 1 13.5 1S11 2.07 11 3.4v2.37L9.5 6.92L6 6.07l5.05 15.25c.15.45.55.68.95.68s.8-.23.95-.69L18 6.07zM13.28 8.5l.76.58l.92-.23L13 14.8V8.29zm-3.32.59l.76-.58l.28-.22v6.51L9.03 8.86z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneUmbrella(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="m13.28 8.5l.76.58l.92-.23L13 14.8V8.29zm-4.25.36L11 14.8V8.29l-.28.21l-.76.59z" opacity=".3"/><path fill="currentColor" d="M14.5 6.92L13 5.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16 2.07 14.88 1 13.5 1S11 2.07 11 3.4v2.37L9.5 6.92L6 6.07l5.05 15.25c.15.45.55.68.95.68s.8-.23.95-.69L18 6.07zM13.28 8.5l.76.58l.92-.23L13 14.8V8.29zm-3.32.59l.76-.58l.28-.22v6.51L9.03 8.86z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.28 8.5l.76.58l.92-.23L13 14.8V8.29zm-4.25.36L11 14.8V8.29l-.28.21l-.76.59z" opacity=".3"/><path fill="currentColor" d="M14.5 6.92L13 5.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16 2.07 14.88 1 13.5 1S11 2.07 11 3.4v2.37L9.5 6.92L6 6.07l5.05 15.25c.15.45.55.68.95.68s.8-.23.95-.69L18 6.07zM13.28 8.5l.76.58l.92-.23L13 14.8V8.29zm-3.32.59l.76-.58l.28-.22v6.51L9.03 8.86z"/></svg> </template>
CSS
.icon-twotone-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.28%208.5l.76.58l.92-.23L13%2014.8V8.29zm-4.25.36L11%2014.8V8.29l-.28.21l-.76.59z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%206.92L13%205.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16%202.07%2014.88%201%2013.5%201S11%202.07%2011%203.4v2.37L9.5%206.92L6%206.07l5.05%2015.25c.15.45.55.68.95.68s.8-.23.95-.69L18%206.07zM13.28%208.5l.76.58l.92-.23L13%2014.8V8.29zm-3.32.59l.76-.58l.28-.22v6.51L9.03%208.86z%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%22m13.28%208.5l.76.58l.92-.23L13%2014.8V8.29zm-4.25.36L11%2014.8V8.29l-.28.21l-.76.59z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%206.92L13%205.77V3.4c0-.26.22-.48.5-.48s.5.21.5.48V4h2v-.6C16%202.07%2014.88%201%2013.5%201S11%202.07%2011%203.4v2.37L9.5%206.92L6%206.07l5.05%2015.25c.15.45.55.68.95.68s.8-.23.95-.69L18%206.07zM13.28%208.5l.76.58l.92-.23L13%2014.8V8.29zm-3.32.59l.76-.58l.28-.22v6.51L9.03%208.86z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-umbrella.svg?color=%231a73e8&size=48