ant cloud icon
ant-cloud-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- ant-cloud-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- ant-cloud, ant-cloud-outline
Related icons in Ant Design Icons
Use the ant cloud icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7m421-291.2c-12.6 0-24.8 1.5-36.5 4.2c-21.4-38.4-62.3-64.3-109.3-64.3c-6.9 0-13.6.6-20.2 1.6c-35.4-77.4-113.4-131.1-203.9-131.1c-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8c4.6-21.6 32.8-33.9 63.1-27.5c22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0 1 22.1-12.4h.2q-1.2-4.8-1.2-9.9c0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5s3.5 8 .5 11.3l-20 22l-.2.2a40 40 0 0 1-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1c0-88.5-71.7-160.2-160.1-160.2M338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5M797.5 305a48 48 0 1 0 96 0a48 48 0 1 0-96 0m-65.7 61.3a24 24 0 1 0 48 0a24 24 0 1 0-48 0M303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignAntCloudOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7m421-291.2c-12.6 0-24.8 1.5-36.5 4.2c-21.4-38.4-62.3-64.3-109.3-64.3c-6.9 0-13.6.6-20.2 1.6c-35.4-77.4-113.4-131.1-203.9-131.1c-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8c4.6-21.6 32.8-33.9 63.1-27.5c22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0 1 22.1-12.4h.2q-1.2-4.8-1.2-9.9c0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5s3.5 8 .5 11.3l-20 22l-.2.2a40 40 0 0 1-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1c0-88.5-71.7-160.2-160.1-160.2M338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5M797.5 305a48 48 0 1 0 96 0a48 48 0 1 0-96 0m-65.7 61.3a24 24 0 1 0 48 0a24 24 0 1 0-48 0M303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7m421-291.2c-12.6 0-24.8 1.5-36.5 4.2c-21.4-38.4-62.3-64.3-109.3-64.3c-6.9 0-13.6.6-20.2 1.6c-35.4-77.4-113.4-131.1-203.9-131.1c-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8c4.6-21.6 32.8-33.9 63.1-27.5c22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0 1 22.1-12.4h.2q-1.2-4.8-1.2-9.9c0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5s3.5 8 .5 11.3l-20 22l-.2.2a40 40 0 0 1-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1c0-88.5-71.7-160.2-160.1-160.2M338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5M797.5 305a48 48 0 1 0 96 0a48 48 0 1 0-96 0m-65.7 61.3a24 24 0 1 0 48 0a24 24 0 1 0-48 0M303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4"/></svg> </template>
CSS
.icon-ant-cloud-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M378.9%20738c-3.1%200-6.1-.5-8.8-1.5l4.4%2030.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7m421-291.2c-12.6%200-24.8%201.5-36.5%204.2c-21.4-38.4-62.3-64.3-109.3-64.3c-6.9%200-13.6.6-20.2%201.6c-35.4-77.4-113.4-131.1-203.9-131.1c-112.3%200-205.3%2082.6-221.6%20190.4C127.3%20455.5%2064%20523.8%2064%20607c0%2088.4%2071.6%20160.1%20160%20160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8c4.6-21.6%2032.8-33.9%2063.1-27.5c22.9%204.9%2040.4%2019.1%2045.5%2035.1a26.1%2026.1%200%200%201%2022.1-12.4h.2q-1.2-4.8-1.2-9.9c0-20.1%2014.8-36.7%2034.1-39.6v-25.4c0-4.4%203.6-8%208-8s8%203.6%208%208v26.3c4.6%201.2%208.8%203.2%2012.6%205.8l19.5-21.4c3-3.3%208-3.5%2011.3-.5s3.5%208%20.5%2011.3l-20%2022l-.2.2a40%2040%200%200%201-46.9%2059.2c-.4%205.6-2.6%2010.7-6%2014.8l20%2038.4H804v-.1c86.5-2.2%20156-73%20156-160.1c0-88.5-71.7-160.2-160.1-160.2M338.2%20737.2l-4.3%2030h24.4l-5.9-41.5c-3.5%204.6-8.3%208.5-14.2%2011.5M797.5%20305a48%2048%200%201%200%2096%200a48%2048%200%201%200-96%200m-65.7%2061.3a24%2024%200%201%200%2048%200a24%2024%200%201%200-48%200M303.4%20742.9l-11.6%2024.3h26l3.5-24.7c-5.7.8-11.7%201-17.9.4%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M378.9%20738c-3.1%200-6.1-.5-8.8-1.5l4.4%2030.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7m421-291.2c-12.6%200-24.8%201.5-36.5%204.2c-21.4-38.4-62.3-64.3-109.3-64.3c-6.9%200-13.6.6-20.2%201.6c-35.4-77.4-113.4-131.1-203.9-131.1c-112.3%200-205.3%2082.6-221.6%20190.4C127.3%20455.5%2064%20523.8%2064%20607c0%2088.4%2071.6%20160.1%20160%20160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8c4.6-21.6%2032.8-33.9%2063.1-27.5c22.9%204.9%2040.4%2019.1%2045.5%2035.1a26.1%2026.1%200%200%201%2022.1-12.4h.2q-1.2-4.8-1.2-9.9c0-20.1%2014.8-36.7%2034.1-39.6v-25.4c0-4.4%203.6-8%208-8s8%203.6%208%208v26.3c4.6%201.2%208.8%203.2%2012.6%205.8l19.5-21.4c3-3.3%208-3.5%2011.3-.5s3.5%208%20.5%2011.3l-20%2022l-.2.2a40%2040%200%200%201-46.9%2059.2c-.4%205.6-2.6%2010.7-6%2014.8l20%2038.4H804v-.1c86.5-2.2%20156-73%20156-160.1c0-88.5-71.7-160.2-160.1-160.2M338.2%20737.2l-4.3%2030h24.4l-5.9-41.5c-3.5%204.6-8.3%208.5-14.2%2011.5M797.5%20305a48%2048%200%201%200%2096%200a48%2048%200%201%200-96%200m-65.7%2061.3a24%2024%200%201%200%2048%200a24%2024%200%201%200-48%200M303.4%20742.9l-11.6%2024.3h26l3.5-24.7c-5.7.8-11.7%201-17.9.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/ant-cloud-outlined.svg?color=%231a73e8&size=48