cloud slash icon
cloud-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cloud-slash-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 slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38l41.16 45.24q-1.38 2.55-2.59 5.19A60 60 0 1 0 72 212h88a83.2 83.2 0 0 0 32.88-6.69L205 218.69a4 4 0 1 0 5.92-5.38ZM160 204H72a52 52 0 0 1 0-104a53 53 0 0 1 8.54.72A84.2 84.2 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 0 1 7.9-33.76L187.13 199a75.4 75.4 0 0 1-27.13 5m84-76a83.86 83.86 0 0 1-21.34 55.94a4 4 0 1 1-6-5.33A76 76 0 0 0 115 66.75a4 4 0 0 1-4.74-6.45A84 84 0 0 1 244 128"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudSlashThin(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="M51 37.31a4 4 0 0 0-6 5.38l41.16 45.24q-1.38 2.55-2.59 5.19A60 60 0 1 0 72 212h88a83.2 83.2 0 0 0 32.88-6.69L205 218.69a4 4 0 1 0 5.92-5.38ZM160 204H72a52 52 0 0 1 0-104a53 53 0 0 1 8.54.72A84.2 84.2 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 0 1 7.9-33.76L187.13 199a75.4 75.4 0 0 1-27.13 5m84-76a83.86 83.86 0 0 1-21.34 55.94a4 4 0 1 1-6-5.33A76 76 0 0 0 115 66.75a4 4 0 0 1-4.74-6.45A84 84 0 0 1 244 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="M51 37.31a4 4 0 0 0-6 5.38l41.16 45.24q-1.38 2.55-2.59 5.19A60 60 0 1 0 72 212h88a83.2 83.2 0 0 0 32.88-6.69L205 218.69a4 4 0 1 0 5.92-5.38ZM160 204H72a52 52 0 0 1 0-104a53 53 0 0 1 8.54.72A84.2 84.2 0 0 0 76 128a4 4 0 0 0 8 0a76 76 0 0 1 7.9-33.76L187.13 199a75.4 75.4 0 0 1-27.13 5m84-76a83.86 83.86 0 0 1-21.34 55.94a4 4 0 1 1-6-5.33A76 76 0 0 0 115 66.75a4 4 0 0 1-4.74-6.45A84 84 0 0 1 244 128"/></svg> </template>
CSS
.icon-cloud-slash-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%22M51%2037.31a4%204%200%200%200-6%205.38l41.16%2045.24q-1.38%202.55-2.59%205.19A60%2060%200%201%200%2072%20212h88a83.2%2083.2%200%200%200%2032.88-6.69L205%20218.69a4%204%200%201%200%205.92-5.38ZM160%20204H72a52%2052%200%200%201%200-104a53%2053%200%200%201%208.54.72A84.2%2084.2%200%200%200%2076%20128a4%204%200%200%200%208%200a76%2076%200%200%201%207.9-33.76L187.13%20199a75.4%2075.4%200%200%201-27.13%205m84-76a83.86%2083.86%200%200%201-21.34%2055.94a4%204%200%201%201-6-5.33A76%2076%200%200%200%20115%2066.75a4%204%200%200%201-4.74-6.45A84%2084%200%200%201%20244%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%22M51%2037.31a4%204%200%200%200-6%205.38l41.16%2045.24q-1.38%202.55-2.59%205.19A60%2060%200%201%200%2072%20212h88a83.2%2083.2%200%200%200%2032.88-6.69L205%20218.69a4%204%200%201%200%205.92-5.38ZM160%20204H72a52%2052%200%200%201%200-104a53%2053%200%200%201%208.54.72A84.2%2084.2%200%200%200%2076%20128a4%204%200%200%200%208%200a76%2076%200%200%201%207.9-33.76L187.13%20199a75.4%2075.4%200%200%201-27.13%205m84-76a83.86%2083.86%200%200%201-21.34%2055.94a4%204%200%201%201-6-5.33A76%2076%200%200%200%20115%2066.75a4%204%200%200%201-4.74-6.45A84%2084%200%200%201%20244%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-thin.svg?color=%231a73e8&size=48