pencil lock icon
pencil-lock-outline from Material Design Icons by Pictogrammers · Outline · Lock · Apache-2.0 Free for personal and commercial use.
- Name
- pencil-lock-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Lock
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More lock icons from Material Design Icons
Use the pencil lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.1 9l.9.9L7.9 19H7v-.9zm3.6-6c-.2 0-.5.1-.7.3l-1.8 1.8l3.7 3.8L22.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6 3.2L5 17.2V21h3.8l11-11.1zM8 5v-.5C8 3.1 6.9 2 5.5 2S3 3.1 3 4.5V5c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1h5c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1M7 5H4v-.5C4 3.7 4.7 3 5.5 3S7 3.7 7 4.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPencilLockOutline(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="m16.1 9l.9.9L7.9 19H7v-.9zm3.6-6c-.2 0-.5.1-.7.3l-1.8 1.8l3.7 3.8L22.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6 3.2L5 17.2V21h3.8l11-11.1zM8 5v-.5C8 3.1 6.9 2 5.5 2S3 3.1 3 4.5V5c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1h5c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1M7 5H4v-.5C4 3.7 4.7 3 5.5 3S7 3.7 7 4.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.1 9l.9.9L7.9 19H7v-.9zm3.6-6c-.2 0-.5.1-.7.3l-1.8 1.8l3.7 3.8L22.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6 3.2L5 17.2V21h3.8l11-11.1zM8 5v-.5C8 3.1 6.9 2 5.5 2S3 3.1 3 4.5V5c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1h5c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1M7 5H4v-.5C4 3.7 4.7 3 5.5 3S7 3.7 7 4.5z"/></svg> </template>
CSS
.icon-pencil-lock-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%22m16.1%209l.9.9L7.9%2019H7v-.9zm3.6-6c-.2%200-.5.1-.7.3l-1.8%201.8l3.7%203.8L22.7%207c.4-.4.4-1%200-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6%203.2L5%2017.2V21h3.8l11-11.1zM8%205v-.5C8%203.1%206.9%202%205.5%202S3%203.1%203%204.5V5c-.6%200-1%20.4-1%201v4c0%20.6.4%201%201%201h5c.6%200%201-.4%201-1V6c0-.6-.4-1-1-1M7%205H4v-.5C4%203.7%204.7%203%205.5%203S7%203.7%207%204.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%20d%3D%22m16.1%209l.9.9L7.9%2019H7v-.9zm3.6-6c-.2%200-.5.1-.7.3l-1.8%201.8l3.7%203.8L22.7%207c.4-.4.4-1%200-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6%203.2L5%2017.2V21h3.8l11-11.1zM8%205v-.5C8%203.1%206.9%202%205.5%202S3%203.1%203%204.5V5c-.6%200-1%20.4-1%201v4c0%20.6.4%201%201%201h5c.6%200%201-.4%201-1V6c0-.6-.4-1-1-1M7%205H4v-.5C4%203.7%204.7%203%205.5%203S7%203.7%207%204.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pencil-lock-outline.svg?color=%231a73e8&size=48