attachment lock icon
attachment-lock from Material Design Icons by Pictogrammers · Filled · Lock · Apache-2.0 Free for personal and commercial use.
- Name
- attachment-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 attachment lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13c-1.4 0-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0 1.2c.8 0 1.5.5 1.5 1.3V17h-3v-1.5c0-.8.7-1.3 1.5-1.3M7.5 5C4.5 5 2 7.5 2 10.5S4.5 16 7.5 16h5.7v-.5c0-.3 0-.7.1-1H7.5c-2.2 0-4-1.8-4-4s1.8-4 4-4H18c1.4 0 2.5 1.1 2.5 2.5c0 .9-.5 1.7-1.3 2.2c.6.1 1.1.4 1.6.7c.8-.8 1.2-1.8 1.2-2.9c0-2.2-1.8-4-4-4zm2 3C8.1 8 7 9.1 7 10.5S8.1 13 9.5 13H14q.75-1.05 1.8-1.5H9.5c-.6 0-1-.4-1-1s.4-1 1-1H17V8z"/></svg>
React
import type { SVGProps } from "react";
export function MdiAttachmentLock(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="M18 13c-1.4 0-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0 1.2c.8 0 1.5.5 1.5 1.3V17h-3v-1.5c0-.8.7-1.3 1.5-1.3M7.5 5C4.5 5 2 7.5 2 10.5S4.5 16 7.5 16h5.7v-.5c0-.3 0-.7.1-1H7.5c-2.2 0-4-1.8-4-4s1.8-4 4-4H18c1.4 0 2.5 1.1 2.5 2.5c0 .9-.5 1.7-1.3 2.2c.6.1 1.1.4 1.6.7c.8-.8 1.2-1.8 1.2-2.9c0-2.2-1.8-4-4-4zm2 3C8.1 8 7 9.1 7 10.5S8.1 13 9.5 13H14q.75-1.05 1.8-1.5H9.5c-.6 0-1-.4-1-1s.4-1 1-1H17V8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13c-1.4 0-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0 1.2c.8 0 1.5.5 1.5 1.3V17h-3v-1.5c0-.8.7-1.3 1.5-1.3M7.5 5C4.5 5 2 7.5 2 10.5S4.5 16 7.5 16h5.7v-.5c0-.3 0-.7.1-1H7.5c-2.2 0-4-1.8-4-4s1.8-4 4-4H18c1.4 0 2.5 1.1 2.5 2.5c0 .9-.5 1.7-1.3 2.2c.6.1 1.1.4 1.6.7c.8-.8 1.2-1.8 1.2-2.9c0-2.2-1.8-4-4-4zm2 3C8.1 8 7 9.1 7 10.5S8.1 13 9.5 13H14q.75-1.05 1.8-1.5H9.5c-.6 0-1-.4-1-1s.4-1 1-1H17V8z"/></svg> </template>
CSS
.icon-attachment-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%22M18%2013c-1.4%200-2.8%201.1-2.8%202.5V17c-.6%200-1.2.6-1.2%201.2v3.5c0%20.7.6%201.3%201.2%201.3h5.5c.7%200%201.3-.6%201.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0%201.2c.8%200%201.5.5%201.5%201.3V17h-3v-1.5c0-.8.7-1.3%201.5-1.3M7.5%205C4.5%205%202%207.5%202%2010.5S4.5%2016%207.5%2016h5.7v-.5c0-.3%200-.7.1-1H7.5c-2.2%200-4-1.8-4-4s1.8-4%204-4H18c1.4%200%202.5%201.1%202.5%202.5c0%20.9-.5%201.7-1.3%202.2c.6.1%201.1.4%201.6.7c.8-.8%201.2-1.8%201.2-2.9c0-2.2-1.8-4-4-4zm2%203C8.1%208%207%209.1%207%2010.5S8.1%2013%209.5%2013H14q.75-1.05%201.8-1.5H9.5c-.6%200-1-.4-1-1s.4-1%201-1H17V8z%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%22M18%2013c-1.4%200-2.8%201.1-2.8%202.5V17c-.6%200-1.2.6-1.2%201.2v3.5c0%20.7.6%201.3%201.2%201.3h5.5c.7%200%201.3-.6%201.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0%201.2c.8%200%201.5.5%201.5%201.3V17h-3v-1.5c0-.8.7-1.3%201.5-1.3M7.5%205C4.5%205%202%207.5%202%2010.5S4.5%2016%207.5%2016h5.7v-.5c0-.3%200-.7.1-1H7.5c-2.2%200-4-1.8-4-4s1.8-4%204-4H18c1.4%200%202.5%201.1%202.5%202.5c0%20.9-.5%201.7-1.3%202.2c.6.1%201.1.4%201.6.7c.8-.8%201.2-1.8%201.2-2.9c0-2.2-1.8-4-4-4zm2%203C8.1%208%207%209.1%207%2010.5S8.1%2013%209.5%2013H14q.75-1.05%201.8-1.5H9.5c-.6%200-1-.4-1-1s.4-1%201-1H17V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/attachment-lock.svg?color=%231a73e8&size=48