cloudways logo
cloudways from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- cloudways
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the cloudways logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.795 5.522a4.94 4.94 0 0 0-2.485.717a.43.43 0 0 1-.236.066q-4.075-.003-8.151-.002a.594.594 0 0 0-.594.45a.57.57 0 0 0 .284.66c.112.056.25.082.377.082c2.25.005 4.499.003 6.749.004c.044 0 .09.003.152.006l-.09.13a5 5 0 0 0-.674 1.302c-.03.09-.075.113-.166.113c-2.545-.003-4.844-.003-7.193-.002a.6.6 0 0 0-.581.456a.584.584 0 0 0 .312.668a.9.9 0 0 0 .35.069q2.886.004 5.771.003h.123a.2.2 0 0 1-.074.085q-.751.55-1.218 1.356c-.046.08-.095.109-.188.109a5042 5042 0 0 0-7.687-.002a.598.598 0 0 0-.566.706c.06.3.3.49.624.49h7.304a5.1 5.1 0 0 0-.074 1.567H7.27c-.233 0-.357.117-.364.349a8 8 0 0 0 0 .474q.011.354.37.355q.403.003.807-.001c.075-.002.112.023.142.092c.186.428.439.816.75 1.165c.082.092.168.18.274.292h-5.01a.6.6 0 0 0-.574.48a.585.585 0 0 0 .35.664a.8.8 0 0 0 .305.051c5.458.004 10.345.01 15.371-.018a4 4 0 0 0 1.121-.172c2.333-.688 3.704-3.159 3.006-5.566c-.434-1.496-1.413-2.504-2.888-3.02c-.067-.024-.095-.054-.108-.124a4 4 0 0 0-.098-.39c-.645-2.184-2.653-3.712-4.929-3.664M.758 14.556a.31.31 0 0 0-.323.315c-.004.158-.002.316-.002.474c.001.274.119.388.396.388h4.163c.203 0 .351-.125.357-.306a9 9 0 0 0 0-.544c-.006-.192-.14-.327-.327-.327z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCloudways(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="M15.795 5.522a4.94 4.94 0 0 0-2.485.717a.43.43 0 0 1-.236.066q-4.075-.003-8.151-.002a.594.594 0 0 0-.594.45a.57.57 0 0 0 .284.66c.112.056.25.082.377.082c2.25.005 4.499.003 6.749.004c.044 0 .09.003.152.006l-.09.13a5 5 0 0 0-.674 1.302c-.03.09-.075.113-.166.113c-2.545-.003-4.844-.003-7.193-.002a.6.6 0 0 0-.581.456a.584.584 0 0 0 .312.668a.9.9 0 0 0 .35.069q2.886.004 5.771.003h.123a.2.2 0 0 1-.074.085q-.751.55-1.218 1.356c-.046.08-.095.109-.188.109a5042 5042 0 0 0-7.687-.002a.598.598 0 0 0-.566.706c.06.3.3.49.624.49h7.304a5.1 5.1 0 0 0-.074 1.567H7.27c-.233 0-.357.117-.364.349a8 8 0 0 0 0 .474q.011.354.37.355q.403.003.807-.001c.075-.002.112.023.142.092c.186.428.439.816.75 1.165c.082.092.168.18.274.292h-5.01a.6.6 0 0 0-.574.48a.585.585 0 0 0 .35.664a.8.8 0 0 0 .305.051c5.458.004 10.345.01 15.371-.018a4 4 0 0 0 1.121-.172c2.333-.688 3.704-3.159 3.006-5.566c-.434-1.496-1.413-2.504-2.888-3.02c-.067-.024-.095-.054-.108-.124a4 4 0 0 0-.098-.39c-.645-2.184-2.653-3.712-4.929-3.664M.758 14.556a.31.31 0 0 0-.323.315c-.004.158-.002.316-.002.474c.001.274.119.388.396.388h4.163c.203 0 .351-.125.357-.306a9 9 0 0 0 0-.544c-.006-.192-.14-.327-.327-.327z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.795 5.522a4.94 4.94 0 0 0-2.485.717a.43.43 0 0 1-.236.066q-4.075-.003-8.151-.002a.594.594 0 0 0-.594.45a.57.57 0 0 0 .284.66c.112.056.25.082.377.082c2.25.005 4.499.003 6.749.004c.044 0 .09.003.152.006l-.09.13a5 5 0 0 0-.674 1.302c-.03.09-.075.113-.166.113c-2.545-.003-4.844-.003-7.193-.002a.6.6 0 0 0-.581.456a.584.584 0 0 0 .312.668a.9.9 0 0 0 .35.069q2.886.004 5.771.003h.123a.2.2 0 0 1-.074.085q-.751.55-1.218 1.356c-.046.08-.095.109-.188.109a5042 5042 0 0 0-7.687-.002a.598.598 0 0 0-.566.706c.06.3.3.49.624.49h7.304a5.1 5.1 0 0 0-.074 1.567H7.27c-.233 0-.357.117-.364.349a8 8 0 0 0 0 .474q.011.354.37.355q.403.003.807-.001c.075-.002.112.023.142.092c.186.428.439.816.75 1.165c.082.092.168.18.274.292h-5.01a.6.6 0 0 0-.574.48a.585.585 0 0 0 .35.664a.8.8 0 0 0 .305.051c5.458.004 10.345.01 15.371-.018a4 4 0 0 0 1.121-.172c2.333-.688 3.704-3.159 3.006-5.566c-.434-1.496-1.413-2.504-2.888-3.02c-.067-.024-.095-.054-.108-.124a4 4 0 0 0-.098-.39c-.645-2.184-2.653-3.712-4.929-3.664M.758 14.556a.31.31 0 0 0-.323.315c-.004.158-.002.316-.002.474c.001.274.119.388.396.388h4.163c.203 0 .351-.125.357-.306a9 9 0 0 0 0-.544c-.006-.192-.14-.327-.327-.327z"/></svg> </template>
CSS
.icon-cloudways {
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%22M15.795%205.522a4.94%204.94%200%200%200-2.485.717a.43.43%200%200%201-.236.066q-4.075-.003-8.151-.002a.594.594%200%200%200-.594.45a.57.57%200%200%200%20.284.66c.112.056.25.082.377.082c2.25.005%204.499.003%206.749.004c.044%200%20.09.003.152.006l-.09.13a5%205%200%200%200-.674%201.302c-.03.09-.075.113-.166.113c-2.545-.003-4.844-.003-7.193-.002a.6.6%200%200%200-.581.456a.584.584%200%200%200%20.312.668a.9.9%200%200%200%20.35.069q2.886.004%205.771.003h.123a.2.2%200%200%201-.074.085q-.751.55-1.218%201.356c-.046.08-.095.109-.188.109a5042%205042%200%200%200-7.687-.002a.598.598%200%200%200-.566.706c.06.3.3.49.624.49h7.304a5.1%205.1%200%200%200-.074%201.567H7.27c-.233%200-.357.117-.364.349a8%208%200%200%200%200%20.474q.011.354.37.355q.403.003.807-.001c.075-.002.112.023.142.092c.186.428.439.816.75%201.165c.082.092.168.18.274.292h-5.01a.6.6%200%200%200-.574.48a.585.585%200%200%200%20.35.664a.8.8%200%200%200%20.305.051c5.458.004%2010.345.01%2015.371-.018a4%204%200%200%200%201.121-.172c2.333-.688%203.704-3.159%203.006-5.566c-.434-1.496-1.413-2.504-2.888-3.02c-.067-.024-.095-.054-.108-.124a4%204%200%200%200-.098-.39c-.645-2.184-2.653-3.712-4.929-3.664M.758%2014.556a.31.31%200%200%200-.323.315c-.004.158-.002.316-.002.474c.001.274.119.388.396.388h4.163c.203%200%20.351-.125.357-.306a9%209%200%200%200%200-.544c-.006-.192-.14-.327-.327-.327z%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%22M15.795%205.522a4.94%204.94%200%200%200-2.485.717a.43.43%200%200%201-.236.066q-4.075-.003-8.151-.002a.594.594%200%200%200-.594.45a.57.57%200%200%200%20.284.66c.112.056.25.082.377.082c2.25.005%204.499.003%206.749.004c.044%200%20.09.003.152.006l-.09.13a5%205%200%200%200-.674%201.302c-.03.09-.075.113-.166.113c-2.545-.003-4.844-.003-7.193-.002a.6.6%200%200%200-.581.456a.584.584%200%200%200%20.312.668a.9.9%200%200%200%20.35.069q2.886.004%205.771.003h.123a.2.2%200%200%201-.074.085q-.751.55-1.218%201.356c-.046.08-.095.109-.188.109a5042%205042%200%200%200-7.687-.002a.598.598%200%200%200-.566.706c.06.3.3.49.624.49h7.304a5.1%205.1%200%200%200-.074%201.567H7.27c-.233%200-.357.117-.364.349a8%208%200%200%200%200%20.474q.011.354.37.355q.403.003.807-.001c.075-.002.112.023.142.092c.186.428.439.816.75%201.165c.082.092.168.18.274.292h-5.01a.6.6%200%200%200-.574.48a.585.585%200%200%200%20.35.664a.8.8%200%200%200%20.305.051c5.458.004%2010.345.01%2015.371-.018a4%204%200%200%200%201.121-.172c2.333-.688%203.704-3.159%203.006-5.566c-.434-1.496-1.413-2.504-2.888-3.02c-.067-.024-.095-.054-.108-.124a4%204%200%200%200-.098-.39c-.645-2.184-2.653-3.712-4.929-3.664M.758%2014.556a.31.31%200%200%200-.323.315c-.004.158-.002.316-.002.474c.001.274.119.388.396.388h4.163c.203%200%20.351-.125.357-.306a9%209%200%200%200%200-.544c-.006-.192-.14-.327-.327-.327z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cloudways.svg?color=%231a73e8&size=48