key-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
key-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="m10.026 17.609l-2.121-2.122a1 1 0 1 0-1.415 1.415l2.122 2.12l-2.475 2.476l-4.43-.296a1 1 0 0 1-.932-.93L.48 15.84l6.898-6.898a7 7 0 1 1 5.657 5.657l-3.01 3.009zm3.535-9.193a2 2 0 1 0 2.829-2.828a2 2 0 0 0-2.829 2.828"/></svg>

React

import type { SVGProps } from "react";

export function JamKeyF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="m10.026 17.609l-2.121-2.122a1 1 0 1 0-1.415 1.415l2.122 2.12l-2.475 2.476l-4.43-.296a1 1 0 0 1-.932-.93L.48 15.84l6.898-6.898a7 7 0 1 1 5.657 5.657l-3.01 3.009zm3.535-9.193a2 2 0 1 0 2.829-2.828a2 2 0 0 0-2.829 2.828"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="m10.026 17.609l-2.121-2.122a1 1 0 1 0-1.415 1.415l2.122 2.12l-2.475 2.476l-4.43-.296a1 1 0 0 1-.932-.93L.48 15.84l6.898-6.898a7 7 0 1 1 5.657 5.657l-3.01 3.009zm3.535-9.193a2 2 0 1 0 2.829-2.828a2 2 0 0 0-2.829 2.828"/></svg>
</template>

CSS

.icon-key-f {
  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%22-1%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.026%2017.609l-2.121-2.122a1%201%200%201%200-1.415%201.415l2.122%202.12l-2.475%202.476l-4.43-.296a1%201%200%200%201-.932-.93L.48%2015.84l6.898-6.898a7%207%200%201%201%205.657%205.657l-3.01%203.009zm3.535-9.193a2%202%200%201%200%202.829-2.828a2%202%200%200%200-2.829%202.828%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%22-1%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.026%2017.609l-2.121-2.122a1%201%200%201%200-1.415%201.415l2.122%202.12l-2.475%202.476l-4.43-.296a1%201%200%200%201-.932-.93L.48%2015.84l6.898-6.898a7%207%200%201%201%205.657%205.657l-3.01%203.009zm3.535-9.193a2%202%200%201%200%202.829-2.828a2%202%200%200%200-2.829%202.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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