cloud slash icon
cloud-slash from Unicons by Iconscout · Line · Cloud And Web · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-slash
- 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 slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.71 16.29l-13-13a1 1 0 0 0-1.42 1.42l3.36 3.35a7 7 0 0 0-.59 2A4 4 0 0 0 6 18h9.59l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM6 16a2 2 0 0 1 0-4a1 1 0 0 0 1-1a5 5 0 0 1 .2-1.39L13.59 16Zm12.42-7.78A7 7 0 0 0 12 4a6.7 6.7 0 0 0-2.32.4a1 1 0 0 0 .66 1.88A4.9 4.9 0 0 1 12 6a5 5 0 0 1 4.73 3.39a1 1 0 0 0 .78.67a3 3 0 0 1 1.85 4.79a1 1 0 0 0 .16 1.4a1 1 0 0 0 .62.22a1 1 0 0 0 .78-.38a5 5 0 0 0-2.5-7.87"/></svg>
React
import type { SVGProps } from "react";
export function UilCloudSlash(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="m16.71 16.29l-13-13a1 1 0 0 0-1.42 1.42l3.36 3.35a7 7 0 0 0-.59 2A4 4 0 0 0 6 18h9.59l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM6 16a2 2 0 0 1 0-4a1 1 0 0 0 1-1a5 5 0 0 1 .2-1.39L13.59 16Zm12.42-7.78A7 7 0 0 0 12 4a6.7 6.7 0 0 0-2.32.4a1 1 0 0 0 .66 1.88A4.9 4.9 0 0 1 12 6a5 5 0 0 1 4.73 3.39a1 1 0 0 0 .78.67a3 3 0 0 1 1.85 4.79a1 1 0 0 0 .16 1.4a1 1 0 0 0 .62.22a1 1 0 0 0 .78-.38a5 5 0 0 0-2.5-7.87"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.71 16.29l-13-13a1 1 0 0 0-1.42 1.42l3.36 3.35a7 7 0 0 0-.59 2A4 4 0 0 0 6 18h9.59l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM6 16a2 2 0 0 1 0-4a1 1 0 0 0 1-1a5 5 0 0 1 .2-1.39L13.59 16Zm12.42-7.78A7 7 0 0 0 12 4a6.7 6.7 0 0 0-2.32.4a1 1 0 0 0 .66 1.88A4.9 4.9 0 0 1 12 6a5 5 0 0 1 4.73 3.39a1 1 0 0 0 .78.67a3 3 0 0 1 1.85 4.79a1 1 0 0 0 .16 1.4a1 1 0 0 0 .62.22a1 1 0 0 0 .78-.38a5 5 0 0 0-2.5-7.87"/></svg> </template>
CSS
.icon-cloud-slash {
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%22m16.71%2016.29l-13-13a1%201%200%200%200-1.42%201.42l3.36%203.35a7%207%200%200%200-.59%202A4%204%200%200%200%206%2018h9.59l2.7%202.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM6%2016a2%202%200%200%201%200-4a1%201%200%200%200%201-1a5%205%200%200%201%20.2-1.39L13.59%2016Zm12.42-7.78A7%207%200%200%200%2012%204a6.7%206.7%200%200%200-2.32.4a1%201%200%200%200%20.66%201.88A4.9%204.9%200%200%201%2012%206a5%205%200%200%201%204.73%203.39a1%201%200%200%200%20.78.67a3%203%200%200%201%201.85%204.79a1%201%200%200%200%20.16%201.4a1%201%200%200%200%20.62.22a1%201%200%200%200%20.78-.38a5%205%200%200%200-2.5-7.87%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%22m16.71%2016.29l-13-13a1%201%200%200%200-1.42%201.42l3.36%203.35a7%207%200%200%200-.59%202A4%204%200%200%200%206%2018h9.59l2.7%202.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM6%2016a2%202%200%200%201%200-4a1%201%200%200%200%201-1a5%205%200%200%201%20.2-1.39L13.59%2016Zm12.42-7.78A7%207%200%200%200%2012%204a6.7%206.7%200%200%200-2.32.4a1%201%200%200%200%20.66%201.88A4.9%204.9%200%200%201%2012%206a5%205%200%200%201%204.73%203.39a1%201%200%200%200%20.78.67a3%203%200%200%201%201.85%204.79a1%201%200%200%200%20.16%201.4a1%201%200%200%200%20.62.22a1%201%200%200%200%20.78-.38a5%205%200%200%200-2.5-7.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/cloud-slash.svg?color=%231a73e8&size=48