round wifi protected setup icon

round-wifi-protected-setup from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-wifi-protected-setup
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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="m16.7 5.3l1.44-1.44c.32-.32.09-.85-.35-.85H11.5c-.28 0-.5.22-.5.5V9.8c0 .45.54.67.85.35L13.3 8.7c1.97 1.46 3.25 3.78 3.25 6.42c0 .66-.08 1.31-.24 1.92c-.12.5.48.86.84.49a8.47 8.47 0 0 0 2.4-5.91c0-2.51-1.11-4.76-2.85-6.32m-4.55 8.56L10.7 15.3c-1.97-1.46-3.25-3.78-3.25-6.42c0-.66.08-1.31.24-1.92c.12-.5-.48-.86-.84-.49a8.474 8.474 0 0 0 .44 12.24l-1.44 1.44c-.32.32-.09.85.35.85h6.29c.28 0 .5-.22.5-.5v-6.29a.49.49 0 0 0-.84-.35"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWifiProtectedSetup(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="m16.7 5.3l1.44-1.44c.32-.32.09-.85-.35-.85H11.5c-.28 0-.5.22-.5.5V9.8c0 .45.54.67.85.35L13.3 8.7c1.97 1.46 3.25 3.78 3.25 6.42c0 .66-.08 1.31-.24 1.92c-.12.5.48.86.84.49a8.47 8.47 0 0 0 2.4-5.91c0-2.51-1.11-4.76-2.85-6.32m-4.55 8.56L10.7 15.3c-1.97-1.46-3.25-3.78-3.25-6.42c0-.66.08-1.31.24-1.92c.12-.5-.48-.86-.84-.49a8.474 8.474 0 0 0 .44 12.24l-1.44 1.44c-.32.32-.09.85.35.85h6.29c.28 0 .5-.22.5-.5v-6.29a.49.49 0 0 0-.84-.35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.7 5.3l1.44-1.44c.32-.32.09-.85-.35-.85H11.5c-.28 0-.5.22-.5.5V9.8c0 .45.54.67.85.35L13.3 8.7c1.97 1.46 3.25 3.78 3.25 6.42c0 .66-.08 1.31-.24 1.92c-.12.5.48.86.84.49a8.47 8.47 0 0 0 2.4-5.91c0-2.51-1.11-4.76-2.85-6.32m-4.55 8.56L10.7 15.3c-1.97-1.46-3.25-3.78-3.25-6.42c0-.66.08-1.31.24-1.92c.12-.5-.48-.86-.84-.49a8.474 8.474 0 0 0 .44 12.24l-1.44 1.44c-.32.32-.09.85.35.85h6.29c.28 0 .5-.22.5-.5v-6.29a.49.49 0 0 0-.84-.35"/></svg>
</template>

CSS

.icon-round-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%22m16.7%205.3l1.44-1.44c.32-.32.09-.85-.35-.85H11.5c-.28%200-.5.22-.5.5V9.8c0%20.45.54.67.85.35L13.3%208.7c1.97%201.46%203.25%203.78%203.25%206.42c0%20.66-.08%201.31-.24%201.92c-.12.5.48.86.84.49a8.47%208.47%200%200%200%202.4-5.91c0-2.51-1.11-4.76-2.85-6.32m-4.55%208.56L10.7%2015.3c-1.97-1.46-3.25-3.78-3.25-6.42c0-.66.08-1.31.24-1.92c.12-.5-.48-.86-.84-.49a8.474%208.474%200%200%200%20.44%2012.24l-1.44%201.44c-.32.32-.09.85.35.85h6.29c.28%200%20.5-.22.5-.5v-6.29a.49.49%200%200%200-.84-.35%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%22m16.7%205.3l1.44-1.44c.32-.32.09-.85-.35-.85H11.5c-.28%200-.5.22-.5.5V9.8c0%20.45.54.67.85.35L13.3%208.7c1.97%201.46%203.25%203.78%203.25%206.42c0%20.66-.08%201.31-.24%201.92c-.12.5.48.86.84.49a8.47%208.47%200%200%200%202.4-5.91c0-2.51-1.11-4.76-2.85-6.32m-4.55%208.56L10.7%2015.3c-1.97-1.46-3.25-3.78-3.25-6.42c0-.66.08-1.31.24-1.92c.12-.5-.48-.86-.84-.49a8.474%208.474%200%200%200%20.44%2012.24l-1.44%201.44c-.32.32-.09.85.35.85h6.29c.28%200%20.5-.22.5-.5v-6.29a.49.49%200%200%200-.84-.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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