wifi off icon

wifi-off-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
wifi-off-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the wifi off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="m12.44 11l-1.9-1.89l-2.46-2.44l-1.55-1.55l-1.82-1.83a1 1 0 0 0-1.42 1.42l1.38 1.37l1.46 1.46l2.23 2.24l1.55 1.54l2.74 2.74l2.79 2.8l3.85 3.85a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm9.28-3.07A13.93 13.93 0 0 0 12 4a14.1 14.1 0 0 0-4.44.73l1.62 1.62a11.89 11.89 0 0 1 11.16 3a1 1 0 0 0 .69.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.03-1.39M3.82 6.65a14 14 0 0 0-1.54 1.28a1 1 0 0 0 1.38 1.44a13 13 0 0 1 1.6-1.29ZM17 13.14a1 1 0 0 0 .71.3a1 1 0 0 0 .72-1.69A9 9 0 0 0 12 9h-.16l2.35 2.35A7 7 0 0 1 17 13.14m-9.57-2.88a8.8 8.8 0 0 0-1.9 1.49A1 1 0 0 0 7 13.14a7.3 7.3 0 0 1 2-1.41Zm1.1 5.14a1 1 0 1 0 1.39 1.44a3.06 3.06 0 0 1 3.84-.25l-2.52-2.52a5 5 0 0 0-2.71 1.33"/></svg>

React

import type { SVGProps } from "react";

export function EvaWifiOffFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="m12.44 11l-1.9-1.89l-2.46-2.44l-1.55-1.55l-1.82-1.83a1 1 0 0 0-1.42 1.42l1.38 1.37l1.46 1.46l2.23 2.24l1.55 1.54l2.74 2.74l2.79 2.8l3.85 3.85a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm9.28-3.07A13.93 13.93 0 0 0 12 4a14.1 14.1 0 0 0-4.44.73l1.62 1.62a11.89 11.89 0 0 1 11.16 3a1 1 0 0 0 .69.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.03-1.39M3.82 6.65a14 14 0 0 0-1.54 1.28a1 1 0 0 0 1.38 1.44a13 13 0 0 1 1.6-1.29ZM17 13.14a1 1 0 0 0 .71.3a1 1 0 0 0 .72-1.69A9 9 0 0 0 12 9h-.16l2.35 2.35A7 7 0 0 1 17 13.14m-9.57-2.88a8.8 8.8 0 0 0-1.9 1.49A1 1 0 0 0 7 13.14a7.3 7.3 0 0 1 2-1.41Zm1.1 5.14a1 1 0 1 0 1.39 1.44a3.06 3.06 0 0 1 3.84-.25l-2.52-2.52a5 5 0 0 0-2.71 1.33"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="m12.44 11l-1.9-1.89l-2.46-2.44l-1.55-1.55l-1.82-1.83a1 1 0 0 0-1.42 1.42l1.38 1.37l1.46 1.46l2.23 2.24l1.55 1.54l2.74 2.74l2.79 2.8l3.85 3.85a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm9.28-3.07A13.93 13.93 0 0 0 12 4a14.1 14.1 0 0 0-4.44.73l1.62 1.62a11.89 11.89 0 0 1 11.16 3a1 1 0 0 0 .69.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.03-1.39M3.82 6.65a14 14 0 0 0-1.54 1.28a1 1 0 0 0 1.38 1.44a13 13 0 0 1 1.6-1.29ZM17 13.14a1 1 0 0 0 .71.3a1 1 0 0 0 .72-1.69A9 9 0 0 0 12 9h-.16l2.35 2.35A7 7 0 0 1 17 13.14m-9.57-2.88a8.8 8.8 0 0 0-1.9 1.49A1 1 0 0 0 7 13.14a7.3 7.3 0 0 1 2-1.41Zm1.1 5.14a1 1 0 1 0 1.39 1.44a3.06 3.06 0 0 1 3.84-.25l-2.52-2.52a5 5 0 0 0-2.71 1.33"/></svg>
</template>

CSS

.icon-wifi-off-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%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.44%2011l-1.9-1.89l-2.46-2.44l-1.55-1.55l-1.82-1.83a1%201%200%200%200-1.42%201.42l1.38%201.37l1.46%201.46l2.23%202.24l1.55%201.54l2.74%202.74l2.79%202.8l3.85%203.85a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm9.28-3.07A13.93%2013.93%200%200%200%2012%204a14.1%2014.1%200%200%200-4.44.73l1.62%201.62a11.89%2011.89%200%200%201%2011.16%203a1%201%200%200%200%20.69.28a1%201%200%200%200%20.72-.31a1%201%200%200%200-.03-1.39M3.82%206.65a14%2014%200%200%200-1.54%201.28a1%201%200%200%200%201.38%201.44a13%2013%200%200%201%201.6-1.29ZM17%2013.14a1%201%200%200%200%20.71.3a1%201%200%200%200%20.72-1.69A9%209%200%200%200%2012%209h-.16l2.35%202.35A7%207%200%200%201%2017%2013.14m-9.57-2.88a8.8%208.8%200%200%200-1.9%201.49A1%201%200%200%200%207%2013.14a7.3%207.3%200%200%201%202-1.41Zm1.1%205.14a1%201%200%201%200%201.39%201.44a3.06%203.06%200%200%201%203.84-.25l-2.52-2.52a5%205%200%200%200-2.71%201.33%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%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.44%2011l-1.9-1.89l-2.46-2.44l-1.55-1.55l-1.82-1.83a1%201%200%200%200-1.42%201.42l1.38%201.37l1.46%201.46l2.23%202.24l1.55%201.54l2.74%202.74l2.79%202.8l3.85%203.85a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm9.28-3.07A13.93%2013.93%200%200%200%2012%204a14.1%2014.1%200%200%200-4.44.73l1.62%201.62a11.89%2011.89%200%200%201%2011.16%203a1%201%200%200%200%20.69.28a1%201%200%200%200%20.72-.31a1%201%200%200%200-.03-1.39M3.82%206.65a14%2014%200%200%200-1.54%201.28a1%201%200%200%200%201.38%201.44a13%2013%200%200%201%201.6-1.29ZM17%2013.14a1%201%200%200%200%20.71.3a1%201%200%200%200%20.72-1.69A9%209%200%200%200%2012%209h-.16l2.35%202.35A7%207%200%200%201%2017%2013.14m-9.57-2.88a8.8%208.8%200%200%200-1.9%201.49A1%201%200%200%200%207%2013.14a7.3%207.3%200%200%201%202-1.41Zm1.1%205.14a1%201%200%201%200%201.39%201.44a3.06%203.06%200%200%201%203.84-.25l-2.52-2.52a5%205%200%200%200-2.71%201.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/wifi-off-fill.svg?color=%231a73e8&size=48