umbrella icon

umbrella-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.

Name
umbrella-broken
Set
Solar
Style
Broken
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the umbrella icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 19V20C8 21.1046 8.89543 22 10 22C11.1046 22 12 21.1046 12 20C12 20 12 17.5621 12 16M21.5238 12H12H2.47619C2.2132 12 2 11.7868 2 11.5238C2 6.26396 6.26395 2 11.5238 2H12.4762C17.736 2 22 6.26396 22 11.5238C22 11.7868 21.7868 12 21.5238 12Z"/><path d="M16.9143 12C16.6351 9.28874 15.5541 2 12 2C8.44586 2 7.36486 9.28874 7.08569 12"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUmbrellaBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M8 19V20C8 21.1046 8.89543 22 10 22C11.1046 22 12 21.1046 12 20C12 20 12 17.5621 12 16M21.5238 12H12H2.47619C2.2132 12 2 11.7868 2 11.5238C2 6.26396 6.26395 2 11.5238 2H12.4762C17.736 2 22 6.26396 22 11.5238C22 11.7868 21.7868 12 21.5238 12Z"/><path d="M16.9143 12C16.6351 9.28874 15.5541 2 12 2C8.44586 2 7.36486 9.28874 7.08569 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 19V20C8 21.1046 8.89543 22 10 22C11.1046 22 12 21.1046 12 20C12 20 12 17.5621 12 16M21.5238 12H12H2.47619C2.2132 12 2 11.7868 2 11.5238C2 6.26396 6.26395 2 11.5238 2H12.4762C17.736 2 22 6.26396 22 11.5238C22 11.7868 21.7868 12 21.5238 12Z"/><path d="M16.9143 12C16.6351 9.28874 15.5541 2 12 2C8.44586 2 7.36486 9.28874 7.08569 12"/></g></svg>
</template>

CSS

.icon-umbrella-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2019V20C8%2021.1046%208.89543%2022%2010%2022C11.1046%2022%2012%2021.1046%2012%2020C12%2020%2012%2017.5621%2012%2016M21.5238%2012H12H2.47619C2.2132%2012%202%2011.7868%202%2011.5238C2%206.26396%206.26395%202%2011.5238%202H12.4762C17.736%202%2022%206.26396%2022%2011.5238C22%2011.7868%2021.7868%2012%2021.5238%2012Z%22%2F%3E%3Cpath%20d%3D%22M16.9143%2012C16.6351%209.28874%2015.5541%202%2012%202C8.44586%202%207.36486%209.28874%207.08569%2012%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2019V20C8%2021.1046%208.89543%2022%2010%2022C11.1046%2022%2012%2021.1046%2012%2020C12%2020%2012%2017.5621%2012%2016M21.5238%2012H12H2.47619C2.2132%2012%202%2011.7868%202%2011.5238C2%206.26396%206.26395%202%2011.5238%202H12.4762C17.736%202%2022%206.26396%2022%2011.5238C22%2011.7868%2021.7868%2012%2021.5238%2012Z%22%2F%3E%3Cpath%20d%3D%22M16.9143%2012C16.6351%209.28874%2015.5541%202%2012%202C8.44586%202%207.36486%209.28874%207.08569%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/umbrella-broken.svg?color=%231a73e8&size=48