cloud slash icon
cloud-slash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cloud-slash-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the cloud slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l40.18 44.2c-.45.87-.9 1.75-1.32 2.64A62 62 0 1 0 72 214h88a85.2 85.2 0 0 0 32.35-6.3l11.21 12.3a6 6 0 0 0 8.88-8.08ZM160 202H72a50 50 0 1 1 5.9-99.64A86.3 86.3 0 0 0 74 128a6 6 0 0 0 12 0a73.9 73.9 0 0 1 6.44-30.2l91.22 100.34A73.7 73.7 0 0 1 160 202m86-74a85.85 85.85 0 0 1-21.85 57.27a6 6 0 0 1-4.47 2a6 6 0 0 1-4.47-10a74 74 0 0 0-99-108.92a6 6 0 1 1-7.11-9.67A86 86 0 0 1 246 128"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudSlashLight(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="M52.44 36a6 6 0 0 0-8.88 8l40.18 44.2c-.45.87-.9 1.75-1.32 2.64A62 62 0 1 0 72 214h88a85.2 85.2 0 0 0 32.35-6.3l11.21 12.3a6 6 0 0 0 8.88-8.08ZM160 202H72a50 50 0 1 1 5.9-99.64A86.3 86.3 0 0 0 74 128a6 6 0 0 0 12 0a73.9 73.9 0 0 1 6.44-30.2l91.22 100.34A73.7 73.7 0 0 1 160 202m86-74a85.85 85.85 0 0 1-21.85 57.27a6 6 0 0 1-4.47 2a6 6 0 0 1-4.47-10a74 74 0 0 0-99-108.92a6 6 0 1 1-7.11-9.67A86 86 0 0 1 246 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l40.18 44.2c-.45.87-.9 1.75-1.32 2.64A62 62 0 1 0 72 214h88a85.2 85.2 0 0 0 32.35-6.3l11.21 12.3a6 6 0 0 0 8.88-8.08ZM160 202H72a50 50 0 1 1 5.9-99.64A86.3 86.3 0 0 0 74 128a6 6 0 0 0 12 0a73.9 73.9 0 0 1 6.44-30.2l91.22 100.34A73.7 73.7 0 0 1 160 202m86-74a85.85 85.85 0 0 1-21.85 57.27a6 6 0 0 1-4.47 2a6 6 0 0 1-4.47-10a74 74 0 0 0-99-108.92a6 6 0 1 1-7.11-9.67A86 86 0 0 1 246 128"/></svg> </template>
CSS
.icon-cloud-slash-light {
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%22M52.44%2036a6%206%200%200%200-8.88%208l40.18%2044.2c-.45.87-.9%201.75-1.32%202.64A62%2062%200%201%200%2072%20214h88a85.2%2085.2%200%200%200%2032.35-6.3l11.21%2012.3a6%206%200%200%200%208.88-8.08ZM160%20202H72a50%2050%200%201%201%205.9-99.64A86.3%2086.3%200%200%200%2074%20128a6%206%200%200%200%2012%200a73.9%2073.9%200%200%201%206.44-30.2l91.22%20100.34A73.7%2073.7%200%200%201%20160%20202m86-74a85.85%2085.85%200%200%201-21.85%2057.27a6%206%200%200%201-4.47%202a6%206%200%200%201-4.47-10a74%2074%200%200%200-99-108.92a6%206%200%201%201-7.11-9.67A86%2086%200%200%201%20246%20128%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%22M52.44%2036a6%206%200%200%200-8.88%208l40.18%2044.2c-.45.87-.9%201.75-1.32%202.64A62%2062%200%201%200%2072%20214h88a85.2%2085.2%200%200%200%2032.35-6.3l11.21%2012.3a6%206%200%200%200%208.88-8.08ZM160%20202H72a50%2050%200%201%201%205.9-99.64A86.3%2086.3%200%200%200%2074%20128a6%206%200%200%200%2012%200a73.9%2073.9%200%200%201%206.44-30.2l91.22%20100.34A73.7%2073.7%200%200%201%20160%20202m86-74a85.85%2085.85%200%200%201-21.85%2057.27a6%206%200%200%201-4.47%202a6%206%200%200%201-4.47-10a74%2074%200%200%200-99-108.92a6%206%200%201%201-7.11-9.67A86%2086%200%200%201%20246%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-slash-light.svg?color=%231a73e8&size=48