cloud slash icon
cloud-slash-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- cloud-slash-bold
- Set
- Phosphor
- Style
- Bold
- 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="M56.88 31.93a12 12 0 1 0-17.76 16.14L71.79 84A68 68 0 0 0 72 220h88a91.3 91.3 0 0 0 30.66-5.24l8.46 9.31a12 12 0 0 0 17.76-16.14ZM160 196H72a44 44 0 0 1-1.8-87.95A92 92 0 0 0 68 128a12 12 0 0 0 24 0a68.2 68.2 0 0 1 2.66-18.84l77.88 85.67A68.7 68.7 0 0 1 160 196m92-68a91.32 91.32 0 0 1-17.53 54a12 12 0 1 1-19.41-14.11a68 68 0 0 0-89.57-98.53a12 12 0 0 1-12.2-20.66A92 92 0 0 1 252 128"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudSlashBold(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="M56.88 31.93a12 12 0 1 0-17.76 16.14L71.79 84A68 68 0 0 0 72 220h88a91.3 91.3 0 0 0 30.66-5.24l8.46 9.31a12 12 0 0 0 17.76-16.14ZM160 196H72a44 44 0 0 1-1.8-87.95A92 92 0 0 0 68 128a12 12 0 0 0 24 0a68.2 68.2 0 0 1 2.66-18.84l77.88 85.67A68.7 68.7 0 0 1 160 196m92-68a91.32 91.32 0 0 1-17.53 54a12 12 0 1 1-19.41-14.11a68 68 0 0 0-89.57-98.53a12 12 0 0 1-12.2-20.66A92 92 0 0 1 252 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="M56.88 31.93a12 12 0 1 0-17.76 16.14L71.79 84A68 68 0 0 0 72 220h88a91.3 91.3 0 0 0 30.66-5.24l8.46 9.31a12 12 0 0 0 17.76-16.14ZM160 196H72a44 44 0 0 1-1.8-87.95A92 92 0 0 0 68 128a12 12 0 0 0 24 0a68.2 68.2 0 0 1 2.66-18.84l77.88 85.67A68.7 68.7 0 0 1 160 196m92-68a91.32 91.32 0 0 1-17.53 54a12 12 0 1 1-19.41-14.11a68 68 0 0 0-89.57-98.53a12 12 0 0 1-12.2-20.66A92 92 0 0 1 252 128"/></svg> </template>
CSS
.icon-cloud-slash-bold {
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%22M56.88%2031.93a12%2012%200%201%200-17.76%2016.14L71.79%2084A68%2068%200%200%200%2072%20220h88a91.3%2091.3%200%200%200%2030.66-5.24l8.46%209.31a12%2012%200%200%200%2017.76-16.14ZM160%20196H72a44%2044%200%200%201-1.8-87.95A92%2092%200%200%200%2068%20128a12%2012%200%200%200%2024%200a68.2%2068.2%200%200%201%202.66-18.84l77.88%2085.67A68.7%2068.7%200%200%201%20160%20196m92-68a91.32%2091.32%200%200%201-17.53%2054a12%2012%200%201%201-19.41-14.11a68%2068%200%200%200-89.57-98.53a12%2012%200%200%201-12.2-20.66A92%2092%200%200%201%20252%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%22M56.88%2031.93a12%2012%200%201%200-17.76%2016.14L71.79%2084A68%2068%200%200%200%2072%20220h88a91.3%2091.3%200%200%200%2030.66-5.24l8.46%209.31a12%2012%200%200%200%2017.76-16.14ZM160%20196H72a44%2044%200%200%201-1.8-87.95A92%2092%200%200%200%2068%20128a12%2012%200%200%200%2024%200a68.2%2068.2%200%200%201%202.66-18.84l77.88%2085.67A68.7%2068.7%200%200%201%20160%20196m92-68a91.32%2091.32%200%200%201-17.53%2054a12%2012%200%201%201-19.41-14.11a68%2068%200%200%200-89.57-98.53a12%2012%200%200%201-12.2-20.66A92%2092%200%200%201%20252%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-bold.svg?color=%231a73e8&size=48