key reset icon
key-reset-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- key-reset-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M15.5 2.05A6.554 6.554 0 0 0 8.95 8.6c0 .387.05.76.11 1.104a.28.28 0 0 1-.07.244l-6.235 6.236a2.75 2.75 0 0 0-.806 1.944V20.3c0 .966.784 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75v-1.25H9.7c.69 0 1.25-.56 1.25-1.25v-1.75h.331q.155-.24.378-.417l-1.645-1.646a1.75 1.75 0 0 1 0-2.474l2-2A1.75 1.75 0 0 1 14.983 11H17a6 6 0 0 1 3.795 1.352A6.5 6.5 0 0 0 22.049 8.5c0-3.631-2.953-6.45-6.55-6.45m1.5 3.7a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.22 5.53a.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 FluentKeyReset24Filled(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="M15.5 2.05A6.554 6.554 0 0 0 8.95 8.6c0 .387.05.76.11 1.104a.28.28 0 0 1-.07.244l-6.235 6.236a2.75 2.75 0 0 0-.806 1.944V20.3c0 .966.784 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75v-1.25H9.7c.69 0 1.25-.56 1.25-1.25v-1.75h.331q.155-.24.378-.417l-1.645-1.646a1.75 1.75 0 0 1 0-2.474l2-2A1.75 1.75 0 0 1 14.983 11H17a6 6 0 0 1 3.795 1.352A6.5 6.5 0 0 0 22.049 8.5c0-3.631-2.953-6.45-6.55-6.45m1.5 3.7a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.22 5.53a.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="M15.5 2.05A6.554 6.554 0 0 0 8.95 8.6c0 .387.05.76.11 1.104a.28.28 0 0 1-.07.244l-6.235 6.236a2.75 2.75 0 0 0-.806 1.944V20.3c0 .966.784 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75v-1.25H9.7c.69 0 1.25-.56 1.25-1.25v-1.75h.331q.155-.24.378-.417l-1.645-1.646a1.75 1.75 0 0 1 0-2.474l2-2A1.75 1.75 0 0 1 14.983 11H17a6 6 0 0 1 3.795 1.352A6.5 6.5 0 0 0 22.049 8.5c0-3.631-2.953-6.45-6.55-6.45m1.5 3.7a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.22 5.53a.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%202.05A6.554%206.554%200%200%200%208.95%208.6c0%20.387.05.76.11%201.104a.28.28%200%200%201-.07.244l-6.235%206.236a2.75%202.75%200%200%200-.806%201.944V20.3c0%20.966.784%201.75%201.75%201.75h2.5a1.75%201.75%200%200%200%201.75-1.75v-1.25H9.7c.69%200%201.25-.56%201.25-1.25v-1.75h.331q.155-.24.378-.417l-1.645-1.646a1.75%201.75%200%200%201%200-2.474l2-2A1.75%201.75%200%200%201%2014.983%2011H17a6%206%200%200%201%203.795%201.352A6.5%206.5%200%200%200%2022.049%208.5c0-3.631-2.953-6.45-6.55-6.45m1.5%203.7a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-3.22%205.53a.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%22M15.5%202.05A6.554%206.554%200%200%200%208.95%208.6c0%20.387.05.76.11%201.104a.28.28%200%200%201-.07.244l-6.235%206.236a2.75%202.75%200%200%200-.806%201.944V20.3c0%20.966.784%201.75%201.75%201.75h2.5a1.75%201.75%200%200%200%201.75-1.75v-1.25H9.7c.69%200%201.25-.56%201.25-1.25v-1.75h.331q.155-.24.378-.417l-1.645-1.646a1.75%201.75%200%200%201%200-2.474l2-2A1.75%201.75%200%200%201%2014.983%2011H17a6%206%200%200%201%203.795%201.352A6.5%206.5%200%200%200%2022.049%208.5c0-3.631-2.953-6.45-6.55-6.45m1.5%203.7a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-3.22%205.53a.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-filled.svg?color=%231a73e8&size=48