cloud compact icon
cloud-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- cloud-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the cloud compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9 10H3c-1.65 0-3-1.35-3-3c0-1.49 1.1-2.74 2.53-2.96C2.76 2.33 4.23 1 6 1s3.24 1.32 3.47 3.04A3.01 3.01 0 0 1 12 7c0 1.65-1.35 3-3 3M6 2a2.5 2.5 0 0 0-2.5 2.5c0 .28-.22.5-.5.5c-1.1 0-2 .9-2 2s.9 2 2 2h6c1.1 0 2-.9 2-2s-.9-2-2-2c-.28 0-.5-.22-.5-.5A2.5 2.5 0 0 0 6 2"/></svg>
React
import type { SVGProps } from "react";
export function CodiconCloudCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9 10H3c-1.65 0-3-1.35-3-3c0-1.49 1.1-2.74 2.53-2.96C2.76 2.33 4.23 1 6 1s3.24 1.32 3.47 3.04A3.01 3.01 0 0 1 12 7c0 1.65-1.35 3-3 3M6 2a2.5 2.5 0 0 0-2.5 2.5c0 .28-.22.5-.5.5c-1.1 0-2 .9-2 2s.9 2 2 2h6c1.1 0 2-.9 2-2s-.9-2-2-2c-.28 0-.5-.22-.5-.5A2.5 2.5 0 0 0 6 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9 10H3c-1.65 0-3-1.35-3-3c0-1.49 1.1-2.74 2.53-2.96C2.76 2.33 4.23 1 6 1s3.24 1.32 3.47 3.04A3.01 3.01 0 0 1 12 7c0 1.65-1.35 3-3 3M6 2a2.5 2.5 0 0 0-2.5 2.5c0 .28-.22.5-.5.5c-1.1 0-2 .9-2 2s.9 2 2 2h6c1.1 0 2-.9 2-2s-.9-2-2-2c-.28 0-.5-.22-.5-.5A2.5 2.5 0 0 0 6 2"/></svg> </template>
CSS
.icon-cloud-compact {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2010H3c-1.65%200-3-1.35-3-3c0-1.49%201.1-2.74%202.53-2.96C2.76%202.33%204.23%201%206%201s3.24%201.32%203.47%203.04A3.01%203.01%200%200%201%2012%207c0%201.65-1.35%203-3%203M6%202a2.5%202.5%200%200%200-2.5%202.5c0%20.28-.22.5-.5.5c-1.1%200-2%20.9-2%202s.9%202%202%202h6c1.1%200%202-.9%202-2s-.9-2-2-2c-.28%200-.5-.22-.5-.5A2.5%202.5%200%200%200%206%202%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2010H3c-1.65%200-3-1.35-3-3c0-1.49%201.1-2.74%202.53-2.96C2.76%202.33%204.23%201%206%201s3.24%201.32%203.47%203.04A3.01%203.01%200%200%201%2012%207c0%201.65-1.35%203-3%203M6%202a2.5%202.5%200%200%200-2.5%202.5c0%20.28-.22.5-.5.5c-1.1%200-2%20.9-2%202s.9%202%202%202h6c1.1%200%202-.9%202-2s-.9-2-2-2c-.28%200-.5-.22-.5-.5A2.5%202.5%200%200%200%206%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/cloud-compact.svg?color=%231a73e8&size=48