key-reset-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
key-reset-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M17 8.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.05.35a6.554 6.554 0 0 1 6.55-6.55c3.596 0 6.55 2.819 6.55 6.45a6.5 6.5 0 0 1-1.255 3.852a6 6 0 0 0-1.276-.798a5.03 5.03 0 0 0 1.03-3.054c0-2.769-2.247-4.95-5.05-4.95a5.054 5.054 0 0 0-5.05 5.05c0 .262.034.539.088.845a1.77 1.77 0 0 1-.486 1.564l-6.236 6.235a1.25 1.25 0 0 0-.366.884V20.3c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-1.5c0-.69.56-1.25 1.25-1.25h1.75V15.8c0-.65.497-1.185 1.132-1.245l1.077 1.078a1.8 1.8 0 0 0-.378.417h-.33v1.75c0 .69-.56 1.25-1.25 1.25H7.95v1.25a1.75 1.75 0 0 1-1.75 1.75H3.7a1.75 1.75 0 0 1-1.75-1.75v-2.172c0-.73.289-1.429.805-1.944L8.99 9.948a.28.28 0 0 0 .07-.244A6.4 6.4 0 0 1 8.95 8.6m4.83 2.68a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 0 0 0 1.06l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72H17a3.5 3.5 0 1 1-3.5 3.5a.75.75 0 0 0-1.5 0a5 5 0 1 0 5-5h-3.94z"/></svg>

React

import type { SVGProps } from "react";

export function FluentKeyReset24Regular(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="M17 8.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.05.35a6.554 6.554 0 0 1 6.55-6.55c3.596 0 6.55 2.819 6.55 6.45a6.5 6.5 0 0 1-1.255 3.852a6 6 0 0 0-1.276-.798a5.03 5.03 0 0 0 1.03-3.054c0-2.769-2.247-4.95-5.05-4.95a5.054 5.054 0 0 0-5.05 5.05c0 .262.034.539.088.845a1.77 1.77 0 0 1-.486 1.564l-6.236 6.235a1.25 1.25 0 0 0-.366.884V20.3c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-1.5c0-.69.56-1.25 1.25-1.25h1.75V15.8c0-.65.497-1.185 1.132-1.245l1.077 1.078a1.8 1.8 0 0 0-.378.417h-.33v1.75c0 .69-.56 1.25-1.25 1.25H7.95v1.25a1.75 1.75 0 0 1-1.75 1.75H3.7a1.75 1.75 0 0 1-1.75-1.75v-2.172c0-.73.289-1.429.805-1.944L8.99 9.948a.28.28 0 0 0 .07-.244A6.4 6.4 0 0 1 8.95 8.6m4.83 2.68a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 0 0 0 1.06l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72H17a3.5 3.5 0 1 1-3.5 3.5a.75.75 0 0 0-1.5 0a5 5 0 1 0 5-5h-3.94z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 8.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.05.35a6.554 6.554 0 0 1 6.55-6.55c3.596 0 6.55 2.819 6.55 6.45a6.5 6.5 0 0 1-1.255 3.852a6 6 0 0 0-1.276-.798a5.03 5.03 0 0 0 1.03-3.054c0-2.769-2.247-4.95-5.05-4.95a5.054 5.054 0 0 0-5.05 5.05c0 .262.034.539.088.845a1.77 1.77 0 0 1-.486 1.564l-6.236 6.235a1.25 1.25 0 0 0-.366.884V20.3c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-1.5c0-.69.56-1.25 1.25-1.25h1.75V15.8c0-.65.497-1.185 1.132-1.245l1.077 1.078a1.8 1.8 0 0 0-.378.417h-.33v1.75c0 .69-.56 1.25-1.25 1.25H7.95v1.25a1.75 1.75 0 0 1-1.75 1.75H3.7a1.75 1.75 0 0 1-1.75-1.75v-2.172c0-.73.289-1.429.805-1.944L8.99 9.948a.28.28 0 0 0 .07-.244A6.4 6.4 0 0 1 8.95 8.6m4.83 2.68a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 0 0 0 1.06l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72H17a3.5 3.5 0 1 1-3.5 3.5a.75.75 0 0 0-1.5 0a5 5 0 1 0 5-5h-3.94z"/></svg>
</template>

CSS

.icon-key-reset-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%208.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-8.05.35a6.554%206.554%200%200%201%206.55-6.55c3.596%200%206.55%202.819%206.55%206.45a6.5%206.5%200%200%201-1.255%203.852a6%206%200%200%200-1.276-.798a5.03%205.03%200%200%200%201.03-3.054c0-2.769-2.247-4.95-5.05-4.95a5.054%205.054%200%200%200-5.05%205.05c0%20.262.034.539.088.845a1.77%201.77%200%200%201-.486%201.564l-6.236%206.235a1.25%201.25%200%200%200-.366.884V20.3c0%20.138.112.25.25.25h2.5a.25.25%200%200%200%20.25-.25v-1.5c0-.69.56-1.25%201.25-1.25h1.75V15.8c0-.65.497-1.185%201.132-1.245l1.077%201.078a1.8%201.8%200%200%200-.378.417h-.33v1.75c0%20.69-.56%201.25-1.25%201.25H7.95v1.25a1.75%201.75%200%200%201-1.75%201.75H3.7a1.75%201.75%200%200%201-1.75-1.75v-2.172c0-.73.289-1.429.805-1.944L8.99%209.948a.28.28%200%200%200%20.07-.244A6.4%206.4%200%200%201%208.95%208.6m4.83%202.68a.75.75%200%201%200-1.06-1.06l-2%202a.75.75%200%200%200%200%201.06l2%202a.75.75%200%201%200%201.06-1.06l-.72-.72H17a3.5%203.5%200%201%201-3.5%203.5a.75.75%200%200%200-1.5%200a5%205%200%201%200%205-5h-3.94z%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%22M17%208.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-8.05.35a6.554%206.554%200%200%201%206.55-6.55c3.596%200%206.55%202.819%206.55%206.45a6.5%206.5%200%200%201-1.255%203.852a6%206%200%200%200-1.276-.798a5.03%205.03%200%200%200%201.03-3.054c0-2.769-2.247-4.95-5.05-4.95a5.054%205.054%200%200%200-5.05%205.05c0%20.262.034.539.088.845a1.77%201.77%200%200%201-.486%201.564l-6.236%206.235a1.25%201.25%200%200%200-.366.884V20.3c0%20.138.112.25.25.25h2.5a.25.25%200%200%200%20.25-.25v-1.5c0-.69.56-1.25%201.25-1.25h1.75V15.8c0-.65.497-1.185%201.132-1.245l1.077%201.078a1.8%201.8%200%200%200-.378.417h-.33v1.75c0%20.69-.56%201.25-1.25%201.25H7.95v1.25a1.75%201.75%200%200%201-1.75%201.75H3.7a1.75%201.75%200%200%201-1.75-1.75v-2.172c0-.73.289-1.429.805-1.944L8.99%209.948a.28.28%200%200%200%20.07-.244A6.4%206.4%200%200%201%208.95%208.6m4.83%202.68a.75.75%200%201%200-1.06-1.06l-2%202a.75.75%200%200%200%200%201.06l2%202a.75.75%200%201%200%201.06-1.06l-.72-.72H17a3.5%203.5%200%201%201-3.5%203.5a.75.75%200%200%200-1.5%200a5%205%200%201%200%205-5h-3.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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