account recovery icon

account-recovery from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
account-recovery
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the account recovery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.5 4v1c0 1.414 0 2.121.44 2.56C3.378 8 4.085 8 5.5 8h1"/><path d="M2.5 12A9.5 9.5 0 1 0 12 2.5c-3.919 0-6.955 2.1-8.59 4.76"/><path d="M16 17a3.764 3.764 0 0 0-3.502-3.467L12 13.5a23 23 0 0 0-.5.019C9.65 13.609 8.142 15.153 8 17m6-8a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAccountRecovery(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2.5 4v1c0 1.414 0 2.121.44 2.56C3.378 8 4.085 8 5.5 8h1"/><path d="M2.5 12A9.5 9.5 0 1 0 12 2.5c-3.919 0-6.955 2.1-8.59 4.76"/><path d="M16 17a3.764 3.764 0 0 0-3.502-3.467L12 13.5a23 23 0 0 0-.5.019C9.65 13.609 8.142 15.153 8 17m6-8a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.5 4v1c0 1.414 0 2.121.44 2.56C3.378 8 4.085 8 5.5 8h1"/><path d="M2.5 12A9.5 9.5 0 1 0 12 2.5c-3.919 0-6.955 2.1-8.59 4.76"/><path d="M16 17a3.764 3.764 0 0 0-3.502-3.467L12 13.5a23 23 0 0 0-.5.019C9.65 13.609 8.142 15.153 8 17m6-8a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
</template>

CSS

.icon-account-recovery {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%204v1c0%201.414%200%202.121.44%202.56C3.378%208%204.085%208%205.5%208h1%22%2F%3E%3Cpath%20d%3D%22M2.5%2012A9.5%209.5%200%201%200%2012%202.5c-3.919%200-6.955%202.1-8.59%204.76%22%2F%3E%3Cpath%20d%3D%22M16%2017a3.764%203.764%200%200%200-3.502-3.467L12%2013.5a23%2023%200%200%200-.5.019C9.65%2013.609%208.142%2015.153%208%2017m6-8a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%204v1c0%201.414%200%202.121.44%202.56C3.378%208%204.085%208%205.5%208h1%22%2F%3E%3Cpath%20d%3D%22M2.5%2012A9.5%209.5%200%201%200%2012%202.5c-3.919%200-6.955%202.1-8.59%204.76%22%2F%3E%3Cpath%20d%3D%22M16%2017a3.764%203.764%200%200%200-3.502-3.467L12%2013.5a23%2023%200%200%200-.5.019C9.65%2013.609%208.142%2015.153%208%2017m6-8a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/account-recovery.svg?color=%231a73e8&size=48