key-4-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
key-4-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the key 4 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.5 2.001a5.5 5.5 0 0 1 2.453 10.422c-.177.09-.25.408-.335.578l.554 1.109a2 2 0 0 1 .004 1.78l-.558 1.128l.494.978a2 2 0 0 1-.184 2.102l-1.121 1.494l-.008.01l-.008.01a1.01 1.01 0 0 1-1.588-.006L6.92 19.952a2 2 0 0 1-.42-1.226v-6.04a.34.34 0 0 0-.15-.123A5.5 5.5 0 0 1 8.5 2m0 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3" clip-rule="evenodd"/><path fill="currentColor" d="M13.664 2.065a5.5 5.5 0 0 1 4.479 9.556c-.148.131-.136.458-.174.644l.822.928c.415.468.588 1.105.465 1.72l-.247 1.232l.73.817a2 2 0 0 1 .366 2.078l-.696 1.734l-.01.023a1.01 1.01 0 0 1-1.536.404l-1.667-1.264a2 2 0 0 1-.723-1.076l-1.633-6.095A7.48 7.48 0 0 0 16 7.5c0-2.14-.898-4.07-2.336-5.436"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteKey4Fill(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.5 2.001a5.5 5.5 0 0 1 2.453 10.422c-.177.09-.25.408-.335.578l.554 1.109a2 2 0 0 1 .004 1.78l-.558 1.128l.494.978a2 2 0 0 1-.184 2.102l-1.121 1.494l-.008.01l-.008.01a1.01 1.01 0 0 1-1.588-.006L6.92 19.952a2 2 0 0 1-.42-1.226v-6.04a.34.34 0 0 0-.15-.123A5.5 5.5 0 0 1 8.5 2m0 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3" clipRule="evenodd"/><path fill="currentColor" d="M13.664 2.065a5.5 5.5 0 0 1 4.479 9.556c-.148.131-.136.458-.174.644l.822.928c.415.468.588 1.105.465 1.72l-.247 1.232l.73.817a2 2 0 0 1 .366 2.078l-.696 1.734l-.01.023a1.01 1.01 0 0 1-1.536.404l-1.667-1.264a2 2 0 0 1-.723-1.076l-1.633-6.095A7.48 7.48 0 0 0 16 7.5c0-2.14-.898-4.07-2.336-5.436"/></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.5 2.001a5.5 5.5 0 0 1 2.453 10.422c-.177.09-.25.408-.335.578l.554 1.109a2 2 0 0 1 .004 1.78l-.558 1.128l.494.978a2 2 0 0 1-.184 2.102l-1.121 1.494l-.008.01l-.008.01a1.01 1.01 0 0 1-1.588-.006L6.92 19.952a2 2 0 0 1-.42-1.226v-6.04a.34.34 0 0 0-.15-.123A5.5 5.5 0 0 1 8.5 2m0 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3" clip-rule="evenodd"/><path fill="currentColor" d="M13.664 2.065a5.5 5.5 0 0 1 4.479 9.556c-.148.131-.136.458-.174.644l.822.928c.415.468.588 1.105.465 1.72l-.247 1.232l.73.817a2 2 0 0 1 .366 2.078l-.696 1.734l-.01.023a1.01 1.01 0 0 1-1.536.404l-1.667-1.264a2 2 0 0 1-.723-1.076l-1.633-6.095A7.48 7.48 0 0 0 16 7.5c0-2.14-.898-4.07-2.336-5.436"/></svg>
</template>

CSS

.icon-key-4-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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.5%202.001a5.5%205.5%200%200%201%202.453%2010.422c-.177.09-.25.408-.335.578l.554%201.109a2%202%200%200%201%20.004%201.78l-.558%201.128l.494.978a2%202%200%200%201-.184%202.102l-1.121%201.494l-.008.01l-.008.01a1.01%201.01%200%200%201-1.588-.006L6.92%2019.952a2%202%200%200%201-.42-1.226v-6.04a.34.34%200%200%200-.15-.123A5.5%205.5%200%200%201%208.5%202m0%204a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.664%202.065a5.5%205.5%200%200%201%204.479%209.556c-.148.131-.136.458-.174.644l.822.928c.415.468.588%201.105.465%201.72l-.247%201.232l.73.817a2%202%200%200%201%20.366%202.078l-.696%201.734l-.01.023a1.01%201.01%200%200%201-1.536.404l-1.667-1.264a2%202%200%200%201-.723-1.076l-1.633-6.095A7.48%207.48%200%200%200%2016%207.5c0-2.14-.898-4.07-2.336-5.436%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.5%202.001a5.5%205.5%200%200%201%202.453%2010.422c-.177.09-.25.408-.335.578l.554%201.109a2%202%200%200%201%20.004%201.78l-.558%201.128l.494.978a2%202%200%200%201-.184%202.102l-1.121%201.494l-.008.01l-.008.01a1.01%201.01%200%200%201-1.588-.006L6.92%2019.952a2%202%200%200%201-.42-1.226v-6.04a.34.34%200%200%200-.15-.123A5.5%205.5%200%200%201%208.5%202m0%204a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.664%202.065a5.5%205.5%200%200%201%204.479%209.556c-.148.131-.136.458-.174.644l.822.928c.415.468.588%201.105.465%201.72l-.247%201.232l.73.817a2%202%200%200%201%20.366%202.078l-.696%201.734l-.01.023a1.01%201.01%200%200%201-1.536.404l-1.667-1.264a2%202%200%200%201-.723-1.076l-1.633-6.095A7.48%207.48%200%200%200%2016%207.5c0-2.14-.898-4.07-2.336-5.436%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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