lock reset icon
lock-reset from Material Design Icons by Pictogrammers · Filled · Lock · Apache-2.0 Free for personal and commercial use.
- Name
- lock-reset
- Set
- Material Design Icons
- Style
- Filled
- Category
- Lock
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- encryption-reset, password-reset
The same icon in other sets
More lock icons from Material Design Icons
Use the lock reset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.63 2c5.53 0 10.01 4.5 10.01 10s-4.48 10-10.01 10c-3.51 0-6.58-1.82-8.37-4.57l1.58-1.25C7.25 18.47 9.76 20 12.64 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8C8.56 4 5.2 7.06 4.71 11h2.76l-3.74 3.73L0 11h2.69c.5-5.05 4.76-9 9.94-9m2.96 8.24c.5.01.91.41.91.92v4.61c0 .5-.41.92-.92.92h-5.53c-.51 0-.92-.42-.92-.92v-4.61c0-.51.41-.91.91-.92V9.23c0-1.53 1.25-2.77 2.77-2.77c1.53 0 2.78 1.24 2.78 2.77zm-2.78-2.38c-.75 0-1.37.61-1.37 1.37v1.01h2.75V9.23c0-.76-.62-1.37-1.38-1.37"/></svg>
React
import type { SVGProps } from "react";
export function MdiLockReset(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.63 2c5.53 0 10.01 4.5 10.01 10s-4.48 10-10.01 10c-3.51 0-6.58-1.82-8.37-4.57l1.58-1.25C7.25 18.47 9.76 20 12.64 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8C8.56 4 5.2 7.06 4.71 11h2.76l-3.74 3.73L0 11h2.69c.5-5.05 4.76-9 9.94-9m2.96 8.24c.5.01.91.41.91.92v4.61c0 .5-.41.92-.92.92h-5.53c-.51 0-.92-.42-.92-.92v-4.61c0-.51.41-.91.91-.92V9.23c0-1.53 1.25-2.77 2.77-2.77c1.53 0 2.78 1.24 2.78 2.77zm-2.78-2.38c-.75 0-1.37.61-1.37 1.37v1.01h2.75V9.23c0-.76-.62-1.37-1.38-1.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.63 2c5.53 0 10.01 4.5 10.01 10s-4.48 10-10.01 10c-3.51 0-6.58-1.82-8.37-4.57l1.58-1.25C7.25 18.47 9.76 20 12.64 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8C8.56 4 5.2 7.06 4.71 11h2.76l-3.74 3.73L0 11h2.69c.5-5.05 4.76-9 9.94-9m2.96 8.24c.5.01.91.41.91.92v4.61c0 .5-.41.92-.92.92h-5.53c-.51 0-.92-.42-.92-.92v-4.61c0-.51.41-.91.91-.92V9.23c0-1.53 1.25-2.77 2.77-2.77c1.53 0 2.78 1.24 2.78 2.77zm-2.78-2.38c-.75 0-1.37.61-1.37 1.37v1.01h2.75V9.23c0-.76-.62-1.37-1.38-1.37"/></svg> </template>
CSS
.icon-lock-reset {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.63%202c5.53%200%2010.01%204.5%2010.01%2010s-4.48%2010-10.01%2010c-3.51%200-6.58-1.82-8.37-4.57l1.58-1.25C7.25%2018.47%209.76%2020%2012.64%2020a8%208%200%200%200%208-8a8%208%200%200%200-8-8C8.56%204%205.2%207.06%204.71%2011h2.76l-3.74%203.73L0%2011h2.69c.5-5.05%204.76-9%209.94-9m2.96%208.24c.5.01.91.41.91.92v4.61c0%20.5-.41.92-.92.92h-5.53c-.51%200-.92-.42-.92-.92v-4.61c0-.51.41-.91.91-.92V9.23c0-1.53%201.25-2.77%202.77-2.77c1.53%200%202.78%201.24%202.78%202.77zm-2.78-2.38c-.75%200-1.37.61-1.37%201.37v1.01h2.75V9.23c0-.76-.62-1.37-1.38-1.37%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.63%202c5.53%200%2010.01%204.5%2010.01%2010s-4.48%2010-10.01%2010c-3.51%200-6.58-1.82-8.37-4.57l1.58-1.25C7.25%2018.47%209.76%2020%2012.64%2020a8%208%200%200%200%208-8a8%208%200%200%200-8-8C8.56%204%205.2%207.06%204.71%2011h2.76l-3.74%203.73L0%2011h2.69c.5-5.05%204.76-9%209.94-9m2.96%208.24c.5.01.91.41.91.92v4.61c0%20.5-.41.92-.92.92h-5.53c-.51%200-.92-.42-.92-.92v-4.61c0-.51.41-.91.91-.92V9.23c0-1.53%201.25-2.77%202.77-2.77c1.53%200%202.78%201.24%202.78%202.77zm-2.78-2.38c-.75%200-1.37.61-1.37%201.37v1.01h2.75V9.23c0-.76-.62-1.37-1.38-1.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lock-reset.svg?color=%231a73e8&size=48