cell signal slash icon
cell-signal-slash-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- cell-signal-slash-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the cell signal slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M200 40v160a8 8 0 0 1-8 8H32a8 8 0 0 1-5.66-13.66l160-160A8 8 0 0 1 200 40" opacity=".2"/><path d="m213.92 210.62l-160-176a8 8 0 1 0-11.85 10.76l58.07 63.86l-79.45 79.44A16 16 0 0 0 32 216h160a16.1 16.1 0 0 0 4.56-.68l5.52 6.06a8 8 0 1 0 11.84-10.76M32 200l78.9-78.89L182.64 200Zm96.18-107.49a8 8 0 0 1 0-11.31l52.51-52.5A16 16 0 0 1 208 40v119.63a8 8 0 0 1-16 0V40l-52.5 52.51a8 8 0 0 1-11.32 0"/></g></svg>
React
import type { SVGProps } from "react";
export function PhCellSignalSlashDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M200 40v160a8 8 0 0 1-8 8H32a8 8 0 0 1-5.66-13.66l160-160A8 8 0 0 1 200 40" opacity=".2"/><path d="m213.92 210.62l-160-176a8 8 0 1 0-11.85 10.76l58.07 63.86l-79.45 79.44A16 16 0 0 0 32 216h160a16.1 16.1 0 0 0 4.56-.68l5.52 6.06a8 8 0 1 0 11.84-10.76M32 200l78.9-78.89L182.64 200Zm96.18-107.49a8 8 0 0 1 0-11.31l52.51-52.5A16 16 0 0 1 208 40v119.63a8 8 0 0 1-16 0V40l-52.5 52.51a8 8 0 0 1-11.32 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M200 40v160a8 8 0 0 1-8 8H32a8 8 0 0 1-5.66-13.66l160-160A8 8 0 0 1 200 40" opacity=".2"/><path d="m213.92 210.62l-160-176a8 8 0 1 0-11.85 10.76l58.07 63.86l-79.45 79.44A16 16 0 0 0 32 216h160a16.1 16.1 0 0 0 4.56-.68l5.52 6.06a8 8 0 1 0 11.84-10.76M32 200l78.9-78.89L182.64 200Zm96.18-107.49a8 8 0 0 1 0-11.31l52.51-52.5A16 16 0 0 1 208 40v119.63a8 8 0 0 1-16 0V40l-52.5 52.51a8 8 0 0 1-11.32 0"/></g></svg> </template>
CSS
.icon-cell-signal-slash-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M200%2040v160a8%208%200%200%201-8%208H32a8%208%200%200%201-5.66-13.66l160-160A8%208%200%200%201%20200%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m213.92%20210.62l-160-176a8%208%200%201%200-11.85%2010.76l58.07%2063.86l-79.45%2079.44A16%2016%200%200%200%2032%20216h160a16.1%2016.1%200%200%200%204.56-.68l5.52%206.06a8%208%200%201%200%2011.84-10.76M32%20200l78.9-78.89L182.64%20200Zm96.18-107.49a8%208%200%200%201%200-11.31l52.51-52.5A16%2016%200%200%201%20208%2040v119.63a8%208%200%200%201-16%200V40l-52.5%2052.51a8%208%200%200%201-11.32%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M200%2040v160a8%208%200%200%201-8%208H32a8%208%200%200%201-5.66-13.66l160-160A8%208%200%200%201%20200%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m213.92%20210.62l-160-176a8%208%200%201%200-11.85%2010.76l58.07%2063.86l-79.45%2079.44A16%2016%200%200%200%2032%20216h160a16.1%2016.1%200%200%200%204.56-.68l5.52%206.06a8%208%200%201%200%2011.84-10.76M32%20200l78.9-78.89L182.64%20200Zm96.18-107.49a8%208%200%200%201%200-11.31l52.51-52.5A16%2016%200%200%201%20208%2040v119.63a8%208%200%200%201-16%200V40l-52.5%2052.51a8%208%200%200%201-11.32%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cell-signal-slash-duotone.svg?color=%231a73e8&size=48