wifi slash icon

wifi-slash-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
wifi-slash-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the wifi 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="m238.2 87.69l-104 125.43a8 8 0 0 1-12.3 0L17.8 87.69a7.79 7.79 0 0 1 1.31-11.21a180.75 180.75 0 0 1 217.78 0a7.79 7.79 0 0 1 1.31 11.21" opacity=".2"/><path d="M53.92 34.62a8 8 0 1 0-11.84 10.76l4.55 5A188 188 0 0 0 14.28 70.1a15.93 15.93 0 0 0-6.17 10.81a15.65 15.65 0 0 0 3.54 11.89l104 125.43A15.93 15.93 0 0 0 128 224a15.93 15.93 0 0 0 12.31-5.77l28.1-33.88l33.67 37a8 8 0 1 0 11.84-10.76ZM128 208L24.09 82.74a171.5 171.5 0 0 1 33.82-19.95l99.63 109.6ZM244.35 92.8l-49.42 59.58a8 8 0 0 1-12.32-10.21l49.3-59.43A170.76 170.76 0 0 0 128 48a175 175 0 0 0-32.39 3a8 8 0 1 1-3-15.72A190.6 190.6 0 0 1 128 32a186.67 186.67 0 0 1 113.72 38.1a15.93 15.93 0 0 1 6.17 10.81a15.65 15.65 0 0 1-3.54 11.89"/></g></svg>

React

import type { SVGProps } from "react";

export function PhWifiSlashDuotone(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="m238.2 87.69l-104 125.43a8 8 0 0 1-12.3 0L17.8 87.69a7.79 7.79 0 0 1 1.31-11.21a180.75 180.75 0 0 1 217.78 0a7.79 7.79 0 0 1 1.31 11.21" opacity=".2"/><path d="M53.92 34.62a8 8 0 1 0-11.84 10.76l4.55 5A188 188 0 0 0 14.28 70.1a15.93 15.93 0 0 0-6.17 10.81a15.65 15.65 0 0 0 3.54 11.89l104 125.43A15.93 15.93 0 0 0 128 224a15.93 15.93 0 0 0 12.31-5.77l28.1-33.88l33.67 37a8 8 0 1 0 11.84-10.76ZM128 208L24.09 82.74a171.5 171.5 0 0 1 33.82-19.95l99.63 109.6ZM244.35 92.8l-49.42 59.58a8 8 0 0 1-12.32-10.21l49.3-59.43A170.76 170.76 0 0 0 128 48a175 175 0 0 0-32.39 3a8 8 0 1 1-3-15.72A190.6 190.6 0 0 1 128 32a186.67 186.67 0 0 1 113.72 38.1a15.93 15.93 0 0 1 6.17 10.81a15.65 15.65 0 0 1-3.54 11.89"/></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="m238.2 87.69l-104 125.43a8 8 0 0 1-12.3 0L17.8 87.69a7.79 7.79 0 0 1 1.31-11.21a180.75 180.75 0 0 1 217.78 0a7.79 7.79 0 0 1 1.31 11.21" opacity=".2"/><path d="M53.92 34.62a8 8 0 1 0-11.84 10.76l4.55 5A188 188 0 0 0 14.28 70.1a15.93 15.93 0 0 0-6.17 10.81a15.65 15.65 0 0 0 3.54 11.89l104 125.43A15.93 15.93 0 0 0 128 224a15.93 15.93 0 0 0 12.31-5.77l28.1-33.88l33.67 37a8 8 0 1 0 11.84-10.76ZM128 208L24.09 82.74a171.5 171.5 0 0 1 33.82-19.95l99.63 109.6ZM244.35 92.8l-49.42 59.58a8 8 0 0 1-12.32-10.21l49.3-59.43A170.76 170.76 0 0 0 128 48a175 175 0 0 0-32.39 3a8 8 0 1 1-3-15.72A190.6 190.6 0 0 1 128 32a186.67 186.67 0 0 1 113.72 38.1a15.93 15.93 0 0 1 6.17 10.81a15.65 15.65 0 0 1-3.54 11.89"/></g></svg>
</template>

CSS

.icon-wifi-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%22m238.2%2087.69l-104%20125.43a8%208%200%200%201-12.3%200L17.8%2087.69a7.79%207.79%200%200%201%201.31-11.21a180.75%20180.75%200%200%201%20217.78%200a7.79%207.79%200%200%201%201.31%2011.21%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76l4.55%205A188%20188%200%200%200%2014.28%2070.1a15.93%2015.93%200%200%200-6.17%2010.81a15.65%2015.65%200%200%200%203.54%2011.89l104%20125.43A15.93%2015.93%200%200%200%20128%20224a15.93%2015.93%200%200%200%2012.31-5.77l28.1-33.88l33.67%2037a8%208%200%201%200%2011.84-10.76ZM128%20208L24.09%2082.74a171.5%20171.5%200%200%201%2033.82-19.95l99.63%20109.6ZM244.35%2092.8l-49.42%2059.58a8%208%200%200%201-12.32-10.21l49.3-59.43A170.76%20170.76%200%200%200%20128%2048a175%20175%200%200%200-32.39%203a8%208%200%201%201-3-15.72A190.6%20190.6%200%200%201%20128%2032a186.67%20186.67%200%200%201%20113.72%2038.1a15.93%2015.93%200%200%201%206.17%2010.81a15.65%2015.65%200%200%201-3.54%2011.89%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%22m238.2%2087.69l-104%20125.43a8%208%200%200%201-12.3%200L17.8%2087.69a7.79%207.79%200%200%201%201.31-11.21a180.75%20180.75%200%200%201%20217.78%200a7.79%207.79%200%200%201%201.31%2011.21%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76l4.55%205A188%20188%200%200%200%2014.28%2070.1a15.93%2015.93%200%200%200-6.17%2010.81a15.65%2015.65%200%200%200%203.54%2011.89l104%20125.43A15.93%2015.93%200%200%200%20128%20224a15.93%2015.93%200%200%200%2012.31-5.77l28.1-33.88l33.67%2037a8%208%200%201%200%2011.84-10.76ZM128%20208L24.09%2082.74a171.5%20171.5%200%200%201%2033.82-19.95l99.63%20109.6ZM244.35%2092.8l-49.42%2059.58a8%208%200%200%201-12.32-10.21l49.3-59.43A170.76%20170.76%200%200%200%20128%2048a175%20175%200%200%200-32.39%203a8%208%200%201%201-3-15.72A190.6%20190.6%200%200%201%20128%2032a186.67%20186.67%200%200%201%20113.72%2038.1a15.93%2015.93%200%200%201%206.17%2010.81a15.65%2015.65%200%200%201-3.54%2011.89%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/wifi-slash-duotone.svg?color=%231a73e8&size=48