pen lock icon
pen-lock from Material Design Icons by Pictogrammers · Filled · Lock · Apache-2.0 Free for personal and commercial use.
- Name
- pen-lock
- Set
- Material Design Icons
- Style
- Filled
- Category
- Lock
- Viewbox
- 24×24
- License
- Apache 2.0
More lock icons from Material Design Icons
Use the pen lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4c0 .5-.5 1-1 1.5L17.4 16L16 14.7l4.2-4.2l-1-1l-1.4 1.4L14 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M4 17.2l9.6-9.6l3.7 3.8L7.8 21H4zM8 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 MdiPenLock(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="M21.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4c0 .5-.5 1-1 1.5L17.4 16L16 14.7l4.2-4.2l-1-1l-1.4 1.4L14 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M4 17.2l9.6-9.6l3.7 3.8L7.8 21H4zM8 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="M21.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4c0 .5-.5 1-1 1.5L17.4 16L16 14.7l4.2-4.2l-1-1l-1.4 1.4L14 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M4 17.2l9.6-9.6l3.7 3.8L7.8 21H4zM8 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-pen-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%22M21.7%207c-.3.4-.7.7-.7%201s.3.6.6%201c.5.5%201%20.9.9%201.4c0%20.5-.5%201-1%201.5L17.4%2016L16%2014.7l4.2-4.2l-1-1l-1.4%201.4L14%207.1l4-3.8c.4-.4%201-.4%201.4%200l2.3%202.3c.4.4.4%201.1%200%201.4M4%2017.2l9.6-9.6l3.7%203.8L7.8%2021H4zM8%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%22M21.7%207c-.3.4-.7.7-.7%201s.3.6.6%201c.5.5%201%20.9.9%201.4c0%20.5-.5%201-1%201.5L17.4%2016L16%2014.7l4.2-4.2l-1-1l-1.4%201.4L14%207.1l4-3.8c.4-.4%201-.4%201.4%200l2.3%202.3c.4.4.4%201.1%200%201.4M4%2017.2l9.6-9.6l3.7%203.8L7.8%2021H4zM8%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/pen-lock.svg?color=%231a73e8&size=48