cloud arrow down icon
cloud-arrow-down-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cloud-arrow-down-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the cloud arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 128a83.28 83.28 0 0 1-16.8 50.4a4 4 0 1 1-6.4-4.8A76 76 0 1 0 84 128a4 4 0 0 1-8 0a83.5 83.5 0 0 1 4.57-27.27A52 52 0 1 0 72 204h24a4 4 0 0 1 0 8H72A60 60 0 1 1 83.61 93.13A84 84 0 0 1 244 128m-62.83 45.17L156 198.34V128a4 4 0 0 0-8 0v70.34l-25.17-25.17a4 4 0 0 0-5.66 5.66l32 32a4 4 0 0 0 5.66 0l32-32a4 4 0 0 0-5.66-5.66"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudArrowDownThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 128a83.28 83.28 0 0 1-16.8 50.4a4 4 0 1 1-6.4-4.8A76 76 0 1 0 84 128a4 4 0 0 1-8 0a83.5 83.5 0 0 1 4.57-27.27A52 52 0 1 0 72 204h24a4 4 0 0 1 0 8H72A60 60 0 1 1 83.61 93.13A84 84 0 0 1 244 128m-62.83 45.17L156 198.34V128a4 4 0 0 0-8 0v70.34l-25.17-25.17a4 4 0 0 0-5.66 5.66l32 32a4 4 0 0 0 5.66 0l32-32a4 4 0 0 0-5.66-5.66"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 128a83.28 83.28 0 0 1-16.8 50.4a4 4 0 1 1-6.4-4.8A76 76 0 1 0 84 128a4 4 0 0 1-8 0a83.5 83.5 0 0 1 4.57-27.27A52 52 0 1 0 72 204h24a4 4 0 0 1 0 8H72A60 60 0 1 1 83.61 93.13A84 84 0 0 1 244 128m-62.83 45.17L156 198.34V128a4 4 0 0 0-8 0v70.34l-25.17-25.17a4 4 0 0 0-5.66 5.66l32 32a4 4 0 0 0 5.66 0l32-32a4 4 0 0 0-5.66-5.66"/></svg> </template>
CSS
.icon-cloud-arrow-down-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244%20128a83.28%2083.28%200%200%201-16.8%2050.4a4%204%200%201%201-6.4-4.8A76%2076%200%201%200%2084%20128a4%204%200%200%201-8%200a83.5%2083.5%200%200%201%204.57-27.27A52%2052%200%201%200%2072%20204h24a4%204%200%200%201%200%208H72A60%2060%200%201%201%2083.61%2093.13A84%2084%200%200%201%20244%20128m-62.83%2045.17L156%20198.34V128a4%204%200%200%200-8%200v70.34l-25.17-25.17a4%204%200%200%200-5.66%205.66l32%2032a4%204%200%200%200%205.66%200l32-32a4%204%200%200%200-5.66-5.66%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244%20128a83.28%2083.28%200%200%201-16.8%2050.4a4%204%200%201%201-6.4-4.8A76%2076%200%201%200%2084%20128a4%204%200%200%201-8%200a83.5%2083.5%200%200%201%204.57-27.27A52%2052%200%201%200%2072%20204h24a4%204%200%200%201%200%208H72A60%2060%200%201%201%2083.61%2093.13A84%2084%200%200%201%20244%20128m-62.83%2045.17L156%20198.34V128a4%204%200%200%200-8%200v70.34l-25.17-25.17a4%204%200%200%200-5.66%205.66l32%2032a4%204%200%200%200%205.66%200l32-32a4%204%200%200%200-5.66-5.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-arrow-down-thin.svg?color=%231a73e8&size=48