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

Name
cloud-beaker-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M16 6c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 13.47 2 16.644 2 19c0 1.145.284 2.665 1.372 3.909C4.485 24.179 6.292 25 9 25h9.12l2.162-3.56a1.5 1.5 0 0 0 .218-.779v-3.21A2.5 2.5 0 0 1 21 12.5h2.884c-.328-2.04-1.321-3.581-2.626-4.649C19.682 6.561 17.7 6 16 6m4 9a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-1v4.664a3 3 0 0 0 .436 1.557l.473.779h-7.82l.476-.782A3 3 0 0 0 22 20.661V16h-1a1 1 0 0 1-1-1m.18 9.5l-.886 1.459c-.81 1.333.15 3.038 1.71 3.038h7.991c1.56 0 2.519-1.705 1.71-3.038l-.886-1.459z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudBeaker32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 6c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 13.47 2 16.644 2 19c0 1.145.284 2.665 1.372 3.909C4.485 24.179 6.292 25 9 25h9.12l2.162-3.56a1.5 1.5 0 0 0 .218-.779v-3.21A2.5 2.5 0 0 1 21 12.5h2.884c-.328-2.04-1.321-3.581-2.626-4.649C19.682 6.561 17.7 6 16 6m4 9a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-1v4.664a3 3 0 0 0 .436 1.557l.473.779h-7.82l.476-.782A3 3 0 0 0 22 20.661V16h-1a1 1 0 0 1-1-1m.18 9.5l-.886 1.459c-.81 1.333.15 3.038 1.71 3.038h7.991c1.56 0 2.519-1.705 1.71-3.038l-.886-1.459z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 6c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 13.47 2 16.644 2 19c0 1.145.284 2.665 1.372 3.909C4.485 24.179 6.292 25 9 25h9.12l2.162-3.56a1.5 1.5 0 0 0 .218-.779v-3.21A2.5 2.5 0 0 1 21 12.5h2.884c-.328-2.04-1.321-3.581-2.626-4.649C19.682 6.561 17.7 6 16 6m4 9a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-1v4.664a3 3 0 0 0 .436 1.557l.473.779h-7.82l.476-.782A3 3 0 0 0 22 20.661V16h-1a1 1 0 0 1-1-1m.18 9.5l-.886 1.459c-.81 1.333.15 3.038 1.71 3.038h7.991c1.56 0 2.519-1.705 1.71-3.038l-.886-1.459z"/></svg>
</template>

CSS

.icon-cloud-beaker-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206c-2.8%200-4.834%201.134-6.149%202.742c-1.055%201.289-1.622%202.85-1.794%204.305C3.93%2013.47%202%2016.644%202%2019c0%201.145.284%202.665%201.372%203.909C4.485%2024.179%206.292%2025%209%2025h9.12l2.162-3.56a1.5%201.5%200%200%200%20.218-.779v-3.21A2.5%202.5%200%200%201%2021%2012.5h2.884c-.328-2.04-1.321-3.581-2.626-4.649C19.682%206.561%2017.7%206%2016%206m4%209a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202h-1v4.664a3%203%200%200%200%20.436%201.557l.473.779h-7.82l.476-.782A3%203%200%200%200%2022%2020.661V16h-1a1%201%200%200%201-1-1m.18%209.5l-.886%201.459c-.81%201.333.15%203.038%201.71%203.038h7.991c1.56%200%202.519-1.705%201.71-3.038l-.886-1.459z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206c-2.8%200-4.834%201.134-6.149%202.742c-1.055%201.289-1.622%202.85-1.794%204.305C3.93%2013.47%202%2016.644%202%2019c0%201.145.284%202.665%201.372%203.909C4.485%2024.179%206.292%2025%209%2025h9.12l2.162-3.56a1.5%201.5%200%200%200%20.218-.779v-3.21A2.5%202.5%200%200%201%2021%2012.5h2.884c-.328-2.04-1.321-3.581-2.626-4.649C19.682%206.561%2017.7%206%2016%206m4%209a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202h-1v4.664a3%203%200%200%200%20.436%201.557l.473.779h-7.82l.476-.782A3%203%200%200%200%2022%2020.661V16h-1a1%201%200%200%201-1-1m.18%209.5l-.886%201.459c-.81%201.333.15%203.038%201.71%203.038h7.991c1.56%200%202.519-1.705%201.71-3.038l-.886-1.459z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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