password 2 off icon
password-2-off from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- password-2-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- password-2-off-outline, password-2-off-outline-sharp, password-2-off-sharp
1 other variant 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 password 2 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.405 12.635q-1.001 0-1.703-.705T2 10.218t.7-1.699t1.703-.692q1 0 1.703.696t.702 1.689q0 1.01-.701 1.716q-.701.707-1.702.707m13.49-.72q-.703-.701-.703-1.702t.701-1.703t1.702-.702t1.703.7t.702 1.703q0 1-.7 1.703t-1.703.702q-1 0-1.703-.701m-3.76-.592l-3.207-3.246q.228-.135.504-.202T12 7.808q1.002 0 1.703.7q.7.702.7 1.704q0 .303-.066.589t-.202.522m6.357 10.585l-3.677-3.677H3V17h12.585L2.092 3.508L2.8 2.8l18.4 18.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPassword2Off(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.405 12.635q-1.001 0-1.703-.705T2 10.218t.7-1.699t1.703-.692q1 0 1.703.696t.702 1.689q0 1.01-.701 1.716q-.701.707-1.702.707m13.49-.72q-.703-.701-.703-1.702t.701-1.703t1.702-.702t1.703.7t.702 1.703q0 1-.7 1.703t-1.703.702q-1 0-1.703-.701m-3.76-.592l-3.207-3.246q.228-.135.504-.202T12 7.808q1.002 0 1.703.7q.7.702.7 1.704q0 .303-.066.589t-.202.522m6.357 10.585l-3.677-3.677H3V17h12.585L2.092 3.508L2.8 2.8l18.4 18.4z"/></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.405 12.635q-1.001 0-1.703-.705T2 10.218t.7-1.699t1.703-.692q1 0 1.703.696t.702 1.689q0 1.01-.701 1.716q-.701.707-1.702.707m13.49-.72q-.703-.701-.703-1.702t.701-1.703t1.702-.702t1.703.7t.702 1.703q0 1-.7 1.703t-1.703.702q-1 0-1.703-.701m-3.76-.592l-3.207-3.246q.228-.135.504-.202T12 7.808q1.002 0 1.703.7q.7.702.7 1.704q0 .303-.066.589t-.202.522m6.357 10.585l-3.677-3.677H3V17h12.585L2.092 3.508L2.8 2.8l18.4 18.4z"/></svg> </template>
CSS
.icon-password-2-off {
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.405%2012.635q-1.001%200-1.703-.705T2%2010.218t.7-1.699t1.703-.692q1%200%201.703.696t.702%201.689q0%201.01-.701%201.716q-.701.707-1.702.707m13.49-.72q-.703-.701-.703-1.702t.701-1.703t1.702-.702t1.703.7t.702%201.703q0%201-.7%201.703t-1.703.702q-1%200-1.703-.701m-3.76-.592l-3.207-3.246q.228-.135.504-.202T12%207.808q1.002%200%201.703.7q.7.702.7%201.704q0%20.303-.066.589t-.202.522m6.357%2010.585l-3.677-3.677H3V17h12.585L2.092%203.508L2.8%202.8l18.4%2018.4z%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.405%2012.635q-1.001%200-1.703-.705T2%2010.218t.7-1.699t1.703-.692q1%200%201.703.696t.702%201.689q0%201.01-.701%201.716q-.701.707-1.702.707m13.49-.72q-.703-.701-.703-1.702t.701-1.703t1.702-.702t1.703.7t.702%201.703q0%201-.7%201.703t-1.703.702q-1%200-1.703-.701m-3.76-.592l-3.207-3.246q.228-.135.504-.202T12%207.808q1.002%200%201.703.7q.7.702.7%201.704q0%20.303-.066.589t-.202.522m6.357%2010.585l-3.677-3.677H3V17h12.585L2.092%203.508L2.8%202.8l18.4%2018.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/password-2-off.svg?color=%231a73e8&size=48