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

Name
lock-slash
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 slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.649 2.676c-5.532 0-10.407 3.351-11.883 9.82l3.187 3.188c.375-6.118 3.961-9.399 8.696-9.399c4.851 0 8.765 3.586 8.765 10.125v5.742H25.445l3.516 3.54h9.914c1.078 0 1.594.468 1.594 1.757v9.75l3.773 3.774V27.707c0-3.328-1.336-5.086-4.054-5.46v-5.321c0-9.586-6-14.25-12.54-14.25M46.82 52.62a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.555L9.18 9.895a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.554Zm-30.492-2.133h24.516l-3.54-3.515H16.47c-1.078 0-1.617-.586-1.617-1.805V27.449c0-1.101.398-1.617 1.218-1.734l-2.836-2.836c-1.43.82-2.156 2.414-2.156 4.828v17.227c0 3.82 1.735 5.554 5.25 5.554"/></svg>

React

import type { SVGProps } from "react";

export function F7LockSlash(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="M27.649 2.676c-5.532 0-10.407 3.351-11.883 9.82l3.187 3.188c.375-6.118 3.961-9.399 8.696-9.399c4.851 0 8.765 3.586 8.765 10.125v5.742H25.445l3.516 3.54h9.914c1.078 0 1.594.468 1.594 1.757v9.75l3.773 3.774V27.707c0-3.328-1.336-5.086-4.054-5.46v-5.321c0-9.586-6-14.25-12.54-14.25M46.82 52.62a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.555L9.18 9.895a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.554Zm-30.492-2.133h24.516l-3.54-3.515H16.47c-1.078 0-1.617-.586-1.617-1.805V27.449c0-1.101.398-1.617 1.218-1.734l-2.836-2.836c-1.43.82-2.156 2.414-2.156 4.828v17.227c0 3.82 1.735 5.554 5.25 5.554"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.649 2.676c-5.532 0-10.407 3.351-11.883 9.82l3.187 3.188c.375-6.118 3.961-9.399 8.696-9.399c4.851 0 8.765 3.586 8.765 10.125v5.742H25.445l3.516 3.54h9.914c1.078 0 1.594.468 1.594 1.757v9.75l3.773 3.774V27.707c0-3.328-1.336-5.086-4.054-5.46v-5.321c0-9.586-6-14.25-12.54-14.25M46.82 52.62a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.555L9.18 9.895a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.554Zm-30.492-2.133h24.516l-3.54-3.515H16.47c-1.078 0-1.617-.586-1.617-1.805V27.449c0-1.101.398-1.617 1.218-1.734l-2.836-2.836c-1.43.82-2.156 2.414-2.156 4.828v17.227c0 3.82 1.735 5.554 5.25 5.554"/></svg>
</template>

CSS

.icon-lock-slash {
  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%22M27.649%202.676c-5.532%200-10.407%203.351-11.883%209.82l3.187%203.188c.375-6.118%203.961-9.399%208.696-9.399c4.851%200%208.765%203.586%208.765%2010.125v5.742H25.445l3.516%203.54h9.914c1.078%200%201.594.468%201.594%201.757v9.75l3.773%203.774V27.707c0-3.328-1.336-5.086-4.054-5.46v-5.321c0-9.586-6-14.25-12.54-14.25M46.82%2052.62a1.81%201.81%200%200%200%202.555%200a1.81%201.81%200%200%200%200-2.555L9.18%209.895a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.875%200%202.554Zm-30.492-2.133h24.516l-3.54-3.515H16.47c-1.078%200-1.617-.586-1.617-1.805V27.449c0-1.101.398-1.617%201.218-1.734l-2.836-2.836c-1.43.82-2.156%202.414-2.156%204.828v17.227c0%203.82%201.735%205.554%205.25%205.554%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%22M27.649%202.676c-5.532%200-10.407%203.351-11.883%209.82l3.187%203.188c.375-6.118%203.961-9.399%208.696-9.399c4.851%200%208.765%203.586%208.765%2010.125v5.742H25.445l3.516%203.54h9.914c1.078%200%201.594.468%201.594%201.757v9.75l3.773%203.774V27.707c0-3.328-1.336-5.086-4.054-5.46v-5.321c0-9.586-6-14.25-12.54-14.25M46.82%2052.62a1.81%201.81%200%200%200%202.555%200a1.81%201.81%200%200%200%200-2.555L9.18%209.895a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.875%200%202.554Zm-30.492-2.133h24.516l-3.54-3.515H16.47c-1.078%200-1.617-.586-1.617-1.805V27.449c0-1.101.398-1.617%201.218-1.734l-2.836-2.836c-1.43.82-2.156%202.414-2.156%204.828v17.227c0%203.82%201.735%205.554%205.25%205.554%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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