lock-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
lock-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7.5 10V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V10"/><path fill="currentColor" fill-rule="evenodd" d="M17 9C19.2091 9 21 10.7909 21 13V19C21 21.2091 19.2091 23 17 23H7C4.79086 23 3 21.2091 3 19V13C3 10.7909 4.79086 9 7 9H17ZM12 14.5C11.1716 14.5 10.5 15.1716 10.5 16C10.5 16.8284 11.1716 17.5 12 17.5C12.8284 17.5 13.5 16.8284 13.5 16C13.5 15.1716 12.8284 14.5 12 14.5Z" clip-rule="evenodd" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsLockFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M7.5 10V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V10"/><path fill="currentColor" fillRule="evenodd" d="M17 9C19.2091 9 21 10.7909 21 13V19C21 21.2091 19.2091 23 17 23H7C4.79086 23 3 21.2091 3 19V13C3 10.7909 4.79086 9 7 9H17ZM12 14.5C11.1716 14.5 10.5 15.1716 10.5 16C10.5 16.8284 11.1716 17.5 12 17.5C12.8284 17.5 13.5 16.8284 13.5 16C13.5 15.1716 12.8284 14.5 12 14.5Z" clipRule="evenodd" stroke="none"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7.5 10V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V10"/><path fill="currentColor" fill-rule="evenodd" d="M17 9C19.2091 9 21 10.7909 21 13V19C21 21.2091 19.2091 23 17 23H7C4.79086 23 3 21.2091 3 19V13C3 10.7909 4.79086 9 7 9H17ZM12 14.5C11.1716 14.5 10.5 15.1716 10.5 16C10.5 16.8284 11.1716 17.5 12 17.5C12.8284 17.5 13.5 16.8284 13.5 16C13.5 15.1716 12.8284 14.5 12 14.5Z" clip-rule="evenodd" stroke="none"/></g></svg>
</template>

CSS

.icon-lock-fill {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7.5%2010V6.5C7.5%204.01472%209.51472%202%2012%202C14.4853%202%2016.5%204.01472%2016.5%206.5V10%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17%209C19.2091%209%2021%2010.7909%2021%2013V19C21%2021.2091%2019.2091%2023%2017%2023H7C4.79086%2023%203%2021.2091%203%2019V13C3%2010.7909%204.79086%209%207%209H17ZM12%2014.5C11.1716%2014.5%2010.5%2015.1716%2010.5%2016C10.5%2016.8284%2011.1716%2017.5%2012%2017.5C12.8284%2017.5%2013.5%2016.8284%2013.5%2016C13.5%2015.1716%2012.8284%2014.5%2012%2014.5Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7.5%2010V6.5C7.5%204.01472%209.51472%202%2012%202C14.4853%202%2016.5%204.01472%2016.5%206.5V10%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17%209C19.2091%209%2021%2010.7909%2021%2013V19C21%2021.2091%2019.2091%2023%2017%2023H7C4.79086%2023%203%2021.2091%203%2019V13C3%2010.7909%204.79086%209%207%209H17ZM12%2014.5C11.1716%2014.5%2010.5%2015.1716%2010.5%2016C10.5%2016.8284%2011.1716%2017.5%2012%2017.5C12.8284%2017.5%2013.5%2016.8284%2013.5%2016C13.5%2015.1716%2012.8284%2014.5%2012%2014.5Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/lock-fill.svg?color=%231a73e8&size=48