cloud small icon
cloud-small from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- cloud-small
- Set
- Codicons
- Style
- Regular
- Viewbox
- 10×10
- License
- CC BY 4.0
Related icons in Codicons
Use the cloud small icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 10"><path fill="currentColor" d="M7.75 8h-5.5C1.01 8 0 6.99 0 5.75c0-1.17.897-2.134 2.04-2.24A3.005 3.005 0 0 1 5 1a3.005 3.005 0 0 1 2.96 2.51A2.25 2.25 0 0 1 10 5.75C10 6.99 8.99 8 7.75 8m-5.5-3.5C1.561 4.5 1 5.061 1 5.75S1.561 7 2.25 7h5.5C8.439 7 9 6.439 9 5.75S8.439 4.5 7.75 4.5H7.5A.5.5 0 0 1 7 4c0-1.103-.897-2-2-2s-2 .897-2 2a.5.5 0 0 1-.5.5z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconCloudSmall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 10"><path fill="currentColor" d="M7.75 8h-5.5C1.01 8 0 6.99 0 5.75c0-1.17.897-2.134 2.04-2.24A3.005 3.005 0 0 1 5 1a3.005 3.005 0 0 1 2.96 2.51A2.25 2.25 0 0 1 10 5.75C10 6.99 8.99 8 7.75 8m-5.5-3.5C1.561 4.5 1 5.061 1 5.75S1.561 7 2.25 7h5.5C8.439 7 9 6.439 9 5.75S8.439 4.5 7.75 4.5H7.5A.5.5 0 0 1 7 4c0-1.103-.897-2-2-2s-2 .897-2 2a.5.5 0 0 1-.5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 10"><path fill="currentColor" d="M7.75 8h-5.5C1.01 8 0 6.99 0 5.75c0-1.17.897-2.134 2.04-2.24A3.005 3.005 0 0 1 5 1a3.005 3.005 0 0 1 2.96 2.51A2.25 2.25 0 0 1 10 5.75C10 6.99 8.99 8 7.75 8m-5.5-3.5C1.561 4.5 1 5.061 1 5.75S1.561 7 2.25 7h5.5C8.439 7 9 6.439 9 5.75S8.439 4.5 7.75 4.5H7.5A.5.5 0 0 1 7 4c0-1.103-.897-2-2-2s-2 .897-2 2a.5.5 0 0 1-.5.5z"/></svg> </template>
CSS
.icon-cloud-small {
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%2010%2010%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%208h-5.5C1.01%208%200%206.99%200%205.75c0-1.17.897-2.134%202.04-2.24A3.005%203.005%200%200%201%205%201a3.005%203.005%200%200%201%202.96%202.51A2.25%202.25%200%200%201%2010%205.75C10%206.99%208.99%208%207.75%208m-5.5-3.5C1.561%204.5%201%205.061%201%205.75S1.561%207%202.25%207h5.5C8.439%207%209%206.439%209%205.75S8.439%204.5%207.75%204.5H7.5A.5.5%200%200%201%207%204c0-1.103-.897-2-2-2s-2%20.897-2%202a.5.5%200%200%201-.5.5z%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%2010%2010%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%208h-5.5C1.01%208%200%206.99%200%205.75c0-1.17.897-2.134%202.04-2.24A3.005%203.005%200%200%201%205%201a3.005%203.005%200%200%201%202.96%202.51A2.25%202.25%200%200%201%2010%205.75C10%206.99%208.99%208%207.75%208m-5.5-3.5C1.561%204.5%201%205.061%201%205.75S1.561%207%202.25%207h5.5C8.439%207%209%206.439%209%205.75S8.439%204.5%207.75%204.5H7.5A.5.5%200%200%201%207%204c0-1.103-.897-2-2-2s-2%20.897-2%202a.5.5%200%200%201-.5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/cloud-small.svg?color=%231a73e8&size=48