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

Name
cloud-beaker-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M14.5 21a9.5 9.5 0 0 1 9.5-9.5c4.736 0 8.663 3.466 9.382 8h2.525C35.17 13.58 30.12 9 24 9c-6.29 0-11.45 4.84-11.959 11H11.5a8.5 8.5 0 0 0 0 17h14.802l1.577-2.5H11.5a6 6 0 0 1 0-12h1.753a1.25 1.25 0 0 0 1.25-1.279zM29 22.75c0-.69.56-1.25 1.25-1.25h11.5a1.25 1.25 0 0 1 0 2.5H40v6.274a5 5 0 0 0 .772 2.669l.982 1.557h-11.51l.984-1.56A5 5 0 0 0 32 30.272V24h-1.75c-.69 0-1.25-.56-1.25-1.25m-.018 13.75l-1.514 2.4c-1.26 1.997.175 4.6 2.537 4.6h11.988c2.363 0 3.798-2.603 2.538-4.6l-1.515-2.4z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudBeaker48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.5 21a9.5 9.5 0 0 1 9.5-9.5c4.736 0 8.663 3.466 9.382 8h2.525C35.17 13.58 30.12 9 24 9c-6.29 0-11.45 4.84-11.959 11H11.5a8.5 8.5 0 0 0 0 17h14.802l1.577-2.5H11.5a6 6 0 0 1 0-12h1.753a1.25 1.25 0 0 0 1.25-1.279zM29 22.75c0-.69.56-1.25 1.25-1.25h11.5a1.25 1.25 0 0 1 0 2.5H40v6.274a5 5 0 0 0 .772 2.669l.982 1.557h-11.51l.984-1.56A5 5 0 0 0 32 30.272V24h-1.75c-.69 0-1.25-.56-1.25-1.25m-.018 13.75l-1.514 2.4c-1.26 1.997.175 4.6 2.537 4.6h11.988c2.363 0 3.798-2.603 2.538-4.6l-1.515-2.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.5 21a9.5 9.5 0 0 1 9.5-9.5c4.736 0 8.663 3.466 9.382 8h2.525C35.17 13.58 30.12 9 24 9c-6.29 0-11.45 4.84-11.959 11H11.5a8.5 8.5 0 0 0 0 17h14.802l1.577-2.5H11.5a6 6 0 0 1 0-12h1.753a1.25 1.25 0 0 0 1.25-1.279zM29 22.75c0-.69.56-1.25 1.25-1.25h11.5a1.25 1.25 0 0 1 0 2.5H40v6.274a5 5 0 0 0 .772 2.669l.982 1.557h-11.51l.984-1.56A5 5 0 0 0 32 30.272V24h-1.75c-.69 0-1.25-.56-1.25-1.25m-.018 13.75l-1.514 2.4c-1.26 1.997.175 4.6 2.537 4.6h11.988c2.363 0 3.798-2.603 2.538-4.6l-1.515-2.4z"/></svg>
</template>

CSS

.icon-cloud-beaker-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2021a9.5%209.5%200%200%201%209.5-9.5c4.736%200%208.663%203.466%209.382%208h2.525C35.17%2013.58%2030.12%209%2024%209c-6.29%200-11.45%204.84-11.959%2011H11.5a8.5%208.5%200%200%200%200%2017h14.802l1.577-2.5H11.5a6%206%200%200%201%200-12h1.753a1.25%201.25%200%200%200%201.25-1.279zM29%2022.75c0-.69.56-1.25%201.25-1.25h11.5a1.25%201.25%200%200%201%200%202.5H40v6.274a5%205%200%200%200%20.772%202.669l.982%201.557h-11.51l.984-1.56A5%205%200%200%200%2032%2030.272V24h-1.75c-.69%200-1.25-.56-1.25-1.25m-.018%2013.75l-1.514%202.4c-1.26%201.997.175%204.6%202.537%204.6h11.988c2.363%200%203.798-2.603%202.538-4.6l-1.515-2.4z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2021a9.5%209.5%200%200%201%209.5-9.5c4.736%200%208.663%203.466%209.382%208h2.525C35.17%2013.58%2030.12%209%2024%209c-6.29%200-11.45%204.84-11.959%2011H11.5a8.5%208.5%200%200%200%200%2017h14.802l1.577-2.5H11.5a6%206%200%200%201%200-12h1.753a1.25%201.25%200%200%200%201.25-1.279zM29%2022.75c0-.69.56-1.25%201.25-1.25h11.5a1.25%201.25%200%200%201%200%202.5H40v6.274a5%205%200%200%200%20.772%202.669l.982%201.557h-11.51l.984-1.56A5%205%200%200%200%2032%2030.272V24h-1.75c-.69%200-1.25-.56-1.25-1.25m-.018%2013.75l-1.514%202.4c-1.26%201.997.175%204.6%202.537%204.6h11.988c2.363%200%203.798-2.603%202.538-4.6l-1.515-2.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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