cloud arrow down icon
cloud-arrow-down-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cloud-arrow-down-light
- Set
- Phosphor
- Style
- Light
- 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="M246 128a85.27 85.27 0 0 1-17.2 51.6a6 6 0 1 1-9.6-7.2A74 74 0 1 0 86 128a6 6 0 0 1-12 0a85.5 85.5 0 0 1 3.91-25.64A51 51 0 0 0 72 102a50 50 0 0 0 0 100h24a6 6 0 0 1 0 12H72A62 62 0 1 1 82.43 90.88A86 86 0 0 1 246 128m-66.24 43.76L158 193.51V128a6 6 0 0 0-12 0v65.51l-21.76-21.75a6 6 0 0 0-8.48 8.48l32 32a6 6 0 0 0 8.48 0l32-32a6 6 0 0 0-8.48-8.48"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudArrowDownLight(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="M246 128a85.27 85.27 0 0 1-17.2 51.6a6 6 0 1 1-9.6-7.2A74 74 0 1 0 86 128a6 6 0 0 1-12 0a85.5 85.5 0 0 1 3.91-25.64A51 51 0 0 0 72 102a50 50 0 0 0 0 100h24a6 6 0 0 1 0 12H72A62 62 0 1 1 82.43 90.88A86 86 0 0 1 246 128m-66.24 43.76L158 193.51V128a6 6 0 0 0-12 0v65.51l-21.76-21.75a6 6 0 0 0-8.48 8.48l32 32a6 6 0 0 0 8.48 0l32-32a6 6 0 0 0-8.48-8.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 128a85.27 85.27 0 0 1-17.2 51.6a6 6 0 1 1-9.6-7.2A74 74 0 1 0 86 128a6 6 0 0 1-12 0a85.5 85.5 0 0 1 3.91-25.64A51 51 0 0 0 72 102a50 50 0 0 0 0 100h24a6 6 0 0 1 0 12H72A62 62 0 1 1 82.43 90.88A86 86 0 0 1 246 128m-66.24 43.76L158 193.51V128a6 6 0 0 0-12 0v65.51l-21.76-21.75a6 6 0 0 0-8.48 8.48l32 32a6 6 0 0 0 8.48 0l32-32a6 6 0 0 0-8.48-8.48"/></svg> </template>
CSS
.icon-cloud-arrow-down-light {
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%22M246%20128a85.27%2085.27%200%200%201-17.2%2051.6a6%206%200%201%201-9.6-7.2A74%2074%200%201%200%2086%20128a6%206%200%200%201-12%200a85.5%2085.5%200%200%201%203.91-25.64A51%2051%200%200%200%2072%20102a50%2050%200%200%200%200%20100h24a6%206%200%200%201%200%2012H72A62%2062%200%201%201%2082.43%2090.88A86%2086%200%200%201%20246%20128m-66.24%2043.76L158%20193.51V128a6%206%200%200%200-12%200v65.51l-21.76-21.75a6%206%200%200%200-8.48%208.48l32%2032a6%206%200%200%200%208.48%200l32-32a6%206%200%200%200-8.48-8.48%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%22M246%20128a85.27%2085.27%200%200%201-17.2%2051.6a6%206%200%201%201-9.6-7.2A74%2074%200%201%200%2086%20128a6%206%200%200%201-12%200a85.5%2085.5%200%200%201%203.91-25.64A51%2051%200%200%200%2072%20102a50%2050%200%200%200%200%20100h24a6%206%200%200%201%200%2012H72A62%2062%200%201%201%2082.43%2090.88A86%2086%200%200%201%20246%20128m-66.24%2043.76L158%20193.51V128a6%206%200%200%200-12%200v65.51l-21.76-21.75a6%206%200%200%200-8.48%208.48l32%2032a6%206%200%200%200%208.48%200l32-32a6%206%200%200%200-8.48-8.48%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-light.svg?color=%231a73e8&size=48