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

Name
cloud-beaker-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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="M12.041 20C12.55 13.84 17.71 9 24 9c6.12 0 11.169 4.58 11.907 10.5H30.25a3.25 3.25 0 0 0-.25 6.49v4.282a3 3 0 0 1-.463 1.6L26.302 37H11.5a8.5 8.5 0 0 1 0-17zM29 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 FluentCloudBeaker48Filled(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="M12.041 20C12.55 13.84 17.71 9 24 9c6.12 0 11.169 4.58 11.907 10.5H30.25a3.25 3.25 0 0 0-.25 6.49v4.282a3 3 0 0 1-.463 1.6L26.302 37H11.5a8.5 8.5 0 0 1 0-17zM29 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="M12.041 20C12.55 13.84 17.71 9 24 9c6.12 0 11.169 4.58 11.907 10.5H30.25a3.25 3.25 0 0 0-.25 6.49v4.282a3 3 0 0 1-.463 1.6L26.302 37H11.5a8.5 8.5 0 0 1 0-17zM29 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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.041%2020C12.55%2013.84%2017.71%209%2024%209c6.12%200%2011.169%204.58%2011.907%2010.5H30.25a3.25%203.25%200%200%200-.25%206.49v4.282a3%203%200%200%201-.463%201.6L26.302%2037H11.5a8.5%208.5%200%200%201%200-17zM29%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%22M12.041%2020C12.55%2013.84%2017.71%209%2024%209c6.12%200%2011.169%204.58%2011.907%2010.5H30.25a3.25%203.25%200%200%200-.25%206.49v4.282a3%203%200%200%201-.463%201.6L26.302%2037H11.5a8.5%208.5%200%200%201%200-17zM29%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-filled.svg?color=%231a73e8&size=48