key reset icon
key-reset-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- key-reset-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M14 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-7 .5C7 4.424 9.424 2 12.5 2S18 4.424 18 7.5a5.54 5.54 0 0 1-.71 2.736a5 5 0 0 0-.82-.583c.339-.636.53-1.368.53-2.153C17 4.976 15.024 3 12.5 3S8 4.976 8 7.5c0 .331.034.66.1.964c.11.512.02 1.124-.413 1.556l-4.54 4.54a.5.5 0 0 0-.147.354V16.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V16a1 1 0 0 1 1-1h1v-1a1 1 0 0 1 1-1h.382A1.5 1.5 0 0 0 9 14v1a1 1 0 0 1-1 1H7v.5A1.5 1.5 0 0 1 5.5 18h-2A1.5 1.5 0 0 1 2 16.5v-1.586c0-.398.158-.78.44-1.06l4.54-4.541c.134-.134.2-.368.142-.638A5.6 5.6 0 0 1 7 7.5m4.854 1.354a.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 FluentKeyReset20Regular(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="M14 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-7 .5C7 4.424 9.424 2 12.5 2S18 4.424 18 7.5a5.54 5.54 0 0 1-.71 2.736a5 5 0 0 0-.82-.583c.339-.636.53-1.368.53-2.153C17 4.976 15.024 3 12.5 3S8 4.976 8 7.5c0 .331.034.66.1.964c.11.512.02 1.124-.413 1.556l-4.54 4.54a.5.5 0 0 0-.147.354V16.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V16a1 1 0 0 1 1-1h1v-1a1 1 0 0 1 1-1h.382A1.5 1.5 0 0 0 9 14v1a1 1 0 0 1-1 1H7v.5A1.5 1.5 0 0 1 5.5 18h-2A1.5 1.5 0 0 1 2 16.5v-1.586c0-.398.158-.78.44-1.06l4.54-4.541c.134-.134.2-.368.142-.638A5.6 5.6 0 0 1 7 7.5m4.854 1.354a.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="M14 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-7 .5C7 4.424 9.424 2 12.5 2S18 4.424 18 7.5a5.54 5.54 0 0 1-.71 2.736a5 5 0 0 0-.82-.583c.339-.636.53-1.368.53-2.153C17 4.976 15.024 3 12.5 3S8 4.976 8 7.5c0 .331.034.66.1.964c.11.512.02 1.124-.413 1.556l-4.54 4.54a.5.5 0 0 0-.147.354V16.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V16a1 1 0 0 1 1-1h1v-1a1 1 0 0 1 1-1h.382A1.5 1.5 0 0 0 9 14v1a1 1 0 0 1-1 1H7v.5A1.5 1.5 0 0 1 5.5 18h-2A1.5 1.5 0 0 1 2 16.5v-1.586c0-.398.158-.78.44-1.06l4.54-4.541c.134-.134.2-.368.142-.638A5.6 5.6 0 0 1 7 7.5m4.854 1.354a.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-regular {
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%22M14%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-7%20.5C7%204.424%209.424%202%2012.5%202S18%204.424%2018%207.5a5.54%205.54%200%200%201-.71%202.736a5%205%200%200%200-.82-.583c.339-.636.53-1.368.53-2.153C17%204.976%2015.024%203%2012.5%203S8%204.976%208%207.5c0%20.331.034.66.1.964c.11.512.02%201.124-.413%201.556l-4.54%204.54a.5.5%200%200%200-.147.354V16.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%20.5-.5V16a1%201%200%200%201%201-1h1v-1a1%201%200%200%201%201-1h.382A1.5%201.5%200%200%200%209%2014v1a1%201%200%200%201-1%201H7v.5A1.5%201.5%200%200%201%205.5%2018h-2A1.5%201.5%200%200%201%202%2016.5v-1.586c0-.398.158-.78.44-1.06l4.54-4.541c.134-.134.2-.368.142-.638A5.6%205.6%200%200%201%207%207.5m4.854%201.354a.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%22M14%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-7%20.5C7%204.424%209.424%202%2012.5%202S18%204.424%2018%207.5a5.54%205.54%200%200%201-.71%202.736a5%205%200%200%200-.82-.583c.339-.636.53-1.368.53-2.153C17%204.976%2015.024%203%2012.5%203S8%204.976%208%207.5c0%20.331.034.66.1.964c.11.512.02%201.124-.413%201.556l-4.54%204.54a.5.5%200%200%200-.147.354V16.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%20.5-.5V16a1%201%200%200%201%201-1h1v-1a1%201%200%200%201%201-1h.382A1.5%201.5%200%200%200%209%2014v1a1%201%200%200%201-1%201H7v.5A1.5%201.5%200%200%201%205.5%2018h-2A1.5%201.5%200%200%201%202%2016.5v-1.586c0-.398.158-.78.44-1.06l4.54-4.541c.134-.134.2-.368.142-.638A5.6%205.6%200%200%201%207%207.5m4.854%201.354a.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-regular.svg?color=%231a73e8&size=48