umbrel from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
umbrel
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the umbrel logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.853 8.302c2.628-.05 4.698.656 6.303 2.05c1.166 1.01 2.14 2.43 2.895 4.305a7.6 7.6 0 0 0-1.818-.21c-1.345 0-2.552.31-3.558.987c-1.127-.687-2.339-1.049-3.623-1.049c-1.313 0-2.573.378-3.77 1.087c-1.154-.726-2.456-1.087-3.875-1.087q-.77 0-1.466.147c.678-1.724 1.575-3.054 2.664-4.028c1.557-1.393 3.607-2.15 6.248-2.202M1.842 17.616q.06-.055.112-.119c.48-.557 1.233-.91 2.453-.91c1.151 0 2.139.32 3.002.952l.035.025c.469.35 1.108.364 1.592.036c1.032-.698 2.032-1.014 3.017-1.014c.967 0 1.906.304 2.836.965l.02.014a1.376 1.376 0 0 0 1.699-.078c.614-.53 1.455-.84 2.625-.84c1.232 0 2.186.344 2.94.98a1.1 1.1 0 0 0 .435.235a1.1 1.1 0 0 0 .806-.087a1.1 1.1 0 0 0 .547-1.267c-.873-3.383-2.3-6.03-4.363-7.82c-2.084-1.808-4.712-2.646-7.787-2.588c-3.063.06-5.653.955-7.673 2.762c-2.003 1.793-3.344 4.39-4.104 7.67a1.1 1.1 0 0 0 1.807 1.083z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsUmbrel(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="M11.853 8.302c2.628-.05 4.698.656 6.303 2.05c1.166 1.01 2.14 2.43 2.895 4.305a7.6 7.6 0 0 0-1.818-.21c-1.345 0-2.552.31-3.558.987c-1.127-.687-2.339-1.049-3.623-1.049c-1.313 0-2.573.378-3.77 1.087c-1.154-.726-2.456-1.087-3.875-1.087q-.77 0-1.466.147c.678-1.724 1.575-3.054 2.664-4.028c1.557-1.393 3.607-2.15 6.248-2.202M1.842 17.616q.06-.055.112-.119c.48-.557 1.233-.91 2.453-.91c1.151 0 2.139.32 3.002.952l.035.025c.469.35 1.108.364 1.592.036c1.032-.698 2.032-1.014 3.017-1.014c.967 0 1.906.304 2.836.965l.02.014a1.376 1.376 0 0 0 1.699-.078c.614-.53 1.455-.84 2.625-.84c1.232 0 2.186.344 2.94.98a1.1 1.1 0 0 0 .435.235a1.1 1.1 0 0 0 .806-.087a1.1 1.1 0 0 0 .547-1.267c-.873-3.383-2.3-6.03-4.363-7.82c-2.084-1.808-4.712-2.646-7.787-2.588c-3.063.06-5.653.955-7.673 2.762c-2.003 1.793-3.344 4.39-4.104 7.67a1.1 1.1 0 0 0 1.807 1.083z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.853 8.302c2.628-.05 4.698.656 6.303 2.05c1.166 1.01 2.14 2.43 2.895 4.305a7.6 7.6 0 0 0-1.818-.21c-1.345 0-2.552.31-3.558.987c-1.127-.687-2.339-1.049-3.623-1.049c-1.313 0-2.573.378-3.77 1.087c-1.154-.726-2.456-1.087-3.875-1.087q-.77 0-1.466.147c.678-1.724 1.575-3.054 2.664-4.028c1.557-1.393 3.607-2.15 6.248-2.202M1.842 17.616q.06-.055.112-.119c.48-.557 1.233-.91 2.453-.91c1.151 0 2.139.32 3.002.952l.035.025c.469.35 1.108.364 1.592.036c1.032-.698 2.032-1.014 3.017-1.014c.967 0 1.906.304 2.836.965l.02.014a1.376 1.376 0 0 0 1.699-.078c.614-.53 1.455-.84 2.625-.84c1.232 0 2.186.344 2.94.98a1.1 1.1 0 0 0 .435.235a1.1 1.1 0 0 0 .806-.087a1.1 1.1 0 0 0 .547-1.267c-.873-3.383-2.3-6.03-4.363-7.82c-2.084-1.808-4.712-2.646-7.787-2.588c-3.063.06-5.653.955-7.673 2.762c-2.003 1.793-3.344 4.39-4.104 7.67a1.1 1.1 0 0 0 1.807 1.083z"/></svg>
</template>

CSS

.icon-umbrel {
  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%22M11.853%208.302c2.628-.05%204.698.656%206.303%202.05c1.166%201.01%202.14%202.43%202.895%204.305a7.6%207.6%200%200%200-1.818-.21c-1.345%200-2.552.31-3.558.987c-1.127-.687-2.339-1.049-3.623-1.049c-1.313%200-2.573.378-3.77%201.087c-1.154-.726-2.456-1.087-3.875-1.087q-.77%200-1.466.147c.678-1.724%201.575-3.054%202.664-4.028c1.557-1.393%203.607-2.15%206.248-2.202M1.842%2017.616q.06-.055.112-.119c.48-.557%201.233-.91%202.453-.91c1.151%200%202.139.32%203.002.952l.035.025c.469.35%201.108.364%201.592.036c1.032-.698%202.032-1.014%203.017-1.014c.967%200%201.906.304%202.836.965l.02.014a1.376%201.376%200%200%200%201.699-.078c.614-.53%201.455-.84%202.625-.84c1.232%200%202.186.344%202.94.98a1.1%201.1%200%200%200%20.435.235a1.1%201.1%200%200%200%20.806-.087a1.1%201.1%200%200%200%20.547-1.267c-.873-3.383-2.3-6.03-4.363-7.82c-2.084-1.808-4.712-2.646-7.787-2.588c-3.063.06-5.653.955-7.673%202.762c-2.003%201.793-3.344%204.39-4.104%207.67a1.1%201.1%200%200%200%201.807%201.083z%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%22M11.853%208.302c2.628-.05%204.698.656%206.303%202.05c1.166%201.01%202.14%202.43%202.895%204.305a7.6%207.6%200%200%200-1.818-.21c-1.345%200-2.552.31-3.558.987c-1.127-.687-2.339-1.049-3.623-1.049c-1.313%200-2.573.378-3.77%201.087c-1.154-.726-2.456-1.087-3.875-1.087q-.77%200-1.466.147c.678-1.724%201.575-3.054%202.664-4.028c1.557-1.393%203.607-2.15%206.248-2.202M1.842%2017.616q.06-.055.112-.119c.48-.557%201.233-.91%202.453-.91c1.151%200%202.139.32%203.002.952l.035.025c.469.35%201.108.364%201.592.036c1.032-.698%202.032-1.014%203.017-1.014c.967%200%201.906.304%202.836.965l.02.014a1.376%201.376%200%200%200%201.699-.078c.614-.53%201.455-.84%202.625-.84c1.232%200%202.186.344%202.94.98a1.1%201.1%200%200%200%20.435.235a1.1%201.1%200%200%200%20.806-.087a1.1%201.1%200%200%200%20.547-1.267c-.873-3.383-2.3-6.03-4.363-7.82c-2.084-1.808-4.712-2.646-7.787-2.588c-3.063.06-5.653.955-7.673%202.762c-2.003%201.793-3.344%204.39-4.104%207.67a1.1%201.1%200%200%200%201.807%201.083z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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