wifi secure icon

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

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

More organization icons from Carbon

Use the wifi secure icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 20v-3a4 4 0 0 0-8 0v3a2.003 2.003 0 0 0-2 2v6a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2v-6a2.003 2.003 0 0 0-2-2m-6-3a2 2 0 0 1 4 0v3h-4Zm-2 11v-6h8v6ZM6.105 7.105l1.414 1.414a11.98 11.98 0 0 1 16.962 0l1.414-1.414a13.98 13.98 0 0 0-19.79 0"/><path fill="currentColor" d="M16 8a8.97 8.97 0 0 0-6.36 2.64l1.412 1.413a6.99 6.99 0 0 1 9.895 0l1.414-1.414A8.97 8.97 0 0 0 16 8"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWifiSecure(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="M20 20v-3a4 4 0 0 0-8 0v3a2.003 2.003 0 0 0-2 2v6a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2v-6a2.003 2.003 0 0 0-2-2m-6-3a2 2 0 0 1 4 0v3h-4Zm-2 11v-6h8v6ZM6.105 7.105l1.414 1.414a11.98 11.98 0 0 1 16.962 0l1.414-1.414a13.98 13.98 0 0 0-19.79 0"/><path fill="currentColor" d="M16 8a8.97 8.97 0 0 0-6.36 2.64l1.412 1.413a6.99 6.99 0 0 1 9.895 0l1.414-1.414A8.97 8.97 0 0 0 16 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 20v-3a4 4 0 0 0-8 0v3a2.003 2.003 0 0 0-2 2v6a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2v-6a2.003 2.003 0 0 0-2-2m-6-3a2 2 0 0 1 4 0v3h-4Zm-2 11v-6h8v6ZM6.105 7.105l1.414 1.414a11.98 11.98 0 0 1 16.962 0l1.414-1.414a13.98 13.98 0 0 0-19.79 0"/><path fill="currentColor" d="M16 8a8.97 8.97 0 0 0-6.36 2.64l1.412 1.413a6.99 6.99 0 0 1 9.895 0l1.414-1.414A8.97 8.97 0 0 0 16 8"/></svg>
</template>

CSS

.icon-wifi-secure {
  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%22M20%2020v-3a4%204%200%200%200-8%200v3a2.003%202.003%200%200%200-2%202v6a2.003%202.003%200%200%200%202%202h8a2.003%202.003%200%200%200%202-2v-6a2.003%202.003%200%200%200-2-2m-6-3a2%202%200%200%201%204%200v3h-4Zm-2%2011v-6h8v6ZM6.105%207.105l1.414%201.414a11.98%2011.98%200%200%201%2016.962%200l1.414-1.414a13.98%2013.98%200%200%200-19.79%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%208a8.97%208.97%200%200%200-6.36%202.64l1.412%201.413a6.99%206.99%200%200%201%209.895%200l1.414-1.414A8.97%208.97%200%200%200%2016%208%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%22M20%2020v-3a4%204%200%200%200-8%200v3a2.003%202.003%200%200%200-2%202v6a2.003%202.003%200%200%200%202%202h8a2.003%202.003%200%200%200%202-2v-6a2.003%202.003%200%200%200-2-2m-6-3a2%202%200%200%201%204%200v3h-4Zm-2%2011v-6h8v6ZM6.105%207.105l1.414%201.414a11.98%2011.98%200%200%201%2016.962%200l1.414-1.414a13.98%2013.98%200%200%200-19.79%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%208a8.97%208.97%200%200%200-6.36%202.64l1.412%201.413a6.99%206.99%200%200%201%209.895%200l1.414-1.414A8.97%208.97%200%200%200%2016%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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