lock slash icon

lock-slash from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
lock-slash
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.02 17.52c.46.59 1.18.98 1.98.98a2.505 2.505 0 0 0 1.99-4.02"/><path d="M2.82 20.8C2.21 20.04 2 18.83 2 17v-2c0-4 1-5 5-5h10c.36 0 .69.01 1 .03c3.17.18 4 1.33 4 4.97v2c0 4-1 5-5 5H7c-.36 0-.69-.01-1-.03M6 10V8c0-3.31 1-6 6-6c4.15 0 5.54 1.38 5.9 3.56M22 2L2 22"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLockSlash(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="1.5"><path d="M10.02 17.52c.46.59 1.18.98 1.98.98a2.505 2.505 0 0 0 1.99-4.02"/><path d="M2.82 20.8C2.21 20.04 2 18.83 2 17v-2c0-4 1-5 5-5h10c.36 0 .69.01 1 .03c3.17.18 4 1.33 4 4.97v2c0 4-1 5-5 5H7c-.36 0-.69-.01-1-.03M6 10V8c0-3.31 1-6 6-6c4.15 0 5.54 1.38 5.9 3.56M22 2L2 22"/></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="1.5"><path d="M10.02 17.52c.46.59 1.18.98 1.98.98a2.505 2.505 0 0 0 1.99-4.02"/><path d="M2.82 20.8C2.21 20.04 2 18.83 2 17v-2c0-4 1-5 5-5h10c.36 0 .69.01 1 .03c3.17.18 4 1.33 4 4.97v2c0 4-1 5-5 5H7c-.36 0-.69-.01-1-.03M6 10V8c0-3.31 1-6 6-6c4.15 0 5.54 1.38 5.9 3.56M22 2L2 22"/></g></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%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%221.5%22%3E%3Cpath%20d%3D%22M10.02%2017.52c.46.59%201.18.98%201.98.98a2.505%202.505%200%200%200%201.99-4.02%22%2F%3E%3Cpath%20d%3D%22M2.82%2020.8C2.21%2020.04%202%2018.83%202%2017v-2c0-4%201-5%205-5h10c.36%200%20.69.01%201%20.03c3.17.18%204%201.33%204%204.97v2c0%204-1%205-5%205H7c-.36%200-.69-.01-1-.03M6%2010V8c0-3.31%201-6%206-6c4.15%200%205.54%201.38%205.9%203.56M22%202L2%2022%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%221.5%22%3E%3Cpath%20d%3D%22M10.02%2017.52c.46.59%201.18.98%201.98.98a2.505%202.505%200%200%200%201.99-4.02%22%2F%3E%3Cpath%20d%3D%22M2.82%2020.8C2.21%2020.04%202%2018.83%202%2017v-2c0-4%201-5%205-5h10c.36%200%20.69.01%201%20.03c3.17.18%204%201.33%204%204.97v2c0%204-1%205-5%205H7c-.36%200-.69-.01-1-.03M6%2010V8c0-3.31%201-6%206-6c4.15%200%205.54%201.38%205.9%203.56M22%202L2%2022%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.svg?color=%231a73e8&size=48