locked with key emoji

locked-with-key from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
locked-with-key
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the locked with key emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M14.196 35.652c-.2-7.666 5.579-16.384 12.452-16.6c6.93-.219 14.414 10.252 12.41 17.173h-3.183s.79-7.133-2.234-10.144c-.542-1.536-4.55-4.3-7.48-3.869c-1.977.291-6.392 2.807-7.31 4.581c-1.028 1.984-1.17 8.859-1.17 8.859z"/><path fill="#fcea2b" d="M41.698 36.361h1.63v23.372H10.283V36.361h1.63z"/><path fill="#f1b31c" d="M42.941 36.532L26.619 59.578h16.79z"/><path fill="#f4aa41" d="M55.94 32.583c3.583-1.818 6.069-5.786 6.069-10.389c0-6.321-4.69-11.446-10.473-11.446s-10.474 5.125-10.474 11.446c0 5.112 3.1 10.046 7.358 10.62"/><path fill="#f4aa41" stroke="#f4aa41" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m56.027 32.349l-.011 3.077l.156 20.725l-4.502 4.501l-3.66-4.66l2.883-2.883l-3.157-3.157l2.641-3.642l-3.14-3.14l.014-2.976l2.709-2.71l-1.241-1.241v-3.894"/><path fill="#e27022" d="m53.544 57.09l1.2-1.202l-.219-19.827l-1.214.013z"/><circle cx="51.535" cy="18.109" r="3.521" fill="#e27022" transform="rotate(-45 51.535 18.11)"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M39.467 33.42c.581-8.034-5.889-14.587-12.82-14.369c-6.872.217-12.45 7.083-12.45 14.37m27.501 2.9h1.63v23.371H10.283V36.321h1.63z"/><path d="M17.825 33.42c0-5.509 3.979-10.7 8.88-10.864c4.944-.165 9.559 4.79 9.144 10.864m20.176 2.606l.257 20.446l-4.561 4.56l-4.766-4.765l2.921-2.921l-3.228-3.229l3.689-3.689l-3.211-3.211v-3.03l2.745-2.745l-1.269-1.269"/><circle cx="51.535" cy="18.109" r="3.521" transform="rotate(-45 51.535 18.11)"/><path d="M56.017 31.636c3.57-1.769 6.027-5.59 5.993-10c-.046-6.057-4.772-10.932-10.556-10.888s-10.435 4.99-10.39 11.048c.038 4.897 3.134 9.021 7.376 10.398"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiLockedWithKey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M14.196 35.652c-.2-7.666 5.579-16.384 12.452-16.6c6.93-.219 14.414 10.252 12.41 17.173h-3.183s.79-7.133-2.234-10.144c-.542-1.536-4.55-4.3-7.48-3.869c-1.977.291-6.392 2.807-7.31 4.581c-1.028 1.984-1.17 8.859-1.17 8.859z"/><path fill="#fcea2b" d="M41.698 36.361h1.63v23.372H10.283V36.361h1.63z"/><path fill="#f1b31c" d="M42.941 36.532L26.619 59.578h16.79z"/><path fill="#f4aa41" d="M55.94 32.583c3.583-1.818 6.069-5.786 6.069-10.389c0-6.321-4.69-11.446-10.473-11.446s-10.474 5.125-10.474 11.446c0 5.112 3.1 10.046 7.358 10.62"/><path fill="#f4aa41" stroke="#f4aa41" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m56.027 32.349l-.011 3.077l.156 20.725l-4.502 4.501l-3.66-4.66l2.883-2.883l-3.157-3.157l2.641-3.642l-3.14-3.14l.014-2.976l2.709-2.71l-1.241-1.241v-3.894"/><path fill="#e27022" d="m53.544 57.09l1.2-1.202l-.219-19.827l-1.214.013z"/><circle cx="51.535" cy="18.109" r="3.521" fill="#e27022" transform="rotate(-45 51.535 18.11)"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M39.467 33.42c.581-8.034-5.889-14.587-12.82-14.369c-6.872.217-12.45 7.083-12.45 14.37m27.501 2.9h1.63v23.371H10.283V36.321h1.63z"/><path d="M17.825 33.42c0-5.509 3.979-10.7 8.88-10.864c4.944-.165 9.559 4.79 9.144 10.864m20.176 2.606l.257 20.446l-4.561 4.56l-4.766-4.765l2.921-2.921l-3.228-3.229l3.689-3.689l-3.211-3.211v-3.03l2.745-2.745l-1.269-1.269"/><circle cx="51.535" cy="18.109" r="3.521" transform="rotate(-45 51.535 18.11)"/><path d="M56.017 31.636c3.57-1.769 6.027-5.59 5.993-10c-.046-6.057-4.772-10.932-10.556-10.888s-10.435 4.99-10.39 11.048c.038 4.897 3.134 9.021 7.376 10.398"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M14.196 35.652c-.2-7.666 5.579-16.384 12.452-16.6c6.93-.219 14.414 10.252 12.41 17.173h-3.183s.79-7.133-2.234-10.144c-.542-1.536-4.55-4.3-7.48-3.869c-1.977.291-6.392 2.807-7.31 4.581c-1.028 1.984-1.17 8.859-1.17 8.859z"/><path fill="#fcea2b" d="M41.698 36.361h1.63v23.372H10.283V36.361h1.63z"/><path fill="#f1b31c" d="M42.941 36.532L26.619 59.578h16.79z"/><path fill="#f4aa41" d="M55.94 32.583c3.583-1.818 6.069-5.786 6.069-10.389c0-6.321-4.69-11.446-10.473-11.446s-10.474 5.125-10.474 11.446c0 5.112 3.1 10.046 7.358 10.62"/><path fill="#f4aa41" stroke="#f4aa41" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m56.027 32.349l-.011 3.077l.156 20.725l-4.502 4.501l-3.66-4.66l2.883-2.883l-3.157-3.157l2.641-3.642l-3.14-3.14l.014-2.976l2.709-2.71l-1.241-1.241v-3.894"/><path fill="#e27022" d="m53.544 57.09l1.2-1.202l-.219-19.827l-1.214.013z"/><circle cx="51.535" cy="18.109" r="3.521" fill="#e27022" transform="rotate(-45 51.535 18.11)"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M39.467 33.42c.581-8.034-5.889-14.587-12.82-14.369c-6.872.217-12.45 7.083-12.45 14.37m27.501 2.9h1.63v23.371H10.283V36.321h1.63z"/><path d="M17.825 33.42c0-5.509 3.979-10.7 8.88-10.864c4.944-.165 9.559 4.79 9.144 10.864m20.176 2.606l.257 20.446l-4.561 4.56l-4.766-4.765l2.921-2.921l-3.228-3.229l3.689-3.689l-3.211-3.211v-3.03l2.745-2.745l-1.269-1.269"/><circle cx="51.535" cy="18.109" r="3.521" transform="rotate(-45 51.535 18.11)"/><path d="M56.017 31.636c3.57-1.769 6.027-5.59 5.993-10c-.046-6.057-4.772-10.932-10.556-10.888s-10.435 4.99-10.39 11.048c.038 4.897 3.134 9.021 7.376 10.398"/></g></svg>
</template>

CSS

.icon-locked-with-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M14.196%2035.652c-.2-7.666%205.579-16.384%2012.452-16.6c6.93-.219%2014.414%2010.252%2012.41%2017.173h-3.183s.79-7.133-2.234-10.144c-.542-1.536-4.55-4.3-7.48-3.869c-1.977.291-6.392%202.807-7.31%204.581c-1.028%201.984-1.17%208.859-1.17%208.859z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M41.698%2036.361h1.63v23.372H10.283V36.361h1.63z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M42.941%2036.532L26.619%2059.578h16.79z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M55.94%2032.583c3.583-1.818%206.069-5.786%206.069-10.389c0-6.321-4.69-11.446-10.473-11.446s-10.474%205.125-10.474%2011.446c0%205.112%203.1%2010.046%207.358%2010.62%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20stroke%3D%22%23f4aa41%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m56.027%2032.349l-.011%203.077l.156%2020.725l-4.502%204.501l-3.66-4.66l2.883-2.883l-3.157-3.157l2.641-3.642l-3.14-3.14l.014-2.976l2.709-2.71l-1.241-1.241v-3.894%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22m53.544%2057.09l1.2-1.202l-.219-19.827l-1.214.013z%22%2F%3E%3Ccircle%20cx%3D%2251.535%22%20cy%3D%2218.109%22%20r%3D%223.521%22%20fill%3D%22%23e27022%22%20transform%3D%22rotate(-45%2051.535%2018.11)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M39.467%2033.42c.581-8.034-5.889-14.587-12.82-14.369c-6.872.217-12.45%207.083-12.45%2014.37m27.501%202.9h1.63v23.371H10.283V36.321h1.63z%22%2F%3E%3Cpath%20d%3D%22M17.825%2033.42c0-5.509%203.979-10.7%208.88-10.864c4.944-.165%209.559%204.79%209.144%2010.864m20.176%202.606l.257%2020.446l-4.561%204.56l-4.766-4.765l2.921-2.921l-3.228-3.229l3.689-3.689l-3.211-3.211v-3.03l2.745-2.745l-1.269-1.269%22%2F%3E%3Ccircle%20cx%3D%2251.535%22%20cy%3D%2218.109%22%20r%3D%223.521%22%20transform%3D%22rotate(-45%2051.535%2018.11)%22%2F%3E%3Cpath%20d%3D%22M56.017%2031.636c3.57-1.769%206.027-5.59%205.993-10c-.046-6.057-4.772-10.932-10.556-10.888s-10.435%204.99-10.39%2011.048c.038%204.897%203.134%209.021%207.376%2010.398%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M14.196%2035.652c-.2-7.666%205.579-16.384%2012.452-16.6c6.93-.219%2014.414%2010.252%2012.41%2017.173h-3.183s.79-7.133-2.234-10.144c-.542-1.536-4.55-4.3-7.48-3.869c-1.977.291-6.392%202.807-7.31%204.581c-1.028%201.984-1.17%208.859-1.17%208.859z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M41.698%2036.361h1.63v23.372H10.283V36.361h1.63z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M42.941%2036.532L26.619%2059.578h16.79z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M55.94%2032.583c3.583-1.818%206.069-5.786%206.069-10.389c0-6.321-4.69-11.446-10.473-11.446s-10.474%205.125-10.474%2011.446c0%205.112%203.1%2010.046%207.358%2010.62%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20stroke%3D%22%23f4aa41%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m56.027%2032.349l-.011%203.077l.156%2020.725l-4.502%204.501l-3.66-4.66l2.883-2.883l-3.157-3.157l2.641-3.642l-3.14-3.14l.014-2.976l2.709-2.71l-1.241-1.241v-3.894%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22m53.544%2057.09l1.2-1.202l-.219-19.827l-1.214.013z%22%2F%3E%3Ccircle%20cx%3D%2251.535%22%20cy%3D%2218.109%22%20r%3D%223.521%22%20fill%3D%22%23e27022%22%20transform%3D%22rotate(-45%2051.535%2018.11)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M39.467%2033.42c.581-8.034-5.889-14.587-12.82-14.369c-6.872.217-12.45%207.083-12.45%2014.37m27.501%202.9h1.63v23.371H10.283V36.321h1.63z%22%2F%3E%3Cpath%20d%3D%22M17.825%2033.42c0-5.509%203.979-10.7%208.88-10.864c4.944-.165%209.559%204.79%209.144%2010.864m20.176%202.606l.257%2020.446l-4.561%204.56l-4.766-4.765l2.921-2.921l-3.228-3.229l3.689-3.689l-3.211-3.211v-3.03l2.745-2.745l-1.269-1.269%22%2F%3E%3Ccircle%20cx%3D%2251.535%22%20cy%3D%2218.109%22%20r%3D%223.521%22%20transform%3D%22rotate(-45%2051.535%2018.11)%22%2F%3E%3Cpath%20d%3D%22M56.017%2031.636c3.57-1.769%206.027-5.59%205.993-10c-.046-6.057-4.772-10.932-10.556-10.888s-10.435%204.99-10.39%2011.048c.038%204.897%203.134%209.021%207.376%2010.398%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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