cloud icon
cloud from Font Awesome Regular by Dave Gandy · Regular · Interfaces · CC-BY-4.0 Attribution required.
- Name
- cloud
- Set
- Font Awesome Regular
- Style
- Regular
- Category
- Interfaces
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
cloudAkar Iconscloud-filledAnt Design IconscloudBootstrap IconscloudBoxIcons v2cloudBoxIcons v2 SolidcloudCarboncloudCodiconscloudEmoji One (Colored)cloudFramework7 IconscloudFont Awesome 6 SolidcloudFont Awesome SolidcloudFeather Iconscloud-16-filledFluent UI System Iconscloud-16Fluent UI System Color IconscloudFluent EmojicloudFluent Emoji FlatcloudFluent Emoji High ContrastcloudFirefox OS Emojicloudcss.ggcloudHeroIconscloudHuge IconscloudHumbleiconscloudIconoircloudIonIcons
More interfaces icons from Font Awesome Regular
Use the cloud icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 256c0-88.4 71.6-160 160-160c47.1 0 89.4 20.4 118.7 52.7c10.6-3.1 21.8-4.7 33.3-4.7c66.3 0 120 53.7 120 120c0 13.2-2.1 25.9-6.1 37.8C579.5 322.9 608 366.1 608 416c0 70.7-57.3 128-128 128H176c-79.5 0-144-64.5-144-144c0-56.8 32.9-105.9 80.7-129.4c-.4-4.8-.7-9.7-.7-14.6m160-112c-61.9 0-112 50.1-112 112c0 8.4.9 16.6 2.7 24.5c2.7 12.1-4.3 24.3-16.1 28.1C107.9 321 80 357.3 80 400c0 53 43 96 96 96h304c44.2 0 80-35.8 80-80c0-37.4-25.7-68.9-60.5-77.6c-7.5-1.9-13.6-7.2-16.5-14.3s-2.1-15.2 2-21.7c7-11.1 11-24.2 11-38.3c0-39.8-32.2-72-72-72c-11.1 0-21.5 2.5-30.8 6.9c-10.5 5-23.1 1.7-29.8-7.8c-20.3-28.6-53.7-47.1-91.3-47.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularCloud(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 256c0-88.4 71.6-160 160-160c47.1 0 89.4 20.4 118.7 52.7c10.6-3.1 21.8-4.7 33.3-4.7c66.3 0 120 53.7 120 120c0 13.2-2.1 25.9-6.1 37.8C579.5 322.9 608 366.1 608 416c0 70.7-57.3 128-128 128H176c-79.5 0-144-64.5-144-144c0-56.8 32.9-105.9 80.7-129.4c-.4-4.8-.7-9.7-.7-14.6m160-112c-61.9 0-112 50.1-112 112c0 8.4.9 16.6 2.7 24.5c2.7 12.1-4.3 24.3-16.1 28.1C107.9 321 80 357.3 80 400c0 53 43 96 96 96h304c44.2 0 80-35.8 80-80c0-37.4-25.7-68.9-60.5-77.6c-7.5-1.9-13.6-7.2-16.5-14.3s-2.1-15.2 2-21.7c7-11.1 11-24.2 11-38.3c0-39.8-32.2-72-72-72c-11.1 0-21.5 2.5-30.8 6.9c-10.5 5-23.1 1.7-29.8-7.8c-20.3-28.6-53.7-47.1-91.3-47.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 256c0-88.4 71.6-160 160-160c47.1 0 89.4 20.4 118.7 52.7c10.6-3.1 21.8-4.7 33.3-4.7c66.3 0 120 53.7 120 120c0 13.2-2.1 25.9-6.1 37.8C579.5 322.9 608 366.1 608 416c0 70.7-57.3 128-128 128H176c-79.5 0-144-64.5-144-144c0-56.8 32.9-105.9 80.7-129.4c-.4-4.8-.7-9.7-.7-14.6m160-112c-61.9 0-112 50.1-112 112c0 8.4.9 16.6 2.7 24.5c2.7 12.1-4.3 24.3-16.1 28.1C107.9 321 80 357.3 80 400c0 53 43 96 96 96h304c44.2 0 80-35.8 80-80c0-37.4-25.7-68.9-60.5-77.6c-7.5-1.9-13.6-7.2-16.5-14.3s-2.1-15.2 2-21.7c7-11.1 11-24.2 11-38.3c0-39.8-32.2-72-72-72c-11.1 0-21.5 2.5-30.8 6.9c-10.5 5-23.1 1.7-29.8-7.8c-20.3-28.6-53.7-47.1-91.3-47.1z"/></svg> </template>
CSS
.icon-cloud {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20256c0-88.4%2071.6-160%20160-160c47.1%200%2089.4%2020.4%20118.7%2052.7c10.6-3.1%2021.8-4.7%2033.3-4.7c66.3%200%20120%2053.7%20120%20120c0%2013.2-2.1%2025.9-6.1%2037.8C579.5%20322.9%20608%20366.1%20608%20416c0%2070.7-57.3%20128-128%20128H176c-79.5%200-144-64.5-144-144c0-56.8%2032.9-105.9%2080.7-129.4c-.4-4.8-.7-9.7-.7-14.6m160-112c-61.9%200-112%2050.1-112%20112c0%208.4.9%2016.6%202.7%2024.5c2.7%2012.1-4.3%2024.3-16.1%2028.1C107.9%20321%2080%20357.3%2080%20400c0%2053%2043%2096%2096%2096h304c44.2%200%2080-35.8%2080-80c0-37.4-25.7-68.9-60.5-77.6c-7.5-1.9-13.6-7.2-16.5-14.3s-2.1-15.2%202-21.7c7-11.1%2011-24.2%2011-38.3c0-39.8-32.2-72-72-72c-11.1%200-21.5%202.5-30.8%206.9c-10.5%205-23.1%201.7-29.8-7.8c-20.3-28.6-53.7-47.1-91.3-47.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20256c0-88.4%2071.6-160%20160-160c47.1%200%2089.4%2020.4%20118.7%2052.7c10.6-3.1%2021.8-4.7%2033.3-4.7c66.3%200%20120%2053.7%20120%20120c0%2013.2-2.1%2025.9-6.1%2037.8C579.5%20322.9%20608%20366.1%20608%20416c0%2070.7-57.3%20128-128%20128H176c-79.5%200-144-64.5-144-144c0-56.8%2032.9-105.9%2080.7-129.4c-.4-4.8-.7-9.7-.7-14.6m160-112c-61.9%200-112%2050.1-112%20112c0%208.4.9%2016.6%202.7%2024.5c2.7%2012.1-4.3%2024.3-16.1%2028.1C107.9%20321%2080%20357.3%2080%20400c0%2053%2043%2096%2096%2096h304c44.2%200%2080-35.8%2080-80c0-37.4-25.7-68.9-60.5-77.6c-7.5-1.9-13.6-7.2-16.5-14.3s-2.1-15.2%202-21.7c7-11.1%2011-24.2%2011-38.3c0-39.8-32.2-72-72-72c-11.1%200-21.5%202.5-30.8%206.9c-10.5%205-23.1%201.7-29.8-7.8c-20.3-28.6-53.7-47.1-91.3-47.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/cloud.svg?color=%231a73e8&size=48