wifi password icon

wifi-password from Material Symbols by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.

Name
wifi-password
Set
Material Symbols
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-password-outline

2 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

Use the wifi password icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.125 11.1L0 8.975q2.325-2.325 5.388-3.65T12 4t6.613 1.325T24 8.975L21.875 11.1q-1.9-1.925-4.437-3.012T12 7T6.563 8.088T2.125 11.1m4.225 4.25l-2.1-2.125q1.5-1.5 3.488-2.362T12 10t4.263.863t3.487 2.362l-2.1 2.125q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725m3.875 4.925Q9.5 19.55 9.5 18.5t.725-1.775T12 16t1.775.725t.725 1.775t-.725 1.775T12 21t-1.775-.725M19 24q-.425 0-.712-.287T18 23v-3q0-.425.288-.712T19 19v-1q0-.825.588-1.412T21 16t1.413.588T23 18v1q.425 0 .713.288T24 20v3q0 .425-.288.713T23 24zm1-5h2v-1q0-.425-.288-.712T21 17t-.712.288T20 18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiPassword(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" d="M2.125 11.1L0 8.975q2.325-2.325 5.388-3.65T12 4t6.613 1.325T24 8.975L21.875 11.1q-1.9-1.925-4.437-3.012T12 7T6.563 8.088T2.125 11.1m4.225 4.25l-2.1-2.125q1.5-1.5 3.488-2.362T12 10t4.263.863t3.487 2.362l-2.1 2.125q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725m3.875 4.925Q9.5 19.55 9.5 18.5t.725-1.775T12 16t1.775.725t.725 1.775t-.725 1.775T12 21t-1.775-.725M19 24q-.425 0-.712-.287T18 23v-3q0-.425.288-.712T19 19v-1q0-.825.588-1.412T21 16t1.413.588T23 18v1q.425 0 .713.288T24 20v3q0 .425-.288.713T23 24zm1-5h2v-1q0-.425-.288-.712T21 17t-.712.288T20 18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.125 11.1L0 8.975q2.325-2.325 5.388-3.65T12 4t6.613 1.325T24 8.975L21.875 11.1q-1.9-1.925-4.437-3.012T12 7T6.563 8.088T2.125 11.1m4.225 4.25l-2.1-2.125q1.5-1.5 3.488-2.362T12 10t4.263.863t3.487 2.362l-2.1 2.125q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725m3.875 4.925Q9.5 19.55 9.5 18.5t.725-1.775T12 16t1.775.725t.725 1.775t-.725 1.775T12 21t-1.775-.725M19 24q-.425 0-.712-.287T18 23v-3q0-.425.288-.712T19 19v-1q0-.825.588-1.412T21 16t1.413.588T23 18v1q.425 0 .713.288T24 20v3q0 .425-.288.713T23 24zm1-5h2v-1q0-.425-.288-.712T21 17t-.712.288T20 18z"/></svg>
</template>

CSS

.icon-wifi-password {
  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%20d%3D%22M2.125%2011.1L0%208.975q2.325-2.325%205.388-3.65T12%204t6.613%201.325T24%208.975L21.875%2011.1q-1.9-1.925-4.437-3.012T12%207T6.563%208.088T2.125%2011.1m4.225%204.25l-2.1-2.125q1.5-1.5%203.488-2.362T12%2010t4.263.863t3.487%202.362l-2.1%202.125q-1.1-1.1-2.55-1.725T12%2013t-3.1.625t-2.55%201.725m3.875%204.925Q9.5%2019.55%209.5%2018.5t.725-1.775T12%2016t1.775.725t.725%201.775t-.725%201.775T12%2021t-1.775-.725M19%2024q-.425%200-.712-.287T18%2023v-3q0-.425.288-.712T19%2019v-1q0-.825.588-1.412T21%2016t1.413.588T23%2018v1q.425%200%20.713.288T24%2020v3q0%20.425-.288.713T23%2024zm1-5h2v-1q0-.425-.288-.712T21%2017t-.712.288T20%2018z%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%20d%3D%22M2.125%2011.1L0%208.975q2.325-2.325%205.388-3.65T12%204t6.613%201.325T24%208.975L21.875%2011.1q-1.9-1.925-4.437-3.012T12%207T6.563%208.088T2.125%2011.1m4.225%204.25l-2.1-2.125q1.5-1.5%203.488-2.362T12%2010t4.263.863t3.487%202.362l-2.1%202.125q-1.1-1.1-2.55-1.725T12%2013t-3.1.625t-2.55%201.725m3.875%204.925Q9.5%2019.55%209.5%2018.5t.725-1.775T12%2016t1.775.725t.725%201.775t-.725%201.775T12%2021t-1.775-.725M19%2024q-.425%200-.712-.287T18%2023v-3q0-.425.288-.712T19%2019v-1q0-.825.588-1.412T21%2016t1.413.588T23%2018v1q.425%200%20.713.288T24%2020v3q0%20.425-.288.713T23%2024zm1-5h2v-1q0-.425-.288-.712T21%2017t-.712.288T20%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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