lock slash icon
lock-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- lock-slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All lock slash icons →More newicons icons from Reicon
Use the lock slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.63 15.72c0 .9-.73 1.63-1.63 1.63c-.64 0-1.19-.37-1.45-.9l2.18-2.18c.53.26.9.81.9 1.45m8.141-13.49c-.3-.3-.79-.3-1.09 0l-2.81 2.81c-.77-2.02-2.74-3.04-5.87-3.04c-5.63 0-6.28 3.58-6.28 6.28v1.25h.03c-2.83.34-3.75 1.75-3.75 5.26v1.86c0 1.6.19 2.76.67 3.59l-.45.45c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08M7.351 9.44h-.23V8.28c0-2.93.83-4.88 4.88-4.88c3.4 0 4.47 1.3 4.77 2.75l-3.29 3.29z"/><path d="M22 14.789v1.86c0 4.1-1.25 5.35-5.35 5.35H7.41c-.89 0-1.33-1.08-.7-1.71l2.82-2.82c.07.1.15.19.23.28c.7.76 1.74 1.16 2.89.92c.09-.02.18-.04.27-.08c.09-.02.17-.05.25-.09c.2-.07.39-.18.57-.31c.07-.04.13-.09.18-.14c.15-.12.29-.26.41-.41c.05-.05.1-.11.14-.18c.13-.18.24-.37.31-.57c.04-.08.07-.16.09-.25c.04-.09.06-.18.08-.27c.24-1.15-.16-2.19-.92-2.89c-.08-.08-.18-.16-.28-.23l3.12-3.12c.05-.05.09-.09.14-.13c.4-.33.91-.49 1.42-.45c.09.01.19.02.28.04a6 6 0 0 1 .96.25c.29.11.54.24.77.39s.42.33.6.54c.09.11.18.23.25.36c.07.11.13.23.19.36s.11.27.16.41c.06.17.11.36.15.56c.04.14.06.29.09.45q.03.225.06.48c.04.42.06.89.06 1.4"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLockSlashFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.63 15.72c0 .9-.73 1.63-1.63 1.63c-.64 0-1.19-.37-1.45-.9l2.18-2.18c.53.26.9.81.9 1.45m8.141-13.49c-.3-.3-.79-.3-1.09 0l-2.81 2.81c-.77-2.02-2.74-3.04-5.87-3.04c-5.63 0-6.28 3.58-6.28 6.28v1.25h.03c-2.83.34-3.75 1.75-3.75 5.26v1.86c0 1.6.19 2.76.67 3.59l-.45.45c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08M7.351 9.44h-.23V8.28c0-2.93.83-4.88 4.88-4.88c3.4 0 4.47 1.3 4.77 2.75l-3.29 3.29z"/><path d="M22 14.789v1.86c0 4.1-1.25 5.35-5.35 5.35H7.41c-.89 0-1.33-1.08-.7-1.71l2.82-2.82c.07.1.15.19.23.28c.7.76 1.74 1.16 2.89.92c.09-.02.18-.04.27-.08c.09-.02.17-.05.25-.09c.2-.07.39-.18.57-.31c.07-.04.13-.09.18-.14c.15-.12.29-.26.41-.41c.05-.05.1-.11.14-.18c.13-.18.24-.37.31-.57c.04-.08.07-.16.09-.25c.04-.09.06-.18.08-.27c.24-1.15-.16-2.19-.92-2.89c-.08-.08-.18-.16-.28-.23l3.12-3.12c.05-.05.09-.09.14-.13c.4-.33.91-.49 1.42-.45c.09.01.19.02.28.04a6 6 0 0 1 .96.25c.29.11.54.24.77.39s.42.33.6.54c.09.11.18.23.25.36c.07.11.13.23.19.36s.11.27.16.41c.06.17.11.36.15.56c.04.14.06.29.09.45q.03.225.06.48c.04.42.06.89.06 1.4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.63 15.72c0 .9-.73 1.63-1.63 1.63c-.64 0-1.19-.37-1.45-.9l2.18-2.18c.53.26.9.81.9 1.45m8.141-13.49c-.3-.3-.79-.3-1.09 0l-2.81 2.81c-.77-2.02-2.74-3.04-5.87-3.04c-5.63 0-6.28 3.58-6.28 6.28v1.25h.03c-2.83.34-3.75 1.75-3.75 5.26v1.86c0 1.6.19 2.76.67 3.59l-.45.45c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08M7.351 9.44h-.23V8.28c0-2.93.83-4.88 4.88-4.88c3.4 0 4.47 1.3 4.77 2.75l-3.29 3.29z"/><path d="M22 14.789v1.86c0 4.1-1.25 5.35-5.35 5.35H7.41c-.89 0-1.33-1.08-.7-1.71l2.82-2.82c.07.1.15.19.23.28c.7.76 1.74 1.16 2.89.92c.09-.02.18-.04.27-.08c.09-.02.17-.05.25-.09c.2-.07.39-.18.57-.31c.07-.04.13-.09.18-.14c.15-.12.29-.26.41-.41c.05-.05.1-.11.14-.18c.13-.18.24-.37.31-.57c.04-.08.07-.16.09-.25c.04-.09.06-.18.08-.27c.24-1.15-.16-2.19-.92-2.89c-.08-.08-.18-.16-.28-.23l3.12-3.12c.05-.05.09-.09.14-.13c.4-.33.91-.49 1.42-.45c.09.01.19.02.28.04a6 6 0 0 1 .96.25c.29.11.54.24.77.39s.42.33.6.54c.09.11.18.23.25.36c.07.11.13.23.19.36s.11.27.16.41c.06.17.11.36.15.56c.04.14.06.29.09.45q.03.225.06.48c.04.42.06.89.06 1.4"/></g></svg> </template>
CSS
.icon-lock-slash-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M13.63%2015.72c0%20.9-.73%201.63-1.63%201.63c-.64%200-1.19-.37-1.45-.9l2.18-2.18c.53.26.9.81.9%201.45m8.141-13.49c-.3-.3-.79-.3-1.09%200l-2.81%202.81c-.77-2.02-2.74-3.04-5.87-3.04c-5.63%200-6.28%203.58-6.28%206.28v1.25h.03c-2.83.34-3.75%201.75-3.75%205.26v1.86c0%201.6.19%202.76.67%203.59l-.45.45c-.3.3-.3.79%200%201.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78%200-1.08M7.351%209.44h-.23V8.28c0-2.93.83-4.88%204.88-4.88c3.4%200%204.47%201.3%204.77%202.75l-3.29%203.29z%22%2F%3E%3Cpath%20d%3D%22M22%2014.789v1.86c0%204.1-1.25%205.35-5.35%205.35H7.41c-.89%200-1.33-1.08-.7-1.71l2.82-2.82c.07.1.15.19.23.28c.7.76%201.74%201.16%202.89.92c.09-.02.18-.04.27-.08c.09-.02.17-.05.25-.09c.2-.07.39-.18.57-.31c.07-.04.13-.09.18-.14c.15-.12.29-.26.41-.41c.05-.05.1-.11.14-.18c.13-.18.24-.37.31-.57c.04-.08.07-.16.09-.25c.04-.09.06-.18.08-.27c.24-1.15-.16-2.19-.92-2.89c-.08-.08-.18-.16-.28-.23l3.12-3.12c.05-.05.09-.09.14-.13c.4-.33.91-.49%201.42-.45c.09.01.19.02.28.04a6%206%200%200%201%20.96.25c.29.11.54.24.77.39s.42.33.6.54c.09.11.18.23.25.36c.07.11.13.23.19.36s.11.27.16.41c.06.17.11.36.15.56c.04.14.06.29.09.45q.03.225.06.48c.04.42.06.89.06%201.4%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%22currentColor%22%3E%3Cpath%20d%3D%22M13.63%2015.72c0%20.9-.73%201.63-1.63%201.63c-.64%200-1.19-.37-1.45-.9l2.18-2.18c.53.26.9.81.9%201.45m8.141-13.49c-.3-.3-.79-.3-1.09%200l-2.81%202.81c-.77-2.02-2.74-3.04-5.87-3.04c-5.63%200-6.28%203.58-6.28%206.28v1.25h.03c-2.83.34-3.75%201.75-3.75%205.26v1.86c0%201.6.19%202.76.67%203.59l-.45.45c-.3.3-.3.79%200%201.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78%200-1.08M7.351%209.44h-.23V8.28c0-2.93.83-4.88%204.88-4.88c3.4%200%204.47%201.3%204.77%202.75l-3.29%203.29z%22%2F%3E%3Cpath%20d%3D%22M22%2014.789v1.86c0%204.1-1.25%205.35-5.35%205.35H7.41c-.89%200-1.33-1.08-.7-1.71l2.82-2.82c.07.1.15.19.23.28c.7.76%201.74%201.16%202.89.92c.09-.02.18-.04.27-.08c.09-.02.17-.05.25-.09c.2-.07.39-.18.57-.31c.07-.04.13-.09.18-.14c.15-.12.29-.26.41-.41c.05-.05.1-.11.14-.18c.13-.18.24-.37.31-.57c.04-.08.07-.16.09-.25c.04-.09.06-.18.08-.27c.24-1.15-.16-2.19-.92-2.89c-.08-.08-.18-.16-.28-.23l3.12-3.12c.05-.05.09-.09.14-.13c.4-.33.91-.49%201.42-.45c.09.01.19.02.28.04a6%206%200%200%201%20.96.25c.29.11.54.24.77.39s.42.33.6.54c.09.11.18.23.25.36c.07.11.13.23.19.36s.11.27.16.41c.06.17.11.36.15.56c.04.14.06.29.09.45q.03.225.06.48c.04.42.06.89.06%201.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/lock-slash-filled.svg?color=%231a73e8&size=48