message text lock icon
message-text-lock from Material Design Icons by Pictogrammers · Filled · Lock · Apache-2.0 Free for personal and commercial use.
- Name
- message-text-lock
- Set
- Material Design Icons
- Style
- Filled
- Category
- Lock
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- message-text-secure
1 other variant in Material Design Icons
More lock icons from Material Design Icons
Use the message text lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 0A2.5 2.5 0 0 0 18 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 20.5 0m0 1A1.5 1.5 0 0 1 22 2.5V3h-3v-.5A1.5 1.5 0 0 1 20.5 1M4 2a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2v-5h-5c-1.11 0-2-.89-2-2V2zm2 4h7v2H6zm0 3h7v2H6zm0 3h8v2H6z"/></svg>
React
import type { SVGProps } from "react";
export function MdiMessageTextLock(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="M20.5 0A2.5 2.5 0 0 0 18 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 20.5 0m0 1A1.5 1.5 0 0 1 22 2.5V3h-3v-.5A1.5 1.5 0 0 1 20.5 1M4 2a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2v-5h-5c-1.11 0-2-.89-2-2V2zm2 4h7v2H6zm0 3h7v2H6zm0 3h8v2H6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 0A2.5 2.5 0 0 0 18 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 20.5 0m0 1A1.5 1.5 0 0 1 22 2.5V3h-3v-.5A1.5 1.5 0 0 1 20.5 1M4 2a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2v-5h-5c-1.11 0-2-.89-2-2V2zm2 4h7v2H6zm0 3h7v2H6zm0 3h8v2H6z"/></svg> </template>
CSS
.icon-message-text-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%20d%3D%22M20.5%200A2.5%202.5%200%200%200%2018%202.5V3a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1v-.5A2.5%202.5%200%200%200%2020.5%200m0%201A1.5%201.5%200%200%201%2022%202.5V3h-3v-.5A1.5%201.5%200%200%201%2020.5%201M4%202a2%202%200%200%200-2%202v18l4-4h14a2%202%200%200%200%202-2v-5h-5c-1.11%200-2-.89-2-2V2zm2%204h7v2H6zm0%203h7v2H6zm0%203h8v2H6z%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%22M20.5%200A2.5%202.5%200%200%200%2018%202.5V3a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1v-.5A2.5%202.5%200%200%200%2020.5%200m0%201A1.5%201.5%200%200%201%2022%202.5V3h-3v-.5A1.5%201.5%200%200%201%2020.5%201M4%202a2%202%200%200%200-2%202v18l4-4h14a2%202%200%200%200%202-2v-5h-5c-1.11%200-2-.89-2-2V2zm2%204h7v2H6zm0%203h7v2H6zm0%203h8v2H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/message-text-lock.svg?color=%231a73e8&size=48