wifi tag icon

wifi-tag-solid from Iconoir by Luca Burgio · Solid · Connectivity · MIT Free for personal and commercial use.

Name
wifi-tag-solid
Set
Iconoir
Style
Solid
Category
Connectivity
Viewbox
24×24
License
MIT

1 other variant in Iconoir

More connectivity icons from Iconoir

Use the wifi tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 2.25A6.75 6.75 0 0 0 1.25 9v6A6.75 6.75 0 0 0 8 21.75h8A6.75 6.75 0 0 0 22.75 15V9A6.75 6.75 0 0 0 16 2.25zm4.568 13a.75.75 0 0 0-1.115-1.003l-.01.011a.75.75 0 0 0 1.114 1.004zm3.856-3.52c-2.2-2.64-6.648-2.64-8.848 0a.75.75 0 1 1-1.152-.96c2.8-3.36 8.352-3.36 11.152 0a.75.75 0 1 1-1.152.96M9.6 13.7a3 3 0 0 1 4.8 0a.75.75 0 1 0 1.2-.9c-1.8-2.4-5.4-2.4-7.2 0a.75.75 0 0 0 1.2.9" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirWifiTagSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M8 2.25A6.75 6.75 0 0 0 1.25 9v6A6.75 6.75 0 0 0 8 21.75h8A6.75 6.75 0 0 0 22.75 15V9A6.75 6.75 0 0 0 16 2.25zm4.568 13a.75.75 0 0 0-1.115-1.003l-.01.011a.75.75 0 0 0 1.114 1.004zm3.856-3.52c-2.2-2.64-6.648-2.64-8.848 0a.75.75 0 1 1-1.152-.96c2.8-3.36 8.352-3.36 11.152 0a.75.75 0 1 1-1.152.96M9.6 13.7a3 3 0 0 1 4.8 0a.75.75 0 1 0 1.2-.9c-1.8-2.4-5.4-2.4-7.2 0a.75.75 0 0 0 1.2.9" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 2.25A6.75 6.75 0 0 0 1.25 9v6A6.75 6.75 0 0 0 8 21.75h8A6.75 6.75 0 0 0 22.75 15V9A6.75 6.75 0 0 0 16 2.25zm4.568 13a.75.75 0 0 0-1.115-1.003l-.01.011a.75.75 0 0 0 1.114 1.004zm3.856-3.52c-2.2-2.64-6.648-2.64-8.848 0a.75.75 0 1 1-1.152-.96c2.8-3.36 8.352-3.36 11.152 0a.75.75 0 1 1-1.152.96M9.6 13.7a3 3 0 0 1 4.8 0a.75.75 0 1 0 1.2-.9c-1.8-2.4-5.4-2.4-7.2 0a.75.75 0 0 0 1.2.9" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wifi-tag-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202.25A6.75%206.75%200%200%200%201.25%209v6A6.75%206.75%200%200%200%208%2021.75h8A6.75%206.75%200%200%200%2022.75%2015V9A6.75%206.75%200%200%200%2016%202.25zm4.568%2013a.75.75%200%200%200-1.115-1.003l-.01.011a.75.75%200%200%200%201.114%201.004zm3.856-3.52c-2.2-2.64-6.648-2.64-8.848%200a.75.75%200%201%201-1.152-.96c2.8-3.36%208.352-3.36%2011.152%200a.75.75%200%201%201-1.152.96M9.6%2013.7a3%203%200%200%201%204.8%200a.75.75%200%201%200%201.2-.9c-1.8-2.4-5.4-2.4-7.2%200a.75.75%200%200%200%201.2.9%22%20clip-rule%3D%22evenodd%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202.25A6.75%206.75%200%200%200%201.25%209v6A6.75%206.75%200%200%200%208%2021.75h8A6.75%206.75%200%200%200%2022.75%2015V9A6.75%206.75%200%200%200%2016%202.25zm4.568%2013a.75.75%200%200%200-1.115-1.003l-.01.011a.75.75%200%200%200%201.114%201.004zm3.856-3.52c-2.2-2.64-6.648-2.64-8.848%200a.75.75%200%201%201-1.152-.96c2.8-3.36%208.352-3.36%2011.152%200a.75.75%200%201%201-1.152.96M9.6%2013.7a3%203%200%200%201%204.8%200a.75.75%200%201%200%201.2-.9c-1.8-2.4-5.4-2.4-7.2%200a.75.75%200%200%200%201.2.9%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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