lock off icon
lock-off-outline from Material Design Icons by Pictogrammers · Outline · Lock · Apache-2.0 Free for personal and commercial use.
- Name
- lock-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Lock
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- encryption-off-outline, not-protected-outline, password-off-outline, unsecure-outline
1 other variant in Material Design Icons
The same icon in other sets
More lock icons from Material Design Icons
Use the lock off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5.82L7.36 4.16A4.99 4.99 0 0 1 12 1c2.76 0 5 2.24 5 5v2h1a2 2 0 0 1 2 2v6.8l-2-2V10h-4.8l-2-2H15V6c0-1.66-1.34-3-3-3c-1.59 0-2.89 1.25-3 2.82m13.11 15.64l-1.27 1.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h.11l-5-5l1.28-1.27zM18 19.89l-4.15-4.15C13.56 16.5 12.84 17 12 17a2 2 0 0 1-2-2c0-.85.5-1.56 1.26-1.85L8.11 10H6v10h12z"/></svg>
React
import type { SVGProps } from "react";
export function MdiLockOffOutline(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="M9 5.82L7.36 4.16A4.99 4.99 0 0 1 12 1c2.76 0 5 2.24 5 5v2h1a2 2 0 0 1 2 2v6.8l-2-2V10h-4.8l-2-2H15V6c0-1.66-1.34-3-3-3c-1.59 0-2.89 1.25-3 2.82m13.11 15.64l-1.27 1.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h.11l-5-5l1.28-1.27zM18 19.89l-4.15-4.15C13.56 16.5 12.84 17 12 17a2 2 0 0 1-2-2c0-.85.5-1.56 1.26-1.85L8.11 10H6v10h12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5.82L7.36 4.16A4.99 4.99 0 0 1 12 1c2.76 0 5 2.24 5 5v2h1a2 2 0 0 1 2 2v6.8l-2-2V10h-4.8l-2-2H15V6c0-1.66-1.34-3-3-3c-1.59 0-2.89 1.25-3 2.82m13.11 15.64l-1.27 1.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h.11l-5-5l1.28-1.27zM18 19.89l-4.15-4.15C13.56 16.5 12.84 17 12 17a2 2 0 0 1-2-2c0-.85.5-1.56 1.26-1.85L8.11 10H6v10h12z"/></svg> </template>
CSS
.icon-lock-off-outline {
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%22M9%205.82L7.36%204.16A4.99%204.99%200%200%201%2012%201c2.76%200%205%202.24%205%205v2h1a2%202%200%200%201%202%202v6.8l-2-2V10h-4.8l-2-2H15V6c0-1.66-1.34-3-3-3c-1.59%200-2.89%201.25-3%202.82m13.11%2015.64l-1.27%201.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6a2%202%200%200%201-2-2V10c0-1.11.89-2%202-2h.11l-5-5l1.28-1.27zM18%2019.89l-4.15-4.15C13.56%2016.5%2012.84%2017%2012%2017a2%202%200%200%201-2-2c0-.85.5-1.56%201.26-1.85L8.11%2010H6v10h12z%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%22M9%205.82L7.36%204.16A4.99%204.99%200%200%201%2012%201c2.76%200%205%202.24%205%205v2h1a2%202%200%200%201%202%202v6.8l-2-2V10h-4.8l-2-2H15V6c0-1.66-1.34-3-3-3c-1.59%200-2.89%201.25-3%202.82m13.11%2015.64l-1.27%201.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6a2%202%200%200%201-2-2V10c0-1.11.89-2%202-2h.11l-5-5l1.28-1.27zM18%2019.89l-4.15-4.15C13.56%2016.5%2012.84%2017%2012%2017a2%202%200%200%201-2-2c0-.85.5-1.56%201.26-1.85L8.11%2010H6v10h12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lock-off-outline.svg?color=%231a73e8&size=48