cloud-beaker-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
cloud-beaker-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cloud beaker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 5a7 7 0 0 0-6.931 6.017A5.5 5.5 0 0 0 7.5 22h7.55l1.82-3.194a1 1 0 0 0 .13-.495V15.5h-.25a1.75 1.75 0 1 1 0-3.5H21a6.98 6.98 0 0 0-2.172-5.069A6.98 6.98 0 0 0 14 5m2.75 8a.75.75 0 0 0 0 1.5H18v3.811a2 2 0 0 1-.262.99l-.683 1.199h6.895l-.688-1.208a2 2 0 0 1-.262-.99V14.5h1.25a.75.75 0 0 0 0-1.5zM15.2 23.758L16.202 22h8.603l1 1.758A1.5 1.5 0 0 1 24.501 26h-7.997a1.5 1.5 0 0 1-1.303-2.242"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudBeaker28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 5a7 7 0 0 0-6.931 6.017A5.5 5.5 0 0 0 7.5 22h7.55l1.82-3.194a1 1 0 0 0 .13-.495V15.5h-.25a1.75 1.75 0 1 1 0-3.5H21a6.98 6.98 0 0 0-2.172-5.069A6.98 6.98 0 0 0 14 5m2.75 8a.75.75 0 0 0 0 1.5H18v3.811a2 2 0 0 1-.262.99l-.683 1.199h6.895l-.688-1.208a2 2 0 0 1-.262-.99V14.5h1.25a.75.75 0 0 0 0-1.5zM15.2 23.758L16.202 22h8.603l1 1.758A1.5 1.5 0 0 1 24.501 26h-7.997a1.5 1.5 0 0 1-1.303-2.242"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 5a7 7 0 0 0-6.931 6.017A5.5 5.5 0 0 0 7.5 22h7.55l1.82-3.194a1 1 0 0 0 .13-.495V15.5h-.25a1.75 1.75 0 1 1 0-3.5H21a6.98 6.98 0 0 0-2.172-5.069A6.98 6.98 0 0 0 14 5m2.75 8a.75.75 0 0 0 0 1.5H18v3.811a2 2 0 0 1-.262.99l-.683 1.199h6.895l-.688-1.208a2 2 0 0 1-.262-.99V14.5h1.25a.75.75 0 0 0 0-1.5zM15.2 23.758L16.202 22h8.603l1 1.758A1.5 1.5 0 0 1 24.501 26h-7.997a1.5 1.5 0 0 1-1.303-2.242"/></svg>
</template>

CSS

.icon-cloud-beaker-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%205a7%207%200%200%200-6.931%206.017A5.5%205.5%200%200%200%207.5%2022h7.55l1.82-3.194a1%201%200%200%200%20.13-.495V15.5h-.25a1.75%201.75%200%201%201%200-3.5H21a6.98%206.98%200%200%200-2.172-5.069A6.98%206.98%200%200%200%2014%205m2.75%208a.75.75%200%200%200%200%201.5H18v3.811a2%202%200%200%201-.262.99l-.683%201.199h6.895l-.688-1.208a2%202%200%200%201-.262-.99V14.5h1.25a.75.75%200%200%200%200-1.5zM15.2%2023.758L16.202%2022h8.603l1%201.758A1.5%201.5%200%200%201%2024.501%2026h-7.997a1.5%201.5%200%200%201-1.303-2.242%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%205a7%207%200%200%200-6.931%206.017A5.5%205.5%200%200%200%207.5%2022h7.55l1.82-3.194a1%201%200%200%200%20.13-.495V15.5h-.25a1.75%201.75%200%201%201%200-3.5H21a6.98%206.98%200%200%200-2.172-5.069A6.98%206.98%200%200%200%2014%205m2.75%208a.75.75%200%200%200%200%201.5H18v3.811a2%202%200%200%201-.262.99l-.683%201.199h6.895l-.688-1.208a2%202%200%200%201-.262-.99V14.5h1.25a.75.75%200%200%200%200-1.5zM15.2%2023.758L16.202%2022h8.603l1%201.758A1.5%201.5%200%200%201%2024.501%2026h-7.997a1.5%201.5%200%200%201-1.303-2.242%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-beaker-28-filled.svg?color=%231a73e8&size=48