key from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
key
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.433 17.325L3.079 19.8a1 1 0 0 0 1.131 1.131l2.475-.354C7.06 20.524 8 18 8 18s.472.405.665.466c.412.13.813-.274.948-.684L10 16.01s.577.292.786.335c.266.055.524-.109.707-.293a1 1 0 0 0 .241-.391L12 14.01s.675.187.906.214c.263.03.519-.104.707-.293l1.138-1.137a5.5 5.5 0 0 0 5.581-1.338a5.507 5.507 0 0 0 0-7.778a5.507 5.507 0 0 0-7.778 0a5.5 5.5 0 0 0-1.338 5.581l-7.501 7.5a1 1 0 0 0-.282.566M18.504 5.506a2.92 2.92 0 0 1 0 4.122l-4.122-4.122a2.92 2.92 0 0 1 4.122 0"/></svg>

React

import type { SVGProps } from "react";

export function BxsKey(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="M3.433 17.325L3.079 19.8a1 1 0 0 0 1.131 1.131l2.475-.354C7.06 20.524 8 18 8 18s.472.405.665.466c.412.13.813-.274.948-.684L10 16.01s.577.292.786.335c.266.055.524-.109.707-.293a1 1 0 0 0 .241-.391L12 14.01s.675.187.906.214c.263.03.519-.104.707-.293l1.138-1.137a5.5 5.5 0 0 0 5.581-1.338a5.507 5.507 0 0 0 0-7.778a5.507 5.507 0 0 0-7.778 0a5.5 5.5 0 0 0-1.338 5.581l-7.501 7.5a1 1 0 0 0-.282.566M18.504 5.506a2.92 2.92 0 0 1 0 4.122l-4.122-4.122a2.92 2.92 0 0 1 4.122 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.433 17.325L3.079 19.8a1 1 0 0 0 1.131 1.131l2.475-.354C7.06 20.524 8 18 8 18s.472.405.665.466c.412.13.813-.274.948-.684L10 16.01s.577.292.786.335c.266.055.524-.109.707-.293a1 1 0 0 0 .241-.391L12 14.01s.675.187.906.214c.263.03.519-.104.707-.293l1.138-1.137a5.5 5.5 0 0 0 5.581-1.338a5.507 5.507 0 0 0 0-7.778a5.507 5.507 0 0 0-7.778 0a5.5 5.5 0 0 0-1.338 5.581l-7.501 7.5a1 1 0 0 0-.282.566M18.504 5.506a2.92 2.92 0 0 1 0 4.122l-4.122-4.122a2.92 2.92 0 0 1 4.122 0"/></svg>
</template>

CSS

.icon-key {
  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%22M3.433%2017.325L3.079%2019.8a1%201%200%200%200%201.131%201.131l2.475-.354C7.06%2020.524%208%2018%208%2018s.472.405.665.466c.412.13.813-.274.948-.684L10%2016.01s.577.292.786.335c.266.055.524-.109.707-.293a1%201%200%200%200%20.241-.391L12%2014.01s.675.187.906.214c.263.03.519-.104.707-.293l1.138-1.137a5.5%205.5%200%200%200%205.581-1.338a5.507%205.507%200%200%200%200-7.778a5.507%205.507%200%200%200-7.778%200a5.5%205.5%200%200%200-1.338%205.581l-7.501%207.5a1%201%200%200%200-.282.566M18.504%205.506a2.92%202.92%200%200%201%200%204.122l-4.122-4.122a2.92%202.92%200%200%201%204.122%200%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%22M3.433%2017.325L3.079%2019.8a1%201%200%200%200%201.131%201.131l2.475-.354C7.06%2020.524%208%2018%208%2018s.472.405.665.466c.412.13.813-.274.948-.684L10%2016.01s.577.292.786.335c.266.055.524-.109.707-.293a1%201%200%200%200%20.241-.391L12%2014.01s.675.187.906.214c.263.03.519-.104.707-.293l1.138-1.137a5.5%205.5%200%200%200%205.581-1.338a5.507%205.507%200%200%200%200-7.778a5.507%205.507%200%200%200-7.778%200a5.5%205.5%200%200%200-1.338%205.581l-7.501%207.5a1%201%200%200%200-.282.566M18.504%205.506a2.92%202.92%200%200%201%200%204.122l-4.122-4.122a2.92%202.92%200%200%201%204.122%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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