round wifi password icon

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

Name
round-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 round 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="M18.49 12.13A10.9 10.9 0 0 0 12 10c-2.43 0-4.67.79-6.49 2.13c-.72.53-.76 1.6-.13 2.24c.53.54 1.37.57 1.98.12A7.93 7.93 0 0 1 12 13c1.73 0 3.33.55 4.64 1.49c.62.44 1.45.41 1.98-.12c.64-.64.6-1.71-.13-2.24m4.31-4.24C19.86 5.46 16.1 4 12 4S4.14 5.46 1.2 7.89c-.67.55-.71 1.58-.09 2.21c.55.55 1.42.58 2.02.09a13.93 13.93 0 0 1 17.74 0c.6.49 1.47.46 2.02-.09c.62-.63.58-1.66-.09-2.21M12 16c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m11 3v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWifiPassword(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="M18.49 12.13A10.9 10.9 0 0 0 12 10c-2.43 0-4.67.79-6.49 2.13c-.72.53-.76 1.6-.13 2.24c.53.54 1.37.57 1.98.12A7.93 7.93 0 0 1 12 13c1.73 0 3.33.55 4.64 1.49c.62.44 1.45.41 1.98-.12c.64-.64.6-1.71-.13-2.24m4.31-4.24C19.86 5.46 16.1 4 12 4S4.14 5.46 1.2 7.89c-.67.55-.71 1.58-.09 2.21c.55.55 1.42.58 2.02.09a13.93 13.93 0 0 1 17.74 0c.6.49 1.47.46 2.02-.09c.62-.63.58-1.66-.09-2.21M12 16c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m11 3v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.49 12.13A10.9 10.9 0 0 0 12 10c-2.43 0-4.67.79-6.49 2.13c-.72.53-.76 1.6-.13 2.24c.53.54 1.37.57 1.98.12A7.93 7.93 0 0 1 12 13c1.73 0 3.33.55 4.64 1.49c.62.44 1.45.41 1.98-.12c.64-.64.6-1.71-.13-2.24m4.31-4.24C19.86 5.46 16.1 4 12 4S4.14 5.46 1.2 7.89c-.67.55-.71 1.58-.09 2.21c.55.55 1.42.58 2.02.09a13.93 13.93 0 0 1 17.74 0c.6.49 1.47.46 2.02-.09c.62-.63.58-1.66-.09-2.21M12 16c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m11 3v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
</template>

CSS

.icon-round-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%22M18.49%2012.13A10.9%2010.9%200%200%200%2012%2010c-2.43%200-4.67.79-6.49%202.13c-.72.53-.76%201.6-.13%202.24c.53.54%201.37.57%201.98.12A7.93%207.93%200%200%201%2012%2013c1.73%200%203.33.55%204.64%201.49c.62.44%201.45.41%201.98-.12c.64-.64.6-1.71-.13-2.24m4.31-4.24C19.86%205.46%2016.1%204%2012%204S4.14%205.46%201.2%207.89c-.67.55-.71%201.58-.09%202.21c.55.55%201.42.58%202.02.09a13.93%2013.93%200%200%201%2017.74%200c.6.49%201.47.46%202.02-.09c.62-.63.58-1.66-.09-2.21M12%2016c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m11%203v-1c0-1.1-.9-2-2-2s-2%20.9-2%202v1c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-3c0-.55-.45-1-1-1m-1%200h-2v-1c0-.55.45-1%201-1s1%20.45%201%201z%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%22M18.49%2012.13A10.9%2010.9%200%200%200%2012%2010c-2.43%200-4.67.79-6.49%202.13c-.72.53-.76%201.6-.13%202.24c.53.54%201.37.57%201.98.12A7.93%207.93%200%200%201%2012%2013c1.73%200%203.33.55%204.64%201.49c.62.44%201.45.41%201.98-.12c.64-.64.6-1.71-.13-2.24m4.31-4.24C19.86%205.46%2016.1%204%2012%204S4.14%205.46%201.2%207.89c-.67.55-.71%201.58-.09%202.21c.55.55%201.42.58%202.02.09a13.93%2013.93%200%200%201%2017.74%200c.6.49%201.47.46%202.02-.09c.62-.63.58-1.66-.09-2.21M12%2016c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m11%203v-1c0-1.1-.9-2-2-2s-2%20.9-2%202v1c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-3c0-.55-.45-1-1-1m-1%200h-2v-1c0-.55.45-1%201-1s1%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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