cloud arrow up icon
cloud-arrow-up-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cloud-arrow-up-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 up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.83 162.83a4 4 0 0 1-5.66 0L156 137.66V208a4 4 0 0 1-8 0v-70.34l-25.17 25.17a4 4 0 0 1-5.66-5.66l32-32a4 4 0 0 1 5.66 0l32 32a4 4 0 0 1 0 5.66M160 44a84.09 84.09 0 0 0-76.39 49.13A60 60 0 1 0 72 212h40a4 4 0 0 0 0-8H72a52 52 0 1 1 8.57-103.27A83.5 83.5 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 1 1 106.4 69.68a4 4 0 0 0 1.6 7.66a3.9 3.9 0 0 0 1.6-.33A84 84 0 0 0 160 44"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudArrowUpThin(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="M186.83 162.83a4 4 0 0 1-5.66 0L156 137.66V208a4 4 0 0 1-8 0v-70.34l-25.17 25.17a4 4 0 0 1-5.66-5.66l32-32a4 4 0 0 1 5.66 0l32 32a4 4 0 0 1 0 5.66M160 44a84.09 84.09 0 0 0-76.39 49.13A60 60 0 1 0 72 212h40a4 4 0 0 0 0-8H72a52 52 0 1 1 8.57-103.27A83.5 83.5 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 1 1 106.4 69.68a4 4 0 0 0 1.6 7.66a3.9 3.9 0 0 0 1.6-.33A84 84 0 0 0 160 44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.83 162.83a4 4 0 0 1-5.66 0L156 137.66V208a4 4 0 0 1-8 0v-70.34l-25.17 25.17a4 4 0 0 1-5.66-5.66l32-32a4 4 0 0 1 5.66 0l32 32a4 4 0 0 1 0 5.66M160 44a84.09 84.09 0 0 0-76.39 49.13A60 60 0 1 0 72 212h40a4 4 0 0 0 0-8H72a52 52 0 1 1 8.57-103.27A83.5 83.5 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 1 1 106.4 69.68a4 4 0 0 0 1.6 7.66a3.9 3.9 0 0 0 1.6-.33A84 84 0 0 0 160 44"/></svg> </template>
CSS
.icon-cloud-arrow-up-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%22M186.83%20162.83a4%204%200%200%201-5.66%200L156%20137.66V208a4%204%200%200%201-8%200v-70.34l-25.17%2025.17a4%204%200%200%201-5.66-5.66l32-32a4%204%200%200%201%205.66%200l32%2032a4%204%200%200%201%200%205.66M160%2044a84.09%2084.09%200%200%200-76.39%2049.13A60%2060%200%201%200%2072%20212h40a4%204%200%200%200%200-8H72a52%2052%200%201%201%208.57-103.27A83.5%2083.5%200%200%200%2076%20128a4%204%200%200%200%208%200a76%2076%200%201%201%20106.4%2069.68a4%204%200%200%200%201.6%207.66a3.9%203.9%200%200%200%201.6-.33A84%2084%200%200%200%20160%2044%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%22M186.83%20162.83a4%204%200%200%201-5.66%200L156%20137.66V208a4%204%200%200%201-8%200v-70.34l-25.17%2025.17a4%204%200%200%201-5.66-5.66l32-32a4%204%200%200%201%205.66%200l32%2032a4%204%200%200%201%200%205.66M160%2044a84.09%2084.09%200%200%200-76.39%2049.13A60%2060%200%201%200%2072%20212h40a4%204%200%200%200%200-8H72a52%2052%200%201%201%208.57-103.27A83.5%2083.5%200%200%200%2076%20128a4%204%200%200%200%208%200a76%2076%200%201%201%20106.4%2069.68a4%204%200%200%200%201.6%207.66a3.9%203.9%200%200%200%201.6-.33A84%2084%200%200%200%20160%2044%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-thin.svg?color=%231a73e8&size=48