umbrella-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
umbrella-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the umbrella icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.248 10.913c.473-.4 1.077-.734 1.752-.734s1.28.335 1.752.733a4.6 4.6 0 0 1 .675.71l.036.05a.748.748 0 0 0 1.241-.001a4.6 4.6 0 0 1 .71-.758c.473-.4 1.077-.734 1.753-.734s1.279.335 1.751.733c.231.195.414.391.538.538l.173.22A.75.75 0 0 0 22 11.25C22 6.575 17.953 2 12 2S2 6.575 2 11.25a.75.75 0 0 0 1.37.42l.174-.22c.124-.147.307-.343.538-.537c.472-.4 1.076-.734 1.751-.734c.676 0 1.28.335 1.752.733a4.6 4.6 0 0 1 .71.759a.752.752 0 0 0 1.242 0l.036-.05q.045-.06.138-.171a4.6 4.6 0 0 1 .537-.537M3.793 9.278C4.713 6.185 7.743 3.5 12 3.5s7.287 2.685 8.207 5.778c-.55-.332-1.24-.6-2.04-.6c-1.175 0-2.113.576-2.72 1.088a6 6 0 0 0-.364.335a6 6 0 0 0-.364-.335C14.113 9.254 13.175 8.68 12 8.68s-2.112.575-2.72 1.087a6 6 0 0 0-.363.335a6 6 0 0 0-.365-.335C7.946 9.254 7.008 8.68 5.833 8.68c-.8 0-1.49.267-2.04.599m8.207 1.9c-.236 0-.49.083-.75.24V19a1.5 1.5 0 1 1-3 0v-.25a.75.75 0 0 0-1.5 0V19a3 3 0 1 0 6 0v-7.582c-.26-.157-.514-.24-.75-.24"/></svg>

React

import type { SVGProps } from "react";

export function FluentUmbrella24Regular(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="M10.248 10.913c.473-.4 1.077-.734 1.752-.734s1.28.335 1.752.733a4.6 4.6 0 0 1 .675.71l.036.05a.748.748 0 0 0 1.241-.001a4.6 4.6 0 0 1 .71-.758c.473-.4 1.077-.734 1.753-.734s1.279.335 1.751.733c.231.195.414.391.538.538l.173.22A.75.75 0 0 0 22 11.25C22 6.575 17.953 2 12 2S2 6.575 2 11.25a.75.75 0 0 0 1.37.42l.174-.22c.124-.147.307-.343.538-.537c.472-.4 1.076-.734 1.751-.734c.676 0 1.28.335 1.752.733a4.6 4.6 0 0 1 .71.759a.752.752 0 0 0 1.242 0l.036-.05q.045-.06.138-.171a4.6 4.6 0 0 1 .537-.537M3.793 9.278C4.713 6.185 7.743 3.5 12 3.5s7.287 2.685 8.207 5.778c-.55-.332-1.24-.6-2.04-.6c-1.175 0-2.113.576-2.72 1.088a6 6 0 0 0-.364.335a6 6 0 0 0-.364-.335C14.113 9.254 13.175 8.68 12 8.68s-2.112.575-2.72 1.087a6 6 0 0 0-.363.335a6 6 0 0 0-.365-.335C7.946 9.254 7.008 8.68 5.833 8.68c-.8 0-1.49.267-2.04.599m8.207 1.9c-.236 0-.49.083-.75.24V19a1.5 1.5 0 1 1-3 0v-.25a.75.75 0 0 0-1.5 0V19a3 3 0 1 0 6 0v-7.582c-.26-.157-.514-.24-.75-.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.248 10.913c.473-.4 1.077-.734 1.752-.734s1.28.335 1.752.733a4.6 4.6 0 0 1 .675.71l.036.05a.748.748 0 0 0 1.241-.001a4.6 4.6 0 0 1 .71-.758c.473-.4 1.077-.734 1.753-.734s1.279.335 1.751.733c.231.195.414.391.538.538l.173.22A.75.75 0 0 0 22 11.25C22 6.575 17.953 2 12 2S2 6.575 2 11.25a.75.75 0 0 0 1.37.42l.174-.22c.124-.147.307-.343.538-.537c.472-.4 1.076-.734 1.751-.734c.676 0 1.28.335 1.752.733a4.6 4.6 0 0 1 .71.759a.752.752 0 0 0 1.242 0l.036-.05q.045-.06.138-.171a4.6 4.6 0 0 1 .537-.537M3.793 9.278C4.713 6.185 7.743 3.5 12 3.5s7.287 2.685 8.207 5.778c-.55-.332-1.24-.6-2.04-.6c-1.175 0-2.113.576-2.72 1.088a6 6 0 0 0-.364.335a6 6 0 0 0-.364-.335C14.113 9.254 13.175 8.68 12 8.68s-2.112.575-2.72 1.087a6 6 0 0 0-.363.335a6 6 0 0 0-.365-.335C7.946 9.254 7.008 8.68 5.833 8.68c-.8 0-1.49.267-2.04.599m8.207 1.9c-.236 0-.49.083-.75.24V19a1.5 1.5 0 1 1-3 0v-.25a.75.75 0 0 0-1.5 0V19a3 3 0 1 0 6 0v-7.582c-.26-.157-.514-.24-.75-.24"/></svg>
</template>

CSS

.icon-umbrella-24-regular {
  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%22M10.248%2010.913c.473-.4%201.077-.734%201.752-.734s1.28.335%201.752.733a4.6%204.6%200%200%201%20.675.71l.036.05a.748.748%200%200%200%201.241-.001a4.6%204.6%200%200%201%20.71-.758c.473-.4%201.077-.734%201.753-.734s1.279.335%201.751.733c.231.195.414.391.538.538l.173.22A.75.75%200%200%200%2022%2011.25C22%206.575%2017.953%202%2012%202S2%206.575%202%2011.25a.75.75%200%200%200%201.37.42l.174-.22c.124-.147.307-.343.538-.537c.472-.4%201.076-.734%201.751-.734c.676%200%201.28.335%201.752.733a4.6%204.6%200%200%201%20.71.759a.752.752%200%200%200%201.242%200l.036-.05q.045-.06.138-.171a4.6%204.6%200%200%201%20.537-.537M3.793%209.278C4.713%206.185%207.743%203.5%2012%203.5s7.287%202.685%208.207%205.778c-.55-.332-1.24-.6-2.04-.6c-1.175%200-2.113.576-2.72%201.088a6%206%200%200%200-.364.335a6%206%200%200%200-.364-.335C14.113%209.254%2013.175%208.68%2012%208.68s-2.112.575-2.72%201.087a6%206%200%200%200-.363.335a6%206%200%200%200-.365-.335C7.946%209.254%207.008%208.68%205.833%208.68c-.8%200-1.49.267-2.04.599m8.207%201.9c-.236%200-.49.083-.75.24V19a1.5%201.5%200%201%201-3%200v-.25a.75.75%200%200%200-1.5%200V19a3%203%200%201%200%206%200v-7.582c-.26-.157-.514-.24-.75-.24%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%22M10.248%2010.913c.473-.4%201.077-.734%201.752-.734s1.28.335%201.752.733a4.6%204.6%200%200%201%20.675.71l.036.05a.748.748%200%200%200%201.241-.001a4.6%204.6%200%200%201%20.71-.758c.473-.4%201.077-.734%201.753-.734s1.279.335%201.751.733c.231.195.414.391.538.538l.173.22A.75.75%200%200%200%2022%2011.25C22%206.575%2017.953%202%2012%202S2%206.575%202%2011.25a.75.75%200%200%200%201.37.42l.174-.22c.124-.147.307-.343.538-.537c.472-.4%201.076-.734%201.751-.734c.676%200%201.28.335%201.752.733a4.6%204.6%200%200%201%20.71.759a.752.752%200%200%200%201.242%200l.036-.05q.045-.06.138-.171a4.6%204.6%200%200%201%20.537-.537M3.793%209.278C4.713%206.185%207.743%203.5%2012%203.5s7.287%202.685%208.207%205.778c-.55-.332-1.24-.6-2.04-.6c-1.175%200-2.113.576-2.72%201.088a6%206%200%200%200-.364.335a6%206%200%200%200-.364-.335C14.113%209.254%2013.175%208.68%2012%208.68s-2.112.575-2.72%201.087a6%206%200%200%200-.363.335a6%206%200%200%200-.365-.335C7.946%209.254%207.008%208.68%205.833%208.68c-.8%200-1.49.267-2.04.599m8.207%201.9c-.236%200-.49.083-.75.24V19a1.5%201.5%200%201%201-3%200v-.25a.75.75%200%200%200-1.5%200V19a3%203%200%201%200%206%200v-7.582c-.26-.157-.514-.24-.75-.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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