wifi protected setup icon

wifi-protected-setup from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
wifi-protected-setup
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-protected-setup-outline, wifi-protected-setup-outline-sharp, wifi-protected-setup-sharp

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the wifi protected setup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.675 18.75q.425-.825.65-1.737t.225-1.888q0-2-.875-3.662T13.3 8.7L11 11V3h8l-2.3 2.3q1.3 1.175 2.075 2.8t.775 3.525q0 2.275-1.063 4.125t-2.812 3M5 21l2.3-2.3q-1.325-1.175-2.087-2.8t-.763-3.525q0-2.275 1.063-4.125t2.837-3q-.425.825-.663 1.738T7.45 8.875q0 2 .888 3.663T10.7 15.3L13 13v8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiProtectedSetup(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="M15.675 18.75q.425-.825.65-1.737t.225-1.888q0-2-.875-3.662T13.3 8.7L11 11V3h8l-2.3 2.3q1.3 1.175 2.075 2.8t.775 3.525q0 2.275-1.063 4.125t-2.812 3M5 21l2.3-2.3q-1.325-1.175-2.087-2.8t-.763-3.525q0-2.275 1.063-4.125t2.837-3q-.425.825-.663 1.738T7.45 8.875q0 2 .888 3.663T10.7 15.3L13 13v8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.675 18.75q.425-.825.65-1.737t.225-1.888q0-2-.875-3.662T13.3 8.7L11 11V3h8l-2.3 2.3q1.3 1.175 2.075 2.8t.775 3.525q0 2.275-1.063 4.125t-2.812 3M5 21l2.3-2.3q-1.325-1.175-2.087-2.8t-.763-3.525q0-2.275 1.063-4.125t2.837-3q-.425.825-.663 1.738T7.45 8.875q0 2 .888 3.663T10.7 15.3L13 13v8z"/></svg>
</template>

CSS

.icon-wifi-protected-setup {
  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%22M15.675%2018.75q.425-.825.65-1.737t.225-1.888q0-2-.875-3.662T13.3%208.7L11%2011V3h8l-2.3%202.3q1.3%201.175%202.075%202.8t.775%203.525q0%202.275-1.063%204.125t-2.812%203M5%2021l2.3-2.3q-1.325-1.175-2.087-2.8t-.763-3.525q0-2.275%201.063-4.125t2.837-3q-.425.825-.663%201.738T7.45%208.875q0%202%20.888%203.663T10.7%2015.3L13%2013v8z%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%22M15.675%2018.75q.425-.825.65-1.737t.225-1.888q0-2-.875-3.662T13.3%208.7L11%2011V3h8l-2.3%202.3q1.3%201.175%202.075%202.8t.775%203.525q0%202.275-1.063%204.125t-2.812%203M5%2021l2.3-2.3q-1.325-1.175-2.087-2.8t-.763-3.525q0-2.275%201.063-4.125t2.837-3q-.425.825-.663%201.738T7.45%208.875q0%202%20.888%203.663T10.7%2015.3L13%2013v8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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