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

Name
cloud-beaker-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M6.08 9.02A6.001 6.001 0 0 1 18 10h-2.25a1.75 1.75 0 0 0-.25 3.482v1.713a1 1 0 0 1-.132.496L14.051 18H6.5a4.5 4.5 0 0 1-.42-8.98M16.5 12.5h-.75a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 0 1.5h-.75v2.697a2 2 0 0 0 .263.992l.463.811h-5.453l.464-.814c.172-.302.263-.643.263-.991zm-2.3 7.257L15.201 18h6.595l1.002 1.757A1.5 1.5 0 0 1 21.497 22h-5.995a1.5 1.5 0 0 1-1.303-2.243"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudBeaker24Filled(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="M6.08 9.02A6.001 6.001 0 0 1 18 10h-2.25a1.75 1.75 0 0 0-.25 3.482v1.713a1 1 0 0 1-.132.496L14.051 18H6.5a4.5 4.5 0 0 1-.42-8.98M16.5 12.5h-.75a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 0 1.5h-.75v2.697a2 2 0 0 0 .263.992l.463.811h-5.453l.464-.814c.172-.302.263-.643.263-.991zm-2.3 7.257L15.201 18h6.595l1.002 1.757A1.5 1.5 0 0 1 21.497 22h-5.995a1.5 1.5 0 0 1-1.303-2.243"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.08 9.02A6.001 6.001 0 0 1 18 10h-2.25a1.75 1.75 0 0 0-.25 3.482v1.713a1 1 0 0 1-.132.496L14.051 18H6.5a4.5 4.5 0 0 1-.42-8.98M16.5 12.5h-.75a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 0 1.5h-.75v2.697a2 2 0 0 0 .263.992l.463.811h-5.453l.464-.814c.172-.302.263-.643.263-.991zm-2.3 7.257L15.201 18h6.595l1.002 1.757A1.5 1.5 0 0 1 21.497 22h-5.995a1.5 1.5 0 0 1-1.303-2.243"/></svg>
</template>

CSS

.icon-cloud-beaker-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.08%209.02A6.001%206.001%200%200%201%2018%2010h-2.25a1.75%201.75%200%200%200-.25%203.482v1.713a1%201%200%200%201-.132.496L14.051%2018H6.5a4.5%204.5%200%200%201-.42-8.98M16.5%2012.5h-.75a.75.75%200%200%201%200-1.5h5.5a.75.75%200%200%201%200%201.5h-.75v2.697a2%202%200%200%200%20.263.992l.463.811h-5.453l.464-.814c.172-.302.263-.643.263-.991zm-2.3%207.257L15.201%2018h6.595l1.002%201.757A1.5%201.5%200%200%201%2021.497%2022h-5.995a1.5%201.5%200%200%201-1.303-2.243%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%22M6.08%209.02A6.001%206.001%200%200%201%2018%2010h-2.25a1.75%201.75%200%200%200-.25%203.482v1.713a1%201%200%200%201-.132.496L14.051%2018H6.5a4.5%204.5%200%200%201-.42-8.98M16.5%2012.5h-.75a.75.75%200%200%201%200-1.5h5.5a.75.75%200%200%201%200%201.5h-.75v2.697a2%202%200%200%200%20.263.992l.463.811h-5.453l.464-.814c.172-.302.263-.643.263-.991zm-2.3%207.257L15.201%2018h6.595l1.002%201.757A1.5%201.5%200%200%201%2021.497%2022h-5.995a1.5%201.5%200%200%201-1.303-2.243%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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