wi fi icon

wi-fi-linear from Solar by 480 Design · Linear · IT · CC-BY-4.0 Attribution required.

Name
wi-fi-linear
Set
Solar
Style
Linear
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More it icons from Solar

Use the wi fi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8.66699 15.8931C10.5079 13.9061 13.4927 13.9061 15.3337 15.8931"/><path d="M5.33301 12.2948C9.01491 8.32068 14.9844 8.32068 18.6663 12.2948"/><path d="M2 8.69718C7.52285 2.73603 16.4772 2.73603 22 8.69718"/><path stroke-linejoin="round" d="M12.0176 19.4641H12.0177"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWiFiLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M8.66699 15.8931C10.5079 13.9061 13.4927 13.9061 15.3337 15.8931"/><path d="M5.33301 12.2948C9.01491 8.32068 14.9844 8.32068 18.6663 12.2948"/><path d="M2 8.69718C7.52285 2.73603 16.4772 2.73603 22 8.69718"/><path strokeLinejoin="round" d="M12.0176 19.4641H12.0177"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8.66699 15.8931C10.5079 13.9061 13.4927 13.9061 15.3337 15.8931"/><path d="M5.33301 12.2948C9.01491 8.32068 14.9844 8.32068 18.6663 12.2948"/><path d="M2 8.69718C7.52285 2.73603 16.4772 2.73603 22 8.69718"/><path stroke-linejoin="round" d="M12.0176 19.4641H12.0177"/></g></svg>
</template>

CSS

.icon-wi-fi-linear {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.66699%2015.8931C10.5079%2013.9061%2013.4927%2013.9061%2015.3337%2015.8931%22%2F%3E%3Cpath%20d%3D%22M5.33301%2012.2948C9.01491%208.32068%2014.9844%208.32068%2018.6663%2012.2948%22%2F%3E%3Cpath%20d%3D%22M2%208.69718C7.52285%202.73603%2016.4772%202.73603%2022%208.69718%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.0176%2019.4641H12.0177%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.66699%2015.8931C10.5079%2013.9061%2013.4927%2013.9061%2015.3337%2015.8931%22%2F%3E%3Cpath%20d%3D%22M5.33301%2012.2948C9.01491%208.32068%2014.9844%208.32068%2018.6663%2012.2948%22%2F%3E%3Cpath%20d%3D%22M2%208.69718C7.52285%202.73603%2016.4772%202.73603%2022%208.69718%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.0176%2019.4641H12.0177%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wi-fi-linear.svg?color=%231a73e8&size=48