cloud-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
cloud-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
cloud, cloud-outline

2 other variants in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3m36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9l13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9c15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5l37.8 10c54.3 14.5 92.1 63.8 92.1 120c0 33.1-12.9 64.3-36.3 87.7"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCloudOutlined(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="M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3m36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9l13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9c15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5l37.8 10c54.3 14.5 92.1 63.8 92.1 120c0 33.1-12.9 64.3-36.3 87.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3m36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9l13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9c15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5l37.8 10c54.3 14.5 92.1 63.8 92.1 120c0 33.1-12.9 64.3-36.3 87.7"/></svg>
</template>

CSS

.icon-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%22M811.4%20418.7C765.6%20297.9%20648.9%20212%20512.2%20212S258.8%20297.8%20213%20418.6C127.3%20441.1%2064%20519.1%2064%20612c0%20110.5%2089.5%20200%20199.9%20200h496.2C870.5%20812%20960%20722.5%20960%20612c0-92.7-63.1-170.7-148.6-193.3m36.3%20281a123.07%20123.07%200%200%201-87.6%2036.3H263.9c-33.1%200-64.2-12.9-87.6-36.3A123.3%20123.3%200%200%201%20140%20612c0-28%209.1-54.3%2026.2-76.3a125.7%20125.7%200%200%201%2066.1-43.7l37.9-9.9l13.9-36.6c8.6-22.8%2020.6-44.1%2035.7-63.4a245.6%20245.6%200%200%201%2052.4-49.9c41.1-28.9%2089.5-44.2%20140-44.2s98.9%2015.3%20140%2044.2c19.9%2014%2037.5%2030.8%2052.4%2049.9c15.1%2019.3%2027.1%2040.7%2035.7%2063.4l13.8%2036.5l37.8%2010c54.3%2014.5%2092.1%2063.8%2092.1%20120c0%2033.1-12.9%2064.3-36.3%2087.7%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%22M811.4%20418.7C765.6%20297.9%20648.9%20212%20512.2%20212S258.8%20297.8%20213%20418.6C127.3%20441.1%2064%20519.1%2064%20612c0%20110.5%2089.5%20200%20199.9%20200h496.2C870.5%20812%20960%20722.5%20960%20612c0-92.7-63.1-170.7-148.6-193.3m36.3%20281a123.07%20123.07%200%200%201-87.6%2036.3H263.9c-33.1%200-64.2-12.9-87.6-36.3A123.3%20123.3%200%200%201%20140%20612c0-28%209.1-54.3%2026.2-76.3a125.7%20125.7%200%200%201%2066.1-43.7l37.9-9.9l13.9-36.6c8.6-22.8%2020.6-44.1%2035.7-63.4a245.6%20245.6%200%200%201%2052.4-49.9c41.1-28.9%2089.5-44.2%20140-44.2s98.9%2015.3%20140%2044.2c19.9%2014%2037.5%2030.8%2052.4%2049.9c15.1%2019.3%2027.1%2040.7%2035.7%2063.4l13.8%2036.5l37.8%2010c54.3%2014.5%2092.1%2063.8%2092.1%20120c0%2033.1-12.9%2064.3-36.3%2087.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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