cloud check icon
cloud-check from Unicons by Iconscout · Line · Cloud And Web · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-check
- Set
- Unicons
- Style
- Line
- Category
- Cloud And Web
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More cloud and web icons from Unicons
Use the cloud check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.29 14.19L11 17.48l-1.29-1.29a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l2 2a1 1 0 0 0 1.42 0l4-4a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m4.13-5.87a7 7 0 0 0-13.36 1.9a4 4 0 0 0-.38 7.65A1 1 0 1 0 5.32 16A2 2 0 0 1 4 14.1a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.6a1 1 0 0 0 .78.66a3 3 0 0 1 .24 5.84a1 1 0 0 0 .25 2h.25a5 5 0 0 0 .17-9.62Z"/></svg>
React
import type { SVGProps } from "react";
export function UilCloudCheck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.29 14.19L11 17.48l-1.29-1.29a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l2 2a1 1 0 0 0 1.42 0l4-4a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m4.13-5.87a7 7 0 0 0-13.36 1.9a4 4 0 0 0-.38 7.65A1 1 0 1 0 5.32 16A2 2 0 0 1 4 14.1a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.6a1 1 0 0 0 .78.66a3 3 0 0 1 .24 5.84a1 1 0 0 0 .25 2h.25a5 5 0 0 0 .17-9.62Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.29 14.19L11 17.48l-1.29-1.29a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l2 2a1 1 0 0 0 1.42 0l4-4a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m4.13-5.87a7 7 0 0 0-13.36 1.9a4 4 0 0 0-.38 7.65A1 1 0 1 0 5.32 16A2 2 0 0 1 4 14.1a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.6a1 1 0 0 0 .78.66a3 3 0 0 1 .24 5.84a1 1 0 0 0 .25 2h.25a5 5 0 0 0 .17-9.62Z"/></svg> </template>
CSS
.icon-cloud-check {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.29%2014.19L11%2017.48l-1.29-1.29a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41l2%202a1%201%200%200%200%201.42%200l4-4a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200m4.13-5.87a7%207%200%200%200-13.36%201.9a4%204%200%200%200-.38%207.65A1%201%200%201%200%205.32%2016A2%202%200%200%201%204%2014.1a2%202%200%200%201%202-2a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.6a1%201%200%200%200%20.78.66a3%203%200%200%201%20.24%205.84a1%201%200%200%200%20.25%202h.25a5%205%200%200%200%20.17-9.62Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.29%2014.19L11%2017.48l-1.29-1.29a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41l2%202a1%201%200%200%200%201.42%200l4-4a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200m4.13-5.87a7%207%200%200%200-13.36%201.9a4%204%200%200%200-.38%207.65A1%201%200%201%200%205.32%2016A2%202%200%200%201%204%2014.1a2%202%200%200%201%202-2a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.6a1%201%200%200%200%20.78.66a3%203%200%200%201%20.24%205.84a1%201%200%200%200%20.25%202h.25a5%205%200%200%200%20.17-9.62Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/cloud-check.svg?color=%231a73e8&size=48