cloud wifi icon
cloud-wifi from Unicons by Iconscout · Line · Cloud And Web · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-wifi
- Set
- Unicons
- Style
- Line
- Category
- Cloud And Web
- Viewbox
- 24×24
- License
- Apache 2.0
More cloud and web icons from Unicons
Use the cloud wifi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 5.94a7.1 7.1 0 0 1 7 0a1 1 0 0 0 1.37-.37a1 1 0 0 0-.37-1.36a9.14 9.14 0 0 0-9 0a1 1 0 0 0-.37 1.36a1 1 0 0 0 1.37.37m9.92 5.27a6 6 0 0 0-.36-.71a1 1 0 0 0-1.38-.33a1 1 0 0 0-.33 1.37a4.6 4.6 0 0 1 .38.84a1 1 0 0 0 .78.67A3 3 0 0 1 20 16a3 3 0 0 1-3 3H5.66A2 2 0 0 1 4 17.4A2 2 0 0 1 6 15a1 1 0 0 0 1-1a4.9 4.9 0 0 1 .67-2.49a1 1 0 0 0-.37-1.37a1 1 0 0 0-1.36.37a6.75 6.75 0 0 0-.88 2.6a4 4 0 0 0-2.13 1.33A4 4 0 0 0 5.46 21H17a5 5 0 0 0 1.42-9.79M14.87 9v-.06a1 1 0 0 0 .13-.2a1 1 0 0 0-.57-1.29a6.4 6.4 0 0 0-1.74-.38h-.3a5.5 5.5 0 0 0-.81 0a3 3 0 0 0-.31 0a6.4 6.4 0 0 0-1.74.38A1 1 0 0 0 9 8.74a1.2 1.2 0 0 0 .12.19a1 1 0 0 0 0 .11a1 1 0 0 0 1.37.36a3.08 3.08 0 0 1 3 0a1 1 0 0 0 1.38-.4M11 12a1 1 0 1 0 1-1a1 1 0 0 0-1 1"/></svg>
React
import type { SVGProps } from "react";
export function UilCloudWifi(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="M8.5 5.94a7.1 7.1 0 0 1 7 0a1 1 0 0 0 1.37-.37a1 1 0 0 0-.37-1.36a9.14 9.14 0 0 0-9 0a1 1 0 0 0-.37 1.36a1 1 0 0 0 1.37.37m9.92 5.27a6 6 0 0 0-.36-.71a1 1 0 0 0-1.38-.33a1 1 0 0 0-.33 1.37a4.6 4.6 0 0 1 .38.84a1 1 0 0 0 .78.67A3 3 0 0 1 20 16a3 3 0 0 1-3 3H5.66A2 2 0 0 1 4 17.4A2 2 0 0 1 6 15a1 1 0 0 0 1-1a4.9 4.9 0 0 1 .67-2.49a1 1 0 0 0-.37-1.37a1 1 0 0 0-1.36.37a6.75 6.75 0 0 0-.88 2.6a4 4 0 0 0-2.13 1.33A4 4 0 0 0 5.46 21H17a5 5 0 0 0 1.42-9.79M14.87 9v-.06a1 1 0 0 0 .13-.2a1 1 0 0 0-.57-1.29a6.4 6.4 0 0 0-1.74-.38h-.3a5.5 5.5 0 0 0-.81 0a3 3 0 0 0-.31 0a6.4 6.4 0 0 0-1.74.38A1 1 0 0 0 9 8.74a1.2 1.2 0 0 0 .12.19a1 1 0 0 0 0 .11a1 1 0 0 0 1.37.36a3.08 3.08 0 0 1 3 0a1 1 0 0 0 1.38-.4M11 12a1 1 0 1 0 1-1a1 1 0 0 0-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 5.94a7.1 7.1 0 0 1 7 0a1 1 0 0 0 1.37-.37a1 1 0 0 0-.37-1.36a9.14 9.14 0 0 0-9 0a1 1 0 0 0-.37 1.36a1 1 0 0 0 1.37.37m9.92 5.27a6 6 0 0 0-.36-.71a1 1 0 0 0-1.38-.33a1 1 0 0 0-.33 1.37a4.6 4.6 0 0 1 .38.84a1 1 0 0 0 .78.67A3 3 0 0 1 20 16a3 3 0 0 1-3 3H5.66A2 2 0 0 1 4 17.4A2 2 0 0 1 6 15a1 1 0 0 0 1-1a4.9 4.9 0 0 1 .67-2.49a1 1 0 0 0-.37-1.37a1 1 0 0 0-1.36.37a6.75 6.75 0 0 0-.88 2.6a4 4 0 0 0-2.13 1.33A4 4 0 0 0 5.46 21H17a5 5 0 0 0 1.42-9.79M14.87 9v-.06a1 1 0 0 0 .13-.2a1 1 0 0 0-.57-1.29a6.4 6.4 0 0 0-1.74-.38h-.3a5.5 5.5 0 0 0-.81 0a3 3 0 0 0-.31 0a6.4 6.4 0 0 0-1.74.38A1 1 0 0 0 9 8.74a1.2 1.2 0 0 0 .12.19a1 1 0 0 0 0 .11a1 1 0 0 0 1.37.36a3.08 3.08 0 0 1 3 0a1 1 0 0 0 1.38-.4M11 12a1 1 0 1 0 1-1a1 1 0 0 0-1 1"/></svg> </template>
CSS
.icon-cloud-wifi {
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%22M8.5%205.94a7.1%207.1%200%200%201%207%200a1%201%200%200%200%201.37-.37a1%201%200%200%200-.37-1.36a9.14%209.14%200%200%200-9%200a1%201%200%200%200-.37%201.36a1%201%200%200%200%201.37.37m9.92%205.27a6%206%200%200%200-.36-.71a1%201%200%200%200-1.38-.33a1%201%200%200%200-.33%201.37a4.6%204.6%200%200%201%20.38.84a1%201%200%200%200%20.78.67A3%203%200%200%201%2020%2016a3%203%200%200%201-3%203H5.66A2%202%200%200%201%204%2017.4A2%202%200%200%201%206%2015a1%201%200%200%200%201-1a4.9%204.9%200%200%201%20.67-2.49a1%201%200%200%200-.37-1.37a1%201%200%200%200-1.36.37a6.75%206.75%200%200%200-.88%202.6a4%204%200%200%200-2.13%201.33A4%204%200%200%200%205.46%2021H17a5%205%200%200%200%201.42-9.79M14.87%209v-.06a1%201%200%200%200%20.13-.2a1%201%200%200%200-.57-1.29a6.4%206.4%200%200%200-1.74-.38h-.3a5.5%205.5%200%200%200-.81%200a3%203%200%200%200-.31%200a6.4%206.4%200%200%200-1.74.38A1%201%200%200%200%209%208.74a1.2%201.2%200%200%200%20.12.19a1%201%200%200%200%200%20.11a1%201%200%200%200%201.37.36a3.08%203.08%200%200%201%203%200a1%201%200%200%200%201.38-.4M11%2012a1%201%200%201%200%201-1a1%201%200%200%200-1%201%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%22M8.5%205.94a7.1%207.1%200%200%201%207%200a1%201%200%200%200%201.37-.37a1%201%200%200%200-.37-1.36a9.14%209.14%200%200%200-9%200a1%201%200%200%200-.37%201.36a1%201%200%200%200%201.37.37m9.92%205.27a6%206%200%200%200-.36-.71a1%201%200%200%200-1.38-.33a1%201%200%200%200-.33%201.37a4.6%204.6%200%200%201%20.38.84a1%201%200%200%200%20.78.67A3%203%200%200%201%2020%2016a3%203%200%200%201-3%203H5.66A2%202%200%200%201%204%2017.4A2%202%200%200%201%206%2015a1%201%200%200%200%201-1a4.9%204.9%200%200%201%20.67-2.49a1%201%200%200%200-.37-1.37a1%201%200%200%200-1.36.37a6.75%206.75%200%200%200-.88%202.6a4%204%200%200%200-2.13%201.33A4%204%200%200%200%205.46%2021H17a5%205%200%200%200%201.42-9.79M14.87%209v-.06a1%201%200%200%200%20.13-.2a1%201%200%200%200-.57-1.29a6.4%206.4%200%200%200-1.74-.38h-.3a5.5%205.5%200%200%200-.81%200a3%203%200%200%200-.31%200a6.4%206.4%200%200%200-1.74.38A1%201%200%200%200%209%208.74a1.2%201.2%200%200%200%20.12.19a1%201%200%200%200%200%20.11a1%201%200%200%200%201.37.36a3.08%203.08%200%200%201%203%200a1%201%200%200%200%201.38-.4M11%2012a1%201%200%201%200%201-1a1%201%200%200%200-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/cloud-wifi.svg?color=%231a73e8&size=48