wifi-settings from Material Design Icons by Pictogrammers · Filled · Settings · Apache-2.0 Free for personal and commercial use.

Name
wifi-settings
Set
Material Design Icons
Style
Filled
Category
Settings
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More settings icons from Material Design Icons

Use the wifi settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 20l-3.6-4.8c1-.75 2.25-1.2 3.6-1.2s2.6.45 3.6 1.2zm-7.2-9.6l1.8 2.4C8.1 11.67 9.97 11 12 11s3.9.67 5.4 1.8l1.8-2.4C17.19 8.89 14.7 8 12 8s-5.19.89-7.2 2.4M12 2C7.95 2 4.21 3.34 1.2 5.6L3 8c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3l1.8-2.4C19.79 3.34 16.05 2 12 2M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWifiSettings(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="m12 20l-3.6-4.8c1-.75 2.25-1.2 3.6-1.2s2.6.45 3.6 1.2zm-7.2-9.6l1.8 2.4C8.1 11.67 9.97 11 12 11s3.9.67 5.4 1.8l1.8-2.4C17.19 8.89 14.7 8 12 8s-5.19.89-7.2 2.4M12 2C7.95 2 4.21 3.34 1.2 5.6L3 8c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3l1.8-2.4C19.79 3.34 16.05 2 12 2M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 20l-3.6-4.8c1-.75 2.25-1.2 3.6-1.2s2.6.45 3.6 1.2zm-7.2-9.6l1.8 2.4C8.1 11.67 9.97 11 12 11s3.9.67 5.4 1.8l1.8-2.4C17.19 8.89 14.7 8 12 8s-5.19.89-7.2 2.4M12 2C7.95 2 4.21 3.34 1.2 5.6L3 8c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3l1.8-2.4C19.79 3.34 16.05 2 12 2M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg>
</template>

CSS

.icon-wifi-settings {
  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%22m12%2020l-3.6-4.8c1-.75%202.25-1.2%203.6-1.2s2.6.45%203.6%201.2zm-7.2-9.6l1.8%202.4C8.1%2011.67%209.97%2011%2012%2011s3.9.67%205.4%201.8l1.8-2.4C17.19%208.89%2014.7%208%2012%208s-5.19.89-7.2%202.4M12%202C7.95%202%204.21%203.34%201.2%205.6L3%208c2.5-1.88%205.62-3%209-3s6.5%201.12%209%203l1.8-2.4C19.79%203.34%2016.05%202%2012%202M7%2024h2v-2H7zm8%200h2v-2h-2zm-4%200h2v-2h-2z%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%22m12%2020l-3.6-4.8c1-.75%202.25-1.2%203.6-1.2s2.6.45%203.6%201.2zm-7.2-9.6l1.8%202.4C8.1%2011.67%209.97%2011%2012%2011s3.9.67%205.4%201.8l1.8-2.4C17.19%208.89%2014.7%208%2012%208s-5.19.89-7.2%202.4M12%202C7.95%202%204.21%203.34%201.2%205.6L3%208c2.5-1.88%205.62-3%209-3s6.5%201.12%209%203l1.8-2.4C19.79%203.34%2016.05%202%2012%202M7%2024h2v-2H7zm8%200h2v-2h-2zm-4%200h2v-2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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