wifi protected setup icon

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

Name
wifi-protected-setup-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-protected-setup-outline-rounded

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="M17.1 17.55q-.275.25-.587.025T16.325 17q.125-.45.175-.913t.05-.962q0-2-.875-3.663T13.3 8.7l-1.45 1.45q-.25.25-.55.125T11 9.8V4q0-.425.288-.712T12 3h5.8q.35 0 .475.3t-.125.55L16.7 5.3q1.3 1.175 2.075 2.8t.775 3.525q0 1.125-.288 2.163t-.787 1.962q-.275.475-.612.963t-.763.837m-11.25 2.6L7.3 18.7q-1.325-1.175-2.087-2.8t-.763-3.525q0-1.125.288-2.162t.787-1.963q.275-.475.625-.962t.775-.838q.275-.25.588-.038t.187.563q-.125.45-.187.925t-.063.975q0 2 .888 3.663T10.7 15.3l1.45-1.45q.25-.25.55-.125t.3.475V20q0 .425-.287.713T12 21H6.2q-.35 0-.475-.3t.125-.55"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiProtectedSetupRounded(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="M17.1 17.55q-.275.25-.587.025T16.325 17q.125-.45.175-.913t.05-.962q0-2-.875-3.663T13.3 8.7l-1.45 1.45q-.25.25-.55.125T11 9.8V4q0-.425.288-.712T12 3h5.8q.35 0 .475.3t-.125.55L16.7 5.3q1.3 1.175 2.075 2.8t.775 3.525q0 1.125-.288 2.163t-.787 1.962q-.275.475-.612.963t-.763.837m-11.25 2.6L7.3 18.7q-1.325-1.175-2.087-2.8t-.763-3.525q0-1.125.288-2.162t.787-1.963q.275-.475.625-.962t.775-.838q.275-.25.588-.038t.187.563q-.125.45-.187.925t-.063.975q0 2 .888 3.663T10.7 15.3l1.45-1.45q.25-.25.55-.125t.3.475V20q0 .425-.287.713T12 21H6.2q-.35 0-.475-.3t.125-.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.1 17.55q-.275.25-.587.025T16.325 17q.125-.45.175-.913t.05-.962q0-2-.875-3.663T13.3 8.7l-1.45 1.45q-.25.25-.55.125T11 9.8V4q0-.425.288-.712T12 3h5.8q.35 0 .475.3t-.125.55L16.7 5.3q1.3 1.175 2.075 2.8t.775 3.525q0 1.125-.288 2.163t-.787 1.962q-.275.475-.612.963t-.763.837m-11.25 2.6L7.3 18.7q-1.325-1.175-2.087-2.8t-.763-3.525q0-1.125.288-2.162t.787-1.963q.275-.475.625-.962t.775-.838q.275-.25.588-.038t.187.563q-.125.45-.187.925t-.063.975q0 2 .888 3.663T10.7 15.3l1.45-1.45q.25-.25.55-.125t.3.475V20q0 .425-.287.713T12 21H6.2q-.35 0-.475-.3t.125-.55"/></svg>
</template>

CSS

.icon-wifi-protected-setup-rounded {
  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%22M17.1%2017.55q-.275.25-.587.025T16.325%2017q.125-.45.175-.913t.05-.962q0-2-.875-3.663T13.3%208.7l-1.45%201.45q-.25.25-.55.125T11%209.8V4q0-.425.288-.712T12%203h5.8q.35%200%20.475.3t-.125.55L16.7%205.3q1.3%201.175%202.075%202.8t.775%203.525q0%201.125-.288%202.163t-.787%201.962q-.275.475-.612.963t-.763.837m-11.25%202.6L7.3%2018.7q-1.325-1.175-2.087-2.8t-.763-3.525q0-1.125.288-2.162t.787-1.963q.275-.475.625-.962t.775-.838q.275-.25.588-.038t.187.563q-.125.45-.187.925t-.063.975q0%202%20.888%203.663T10.7%2015.3l1.45-1.45q.25-.25.55-.125t.3.475V20q0%20.425-.287.713T12%2021H6.2q-.35%200-.475-.3t.125-.55%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%22M17.1%2017.55q-.275.25-.587.025T16.325%2017q.125-.45.175-.913t.05-.962q0-2-.875-3.663T13.3%208.7l-1.45%201.45q-.25.25-.55.125T11%209.8V4q0-.425.288-.712T12%203h5.8q.35%200%20.475.3t-.125.55L16.7%205.3q1.3%201.175%202.075%202.8t.775%203.525q0%201.125-.288%202.163t-.787%201.962q-.275.475-.612.963t-.763.837m-11.25%202.6L7.3%2018.7q-1.325-1.175-2.087-2.8t-.763-3.525q0-1.125.288-2.162t.787-1.963q.275-.475.625-.962t.775-.838q.275-.25.588-.038t.187.563q-.125.45-.187.925t-.063.975q0%202%20.888%203.663T10.7%2015.3l1.45-1.45q.25-.25.55-.125t.3.475V20q0%20.425-.287.713T12%2021H6.2q-.35%200-.475-.3t.125-.55%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-rounded.svg?color=%231a73e8&size=48