cloud slash icon

cloud-slash from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
cloud-slash
Set
Phosphor
Style
Regular
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="M53.92 34.62a8 8 0 1 0-11.84 10.76l39.24 43.17l-.06.12A65 65 0 0 0 72 88a64 64 0 0 0 0 128h88a87.3 87.3 0 0 0 31.8-5.93l10.28 11.31a8 8 0 1 0 11.84-10.76ZM160 200H72a48 48 0 0 1 0-96c1.1 0 2.2 0 3.3.12A88.4 88.4 0 0 0 72 128a8 8 0 0 0 16 0a72.3 72.3 0 0 1 5.06-26.54l87 95.7A71.7 71.7 0 0 1 160 200m88-72a87.9 87.9 0 0 1-22.35 58.61A8 8 0 0 1 213.71 176a72 72 0 0 0-96.34-106a8 8 0 0 1-9.48-12.89A88 88 0 0 1 248 128"/></svg>

React

import type { SVGProps } from "react";

export function PhCloudSlash(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="M53.92 34.62a8 8 0 1 0-11.84 10.76l39.24 43.17l-.06.12A65 65 0 0 0 72 88a64 64 0 0 0 0 128h88a87.3 87.3 0 0 0 31.8-5.93l10.28 11.31a8 8 0 1 0 11.84-10.76ZM160 200H72a48 48 0 0 1 0-96c1.1 0 2.2 0 3.3.12A88.4 88.4 0 0 0 72 128a8 8 0 0 0 16 0a72.3 72.3 0 0 1 5.06-26.54l87 95.7A71.7 71.7 0 0 1 160 200m88-72a87.9 87.9 0 0 1-22.35 58.61A8 8 0 0 1 213.71 176a72 72 0 0 0-96.34-106a8 8 0 0 1-9.48-12.89A88 88 0 0 1 248 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="M53.92 34.62a8 8 0 1 0-11.84 10.76l39.24 43.17l-.06.12A65 65 0 0 0 72 88a64 64 0 0 0 0 128h88a87.3 87.3 0 0 0 31.8-5.93l10.28 11.31a8 8 0 1 0 11.84-10.76ZM160 200H72a48 48 0 0 1 0-96c1.1 0 2.2 0 3.3.12A88.4 88.4 0 0 0 72 128a8 8 0 0 0 16 0a72.3 72.3 0 0 1 5.06-26.54l87 95.7A71.7 71.7 0 0 1 160 200m88-72a87.9 87.9 0 0 1-22.35 58.61A8 8 0 0 1 213.71 176a72 72 0 0 0-96.34-106a8 8 0 0 1-9.48-12.89A88 88 0 0 1 248 128"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76l39.24%2043.17l-.06.12A65%2065%200%200%200%2072%2088a64%2064%200%200%200%200%20128h88a87.3%2087.3%200%200%200%2031.8-5.93l10.28%2011.31a8%208%200%201%200%2011.84-10.76ZM160%20200H72a48%2048%200%200%201%200-96c1.1%200%202.2%200%203.3.12A88.4%2088.4%200%200%200%2072%20128a8%208%200%200%200%2016%200a72.3%2072.3%200%200%201%205.06-26.54l87%2095.7A71.7%2071.7%200%200%201%20160%20200m88-72a87.9%2087.9%200%200%201-22.35%2058.61A8%208%200%200%201%20213.71%20176a72%2072%200%200%200-96.34-106a8%208%200%200%201-9.48-12.89A88%2088%200%200%201%20248%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%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76l39.24%2043.17l-.06.12A65%2065%200%200%200%2072%2088a64%2064%200%200%200%200%20128h88a87.3%2087.3%200%200%200%2031.8-5.93l10.28%2011.31a8%208%200%201%200%2011.84-10.76ZM160%20200H72a48%2048%200%200%201%200-96c1.1%200%202.2%200%203.3.12A88.4%2088.4%200%200%200%2072%20128a8%208%200%200%200%2016%200a72.3%2072.3%200%200%201%205.06-26.54l87%2095.7A71.7%2071.7%200%200%201%20160%20200m88-72a87.9%2087.9%200%200%201-22.35%2058.61A8%208%200%200%201%20213.71%20176a72%2072%200%200%200-96.34-106a8%208%200%200%201-9.48-12.89A88%2088%200%200%201%20248%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.svg?color=%231a73e8&size=48