round umbrella icon
round-umbrella from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.12 6.28l-2.62.64L13 5.77V3.4c0-.26.22-.48.5-.48c.23 0 .43.16.49.36c.11.42.5.72.95.72c.55 0 1-.45 1-1c0-.1-.02-.2-.05-.3c-.3-.98-1.26-1.7-2.39-1.7C12.12 1 11 2.07 11 3.4v2.37L9.5 6.92l-2.62-.64a.505.505 0 0 0-.6.64l4.77 14.39c.15.46.55.69.95.69s.8-.23.95-.69l4.77-14.39a.505.505 0 0 0-.6-.64M11 14.8L9.03 8.86l.92.23l.76-.58l.29-.22zm2 0V8.29l.28.22l.76.58l.92-.23z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundUmbrella(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="m17.12 6.28l-2.62.64L13 5.77V3.4c0-.26.22-.48.5-.48c.23 0 .43.16.49.36c.11.42.5.72.95.72c.55 0 1-.45 1-1c0-.1-.02-.2-.05-.3c-.3-.98-1.26-1.7-2.39-1.7C12.12 1 11 2.07 11 3.4v2.37L9.5 6.92l-2.62-.64a.505.505 0 0 0-.6.64l4.77 14.39c.15.46.55.69.95.69s.8-.23.95-.69l4.77-14.39a.505.505 0 0 0-.6-.64M11 14.8L9.03 8.86l.92.23l.76-.58l.29-.22zm2 0V8.29l.28.22l.76.58l.92-.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.12 6.28l-2.62.64L13 5.77V3.4c0-.26.22-.48.5-.48c.23 0 .43.16.49.36c.11.42.5.72.95.72c.55 0 1-.45 1-1c0-.1-.02-.2-.05-.3c-.3-.98-1.26-1.7-2.39-1.7C12.12 1 11 2.07 11 3.4v2.37L9.5 6.92l-2.62-.64a.505.505 0 0 0-.6.64l4.77 14.39c.15.46.55.69.95.69s.8-.23.95-.69l4.77-14.39a.505.505 0 0 0-.6-.64M11 14.8L9.03 8.86l.92.23l.76-.58l.29-.22zm2 0V8.29l.28.22l.76.58l.92-.23z"/></svg> </template>
CSS
.icon-round-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%22m17.12%206.28l-2.62.64L13%205.77V3.4c0-.26.22-.48.5-.48c.23%200%20.43.16.49.36c.11.42.5.72.95.72c.55%200%201-.45%201-1c0-.1-.02-.2-.05-.3c-.3-.98-1.26-1.7-2.39-1.7C12.12%201%2011%202.07%2011%203.4v2.37L9.5%206.92l-2.62-.64a.505.505%200%200%200-.6.64l4.77%2014.39c.15.46.55.69.95.69s.8-.23.95-.69l4.77-14.39a.505.505%200%200%200-.6-.64M11%2014.8L9.03%208.86l.92.23l.76-.58l.29-.22zm2%200V8.29l.28.22l.76.58l.92-.23z%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%22m17.12%206.28l-2.62.64L13%205.77V3.4c0-.26.22-.48.5-.48c.23%200%20.43.16.49.36c.11.42.5.72.95.72c.55%200%201-.45%201-1c0-.1-.02-.2-.05-.3c-.3-.98-1.26-1.7-2.39-1.7C12.12%201%2011%202.07%2011%203.4v2.37L9.5%206.92l-2.62-.64a.505.505%200%200%200-.6.64l4.77%2014.39c.15.46.55.69.95.69s.8-.23.95-.69l4.77-14.39a.505.505%200%200%200-.6-.64M11%2014.8L9.03%208.86l.92.23l.76-.58l.29-.22zm2%200V8.29l.28.22l.76.58l.92-.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-umbrella.svg?color=%231a73e8&size=48