cloud check icon
cloud-check-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cloud-check-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 check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 44a84.11 84.11 0 0 0-76.41 49.12A60.7 60.7 0 0 0 72 92a60 60 0 0 0 0 120h88a84 84 0 0 0 0-168m0 160H72a52 52 0 1 1 8.55-103.3A83.7 83.7 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 1 1 76 76m34.83-94.83a4 4 0 0 1 0 5.66l-48 48a4 4 0 0 1-5.66 0l-24-24a4 4 0 0 1 5.66-5.66L144 154.34l45.17-45.17a4 4 0 0 1 5.66 0"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudCheckThin(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="M160 44a84.11 84.11 0 0 0-76.41 49.12A60.7 60.7 0 0 0 72 92a60 60 0 0 0 0 120h88a84 84 0 0 0 0-168m0 160H72a52 52 0 1 1 8.55-103.3A83.7 83.7 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 1 1 76 76m34.83-94.83a4 4 0 0 1 0 5.66l-48 48a4 4 0 0 1-5.66 0l-24-24a4 4 0 0 1 5.66-5.66L144 154.34l45.17-45.17a4 4 0 0 1 5.66 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 44a84.11 84.11 0 0 0-76.41 49.12A60.7 60.7 0 0 0 72 92a60 60 0 0 0 0 120h88a84 84 0 0 0 0-168m0 160H72a52 52 0 1 1 8.55-103.3A83.7 83.7 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 1 1 76 76m34.83-94.83a4 4 0 0 1 0 5.66l-48 48a4 4 0 0 1-5.66 0l-24-24a4 4 0 0 1 5.66-5.66L144 154.34l45.17-45.17a4 4 0 0 1 5.66 0"/></svg> </template>
CSS
.icon-cloud-check-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%22M160%2044a84.11%2084.11%200%200%200-76.41%2049.12A60.7%2060.7%200%200%200%2072%2092a60%2060%200%200%200%200%20120h88a84%2084%200%200%200%200-168m0%20160H72a52%2052%200%201%201%208.55-103.3A83.7%2083.7%200%200%200%2076%20128a4%204%200%200%200%208%200a76%2076%200%201%201%2076%2076m34.83-94.83a4%204%200%200%201%200%205.66l-48%2048a4%204%200%200%201-5.66%200l-24-24a4%204%200%200%201%205.66-5.66L144%20154.34l45.17-45.17a4%204%200%200%201%205.66%200%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%22M160%2044a84.11%2084.11%200%200%200-76.41%2049.12A60.7%2060.7%200%200%200%2072%2092a60%2060%200%200%200%200%20120h88a84%2084%200%200%200%200-168m0%20160H72a52%2052%200%201%201%208.55-103.3A83.7%2083.7%200%200%200%2076%20128a4%204%200%200%200%208%200a76%2076%200%201%201%2076%2076m34.83-94.83a4%204%200%200%201%200%205.66l-48%2048a4%204%200%200%201-5.66%200l-24-24a4%204%200%200%201%205.66-5.66L144%20154.34l45.17-45.17a4%204%200%200%201%205.66%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-check-thin.svg?color=%231a73e8&size=48