sharp wifi password icon

sharp-wifi-password from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
sharp-wifi-password
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the sharp wifi password icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m24 8.98l-2.12 2.13C19.35 8.57 15.85 7 12 7s-7.35 1.57-9.88 4.11L0 8.98C3.07 5.9 7.31 4 12 4s8.93 1.9 12 4.98M4.24 13.22l2.12 2.12A7.97 7.97 0 0 1 12 13c2.2 0 4.2.9 5.64 2.35l2.12-2.12C17.78 11.23 15.03 10 12 10s-5.78 1.23-7.76 3.22M24 19v5h-6v-5h1v-1c0-1.1.9-2 2-2s2 .9 2 2v1zm-2-1c0-.55-.45-1-1-1s-1 .45-1 1v1h2zm-10-2c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54A4.98 4.98 0 0 0 12 16"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpWifiPassword(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="m24 8.98l-2.12 2.13C19.35 8.57 15.85 7 12 7s-7.35 1.57-9.88 4.11L0 8.98C3.07 5.9 7.31 4 12 4s8.93 1.9 12 4.98M4.24 13.22l2.12 2.12A7.97 7.97 0 0 1 12 13c2.2 0 4.2.9 5.64 2.35l2.12-2.12C17.78 11.23 15.03 10 12 10s-5.78 1.23-7.76 3.22M24 19v5h-6v-5h1v-1c0-1.1.9-2 2-2s2 .9 2 2v1zm-2-1c0-.55-.45-1-1-1s-1 .45-1 1v1h2zm-10-2c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54A4.98 4.98 0 0 0 12 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m24 8.98l-2.12 2.13C19.35 8.57 15.85 7 12 7s-7.35 1.57-9.88 4.11L0 8.98C3.07 5.9 7.31 4 12 4s8.93 1.9 12 4.98M4.24 13.22l2.12 2.12A7.97 7.97 0 0 1 12 13c2.2 0 4.2.9 5.64 2.35l2.12-2.12C17.78 11.23 15.03 10 12 10s-5.78 1.23-7.76 3.22M24 19v5h-6v-5h1v-1c0-1.1.9-2 2-2s2 .9 2 2v1zm-2-1c0-.55-.45-1-1-1s-1 .45-1 1v1h2zm-10-2c-1.38 0-2.63.56-3.53 1.46L12 21l3.53-3.54A4.98 4.98 0 0 0 12 16"/></svg>
</template>

CSS

.icon-sharp-wifi-password {
  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%22m24%208.98l-2.12%202.13C19.35%208.57%2015.85%207%2012%207s-7.35%201.57-9.88%204.11L0%208.98C3.07%205.9%207.31%204%2012%204s8.93%201.9%2012%204.98M4.24%2013.22l2.12%202.12A7.97%207.97%200%200%201%2012%2013c2.2%200%204.2.9%205.64%202.35l2.12-2.12C17.78%2011.23%2015.03%2010%2012%2010s-5.78%201.23-7.76%203.22M24%2019v5h-6v-5h1v-1c0-1.1.9-2%202-2s2%20.9%202%202v1zm-2-1c0-.55-.45-1-1-1s-1%20.45-1%201v1h2zm-10-2c-1.38%200-2.63.56-3.53%201.46L12%2021l3.53-3.54A4.98%204.98%200%200%200%2012%2016%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%22m24%208.98l-2.12%202.13C19.35%208.57%2015.85%207%2012%207s-7.35%201.57-9.88%204.11L0%208.98C3.07%205.9%207.31%204%2012%204s8.93%201.9%2012%204.98M4.24%2013.22l2.12%202.12A7.97%207.97%200%200%201%2012%2013c2.2%200%204.2.9%205.64%202.35l2.12-2.12C17.78%2011.23%2015.03%2010%2012%2010s-5.78%201.23-7.76%203.22M24%2019v5h-6v-5h1v-1c0-1.1.9-2%202-2s2%20.9%202%202v1zm-2-1c0-.55-.45-1-1-1s-1%20.45-1%201v1h2zm-10-2c-1.38%200-2.63.56-3.53%201.46L12%2021l3.53-3.54A4.98%204.98%200%200%200%2012%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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