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

Name
cloud-beaker-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M10 14c0-1.3.438-2.818 1.399-3.992C12.334 8.866 13.799 8 16 8c1.3 0 2.818.438 3.992 1.399c.86.704 1.563 1.709 1.858 3.101h2.034c-.328-2.04-1.321-3.581-2.626-4.649C19.682 6.561 17.7 6 16 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.12l1.215-2H9c-2.293 0-3.485-.68-4.122-1.408C4.216 20.836 4 19.855 4 19c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1m10 1a1 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 FluentCloudBeaker32Regular(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="M10 14c0-1.3.438-2.818 1.399-3.992C12.334 8.866 13.799 8 16 8c1.3 0 2.818.438 3.992 1.399c.86.704 1.563 1.709 1.858 3.101h2.034c-.328-2.04-1.321-3.581-2.626-4.649C19.682 6.561 17.7 6 16 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.12l1.215-2H9c-2.293 0-3.485-.68-4.122-1.408C4.216 20.836 4 19.855 4 19c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1m10 1a1 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="M10 14c0-1.3.438-2.818 1.399-3.992C12.334 8.866 13.799 8 16 8c1.3 0 2.818.438 3.992 1.399c.86.704 1.563 1.709 1.858 3.101h2.034c-.328-2.04-1.321-3.581-2.626-4.649C19.682 6.561 17.7 6 16 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.12l1.215-2H9c-2.293 0-3.485-.68-4.122-1.408C4.216 20.836 4 19.855 4 19c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1m10 1a1 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-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2014c0-1.3.438-2.818%201.399-3.992C12.334%208.866%2013.799%208%2016%208c1.3%200%202.818.438%203.992%201.399c.86.704%201.563%201.709%201.858%203.101h2.034c-.328-2.04-1.321-3.581-2.626-4.649C19.682%206.561%2017.7%206%2016%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.12l1.215-2H9c-2.293%200-3.485-.68-4.122-1.408C4.216%2020.836%204%2019.855%204%2019c0-1.472%201.376-4%205-4a1%201%200%200%200%201-1m10%201a1%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%22M10%2014c0-1.3.438-2.818%201.399-3.992C12.334%208.866%2013.799%208%2016%208c1.3%200%202.818.438%203.992%201.399c.86.704%201.563%201.709%201.858%203.101h2.034c-.328-2.04-1.321-3.581-2.626-4.649C19.682%206.561%2017.7%206%2016%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.12l1.215-2H9c-2.293%200-3.485-.68-4.122-1.408C4.216%2020.836%204%2019.855%204%2019c0-1.472%201.376-4%205-4a1%201%200%200%200%201-1m10%201a1%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-regular.svg?color=%231a73e8&size=48