lock from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
lock
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4.094c-6.54 0-12.516 4.664-12.516 14.25v5.32c-2.718.375-4.078 2.133-4.078 5.461v17.227c0 3.82 1.758 5.554 5.274 5.554h22.64c3.516 0 5.274-1.734 5.274-5.554V29.125c0-3.328-1.36-5.086-4.078-5.46v-5.321c0-9.586-5.977-14.25-12.516-14.25m-8.742 13.734c0-6.539 3.89-10.125 8.742-10.125c4.828 0 8.742 3.586 8.742 10.125v5.742H19.258Zm19.945 9.281c1.102 0 1.617.47 1.617 1.758v17.719c0 1.312-.515 1.805-1.617 1.805H16.797c-1.078 0-1.617-.493-1.617-1.805V28.867c0-1.289.539-1.758 1.617-1.758Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Lock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4.094c-6.54 0-12.516 4.664-12.516 14.25v5.32c-2.718.375-4.078 2.133-4.078 5.461v17.227c0 3.82 1.758 5.554 5.274 5.554h22.64c3.516 0 5.274-1.734 5.274-5.554V29.125c0-3.328-1.36-5.086-4.078-5.46v-5.321c0-9.586-5.977-14.25-12.516-14.25m-8.742 13.734c0-6.539 3.89-10.125 8.742-10.125c4.828 0 8.742 3.586 8.742 10.125v5.742H19.258Zm19.945 9.281c1.102 0 1.617.47 1.617 1.758v17.719c0 1.312-.515 1.805-1.617 1.805H16.797c-1.078 0-1.617-.493-1.617-1.805V28.867c0-1.289.539-1.758 1.617-1.758Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4.094c-6.54 0-12.516 4.664-12.516 14.25v5.32c-2.718.375-4.078 2.133-4.078 5.461v17.227c0 3.82 1.758 5.554 5.274 5.554h22.64c3.516 0 5.274-1.734 5.274-5.554V29.125c0-3.328-1.36-5.086-4.078-5.46v-5.321c0-9.586-5.977-14.25-12.516-14.25m-8.742 13.734c0-6.539 3.89-10.125 8.742-10.125c4.828 0 8.742 3.586 8.742 10.125v5.742H19.258Zm19.945 9.281c1.102 0 1.617.47 1.617 1.758v17.719c0 1.312-.515 1.805-1.617 1.805H16.797c-1.078 0-1.617-.493-1.617-1.805V28.867c0-1.289.539-1.758 1.617-1.758Z"/></svg>
</template>

CSS

.icon-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%204.094c-6.54%200-12.516%204.664-12.516%2014.25v5.32c-2.718.375-4.078%202.133-4.078%205.461v17.227c0%203.82%201.758%205.554%205.274%205.554h22.64c3.516%200%205.274-1.734%205.274-5.554V29.125c0-3.328-1.36-5.086-4.078-5.46v-5.321c0-9.586-5.977-14.25-12.516-14.25m-8.742%2013.734c0-6.539%203.89-10.125%208.742-10.125c4.828%200%208.742%203.586%208.742%2010.125v5.742H19.258Zm19.945%209.281c1.102%200%201.617.47%201.617%201.758v17.719c0%201.312-.515%201.805-1.617%201.805H16.797c-1.078%200-1.617-.493-1.617-1.805V28.867c0-1.289.539-1.758%201.617-1.758Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%204.094c-6.54%200-12.516%204.664-12.516%2014.25v5.32c-2.718.375-4.078%202.133-4.078%205.461v17.227c0%203.82%201.758%205.554%205.274%205.554h22.64c3.516%200%205.274-1.734%205.274-5.554V29.125c0-3.328-1.36-5.086-4.078-5.46v-5.321c0-9.586-5.977-14.25-12.516-14.25m-8.742%2013.734c0-6.539%203.89-10.125%208.742-10.125c4.828%200%208.742%203.586%208.742%2010.125v5.742H19.258Zm19.945%209.281c1.102%200%201.617.47%201.617%201.758v17.719c0%201.312-.515%201.805-1.617%201.805H16.797c-1.078%200-1.617-.493-1.617-1.805V28.867c0-1.289.539-1.758%201.617-1.758Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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