cloud arrow up icon
cloud-arrow-up-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cloud-arrow-up-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 up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.24 164.24a6 6 0 0 1-8.48 0L158 142.49V208a6 6 0 0 1-12 0v-65.51l-21.76 21.75a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0l32 32a6 6 0 0 1 0 8.48M160 42a86.1 86.1 0 0 0-77.57 48.88A62 62 0 1 0 72 214h40a6 6 0 0 0 0-12H72a50 50 0 0 1 0-100a51 51 0 0 1 5.91.36A85.5 85.5 0 0 0 74 128a6 6 0 0 0 12 0a74 74 0 1 1 103.6 67.85a6 6 0 0 0 4.8 11A86 86 0 0 0 160 42"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudArrowUpLight(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="M188.24 164.24a6 6 0 0 1-8.48 0L158 142.49V208a6 6 0 0 1-12 0v-65.51l-21.76 21.75a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0l32 32a6 6 0 0 1 0 8.48M160 42a86.1 86.1 0 0 0-77.57 48.88A62 62 0 1 0 72 214h40a6 6 0 0 0 0-12H72a50 50 0 0 1 0-100a51 51 0 0 1 5.91.36A85.5 85.5 0 0 0 74 128a6 6 0 0 0 12 0a74 74 0 1 1 103.6 67.85a6 6 0 0 0 4.8 11A86 86 0 0 0 160 42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.24 164.24a6 6 0 0 1-8.48 0L158 142.49V208a6 6 0 0 1-12 0v-65.51l-21.76 21.75a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0l32 32a6 6 0 0 1 0 8.48M160 42a86.1 86.1 0 0 0-77.57 48.88A62 62 0 1 0 72 214h40a6 6 0 0 0 0-12H72a50 50 0 0 1 0-100a51 51 0 0 1 5.91.36A85.5 85.5 0 0 0 74 128a6 6 0 0 0 12 0a74 74 0 1 1 103.6 67.85a6 6 0 0 0 4.8 11A86 86 0 0 0 160 42"/></svg> </template>
CSS
.icon-cloud-arrow-up-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%22M188.24%20164.24a6%206%200%200%201-8.48%200L158%20142.49V208a6%206%200%200%201-12%200v-65.51l-21.76%2021.75a6%206%200%200%201-8.48-8.48l32-32a6%206%200%200%201%208.48%200l32%2032a6%206%200%200%201%200%208.48M160%2042a86.1%2086.1%200%200%200-77.57%2048.88A62%2062%200%201%200%2072%20214h40a6%206%200%200%200%200-12H72a50%2050%200%200%201%200-100a51%2051%200%200%201%205.91.36A85.5%2085.5%200%200%200%2074%20128a6%206%200%200%200%2012%200a74%2074%200%201%201%20103.6%2067.85a6%206%200%200%200%204.8%2011A86%2086%200%200%200%20160%2042%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%22M188.24%20164.24a6%206%200%200%201-8.48%200L158%20142.49V208a6%206%200%200%201-12%200v-65.51l-21.76%2021.75a6%206%200%200%201-8.48-8.48l32-32a6%206%200%200%201%208.48%200l32%2032a6%206%200%200%201%200%208.48M160%2042a86.1%2086.1%200%200%200-77.57%2048.88A62%2062%200%201%200%2072%20214h40a6%206%200%200%200%200-12H72a50%2050%200%200%201%200-100a51%2051%200%200%201%205.91.36A85.5%2085.5%200%200%200%2074%20128a6%206%200%200%200%2012%200a74%2074%200%201%201%20103.6%2067.85a6%206%200%200%200%204.8%2011A86%2086%200%200%200%20160%2042%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-arrow-up-light.svg?color=%231a73e8&size=48