wifi bridge icon

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

Name
wifi-bridge
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the wifi bridge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m6.95 20.95l-1.415-1.414a5 5 0 0 0 0-7.072L6.95 11.05a7 7 0 0 1 0 9.9"/><path fill="currentColor" d="m10.485 24.485l-1.414-1.414a10 10 0 0 0 0-14.142l1.414-1.414a12 12 0 0 1 0 16.97M25.05 20.95a7 7 0 0 1 0-9.9l1.415 1.415a5 5 0 0 0 0 7.071Z"/><path fill="currentColor" d="M21.515 24.485a12 12 0 0 1 0-16.97l1.414 1.414a10 10 0 0 0 0 14.142ZM3 15H2V4H0v24h2V17h1a1 1 0 0 0 0-2M30 4v11h-1a1 1 0 0 0 0 2h1v11h2V4Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWifiBridge(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.95 20.95l-1.415-1.414a5 5 0 0 0 0-7.072L6.95 11.05a7 7 0 0 1 0 9.9"/><path fill="currentColor" d="m10.485 24.485l-1.414-1.414a10 10 0 0 0 0-14.142l1.414-1.414a12 12 0 0 1 0 16.97M25.05 20.95a7 7 0 0 1 0-9.9l1.415 1.415a5 5 0 0 0 0 7.071Z"/><path fill="currentColor" d="M21.515 24.485a12 12 0 0 1 0-16.97l1.414 1.414a10 10 0 0 0 0 14.142ZM3 15H2V4H0v24h2V17h1a1 1 0 0 0 0-2M30 4v11h-1a1 1 0 0 0 0 2h1v11h2V4Z"/></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.95 20.95l-1.415-1.414a5 5 0 0 0 0-7.072L6.95 11.05a7 7 0 0 1 0 9.9"/><path fill="currentColor" d="m10.485 24.485l-1.414-1.414a10 10 0 0 0 0-14.142l1.414-1.414a12 12 0 0 1 0 16.97M25.05 20.95a7 7 0 0 1 0-9.9l1.415 1.415a5 5 0 0 0 0 7.071Z"/><path fill="currentColor" d="M21.515 24.485a12 12 0 0 1 0-16.97l1.414 1.414a10 10 0 0 0 0 14.142ZM3 15H2V4H0v24h2V17h1a1 1 0 0 0 0-2M30 4v11h-1a1 1 0 0 0 0 2h1v11h2V4Z"/></svg>
</template>

CSS

.icon-wifi-bridge {
  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.95%2020.95l-1.415-1.414a5%205%200%200%200%200-7.072L6.95%2011.05a7%207%200%200%201%200%209.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.485%2024.485l-1.414-1.414a10%2010%200%200%200%200-14.142l1.414-1.414a12%2012%200%200%201%200%2016.97M25.05%2020.95a7%207%200%200%201%200-9.9l1.415%201.415a5%205%200%200%200%200%207.071Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.515%2024.485a12%2012%200%200%201%200-16.97l1.414%201.414a10%2010%200%200%200%200%2014.142ZM3%2015H2V4H0v24h2V17h1a1%201%200%200%200%200-2M30%204v11h-1a1%201%200%200%200%200%202h1v11h2V4Z%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.95%2020.95l-1.415-1.414a5%205%200%200%200%200-7.072L6.95%2011.05a7%207%200%200%201%200%209.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.485%2024.485l-1.414-1.414a10%2010%200%200%200%200-14.142l1.414-1.414a12%2012%200%200%201%200%2016.97M25.05%2020.95a7%207%200%200%201%200-9.9l1.415%201.415a5%205%200%200%200%200%207.071Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.515%2024.485a12%2012%200%200%201%200-16.97l1.414%201.414a10%2010%200%200%200%200%2014.142ZM3%2015H2V4H0v24h2V17h1a1%201%200%200%200%200-2M30%204v11h-1a1%201%200%200%200%200%202h1v11h2V4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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