key-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
key-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage 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="0 0 24 24"><path fill="currentColor" d="M21.953 8.463a7.1 7.1 0 0 0-2.106-4.372l-.108-.088A7.078 7.078 0 0 0 8.086 6.854a7.1 7.1 0 0 0 .078 4.684l-5.95 5.973a.73.73 0 0 0-.214.517v3.24a.723.723 0 0 0 .731.732H5.98a.72.72 0 0 0 .722-.84l-.147-.975l.907.146a.75.75 0 0 0 .644-.195l1.629-1.63a.72.72 0 0 0 .204-.634l-.156-.976l.976.146a.73.73 0 0 0 .634-.205l1.082-1.093a7.06 7.06 0 0 0 6.787-1.042a7.08 7.08 0 0 0 2.702-6.317zm-4.525 2.372a2.93 2.93 0 0 1-1.54.83a3 3 0 0 1-.586.058a3.1 3.1 0 0 1-1.15-.224a3 3 0 0 1-1.346-1.113a2.93 2.93 0 0 1-.508-1.669a3 3 0 0 1 1.853-2.772a3.03 3.03 0 0 1 3.277.654a3.017 3.017 0 0 1 0 4.236"/></svg>

React

import type { SVGProps } from "react";

export function MageKeyFill(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="M21.953 8.463a7.1 7.1 0 0 0-2.106-4.372l-.108-.088A7.078 7.078 0 0 0 8.086 6.854a7.1 7.1 0 0 0 .078 4.684l-5.95 5.973a.73.73 0 0 0-.214.517v3.24a.723.723 0 0 0 .731.732H5.98a.72.72 0 0 0 .722-.84l-.147-.975l.907.146a.75.75 0 0 0 .644-.195l1.629-1.63a.72.72 0 0 0 .204-.634l-.156-.976l.976.146a.73.73 0 0 0 .634-.205l1.082-1.093a7.06 7.06 0 0 0 6.787-1.042a7.08 7.08 0 0 0 2.702-6.317zm-4.525 2.372a2.93 2.93 0 0 1-1.54.83a3 3 0 0 1-.586.058a3.1 3.1 0 0 1-1.15-.224a3 3 0 0 1-1.346-1.113a2.93 2.93 0 0 1-.508-1.669a3 3 0 0 1 1.853-2.772a3.03 3.03 0 0 1 3.277.654a3.017 3.017 0 0 1 0 4.236"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.953 8.463a7.1 7.1 0 0 0-2.106-4.372l-.108-.088A7.078 7.078 0 0 0 8.086 6.854a7.1 7.1 0 0 0 .078 4.684l-5.95 5.973a.73.73 0 0 0-.214.517v3.24a.723.723 0 0 0 .731.732H5.98a.72.72 0 0 0 .722-.84l-.147-.975l.907.146a.75.75 0 0 0 .644-.195l1.629-1.63a.72.72 0 0 0 .204-.634l-.156-.976l.976.146a.73.73 0 0 0 .634-.205l1.082-1.093a7.06 7.06 0 0 0 6.787-1.042a7.08 7.08 0 0 0 2.702-6.317zm-4.525 2.372a2.93 2.93 0 0 1-1.54.83a3 3 0 0 1-.586.058a3.1 3.1 0 0 1-1.15-.224a3 3 0 0 1-1.346-1.113a2.93 2.93 0 0 1-.508-1.669a3 3 0 0 1 1.853-2.772a3.03 3.03 0 0 1 3.277.654a3.017 3.017 0 0 1 0 4.236"/></svg>
</template>

CSS

.icon-key-fill {
  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%22M21.953%208.463a7.1%207.1%200%200%200-2.106-4.372l-.108-.088A7.078%207.078%200%200%200%208.086%206.854a7.1%207.1%200%200%200%20.078%204.684l-5.95%205.973a.73.73%200%200%200-.214.517v3.24a.723.723%200%200%200%20.731.732H5.98a.72.72%200%200%200%20.722-.84l-.147-.975l.907.146a.75.75%200%200%200%20.644-.195l1.629-1.63a.72.72%200%200%200%20.204-.634l-.156-.976l.976.146a.73.73%200%200%200%20.634-.205l1.082-1.093a7.06%207.06%200%200%200%206.787-1.042a7.08%207.08%200%200%200%202.702-6.317zm-4.525%202.372a2.93%202.93%200%200%201-1.54.83a3%203%200%200%201-.586.058a3.1%203.1%200%200%201-1.15-.224a3%203%200%200%201-1.346-1.113a2.93%202.93%200%200%201-.508-1.669a3%203%200%200%201%201.853-2.772a3.03%203.03%200%200%201%203.277.654a3.017%203.017%200%200%201%200%204.236%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%22M21.953%208.463a7.1%207.1%200%200%200-2.106-4.372l-.108-.088A7.078%207.078%200%200%200%208.086%206.854a7.1%207.1%200%200%200%20.078%204.684l-5.95%205.973a.73.73%200%200%200-.214.517v3.24a.723.723%200%200%200%20.731.732H5.98a.72.72%200%200%200%20.722-.84l-.147-.975l.907.146a.75.75%200%200%200%20.644-.195l1.629-1.63a.72.72%200%200%200%20.204-.634l-.156-.976l.976.146a.73.73%200%200%200%20.634-.205l1.082-1.093a7.06%207.06%200%200%200%206.787-1.042a7.08%207.08%200%200%200%202.702-6.317zm-4.525%202.372a2.93%202.93%200%200%201-1.54.83a3%203%200%200%201-.586.058a3.1%203.1%200%200%201-1.15-.224a3%203%200%200%201-1.346-1.113a2.93%202.93%200%200%201-.508-1.669a3%203%200%200%201%201.853-2.772a3.03%203.03%200%200%201%203.277.654a3.017%203.017%200%200%201%200%204.236%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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