lock reset icon
lock-reset-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- lock-reset-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
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="M21.213 15.9q-.788 1.825-2.138 3.175T15.9 21.213T12 22q-1.9 0-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9M10 16q-.425 0-.712-.288T9 15v-3q0-.425.288-.712T10 11v-1q0-.825.588-1.412T12 8t1.413.588T14 10v1q.425 0 .713.288T15 12v3q0 .425-.288.713T14 16zm1-5h2v-1q0-.425-.288-.712T12 9t-.712.288T11 10z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLockResetOutlineRounded(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="M21.213 15.9q-.788 1.825-2.138 3.175T15.9 21.213T12 22q-1.9 0-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9M10 16q-.425 0-.712-.288T9 15v-3q0-.425.288-.712T10 11v-1q0-.825.588-1.412T12 8t1.413.588T14 10v1q.425 0 .713.288T15 12v3q0 .425-.288.713T14 16zm1-5h2v-1q0-.425-.288-.712T12 9t-.712.288T11 10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.213 15.9q-.788 1.825-2.138 3.175T15.9 21.213T12 22q-1.9 0-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9M10 16q-.425 0-.712-.288T9 15v-3q0-.425.288-.712T10 11v-1q0-.825.588-1.412T12 8t1.413.588T14 10v1q.425 0 .713.288T15 12v3q0 .425-.288.713T14 16zm1-5h2v-1q0-.425-.288-.712T12 9t-.712.288T11 10z"/></svg> </template>
CSS
.icon-lock-reset-outline-rounded {
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%22M21.213%2015.9q-.788%201.825-2.138%203.175T15.9%2021.213T12%2022q-1.9%200-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375%203.025%202.638%205.025t5.287%202q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.225%200-4.038%201.088T5.1%208H7q.425%200%20.713.288T8%209t-.288.713T7%2010H3q-.425%200-.712-.288T2%209V5q0-.425.288-.712T3%204t.713.288T4%205v1q1.375-1.825%203.45-2.912T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9M10%2016q-.425%200-.712-.288T9%2015v-3q0-.425.288-.712T10%2011v-1q0-.825.588-1.412T12%208t1.413.588T14%2010v1q.425%200%20.713.288T15%2012v3q0%20.425-.288.713T14%2016zm1-5h2v-1q0-.425-.288-.712T12%209t-.712.288T11%2010z%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%22M21.213%2015.9q-.788%201.825-2.138%203.175T15.9%2021.213T12%2022q-1.9%200-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375%203.025%202.638%205.025t5.287%202q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.225%200-4.038%201.088T5.1%208H7q.425%200%20.713.288T8%209t-.288.713T7%2010H3q-.425%200-.712-.288T2%209V5q0-.425.288-.712T3%204t.713.288T4%205v1q1.375-1.825%203.45-2.912T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9M10%2016q-.425%200-.712-.288T9%2015v-3q0-.425.288-.712T10%2011v-1q0-.825.588-1.412T12%208t1.413.588T14%2010v1q.425%200%20.713.288T15%2012v3q0%20.425-.288.713T14%2016zm1-5h2v-1q0-.425-.288-.712T12%209t-.712.288T11%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/lock-reset-outline-rounded.svg?color=%231a73e8&size=48