cloud computing icon

cloud-computing-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
cloud-computing-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the cloud computing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20a2 2 0 0 1-2 2H3a1 1 0 0 1 0-2h4v-2.997l-.343.001a1 1 0 0 1-.117-.007l-.105-.001c-2.94-.11-5.317-2.399-5.43-5.263L1 11.517C1 8.77 3.08 6.507 5.784 6.1l.114-.016l.07-.181c.663-1.62 2.056-2.906 3.829-3.518l.244-.08c2.194-.667 4.614-.224 6.36 1.176c1.385 1.108 2.187 2.686 2.25 4.34l.004.212l.091.003c2.3.107 4.143 1.961 4.25 4.27l.004.211c0 2.478-1.997 4.487-4.465 4.487H17V20h4a1 1 0 0 1 0 2h-4a2 2 0 0 1-2-2v-2.997h-2V21a1 1 0 0 1-2 0v-3.997H9z"/></svg>

React

import type { SVGProps } from "react";

export function TablerCloudComputingFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20a2 2 0 0 1-2 2H3a1 1 0 0 1 0-2h4v-2.997l-.343.001a1 1 0 0 1-.117-.007l-.105-.001c-2.94-.11-5.317-2.399-5.43-5.263L1 11.517C1 8.77 3.08 6.507 5.784 6.1l.114-.016l.07-.181c.663-1.62 2.056-2.906 3.829-3.518l.244-.08c2.194-.667 4.614-.224 6.36 1.176c1.385 1.108 2.187 2.686 2.25 4.34l.004.212l.091.003c2.3.107 4.143 1.961 4.25 4.27l.004.211c0 2.478-1.997 4.487-4.465 4.487H17V20h4a1 1 0 0 1 0 2h-4a2 2 0 0 1-2-2v-2.997h-2V21a1 1 0 0 1-2 0v-3.997H9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20a2 2 0 0 1-2 2H3a1 1 0 0 1 0-2h4v-2.997l-.343.001a1 1 0 0 1-.117-.007l-.105-.001c-2.94-.11-5.317-2.399-5.43-5.263L1 11.517C1 8.77 3.08 6.507 5.784 6.1l.114-.016l.07-.181c.663-1.62 2.056-2.906 3.829-3.518l.244-.08c2.194-.667 4.614-.224 6.36 1.176c1.385 1.108 2.187 2.686 2.25 4.34l.004.212l.091.003c2.3.107 4.143 1.961 4.25 4.27l.004.211c0 2.478-1.997 4.487-4.465 4.487H17V20h4a1 1 0 0 1 0 2h-4a2 2 0 0 1-2-2v-2.997h-2V21a1 1 0 0 1-2 0v-3.997H9z"/></svg>
</template>

CSS

.icon-cloud-computing-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2020a2%202%200%200%201-2%202H3a1%201%200%200%201%200-2h4v-2.997l-.343.001a1%201%200%200%201-.117-.007l-.105-.001c-2.94-.11-5.317-2.399-5.43-5.263L1%2011.517C1%208.77%203.08%206.507%205.784%206.1l.114-.016l.07-.181c.663-1.62%202.056-2.906%203.829-3.518l.244-.08c2.194-.667%204.614-.224%206.36%201.176c1.385%201.108%202.187%202.686%202.25%204.34l.004.212l.091.003c2.3.107%204.143%201.961%204.25%204.27l.004.211c0%202.478-1.997%204.487-4.465%204.487H17V20h4a1%201%200%200%201%200%202h-4a2%202%200%200%201-2-2v-2.997h-2V21a1%201%200%200%201-2%200v-3.997H9z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2020a2%202%200%200%201-2%202H3a1%201%200%200%201%200-2h4v-2.997l-.343.001a1%201%200%200%201-.117-.007l-.105-.001c-2.94-.11-5.317-2.399-5.43-5.263L1%2011.517C1%208.77%203.08%206.507%205.784%206.1l.114-.016l.07-.181c.663-1.62%202.056-2.906%203.829-3.518l.244-.08c2.194-.667%204.614-.224%206.36%201.176c1.385%201.108%202.187%202.686%202.25%204.34l.004.212l.091.003c2.3.107%204.143%201.961%204.25%204.27l.004.211c0%202.478-1.997%204.487-4.465%204.487H17V20h4a1%201%200%200%201%200%202h-4a2%202%200%200%201-2-2v-2.997h-2V21a1%201%200%200%201-2%200v-3.997H9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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