cell signal x icon
cell-signal-x-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- cell-signal-x-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the cell signal x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.66 194.34a8 8 0 0 1-11.32 11.32L184 187.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L172.69 176l-18.35-18.34a8 8 0 0 1 11.32-11.32L184 164.69l18.34-18.35a8 8 0 0 1 11.32 11.32L195.31 176Zm-56.25-74.24a32 32 0 0 1 23.92 8.05a4 4 0 0 0 5.34 0a31.88 31.88 0 0 1 17.77-8a4 4 0 0 0 3.56-4V40.46a16.41 16.41 0 0 0-9.18-14.93a16 16 0 0 0-18.14 3.16l-160 160a16 16 0 0 0-3.17 18.13A16.4 16.4 0 0 0 32.46 216h93.6a4 4 0 0 0 3.78-5.3a32 32 0 0 1 6.31-32a4 4 0 0 0 0-5.34a32 32 0 0 1 21.26-53.23Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCellSignalXFill(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="M213.66 194.34a8 8 0 0 1-11.32 11.32L184 187.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L172.69 176l-18.35-18.34a8 8 0 0 1 11.32-11.32L184 164.69l18.34-18.35a8 8 0 0 1 11.32 11.32L195.31 176Zm-56.25-74.24a32 32 0 0 1 23.92 8.05a4 4 0 0 0 5.34 0a31.88 31.88 0 0 1 17.77-8a4 4 0 0 0 3.56-4V40.46a16.41 16.41 0 0 0-9.18-14.93a16 16 0 0 0-18.14 3.16l-160 160a16 16 0 0 0-3.17 18.13A16.4 16.4 0 0 0 32.46 216h93.6a4 4 0 0 0 3.78-5.3a32 32 0 0 1 6.31-32a4 4 0 0 0 0-5.34a32 32 0 0 1 21.26-53.23Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.66 194.34a8 8 0 0 1-11.32 11.32L184 187.31l-18.34 18.35a8 8 0 0 1-11.32-11.32L172.69 176l-18.35-18.34a8 8 0 0 1 11.32-11.32L184 164.69l18.34-18.35a8 8 0 0 1 11.32 11.32L195.31 176Zm-56.25-74.24a32 32 0 0 1 23.92 8.05a4 4 0 0 0 5.34 0a31.88 31.88 0 0 1 17.77-8a4 4 0 0 0 3.56-4V40.46a16.41 16.41 0 0 0-9.18-14.93a16 16 0 0 0-18.14 3.16l-160 160a16 16 0 0 0-3.17 18.13A16.4 16.4 0 0 0 32.46 216h93.6a4 4 0 0 0 3.78-5.3a32 32 0 0 1 6.31-32a4 4 0 0 0 0-5.34a32 32 0 0 1 21.26-53.23Z"/></svg> </template>
CSS
.icon-cell-signal-x-fill {
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%22M213.66%20194.34a8%208%200%200%201-11.32%2011.32L184%20187.31l-18.34%2018.35a8%208%200%200%201-11.32-11.32L172.69%20176l-18.35-18.34a8%208%200%200%201%2011.32-11.32L184%20164.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32L195.31%20176Zm-56.25-74.24a32%2032%200%200%201%2023.92%208.05a4%204%200%200%200%205.34%200a31.88%2031.88%200%200%201%2017.77-8a4%204%200%200%200%203.56-4V40.46a16.41%2016.41%200%200%200-9.18-14.93a16%2016%200%200%200-18.14%203.16l-160%20160a16%2016%200%200%200-3.17%2018.13A16.4%2016.4%200%200%200%2032.46%20216h93.6a4%204%200%200%200%203.78-5.3a32%2032%200%200%201%206.31-32a4%204%200%200%200%200-5.34a32%2032%200%200%201%2021.26-53.23Z%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%22M213.66%20194.34a8%208%200%200%201-11.32%2011.32L184%20187.31l-18.34%2018.35a8%208%200%200%201-11.32-11.32L172.69%20176l-18.35-18.34a8%208%200%200%201%2011.32-11.32L184%20164.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32L195.31%20176Zm-56.25-74.24a32%2032%200%200%201%2023.92%208.05a4%204%200%200%200%205.34%200a31.88%2031.88%200%200%201%2017.77-8a4%204%200%200%200%203.56-4V40.46a16.41%2016.41%200%200%200-9.18-14.93a16%2016%200%200%200-18.14%203.16l-160%20160a16%2016%200%200%200-3.17%2018.13A16.4%2016.4%200%200%200%2032.46%20216h93.6a4%204%200%200%200%203.78-5.3a32%2032%200%200%201%206.31-32a4%204%200%200%200%200-5.34a32%2032%200%200%201%2021.26-53.23Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cell-signal-x-fill.svg?color=%231a73e8&size=48