twotone signal wifi 2 bar lock icon

twotone-signal-wifi-2-bar-lock from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-signal-wifi-2-bar-lock
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone signal wifi 2 bar lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity=".3" d="M15.5 14.5c0-2.8 2.2-5 5-5c.36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36z"/><path fill="currentColor" d="M15.5 14.5c0-1.34.51-2.53 1.34-3.42C15.62 10.51 13.98 10 12 10c-4.1 0-6.8 2.2-7.2 2.5l7.2 9l3.5-4.38zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1m-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSignalWifi2BarLock(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" fillOpacity=".3" d="M15.5 14.5c0-2.8 2.2-5 5-5c.36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36z"/><path fill="currentColor" d="M15.5 14.5c0-1.34.51-2.53 1.34-3.42C15.62 10.51 13.98 10 12 10c-4.1 0-6.8 2.2-7.2 2.5l7.2 9l3.5-4.38zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1m-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity=".3" d="M15.5 14.5c0-2.8 2.2-5 5-5c.36 0 .71.04 1.05.11L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5l3.5-4.36z"/><path fill="currentColor" d="M15.5 14.5c0-1.34.51-2.53 1.34-3.42C15.62 10.51 13.98 10 12 10c-4.1 0-6.8 2.2-7.2 2.5l7.2 9l3.5-4.38zM23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1m-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5z"/></svg>
</template>

CSS

.icon-twotone-signal-wifi-2-bar-lock {
  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%20fill-opacity%3D%22.3%22%20d%3D%22M15.5%2014.5c0-2.8%202.2-5%205-5c.36%200%20.71.04%201.05.11L23.64%207c-.45-.34-4.93-4-11.64-4C5.28%203%20.81%206.66.36%207L12%2021.5l3.5-4.36z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2014.5c0-1.34.51-2.53%201.34-3.42C15.62%2010.51%2013.98%2010%2012%2010c-4.1%200-6.8%202.2-7.2%202.5l7.2%209l3.5-4.38zM23%2016v-1.5c0-1.4-1.1-2.5-2.5-2.5S18%2013.1%2018%2014.5V16c-.5%200-1%20.5-1%201v4c0%20.5.5%201%201%201h5c.5%200%201-.5%201-1v-4c0-.5-.5-1-1-1m-1%200h-3v-1.5c0-.8.7-1.5%201.5-1.5s1.5.7%201.5%201.5z%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%20fill-opacity%3D%22.3%22%20d%3D%22M15.5%2014.5c0-2.8%202.2-5%205-5c.36%200%20.71.04%201.05.11L23.64%207c-.45-.34-4.93-4-11.64-4C5.28%203%20.81%206.66.36%207L12%2021.5l3.5-4.36z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2014.5c0-1.34.51-2.53%201.34-3.42C15.62%2010.51%2013.98%2010%2012%2010c-4.1%200-6.8%202.2-7.2%202.5l7.2%209l3.5-4.38zM23%2016v-1.5c0-1.4-1.1-2.5-2.5-2.5S18%2013.1%2018%2014.5V16c-.5%200-1%20.5-1%201v4c0%20.5.5%201%201%201h5c.5%200%201-.5%201-1v-4c0-.5-.5-1-1-1m-1%200h-3v-1.5c0-.8.7-1.5%201.5-1.5s1.5.7%201.5%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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