key-wireless from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
key-wireless
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the key wireless icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.9 5.9l1.4 1.4c3.1-3.1 8.2-3.1 11.3 0L19 5.9C15.2 2 8.8 2 4.9 5.9m2.9 2.9l1.4 1.4c1.6-1.6 4.1-1.6 5.7 0l1.4-1.4c-2.4-2.4-6.2-2.4-8.5 0m4 6.2c-.8-2.3-3.4-3.6-5.7-2.7S2.4 15.7 3.3 18s3.4 3.6 5.7 2.7c1.3-.5 2.3-1.5 2.7-2.7H15v3h3v-3h3v-3M7.5 18c-.8 0-1.5-.7-1.5-1.5S6.7 15 7.5 15s1.5.7 1.5 1.5S8.3 18 7.5 18"/></svg>

React

import type { SVGProps } from "react";

export function MdiKeyWireless(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="m4.9 5.9l1.4 1.4c3.1-3.1 8.2-3.1 11.3 0L19 5.9C15.2 2 8.8 2 4.9 5.9m2.9 2.9l1.4 1.4c1.6-1.6 4.1-1.6 5.7 0l1.4-1.4c-2.4-2.4-6.2-2.4-8.5 0m4 6.2c-.8-2.3-3.4-3.6-5.7-2.7S2.4 15.7 3.3 18s3.4 3.6 5.7 2.7c1.3-.5 2.3-1.5 2.7-2.7H15v3h3v-3h3v-3M7.5 18c-.8 0-1.5-.7-1.5-1.5S6.7 15 7.5 15s1.5.7 1.5 1.5S8.3 18 7.5 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.9 5.9l1.4 1.4c3.1-3.1 8.2-3.1 11.3 0L19 5.9C15.2 2 8.8 2 4.9 5.9m2.9 2.9l1.4 1.4c1.6-1.6 4.1-1.6 5.7 0l1.4-1.4c-2.4-2.4-6.2-2.4-8.5 0m4 6.2c-.8-2.3-3.4-3.6-5.7-2.7S2.4 15.7 3.3 18s3.4 3.6 5.7 2.7c1.3-.5 2.3-1.5 2.7-2.7H15v3h3v-3h3v-3M7.5 18c-.8 0-1.5-.7-1.5-1.5S6.7 15 7.5 15s1.5.7 1.5 1.5S8.3 18 7.5 18"/></svg>
</template>

CSS

.icon-key-wireless {
  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%22m4.9%205.9l1.4%201.4c3.1-3.1%208.2-3.1%2011.3%200L19%205.9C15.2%202%208.8%202%204.9%205.9m2.9%202.9l1.4%201.4c1.6-1.6%204.1-1.6%205.7%200l1.4-1.4c-2.4-2.4-6.2-2.4-8.5%200m4%206.2c-.8-2.3-3.4-3.6-5.7-2.7S2.4%2015.7%203.3%2018s3.4%203.6%205.7%202.7c1.3-.5%202.3-1.5%202.7-2.7H15v3h3v-3h3v-3M7.5%2018c-.8%200-1.5-.7-1.5-1.5S6.7%2015%207.5%2015s1.5.7%201.5%201.5S8.3%2018%207.5%2018%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%22m4.9%205.9l1.4%201.4c3.1-3.1%208.2-3.1%2011.3%200L19%205.9C15.2%202%208.8%202%204.9%205.9m2.9%202.9l1.4%201.4c1.6-1.6%204.1-1.6%205.7%200l1.4-1.4c-2.4-2.4-6.2-2.4-8.5%200m4%206.2c-.8-2.3-3.4-3.6-5.7-2.7S2.4%2015.7%203.3%2018s3.4%203.6%205.7%202.7c1.3-.5%202.3-1.5%202.7-2.7H15v3h3v-3h3v-3M7.5%2018c-.8%200-1.5-.7-1.5-1.5S6.7%2015%207.5%2015s1.5.7%201.5%201.5S8.3%2018%207.5%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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