lock slash icon
lock-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- lock-slash-fill
- Set
- Framework7 Icons
- Style
- Fill
- 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 6.285c4.851 0 8.765 3.586 8.765 10.125v6.024l-10.523.023l18.047 18.07V27.355c0-3.023-1.243-4.593-3.75-4.875v-5.554c0-9.586-6-14.25-12.54-14.25c-5.507 0-10.335 3.328-11.835 9.726l3.14 3.141c.445-6.023 4.008-9.258 8.696-9.258M46.82 52.621a1.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.796-2.46h23.273q.633 0 1.125-.071l-27-27.024c-1.36.704-2.04 2.086-2.04 4.313v17.883c0 3.375 1.524 4.898 4.641 4.898"/></svg>
React
import type { SVGProps } from "react";
export function F7LockSlashFill(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 6.285c4.851 0 8.765 3.586 8.765 10.125v6.024l-10.523.023l18.047 18.07V27.355c0-3.023-1.243-4.593-3.75-4.875v-5.554c0-9.586-6-14.25-12.54-14.25c-5.507 0-10.335 3.328-11.835 9.726l3.14 3.141c.445-6.023 4.008-9.258 8.696-9.258M46.82 52.621a1.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.796-2.46h23.273q.633 0 1.125-.071l-27-27.024c-1.36.704-2.04 2.086-2.04 4.313v17.883c0 3.375 1.524 4.898 4.641 4.898"/></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 6.285c4.851 0 8.765 3.586 8.765 10.125v6.024l-10.523.023l18.047 18.07V27.355c0-3.023-1.243-4.593-3.75-4.875v-5.554c0-9.586-6-14.25-12.54-14.25c-5.507 0-10.335 3.328-11.835 9.726l3.14 3.141c.445-6.023 4.008-9.258 8.696-9.258M46.82 52.621a1.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.796-2.46h23.273q.633 0 1.125-.071l-27-27.024c-1.36.704-2.04 2.086-2.04 4.313v17.883c0 3.375 1.524 4.898 4.641 4.898"/></svg> </template>
CSS
.icon-lock-slash-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.649%206.285c4.851%200%208.765%203.586%208.765%2010.125v6.024l-10.523.023l18.047%2018.07V27.355c0-3.023-1.243-4.593-3.75-4.875v-5.554c0-9.586-6-14.25-12.54-14.25c-5.507%200-10.335%203.328-11.835%209.726l3.14%203.141c.445-6.023%204.008-9.258%208.696-9.258M46.82%2052.621a1.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.796-2.46h23.273q.633%200%201.125-.071l-27-27.024c-1.36.704-2.04%202.086-2.04%204.313v17.883c0%203.375%201.524%204.898%204.641%204.898%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%206.285c4.851%200%208.765%203.586%208.765%2010.125v6.024l-10.523.023l18.047%2018.07V27.355c0-3.023-1.243-4.593-3.75-4.875v-5.554c0-9.586-6-14.25-12.54-14.25c-5.507%200-10.335%203.328-11.835%209.726l3.14%203.141c.445-6.023%204.008-9.258%208.696-9.258M46.82%2052.621a1.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.796-2.46h23.273q.633%200%201.125-.071l-27-27.024c-1.36.704-2.04%202.086-2.04%204.313v17.883c0%203.375%201.524%204.898%204.641%204.898%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/lock-slash-fill.svg?color=%231a73e8&size=48