wifi bridge alt icon
wifi-bridge-alt from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-bridge-alt
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the wifi bridge alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 26h-2a5.006 5.006 0 0 0-5-5v-2a7.01 7.01 0 0 1 7 7"/><path fill="currentColor" d="M18 26h-2A10.01 10.01 0 0 0 6 16v-2a12.014 12.014 0 0 1 12 12m8-13a7.01 7.01 0 0 1-7-7h2a5.006 5.006 0 0 0 5 5Z"/><path fill="currentColor" d="M26 18A12.014 12.014 0 0 1 14 6h2a10.01 10.01 0 0 0 10 10ZM7.707 24.293a1 1 0 0 0-1.414 0L2 28.586L3.414 30l4.293-4.293a1 1 0 0 0 0-1.414M28.586 2l-4.293 4.293a1 1 0 0 0 1.414 1.414L30 3.414Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWifiBridgeAlt(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="M13 26h-2a5.006 5.006 0 0 0-5-5v-2a7.01 7.01 0 0 1 7 7"/><path fill="currentColor" d="M18 26h-2A10.01 10.01 0 0 0 6 16v-2a12.014 12.014 0 0 1 12 12m8-13a7.01 7.01 0 0 1-7-7h2a5.006 5.006 0 0 0 5 5Z"/><path fill="currentColor" d="M26 18A12.014 12.014 0 0 1 14 6h2a10.01 10.01 0 0 0 10 10ZM7.707 24.293a1 1 0 0 0-1.414 0L2 28.586L3.414 30l4.293-4.293a1 1 0 0 0 0-1.414M28.586 2l-4.293 4.293a1 1 0 0 0 1.414 1.414L30 3.414Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 26h-2a5.006 5.006 0 0 0-5-5v-2a7.01 7.01 0 0 1 7 7"/><path fill="currentColor" d="M18 26h-2A10.01 10.01 0 0 0 6 16v-2a12.014 12.014 0 0 1 12 12m8-13a7.01 7.01 0 0 1-7-7h2a5.006 5.006 0 0 0 5 5Z"/><path fill="currentColor" d="M26 18A12.014 12.014 0 0 1 14 6h2a10.01 10.01 0 0 0 10 10ZM7.707 24.293a1 1 0 0 0-1.414 0L2 28.586L3.414 30l4.293-4.293a1 1 0 0 0 0-1.414M28.586 2l-4.293 4.293a1 1 0 0 0 1.414 1.414L30 3.414Z"/></svg> </template>
CSS
.icon-wifi-bridge-alt {
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%22M13%2026h-2a5.006%205.006%200%200%200-5-5v-2a7.01%207.01%200%200%201%207%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2026h-2A10.01%2010.01%200%200%200%206%2016v-2a12.014%2012.014%200%200%201%2012%2012m8-13a7.01%207.01%200%200%201-7-7h2a5.006%205.006%200%200%200%205%205Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2018A12.014%2012.014%200%200%201%2014%206h2a10.01%2010.01%200%200%200%2010%2010ZM7.707%2024.293a1%201%200%200%200-1.414%200L2%2028.586L3.414%2030l4.293-4.293a1%201%200%200%200%200-1.414M28.586%202l-4.293%204.293a1%201%200%200%200%201.414%201.414L30%203.414Z%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%22M13%2026h-2a5.006%205.006%200%200%200-5-5v-2a7.01%207.01%200%200%201%207%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2026h-2A10.01%2010.01%200%200%200%206%2016v-2a12.014%2012.014%200%200%201%2012%2012m8-13a7.01%207.01%200%200%201-7-7h2a5.006%205.006%200%200%200%205%205Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2018A12.014%2012.014%200%200%201%2014%206h2a10.01%2010.01%200%200%200%2010%2010ZM7.707%2024.293a1%201%200%200%200-1.414%200L2%2028.586L3.414%2030l4.293-4.293a1%201%200%200%200%200-1.414M28.586%202l-4.293%204.293a1%201%200%200%200%201.414%201.414L30%203.414Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/wifi-bridge-alt.svg?color=%231a73e8&size=48