Cloud Beaker icon

Used in all stored data scenarios. The Cloud Beaker icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Cloud Beaker icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { CloudBeaker24Regular, CloudBeaker24Filled } from "@fluentui/react-icons";

export function Example() {
  return <CloudBeaker24Regular aria-label="Cloud Beaker" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_cloud_beaker_24_regular.svg" width="24" height="24" alt="Cloud Beaker">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.5C9.58676 5.5 7.61684 7.39994 7.50502 9.78512C7.48627 10.1852 7.15641 10.5 6.75585 10.5H6.5C4.84315 10.5 3.5 11.8431 3.5 13.5C3.5 15.1569 4.84315 16.5 6.5 16.5H14.9066L14.0506 18H6.5C4.01472 18 2 15.9853 2 13.5C2 11.1564 3.79155 9.23125 6.07981 9.01936C6.54808 6.17188 9.02022 4 12 4C14.2209 4 16.1598 5.20651 17.1972 7C17.7077 7.88252 18 8.90714 18 10H16.5369C16.513 9.9324 16.4985 9.86027 16.495 9.78512C16.3832 7.39994 14.4132 5.5 12 5.5ZM16.5 12.5H15.75C15.3358 12.5 15 12.1642 15 11.75C15 11.3358 15.3358 11 15.75 11H21.25C21.6642 11 22 11.3358 22 11.75C22 12.1642 21.6642 12.5 21.25 12.5H20.5V15.1972C20.5 15.5449 20.5906 15.8866 20.763 16.1886L21.2261 17H15.7727L16.237 16.1863C16.4094 15.8844 16.5 15.5427 16.5 15.195V12.5ZM14.1994 19.7566L15.2019 18H21.7968L22.7993 19.7566C23.37 20.7565 22.6479 22.0001 21.4965 22.0001H15.5022C14.3508 22.0001 13.6287 20.7565 14.1994 19.7566Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/cloud_beaker_24_regular.svg";

Details

NameCloud Beaker
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_cloud_beaker_24_regular.svg
Filled fileic_fluent_cloud_beaker_24_filled.svg
React componentsCloudBeaker24Regular, CloudBeaker24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

storageuploaddownloadsavesync

Related icons