cloud download alt icon
cloud-download-alt from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.
- Name
- cloud-download-alt
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Arrows
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More arrows icons from Font Awesome Solid
angle-double-downangle-double-leftangle-double-rightangle-double-upangle-downangle-leftangle-rightangle-uparrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-uparrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-leftarrow-rightarrow-uparrows-altarrows-alt-harrows-alt-vcaret-down
Use the cloud download alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M176 544c-79.5 0-144-64.5-144-144c0-63.4 41-117.2 97.9-136.5c-1.3-7.7-1.9-15.5-1.9-23.5c0-79.5 64.5-144 144-144c55.4 0 103.5 31.3 127.6 77.1c14.2-8.3 30.8-13.1 48.4-13.1c53 0 96 43 96 96c0 15.7-3.8 30.6-10.5 43.7C577.5 320 608 364.4 608 416c0 70.7-57.3 128-128 128zm233-167c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V272c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCloudDownloadAlt(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="M176 544c-79.5 0-144-64.5-144-144c0-63.4 41-117.2 97.9-136.5c-1.3-7.7-1.9-15.5-1.9-23.5c0-79.5 64.5-144 144-144c55.4 0 103.5 31.3 127.6 77.1c14.2-8.3 30.8-13.1 48.4-13.1c53 0 96 43 96 96c0 15.7-3.8 30.6-10.5 43.7C577.5 320 608 364.4 608 416c0 70.7-57.3 128-128 128zm233-167c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V272c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M176 544c-79.5 0-144-64.5-144-144c0-63.4 41-117.2 97.9-136.5c-1.3-7.7-1.9-15.5-1.9-23.5c0-79.5 64.5-144 144-144c55.4 0 103.5 31.3 127.6 77.1c14.2-8.3 30.8-13.1 48.4-13.1c53 0 96 43 96 96c0 15.7-3.8 30.6-10.5 43.7C577.5 320 608 364.4 608 416c0 70.7-57.3 128-128 128zm233-167c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V272c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72z"/></svg> </template>
CSS
.icon-cloud-download-alt {
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%22M176%20544c-79.5%200-144-64.5-144-144c0-63.4%2041-117.2%2097.9-136.5c-1.3-7.7-1.9-15.5-1.9-23.5c0-79.5%2064.5-144%20144-144c55.4%200%20103.5%2031.3%20127.6%2077.1c14.2-8.3%2030.8-13.1%2048.4-13.1c53%200%2096%2043%2096%2096c0%2015.7-3.8%2030.6-10.5%2043.7C577.5%20320%20608%20364.4%20608%20416c0%2070.7-57.3%20128-128%20128zm233-167c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-31%2031V272c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l72%2072c9.4%209.4%2024.6%209.4%2033.9%200l72-72z%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%22M176%20544c-79.5%200-144-64.5-144-144c0-63.4%2041-117.2%2097.9-136.5c-1.3-7.7-1.9-15.5-1.9-23.5c0-79.5%2064.5-144%20144-144c55.4%200%20103.5%2031.3%20127.6%2077.1c14.2-8.3%2030.8-13.1%2048.4-13.1c53%200%2096%2043%2096%2096c0%2015.7-3.8%2030.6-10.5%2043.7C577.5%20320%20608%20364.4%20608%20416c0%2070.7-57.3%20128-128%20128zm233-167c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-31%2031V272c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l72%2072c9.4%209.4%2024.6%209.4%2033.9%200l72-72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/cloud-download-alt.svg?color=%231a73e8&size=48