key2 from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.

Name
key2
Set
Reicon
Style
Outline
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

More security icons from Reicon

Use the key2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.68 4.493a7.657 7.657 0 1 1 3.502 12.83c-.15-.04-.264.006-.32.061L8.15 21.098a2.23 2.23 0 0 1-1.823.64l-2.089-.233a1.74 1.74 0 0 1-1.036-.498l-.208-.208a1.74 1.74 0 0 1-.498-1.036l-.232-2.089a2.23 2.23 0 0 1 .64-1.823l3.711-3.712c.056-.056.101-.17.063-.32a7.65 7.65 0 0 1 2.001-7.325m9.767 1.06A6.157 6.157 0 0 0 8.13 11.445c.15.588.028 1.271-.455 1.754L3.964 16.91a.73.73 0 0 0-.21.597l.233 2.088c.005.054.03.103.067.141l.209.209a.24.24 0 0 0 .14.067l2.09.232a.73.73 0 0 0 .596-.209l.707-.707l-1.212-1.2a.75.75 0 1 1 1.054-1.066l1.219 1.205l1.945-1.944c.482-.483 1.165-.606 1.753-.455a6.157 6.157 0 0 0 5.891-10.316m-6.391 2.502a2.75 2.75 0 1 1 3.889 3.89a2.75 2.75 0 0 1-3.89-3.89m2.828 1.061a1.25 1.25 0 1 0-1.768 1.768a1.25 1.25 0 0 0 1.768-1.768" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconKey2(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" fillRule="evenodd" d="M8.68 4.493a7.657 7.657 0 1 1 3.502 12.83c-.15-.04-.264.006-.32.061L8.15 21.098a2.23 2.23 0 0 1-1.823.64l-2.089-.233a1.74 1.74 0 0 1-1.036-.498l-.208-.208a1.74 1.74 0 0 1-.498-1.036l-.232-2.089a2.23 2.23 0 0 1 .64-1.823l3.711-3.712c.056-.056.101-.17.063-.32a7.65 7.65 0 0 1 2.001-7.325m9.767 1.06A6.157 6.157 0 0 0 8.13 11.445c.15.588.028 1.271-.455 1.754L3.964 16.91a.73.73 0 0 0-.21.597l.233 2.088c.005.054.03.103.067.141l.209.209a.24.24 0 0 0 .14.067l2.09.232a.73.73 0 0 0 .596-.209l.707-.707l-1.212-1.2a.75.75 0 1 1 1.054-1.066l1.219 1.205l1.945-1.944c.482-.483 1.165-.606 1.753-.455a6.157 6.157 0 0 0 5.891-10.316m-6.391 2.502a2.75 2.75 0 1 1 3.889 3.89a2.75 2.75 0 0 1-3.89-3.89m2.828 1.061a1.25 1.25 0 1 0-1.768 1.768a1.25 1.25 0 0 0 1.768-1.768" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.68 4.493a7.657 7.657 0 1 1 3.502 12.83c-.15-.04-.264.006-.32.061L8.15 21.098a2.23 2.23 0 0 1-1.823.64l-2.089-.233a1.74 1.74 0 0 1-1.036-.498l-.208-.208a1.74 1.74 0 0 1-.498-1.036l-.232-2.089a2.23 2.23 0 0 1 .64-1.823l3.711-3.712c.056-.056.101-.17.063-.32a7.65 7.65 0 0 1 2.001-7.325m9.767 1.06A6.157 6.157 0 0 0 8.13 11.445c.15.588.028 1.271-.455 1.754L3.964 16.91a.73.73 0 0 0-.21.597l.233 2.088c.005.054.03.103.067.141l.209.209a.24.24 0 0 0 .14.067l2.09.232a.73.73 0 0 0 .596-.209l.707-.707l-1.212-1.2a.75.75 0 1 1 1.054-1.066l1.219 1.205l1.945-1.944c.482-.483 1.165-.606 1.753-.455a6.157 6.157 0 0 0 5.891-10.316m-6.391 2.502a2.75 2.75 0 1 1 3.889 3.89a2.75 2.75 0 0 1-3.89-3.89m2.828 1.061a1.25 1.25 0 1 0-1.768 1.768a1.25 1.25 0 0 0 1.768-1.768" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-key2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.68%204.493a7.657%207.657%200%201%201%203.502%2012.83c-.15-.04-.264.006-.32.061L8.15%2021.098a2.23%202.23%200%200%201-1.823.64l-2.089-.233a1.74%201.74%200%200%201-1.036-.498l-.208-.208a1.74%201.74%200%200%201-.498-1.036l-.232-2.089a2.23%202.23%200%200%201%20.64-1.823l3.711-3.712c.056-.056.101-.17.063-.32a7.65%207.65%200%200%201%202.001-7.325m9.767%201.06A6.157%206.157%200%200%200%208.13%2011.445c.15.588.028%201.271-.455%201.754L3.964%2016.91a.73.73%200%200%200-.21.597l.233%202.088c.005.054.03.103.067.141l.209.209a.24.24%200%200%200%20.14.067l2.09.232a.73.73%200%200%200%20.596-.209l.707-.707l-1.212-1.2a.75.75%200%201%201%201.054-1.066l1.219%201.205l1.945-1.944c.482-.483%201.165-.606%201.753-.455a6.157%206.157%200%200%200%205.891-10.316m-6.391%202.502a2.75%202.75%200%201%201%203.889%203.89a2.75%202.75%200%200%201-3.89-3.89m2.828%201.061a1.25%201.25%200%201%200-1.768%201.768a1.25%201.25%200%200%200%201.768-1.768%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.68%204.493a7.657%207.657%200%201%201%203.502%2012.83c-.15-.04-.264.006-.32.061L8.15%2021.098a2.23%202.23%200%200%201-1.823.64l-2.089-.233a1.74%201.74%200%200%201-1.036-.498l-.208-.208a1.74%201.74%200%200%201-.498-1.036l-.232-2.089a2.23%202.23%200%200%201%20.64-1.823l3.711-3.712c.056-.056.101-.17.063-.32a7.65%207.65%200%200%201%202.001-7.325m9.767%201.06A6.157%206.157%200%200%200%208.13%2011.445c.15.588.028%201.271-.455%201.754L3.964%2016.91a.73.73%200%200%200-.21.597l.233%202.088c.005.054.03.103.067.141l.209.209a.24.24%200%200%200%20.14.067l2.09.232a.73.73%200%200%200%20.596-.209l.707-.707l-1.212-1.2a.75.75%200%201%201%201.054-1.066l1.219%201.205l1.945-1.944c.482-.483%201.165-.606%201.753-.455a6.157%206.157%200%200%200%205.891-10.316m-6.391%202.502a2.75%202.75%200%201%201%203.889%203.89a2.75%202.75%200%200%201-3.89-3.89m2.828%201.061a1.25%201.25%200%201%200-1.768%201.768a1.25%201.25%200%200%200%201.768-1.768%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Key2 outline icon — Reicon · IconsDB