two factor access icon

two-factor-access from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
two-factor-access
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the two factor access icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-width="1.5" d="M9.5 9.5h-2c-2.346 0-3.518 0-4.326.62a3 3 0 0 0-.554.554C2 11.482 2 12.654 2 15s0 3.518.62 4.326a3 3 0 0 0 .554.554c.808.62 1.98.62 4.326.62h2c2.346 0 3.518 0 4.326-.62a3 3 0 0 0 .554-.554c.62-.808.62-1.98.62-4.326s0-3.518-.62-4.326a3 3 0 0 0-.554-.554c-.808-.62-1.98-.62-4.326-.62Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M11.75 9.5V6.75a3.25 3.25 0 0 0-6.5 0V9.5"/><path fill="currentColor" d="m21.38 19.326l.595.457zm-.554.554l.457.595zm0-9.76l.457-.595zm.554.554l.595-.457zM18 9.5a.75.75 0 0 0 1.5 0zm-.999-.75a.75.75 0 1 0-.002 1.5zm-.002 11a.75.75 0 1 0 .002 1.5zM13.653 3.2a.75.75 0 1 0 .694 1.33zM21.25 15c0 1.19-.001 2.02-.073 2.656c-.07.62-.199.962-.392 1.214l1.19.913c.427-.556.608-1.205.693-1.96c.083-.738.082-1.668.082-2.823zm-.465 3.87a2.3 2.3 0 0 1-.415.415l.913 1.19q.392-.301.692-.692zM22.75 15c0-1.155.001-2.085-.082-2.824c-.085-.754-.266-1.403-.693-1.959l-1.19.913c.193.252.322.594.392 1.214c.072.636.073 1.466.073 2.656zm-2.38-4.285q.235.181.415.415l1.19-.913q-.301-.392-.692-.692zM19.5 9.5V6.75H18V9.5zm0-2.75a4 4 0 0 0-4-4v1.5a2.5 2.5 0 0 1 2.5 2.5zm-2.501 3.5c1.018.002 1.736.014 2.289.09c.538.072.848.196 1.082.375l.913-1.19c-.515-.395-1.11-.58-1.794-.672c-.669-.09-1.49-.101-2.488-.103zm.002 11c.999-.002 1.82-.012 2.488-.103c.685-.092 1.279-.277 1.794-.672l-.913-1.19c-.234.179-.544.303-1.082.376c-.553.075-1.271.087-2.29.089zM14.347 4.53c.344-.18.736-.281 1.153-.281v-1.5c-.665 0-1.293.163-1.847.451z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 15s1 .5 1.5 2c0 0 1.5-3 3.5-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTwoFactorAccess(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"><path stroke="currentColor" strokeWidth="1.5" d="M9.5 9.5h-2c-2.346 0-3.518 0-4.326.62a3 3 0 0 0-.554.554C2 11.482 2 12.654 2 15s0 3.518.62 4.326a3 3 0 0 0 .554.554c.808.62 1.98.62 4.326.62h2c2.346 0 3.518 0 4.326-.62a3 3 0 0 0 .554-.554c.62-.808.62-1.98.62-4.326s0-3.518-.62-4.326a3 3 0 0 0-.554-.554c-.808-.62-1.98-.62-4.326-.62Z"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M11.75 9.5V6.75a3.25 3.25 0 0 0-6.5 0V9.5"/><path fill="currentColor" d="m21.38 19.326l.595.457zm-.554.554l.457.595zm0-9.76l.457-.595zm.554.554l.595-.457zM18 9.5a.75.75 0 0 0 1.5 0zm-.999-.75a.75.75 0 1 0-.002 1.5zm-.002 11a.75.75 0 1 0 .002 1.5zM13.653 3.2a.75.75 0 1 0 .694 1.33zM21.25 15c0 1.19-.001 2.02-.073 2.656c-.07.62-.199.962-.392 1.214l1.19.913c.427-.556.608-1.205.693-1.96c.083-.738.082-1.668.082-2.823zm-.465 3.87a2.3 2.3 0 0 1-.415.415l.913 1.19q.392-.301.692-.692zM22.75 15c0-1.155.001-2.085-.082-2.824c-.085-.754-.266-1.403-.693-1.959l-1.19.913c.193.252.322.594.392 1.214c.072.636.073 1.466.073 2.656zm-2.38-4.285q.235.181.415.415l1.19-.913q-.301-.392-.692-.692zM19.5 9.5V6.75H18V9.5zm0-2.75a4 4 0 0 0-4-4v1.5a2.5 2.5 0 0 1 2.5 2.5zm-2.501 3.5c1.018.002 1.736.014 2.289.09c.538.072.848.196 1.082.375l.913-1.19c-.515-.395-1.11-.58-1.794-.672c-.669-.09-1.49-.101-2.488-.103zm.002 11c.999-.002 1.82-.012 2.488-.103c.685-.092 1.279-.277 1.794-.672l-.913-1.19c-.234.179-.544.303-1.082.376c-.553.075-1.271.087-2.29.089zM14.347 4.53c.344-.18.736-.281 1.153-.281v-1.5c-.665 0-1.293.163-1.847.451z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6 15s1 .5 1.5 2c0 0 1.5-3 3.5-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-width="1.5" d="M9.5 9.5h-2c-2.346 0-3.518 0-4.326.62a3 3 0 0 0-.554.554C2 11.482 2 12.654 2 15s0 3.518.62 4.326a3 3 0 0 0 .554.554c.808.62 1.98.62 4.326.62h2c2.346 0 3.518 0 4.326-.62a3 3 0 0 0 .554-.554c.62-.808.62-1.98.62-4.326s0-3.518-.62-4.326a3 3 0 0 0-.554-.554c-.808-.62-1.98-.62-4.326-.62Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M11.75 9.5V6.75a3.25 3.25 0 0 0-6.5 0V9.5"/><path fill="currentColor" d="m21.38 19.326l.595.457zm-.554.554l.457.595zm0-9.76l.457-.595zm.554.554l.595-.457zM18 9.5a.75.75 0 0 0 1.5 0zm-.999-.75a.75.75 0 1 0-.002 1.5zm-.002 11a.75.75 0 1 0 .002 1.5zM13.653 3.2a.75.75 0 1 0 .694 1.33zM21.25 15c0 1.19-.001 2.02-.073 2.656c-.07.62-.199.962-.392 1.214l1.19.913c.427-.556.608-1.205.693-1.96c.083-.738.082-1.668.082-2.823zm-.465 3.87a2.3 2.3 0 0 1-.415.415l.913 1.19q.392-.301.692-.692zM22.75 15c0-1.155.001-2.085-.082-2.824c-.085-.754-.266-1.403-.693-1.959l-1.19.913c.193.252.322.594.392 1.214c.072.636.073 1.466.073 2.656zm-2.38-4.285q.235.181.415.415l1.19-.913q-.301-.392-.692-.692zM19.5 9.5V6.75H18V9.5zm0-2.75a4 4 0 0 0-4-4v1.5a2.5 2.5 0 0 1 2.5 2.5zm-2.501 3.5c1.018.002 1.736.014 2.289.09c.538.072.848.196 1.082.375l.913-1.19c-.515-.395-1.11-.58-1.794-.672c-.669-.09-1.49-.101-2.488-.103zm.002 11c.999-.002 1.82-.012 2.488-.103c.685-.092 1.279-.277 1.794-.672l-.913-1.19c-.234.179-.544.303-1.082.376c-.553.075-1.271.087-2.29.089zM14.347 4.53c.344-.18.736-.281 1.153-.281v-1.5c-.665 0-1.293.163-1.847.451z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 15s1 .5 1.5 2c0 0 1.5-3 3.5-4"/></g></svg>
</template>

CSS

.icon-two-factor-access {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M9.5%209.5h-2c-2.346%200-3.518%200-4.326.62a3%203%200%200%200-.554.554C2%2011.482%202%2012.654%202%2015s0%203.518.62%204.326a3%203%200%200%200%20.554.554c.808.62%201.98.62%204.326.62h2c2.346%200%203.518%200%204.326-.62a3%203%200%200%200%20.554-.554c.62-.808.62-1.98.62-4.326s0-3.518-.62-4.326a3%203%200%200%200-.554-.554c-.808-.62-1.98-.62-4.326-.62Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.75%209.5V6.75a3.25%203.25%200%200%200-6.5%200V9.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.38%2019.326l.595.457zm-.554.554l.457.595zm0-9.76l.457-.595zm.554.554l.595-.457zM18%209.5a.75.75%200%200%200%201.5%200zm-.999-.75a.75.75%200%201%200-.002%201.5zm-.002%2011a.75.75%200%201%200%20.002%201.5zM13.653%203.2a.75.75%200%201%200%20.694%201.33zM21.25%2015c0%201.19-.001%202.02-.073%202.656c-.07.62-.199.962-.392%201.214l1.19.913c.427-.556.608-1.205.693-1.96c.083-.738.082-1.668.082-2.823zm-.465%203.87a2.3%202.3%200%200%201-.415.415l.913%201.19q.392-.301.692-.692zM22.75%2015c0-1.155.001-2.085-.082-2.824c-.085-.754-.266-1.403-.693-1.959l-1.19.913c.193.252.322.594.392%201.214c.072.636.073%201.466.073%202.656zm-2.38-4.285q.235.181.415.415l1.19-.913q-.301-.392-.692-.692zM19.5%209.5V6.75H18V9.5zm0-2.75a4%204%200%200%200-4-4v1.5a2.5%202.5%200%200%201%202.5%202.5zm-2.501%203.5c1.018.002%201.736.014%202.289.09c.538.072.848.196%201.082.375l.913-1.19c-.515-.395-1.11-.58-1.794-.672c-.669-.09-1.49-.101-2.488-.103zm.002%2011c.999-.002%201.82-.012%202.488-.103c.685-.092%201.279-.277%201.794-.672l-.913-1.19c-.234.179-.544.303-1.082.376c-.553.075-1.271.087-2.29.089zM14.347%204.53c.344-.18.736-.281%201.153-.281v-1.5c-.665%200-1.293.163-1.847.451z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6%2015s1%20.5%201.5%202c0%200%201.5-3%203.5-4%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M9.5%209.5h-2c-2.346%200-3.518%200-4.326.62a3%203%200%200%200-.554.554C2%2011.482%202%2012.654%202%2015s0%203.518.62%204.326a3%203%200%200%200%20.554.554c.808.62%201.98.62%204.326.62h2c2.346%200%203.518%200%204.326-.62a3%203%200%200%200%20.554-.554c.62-.808.62-1.98.62-4.326s0-3.518-.62-4.326a3%203%200%200%200-.554-.554c-.808-.62-1.98-.62-4.326-.62Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.75%209.5V6.75a3.25%203.25%200%200%200-6.5%200V9.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.38%2019.326l.595.457zm-.554.554l.457.595zm0-9.76l.457-.595zm.554.554l.595-.457zM18%209.5a.75.75%200%200%200%201.5%200zm-.999-.75a.75.75%200%201%200-.002%201.5zm-.002%2011a.75.75%200%201%200%20.002%201.5zM13.653%203.2a.75.75%200%201%200%20.694%201.33zM21.25%2015c0%201.19-.001%202.02-.073%202.656c-.07.62-.199.962-.392%201.214l1.19.913c.427-.556.608-1.205.693-1.96c.083-.738.082-1.668.082-2.823zm-.465%203.87a2.3%202.3%200%200%201-.415.415l.913%201.19q.392-.301.692-.692zM22.75%2015c0-1.155.001-2.085-.082-2.824c-.085-.754-.266-1.403-.693-1.959l-1.19.913c.193.252.322.594.392%201.214c.072.636.073%201.466.073%202.656zm-2.38-4.285q.235.181.415.415l1.19-.913q-.301-.392-.692-.692zM19.5%209.5V6.75H18V9.5zm0-2.75a4%204%200%200%200-4-4v1.5a2.5%202.5%200%200%201%202.5%202.5zm-2.501%203.5c1.018.002%201.736.014%202.289.09c.538.072.848.196%201.082.375l.913-1.19c-.515-.395-1.11-.58-1.794-.672c-.669-.09-1.49-.101-2.488-.103zm.002%2011c.999-.002%201.82-.012%202.488-.103c.685-.092%201.279-.277%201.794-.672l-.913-1.19c-.234.179-.544.303-1.082.376c-.553.075-1.271.087-2.29.089zM14.347%204.53c.344-.18.736-.281%201.153-.281v-1.5c-.665%200-1.293.163-1.847.451z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6%2015s1%20.5%201.5%202c0%200%201.5-3%203.5-4%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/two-factor-access.svg?color=%231a73e8&size=48