key-reset-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
key-reset-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the key reset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.5 2C9.424 2 7 4.424 7 7.5c0 .397.04.796.122 1.175c.058.27-.008.504-.142.638l-4.54 4.54A1.5 1.5 0 0 0 2 14.915V16.5A1.5 1.5 0 0 0 3.5 18h2A1.5 1.5 0 0 0 7 16.5V16h1a1 1 0 0 0 1-1v-1c0-.51.255-.962.646-1.233L8.439 11.56a1.5 1.5 0 0 1 0-2.122l2-2A1.5 1.5 0 0 1 12.915 9H14a5 5 0 0 1 3.29 1.236C17.744 9.434 18 8.5 18 7.5C18 4.424 15.576 2 12.5 2M14 5a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-2.146 3.854a.5.5 0 0 0-.708-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L10.707 11H14a3 3 0 1 1-3 3a.5.5 0 1 0-1 0a4 4 0 1 0 4-4h-3.293z"/></svg>

React

import type { SVGProps } from "react";

export function FluentKeyReset20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.5 2C9.424 2 7 4.424 7 7.5c0 .397.04.796.122 1.175c.058.27-.008.504-.142.638l-4.54 4.54A1.5 1.5 0 0 0 2 14.915V16.5A1.5 1.5 0 0 0 3.5 18h2A1.5 1.5 0 0 0 7 16.5V16h1a1 1 0 0 0 1-1v-1c0-.51.255-.962.646-1.233L8.439 11.56a1.5 1.5 0 0 1 0-2.122l2-2A1.5 1.5 0 0 1 12.915 9H14a5 5 0 0 1 3.29 1.236C17.744 9.434 18 8.5 18 7.5C18 4.424 15.576 2 12.5 2M14 5a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-2.146 3.854a.5.5 0 0 0-.708-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L10.707 11H14a3 3 0 1 1-3 3a.5.5 0 1 0-1 0a4 4 0 1 0 4-4h-3.293z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.5 2C9.424 2 7 4.424 7 7.5c0 .397.04.796.122 1.175c.058.27-.008.504-.142.638l-4.54 4.54A1.5 1.5 0 0 0 2 14.915V16.5A1.5 1.5 0 0 0 3.5 18h2A1.5 1.5 0 0 0 7 16.5V16h1a1 1 0 0 0 1-1v-1c0-.51.255-.962.646-1.233L8.439 11.56a1.5 1.5 0 0 1 0-2.122l2-2A1.5 1.5 0 0 1 12.915 9H14a5 5 0 0 1 3.29 1.236C17.744 9.434 18 8.5 18 7.5C18 4.424 15.576 2 12.5 2M14 5a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-2.146 3.854a.5.5 0 0 0-.708-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L10.707 11H14a3 3 0 1 1-3 3a.5.5 0 1 0-1 0a4 4 0 1 0 4-4h-3.293z"/></svg>
</template>

CSS

.icon-key-reset-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%202C9.424%202%207%204.424%207%207.5c0%20.397.04.796.122%201.175c.058.27-.008.504-.142.638l-4.54%204.54A1.5%201.5%200%200%200%202%2014.915V16.5A1.5%201.5%200%200%200%203.5%2018h2A1.5%201.5%200%200%200%207%2016.5V16h1a1%201%200%200%200%201-1v-1c0-.51.255-.962.646-1.233L8.439%2011.56a1.5%201.5%200%200%201%200-2.122l2-2A1.5%201.5%200%200%201%2012.915%209H14a5%205%200%200%201%203.29%201.236C17.744%209.434%2018%208.5%2018%207.5C18%204.424%2015.576%202%2012.5%202M14%205a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-2.146%203.854a.5.5%200%200%200-.708-.708l-2%202a.5.5%200%200%200%200%20.708l2%202a.5.5%200%200%200%20.708-.708L10.707%2011H14a3%203%200%201%201-3%203a.5.5%200%201%200-1%200a4%204%200%201%200%204-4h-3.293z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%202C9.424%202%207%204.424%207%207.5c0%20.397.04.796.122%201.175c.058.27-.008.504-.142.638l-4.54%204.54A1.5%201.5%200%200%200%202%2014.915V16.5A1.5%201.5%200%200%200%203.5%2018h2A1.5%201.5%200%200%200%207%2016.5V16h1a1%201%200%200%200%201-1v-1c0-.51.255-.962.646-1.233L8.439%2011.56a1.5%201.5%200%200%201%200-2.122l2-2A1.5%201.5%200%200%201%2012.915%209H14a5%205%200%200%201%203.29%201.236C17.744%209.434%2018%208.5%2018%207.5C18%204.424%2015.576%202%2012.5%202M14%205a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-2.146%203.854a.5.5%200%200%200-.708-.708l-2%202a.5.5%200%200%200%200%20.708l2%202a.5.5%200%200%200%20.708-.708L10.707%2011H14a3%203%200%201%201-3%203a.5.5%200%201%200-1%200a4%204%200%201%200%204-4h-3.293z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/key-reset-20-filled.svg?color=%231a73e8&size=48