network wifi 3 bar locked icon
network-wifi-3-bar-locked-outline-rounded from Material Symbols Light by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- network-wifi-3-bar-locked-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the network wifi 3 bar locked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6q-2.525 0-4.837.788T2.9 9.05l2.9 2.9q1.325-.95 2.9-1.487t3.3-.538q.607 0 1.17.075t1.117.214q.323.072.383.414t-.249.547q-1.025.839-1.646 2.118t-.621 2.97q0 .287.04.556t.148.545t.216.543q.107.269.107.564q0 .304-.216.478q-.217.174-.52.174q-.177 0-.342-.061t-.32-.218L2.256 9.833q-.16-.16-.236-.353t-.076-.4q0-.224.101-.436q.101-.211.292-.371q2.092-1.606 4.558-2.44Q9.362 5 12 5t5.105.834q2.466.833 4.558 2.439q.19.16.292.37q.1.211.1.435q0 .21-.075.403t-.236.352l-.982.977q-.146.151-.347.158t-.367-.158t-.156-.36t.156-.354L21.1 9.05q-1.95-1.475-4.262-2.262T12 6m4.39 13.577q-.392 0-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51 1.259-.51t1.259.51t.51 1.26v1h.097q.375 0 .63.265q.254.265.254.658v2.696q0 .383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNetworkWifi3BarLockedOutlineRounded(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 6q-2.525 0-4.837.788T2.9 9.05l2.9 2.9q1.325-.95 2.9-1.487t3.3-.538q.607 0 1.17.075t1.117.214q.323.072.383.414t-.249.547q-1.025.839-1.646 2.118t-.621 2.97q0 .287.04.556t.148.545t.216.543q.107.269.107.564q0 .304-.216.478q-.217.174-.52.174q-.177 0-.342-.061t-.32-.218L2.256 9.833q-.16-.16-.236-.353t-.076-.4q0-.224.101-.436q.101-.211.292-.371q2.092-1.606 4.558-2.44Q9.362 5 12 5t5.105.834q2.466.833 4.558 2.439q.19.16.292.37q.1.211.1.435q0 .21-.075.403t-.236.352l-.982.977q-.146.151-.347.158t-.367-.158t-.156-.36t.156-.354L21.1 9.05q-1.95-1.475-4.262-2.262T12 6m4.39 13.577q-.392 0-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51 1.259-.51t1.259.51t.51 1.26v1h.097q.375 0 .63.265q.254.265.254.658v2.696q0 .383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712z"/></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 6q-2.525 0-4.837.788T2.9 9.05l2.9 2.9q1.325-.95 2.9-1.487t3.3-.538q.607 0 1.17.075t1.117.214q.323.072.383.414t-.249.547q-1.025.839-1.646 2.118t-.621 2.97q0 .287.04.556t.148.545t.216.543q.107.269.107.564q0 .304-.216.478q-.217.174-.52.174q-.177 0-.342-.061t-.32-.218L2.256 9.833q-.16-.16-.236-.353t-.076-.4q0-.224.101-.436q.101-.211.292-.371q2.092-1.606 4.558-2.44Q9.362 5 12 5t5.105.834q2.466.833 4.558 2.439q.19.16.292.37q.1.211.1.435q0 .21-.075.403t-.236.352l-.982.977q-.146.151-.347.158t-.367-.158t-.156-.36t.156-.354L21.1 9.05q-1.95-1.475-4.262-2.262T12 6m4.39 13.577q-.392 0-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51 1.259-.51t1.259.51t.51 1.26v1h.097q.375 0 .63.265q.254.265.254.658v2.696q0 .383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712z"/></svg> </template>
CSS
.icon-network-wifi-3-bar-locked-outline-rounded {
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%206q-2.525%200-4.837.788T2.9%209.05l2.9%202.9q1.325-.95%202.9-1.487t3.3-.538q.607%200%201.17.075t1.117.214q.323.072.383.414t-.249.547q-1.025.839-1.646%202.118t-.621%202.97q0%20.287.04.556t.148.545t.216.543q.107.269.107.564q0%20.304-.216.478q-.217.174-.52.174q-.177%200-.342-.061t-.32-.218L2.256%209.833q-.16-.16-.236-.353t-.076-.4q0-.224.101-.436q.101-.211.292-.371q2.092-1.606%204.558-2.44Q9.362%205%2012%205t5.105.834q2.466.833%204.558%202.439q.19.16.292.37q.1.211.1.435q0%20.21-.075.403t-.236.352l-.982.977q-.146.151-.347.158t-.367-.158t-.156-.36t.156-.354L21.1%209.05q-1.95-1.475-4.262-2.262T12%206m4.39%2013.577q-.392%200-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51%201.259-.51t1.259.51t.51%201.26v1h.097q.375%200%20.63.265q.254.265.254.658v2.696q0%20.383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712z%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%206q-2.525%200-4.837.788T2.9%209.05l2.9%202.9q1.325-.95%202.9-1.487t3.3-.538q.607%200%201.17.075t1.117.214q.323.072.383.414t-.249.547q-1.025.839-1.646%202.118t-.621%202.97q0%20.287.04.556t.148.545t.216.543q.107.269.107.564q0%20.304-.216.478q-.217.174-.52.174q-.177%200-.342-.061t-.32-.218L2.256%209.833q-.16-.16-.236-.353t-.076-.4q0-.224.101-.436q.101-.211.292-.371q2.092-1.606%204.558-2.44Q9.362%205%2012%205t5.105.834q2.466.833%204.558%202.439q.19.16.292.37q.1.211.1.435q0%20.21-.075.403t-.236.352l-.982.977q-.146.151-.347.158t-.367-.158t-.156-.36t.156-.354L21.1%209.05q-1.95-1.475-4.262-2.262T12%206m4.39%2013.577q-.392%200-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51%201.259-.51t1.259.51t.51%201.26v1h.097q.375%200%20.63.265q.254.265.254.658v2.696q0%20.383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/network-wifi-3-bar-locked-outline-rounded.svg?color=%231a73e8&size=48