cloudscale from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
cloudscale
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the cloudscale logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4c-2-56 41.8-97.4 92.6-97.4c24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1c-11.1 11-11.1 28.9 0 40c11.1 11 28.9 11 40 0c6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6m-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0c-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0s5.6 14.7 0 20.2M224 32C100.5 32 0 132.5 0 256s100.5 224 224 224s224-100.5 224-224S347.5 32 224 32m0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160s-71.8 160-160 160"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsCloudscale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4c-2-56 41.8-97.4 92.6-97.4c24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1c-11.1 11-11.1 28.9 0 40c11.1 11 28.9 11 40 0c6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6m-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0c-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0s5.6 14.7 0 20.2M224 32C100.5 32 0 132.5 0 256s100.5 224 224 224s224-100.5 224-224S347.5 32 224 32m0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160s-71.8 160-160 160"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4c-2-56 41.8-97.4 92.6-97.4c24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1c-11.1 11-11.1 28.9 0 40c11.1 11 28.9 11 40 0c6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6m-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0c-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0s5.6 14.7 0 20.2M224 32C100.5 32 0 132.5 0 256s100.5 224 224 224s224-100.5 224-224S347.5 32 224 32m0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160s-71.8 160-160 160"/></svg>
</template>

CSS

.icon-cloudscale {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m318.1%20154l-9.4%207.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8%20128%2096%20188.8%2096%20260.3c0%206.6.4%2013.1%201.4%2019.4c-2-56%2041.8-97.4%2092.6-97.4c24.2%200%2046.2%209.4%2062.6%2024.7l-25.2%2020.4c-8.3-.9-16.8%201.8-23.1%208.1c-11.1%2011-11.1%2028.9%200%2040c11.1%2011%2028.9%2011%2040%200c6.3-6.3%209-14.9%208.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6m-83.8%20111.5c-5.6%205.5-14.6%205.5-20.2%200c-5.6-5.6-5.6-14.6%200-20.2s14.6-5.6%2020.2%200s5.6%2014.7%200%2020.2M224%2032C100.5%2032%200%20132.5%200%20256s100.5%20224%20224%20224s224-100.5%20224-224S347.5%2032%20224%2032m0%20384c-88.2%200-160-71.8-160-160S135.8%2096%20224%2096s160%2071.8%20160%20160s-71.8%20160-160%20160%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m318.1%20154l-9.4%207.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8%20128%2096%20188.8%2096%20260.3c0%206.6.4%2013.1%201.4%2019.4c-2-56%2041.8-97.4%2092.6-97.4c24.2%200%2046.2%209.4%2062.6%2024.7l-25.2%2020.4c-8.3-.9-16.8%201.8-23.1%208.1c-11.1%2011-11.1%2028.9%200%2040c11.1%2011%2028.9%2011%2040%200c6.3-6.3%209-14.9%208.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6m-83.8%20111.5c-5.6%205.5-14.6%205.5-20.2%200c-5.6-5.6-5.6-14.6%200-20.2s14.6-5.6%2020.2%200s5.6%2014.7%200%2020.2M224%2032C100.5%2032%200%20132.5%200%20256s100.5%20224%20224%20224s224-100.5%20224-224S347.5%2032%20224%2032m0%20384c-88.2%200-160-71.8-160-160S135.8%2096%20224%2096s160%2071.8%20160%20160s-71.8%20160-160%20160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/cloudscale.svg?color=%231a73e8&size=48