wifi controller icon

wifi-controller from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
wifi-controller
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

More tools icons from Carbon

Use the wifi controller icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 30h20a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2m0-8h20v6H6Z"/><circle cx="9" cy="25" r="1" fill="currentColor"/><circle cx="16" cy="14.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M10.783 10.333a7 7 0 0 1 10.434 0l-1.49 1.333a5 5 0 0 0-7.453 0Z"/><path fill="currentColor" d="M7.2 7.4a11.002 11.002 0 0 1 17.6 0l-1.6 1.2a9 9 0 0 0-14.401 0Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWifiController(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 30h20a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2m0-8h20v6H6Z"/><circle cx="9" cy="25" r="1" fill="currentColor"/><circle cx="16" cy="14.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M10.783 10.333a7 7 0 0 1 10.434 0l-1.49 1.333a5 5 0 0 0-7.453 0Z"/><path fill="currentColor" d="M7.2 7.4a11.002 11.002 0 0 1 17.6 0l-1.6 1.2a9 9 0 0 0-14.401 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 30h20a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2m0-8h20v6H6Z"/><circle cx="9" cy="25" r="1" fill="currentColor"/><circle cx="16" cy="14.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M10.783 10.333a7 7 0 0 1 10.434 0l-1.49 1.333a5 5 0 0 0-7.453 0Z"/><path fill="currentColor" d="M7.2 7.4a11.002 11.002 0 0 1 17.6 0l-1.6 1.2a9 9 0 0 0-14.401 0Z"/></svg>
</template>

CSS

.icon-wifi-controller {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2030h20a2%202%200%200%200%202-2v-6a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202m0-8h20v6H6Z%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.783%2010.333a7%207%200%200%201%2010.434%200l-1.49%201.333a5%205%200%200%200-7.453%200Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.2%207.4a11.002%2011.002%200%200%201%2017.6%200l-1.6%201.2a9%209%200%200%200-14.401%200Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2030h20a2%202%200%200%200%202-2v-6a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202m0-8h20v6H6Z%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.783%2010.333a7%207%200%200%201%2010.434%200l-1.49%201.333a5%205%200%200%200-7.453%200Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.2%207.4a11.002%2011.002%200%200%201%2017.6%200l-1.6%201.2a9%209%200%200%200-14.401%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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