lock-reset from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
lock-reset
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
lock-reset-outline

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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.003 21q-1.866 0-3.5-.701q-1.632-.701-2.854-1.912t-1.936-2.85T3 12.04h1q0 1.65.635 3.102q.634 1.453 1.722 2.54T8.9 19.398t3.099.628q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.9v1H3V5h1v2.98q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709M10 15.77q-.376 0-.63-.255t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.884q0-.777.55-1.33Q11.213 8 12 8t1.336.554t.548 1.33V11q.426 0 .713.254q.288.255.288.63v3q0 .377-.255.631q-.254.254-.63.254zm.885-4.77h2.23V9.892q0-.47-.325-.797T12 8.77t-.79.326t-.326.797z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLockReset(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.003 21q-1.866 0-3.5-.701q-1.632-.701-2.854-1.912t-1.936-2.85T3 12.04h1q0 1.65.635 3.102q.634 1.453 1.722 2.54T8.9 19.398t3.099.628q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.9v1H3V5h1v2.98q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709M10 15.77q-.376 0-.63-.255t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.884q0-.777.55-1.33Q11.213 8 12 8t1.336.554t.548 1.33V11q.426 0 .713.254q.288.255.288.63v3q0 .377-.255.631q-.254.254-.63.254zm.885-4.77h2.23V9.892q0-.47-.325-.797T12 8.77t-.79.326t-.326.797z"/></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.003 21q-1.866 0-3.5-.701q-1.632-.701-2.854-1.912t-1.936-2.85T3 12.04h1q0 1.65.635 3.102q.634 1.453 1.722 2.54T8.9 19.398t3.099.628q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.9v1H3V5h1v2.98q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709M10 15.77q-.376 0-.63-.255t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.884q0-.777.55-1.33Q11.213 8 12 8t1.336.554t.548 1.33V11q.426 0 .713.254q.288.255.288.63v3q0 .377-.255.631q-.254.254-.63.254zm.885-4.77h2.23V9.892q0-.47-.325-.797T12 8.77t-.79.326t-.326.797z"/></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.003%2021q-1.866%200-3.5-.701q-1.632-.701-2.854-1.912t-1.936-2.85T3%2012.04h1q0%201.65.635%203.102q.634%201.453%201.722%202.54T8.9%2019.398t3.099.628q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.436%200-4.365%201.28q-1.927%201.28-2.881%203.349h2.9v1H3V5h1v2.98q1.087-2.228%203.21-3.604T12%203q1.868%200%203.51.709t2.858%201.922t1.923%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709M10%2015.77q-.376%200-.63-.255t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.884q0-.777.55-1.33Q11.213%208%2012%208t1.336.554t.548%201.33V11q.426%200%20.713.254q.288.255.288.63v3q0%20.377-.255.631q-.254.254-.63.254zm.885-4.77h2.23V9.892q0-.47-.325-.797T12%208.77t-.79.326t-.326.797z%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.003%2021q-1.866%200-3.5-.701q-1.632-.701-2.854-1.912t-1.936-2.85T3%2012.04h1q0%201.65.635%203.102q.634%201.453%201.722%202.54T8.9%2019.398t3.099.628q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.436%200-4.365%201.28q-1.927%201.28-2.881%203.349h2.9v1H3V5h1v2.98q1.087-2.228%203.21-3.604T12%203q1.868%200%203.51.709t2.858%201.922t1.923%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709M10%2015.77q-.376%200-.63-.255t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.884q0-.777.55-1.33Q11.213%208%2012%208t1.336.554t.548%201.33V11q.426%200%20.713.254q.288.255.288.63v3q0%20.377-.255.631q-.254.254-.63.254zm.885-4.77h2.23V9.892q0-.47-.325-.797T12%208.77t-.79.326t-.326.797z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/lock-reset.svg?color=%231a73e8&size=48