old key emoji
old-key from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- old-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 old key emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#3f3f3f"><path d="M58.37 24.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43 2.53-4.76 7.94-1.63 10.84c1.15 1.07 3.81 2.82 4.74 4.08c.92 1.25 1.72 4.17 2.39 5.57c1.85 3.84 7.42 4.16 10.85 1.63l1.26-.94c3.43-2.53 4.63-7.81 1.63-10.84m-2.27 5.47a4.936 4.936 0 0 1-5.66 4.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95 4.95 0 0 1-4.1-5.66c.44-2.69 2.97-4.52 5.66-4.09s4.53 2.96 4.09 5.66c0 0-.71 3.02 2.54 3.11c2.72.08 4.52 2.97 4.09 5.66"/><path d="m23.601 51.644l-2.198-2.049L44.25 32.733l-4.71-5.853L10.9 48.756l3.753 5.376l2.79-2.146l2.093 2.488l-2.709 2.265l3.234 3.918l2.228-1.785s.456-3.532 4.02-3.135l2.36-2.003l-2.928-3.7z"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M40.561 34.56L21.204 49.18l2.157 2.604l2.1-1.586l2.872 3.643l-2.314 1.972c-3.497-.39-3.944 3.087-3.944 3.087l-2.186 1.757l-3.173-3.858l2.658-2.229l-2.054-2.45l-2.736 2.113l-3.683-4.54l26.18-19.778"/><path d="M58.37 24.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43 2.53-4.76 7.94-1.63 10.84c1.15 1.07 3.81 2.82 4.74 4.08c.92 1.25 1.72 4.17 2.39 5.57c1.85 3.84 7.42 4.16 10.85 1.63l1.26-.94c3.43-2.53 4.63-7.81 1.63-10.84zm-2.27 5.47a4.936 4.936 0 0 1-5.66 4.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95 4.95 0 0 1-4.1-5.66c.44-2.69 2.97-4.52 5.66-4.09s4.53 2.96 4.09 5.66c0 0-.71 3.02 2.54 3.11c2.72.08 4.52 2.97 4.09 5.66z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiOldKey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#3f3f3f"><path d="M58.37 24.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43 2.53-4.76 7.94-1.63 10.84c1.15 1.07 3.81 2.82 4.74 4.08c.92 1.25 1.72 4.17 2.39 5.57c1.85 3.84 7.42 4.16 10.85 1.63l1.26-.94c3.43-2.53 4.63-7.81 1.63-10.84m-2.27 5.47a4.936 4.936 0 0 1-5.66 4.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95 4.95 0 0 1-4.1-5.66c.44-2.69 2.97-4.52 5.66-4.09s4.53 2.96 4.09 5.66c0 0-.71 3.02 2.54 3.11c2.72.08 4.52 2.97 4.09 5.66"/><path d="m23.601 51.644l-2.198-2.049L44.25 32.733l-4.71-5.853L10.9 48.756l3.753 5.376l2.79-2.146l2.093 2.488l-2.709 2.265l3.234 3.918l2.228-1.785s.456-3.532 4.02-3.135l2.36-2.003l-2.928-3.7z"/></g><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M40.561 34.56L21.204 49.18l2.157 2.604l2.1-1.586l2.872 3.643l-2.314 1.972c-3.497-.39-3.944 3.087-3.944 3.087l-2.186 1.757l-3.173-3.858l2.658-2.229l-2.054-2.45l-2.736 2.113l-3.683-4.54l26.18-19.778"/><path d="M58.37 24.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43 2.53-4.76 7.94-1.63 10.84c1.15 1.07 3.81 2.82 4.74 4.08c.92 1.25 1.72 4.17 2.39 5.57c1.85 3.84 7.42 4.16 10.85 1.63l1.26-.94c3.43-2.53 4.63-7.81 1.63-10.84zm-2.27 5.47a4.936 4.936 0 0 1-5.66 4.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95 4.95 0 0 1-4.1-5.66c.44-2.69 2.97-4.52 5.66-4.09s4.53 2.96 4.09 5.66c0 0-.71 3.02 2.54 3.11c2.72.08 4.52 2.97 4.09 5.66z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#3f3f3f"><path d="M58.37 24.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43 2.53-4.76 7.94-1.63 10.84c1.15 1.07 3.81 2.82 4.74 4.08c.92 1.25 1.72 4.17 2.39 5.57c1.85 3.84 7.42 4.16 10.85 1.63l1.26-.94c3.43-2.53 4.63-7.81 1.63-10.84m-2.27 5.47a4.936 4.936 0 0 1-5.66 4.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95 4.95 0 0 1-4.1-5.66c.44-2.69 2.97-4.52 5.66-4.09s4.53 2.96 4.09 5.66c0 0-.71 3.02 2.54 3.11c2.72.08 4.52 2.97 4.09 5.66"/><path d="m23.601 51.644l-2.198-2.049L44.25 32.733l-4.71-5.853L10.9 48.756l3.753 5.376l2.79-2.146l2.093 2.488l-2.709 2.265l3.234 3.918l2.228-1.785s.456-3.532 4.02-3.135l2.36-2.003l-2.928-3.7z"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M40.561 34.56L21.204 49.18l2.157 2.604l2.1-1.586l2.872 3.643l-2.314 1.972c-3.497-.39-3.944 3.087-3.944 3.087l-2.186 1.757l-3.173-3.858l2.658-2.229l-2.054-2.45l-2.736 2.113l-3.683-4.54l26.18-19.778"/><path d="M58.37 24.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43 2.53-4.76 7.94-1.63 10.84c1.15 1.07 3.81 2.82 4.74 4.08c.92 1.25 1.72 4.17 2.39 5.57c1.85 3.84 7.42 4.16 10.85 1.63l1.26-.94c3.43-2.53 4.63-7.81 1.63-10.84zm-2.27 5.47a4.936 4.936 0 0 1-5.66 4.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95 4.95 0 0 1-4.1-5.66c.44-2.69 2.97-4.52 5.66-4.09s4.53 2.96 4.09 5.66c0 0-.71 3.02 2.54 3.11c2.72.08 4.52 2.97 4.09 5.66z"/></g></svg> </template>
CSS
.icon-old-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%3Cg%20fill%3D%22%233f3f3f%22%3E%3Cpath%20d%3D%22M58.37%2024.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43%202.53-4.76%207.94-1.63%2010.84c1.15%201.07%203.81%202.82%204.74%204.08c.92%201.25%201.72%204.17%202.39%205.57c1.85%203.84%207.42%204.16%2010.85%201.63l1.26-.94c3.43-2.53%204.63-7.81%201.63-10.84m-2.27%205.47a4.936%204.936%200%200%201-5.66%204.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95%204.95%200%200%201-4.1-5.66c.44-2.69%202.97-4.52%205.66-4.09s4.53%202.96%204.09%205.66c0%200-.71%203.02%202.54%203.11c2.72.08%204.52%202.97%204.09%205.66%22%2F%3E%3Cpath%20d%3D%22m23.601%2051.644l-2.198-2.049L44.25%2032.733l-4.71-5.853L10.9%2048.756l3.753%205.376l2.79-2.146l2.093%202.488l-2.709%202.265l3.234%203.918l2.228-1.785s.456-3.532%204.02-3.135l2.36-2.003l-2.928-3.7z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.561%2034.56L21.204%2049.18l2.157%202.604l2.1-1.586l2.872%203.643l-2.314%201.972c-3.497-.39-3.944%203.087-3.944%203.087l-2.186%201.757l-3.173-3.858l2.658-2.229l-2.054-2.45l-2.736%202.113l-3.683-4.54l26.18-19.778%22%2F%3E%3Cpath%20d%3D%22M58.37%2024.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43%202.53-4.76%207.94-1.63%2010.84c1.15%201.07%203.81%202.82%204.74%204.08c.92%201.25%201.72%204.17%202.39%205.57c1.85%203.84%207.42%204.16%2010.85%201.63l1.26-.94c3.43-2.53%204.63-7.81%201.63-10.84zm-2.27%205.47a4.936%204.936%200%200%201-5.66%204.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95%204.95%200%200%201-4.1-5.66c.44-2.69%202.97-4.52%205.66-4.09s4.53%202.96%204.09%205.66c0%200-.71%203.02%202.54%203.11c2.72.08%204.52%202.97%204.09%205.66z%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%3Cg%20fill%3D%22%233f3f3f%22%3E%3Cpath%20d%3D%22M58.37%2024.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43%202.53-4.76%207.94-1.63%2010.84c1.15%201.07%203.81%202.82%204.74%204.08c.92%201.25%201.72%204.17%202.39%205.57c1.85%203.84%207.42%204.16%2010.85%201.63l1.26-.94c3.43-2.53%204.63-7.81%201.63-10.84m-2.27%205.47a4.936%204.936%200%200%201-5.66%204.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95%204.95%200%200%201-4.1-5.66c.44-2.69%202.97-4.52%205.66-4.09s4.53%202.96%204.09%205.66c0%200-.71%203.02%202.54%203.11c2.72.08%204.52%202.97%204.09%205.66%22%2F%3E%3Cpath%20d%3D%22m23.601%2051.644l-2.198-2.049L44.25%2032.733l-4.71-5.853L10.9%2048.756l3.753%205.376l2.79-2.146l2.093%202.488l-2.709%202.265l3.234%203.918l2.228-1.785s.456-3.532%204.02-3.135l2.36-2.003l-2.928-3.7z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.561%2034.56L21.204%2049.18l2.157%202.604l2.1-1.586l2.872%203.643l-2.314%201.972c-3.497-.39-3.944%203.087-3.944%203.087l-2.186%201.757l-3.173-3.858l2.658-2.229l-2.054-2.45l-2.736%202.113l-3.683-4.54l26.18-19.778%22%2F%3E%3Cpath%20d%3D%22M58.37%2024.89c-1.08-1.1-3.71-2.83-4.62-4.07c-.91-1.23-1.78-4.23-2.51-5.58c-2.02-3.76-7.42-4.16-10.85-1.63l-1.26.94c-3.43%202.53-4.76%207.94-1.63%2010.84c1.15%201.07%203.81%202.82%204.74%204.08c.92%201.25%201.72%204.17%202.39%205.57c1.85%203.84%207.42%204.16%2010.85%201.63l1.26-.94c3.43-2.53%204.63-7.81%201.63-10.84zm-2.27%205.47a4.936%204.936%200%200%201-5.66%204.09c-2.69-.43-4.24-2.93-4.09-5.65c.17-3.16-2.53-3.12-2.53-3.12a4.95%204.95%200%200%201-4.1-5.66c.44-2.69%202.97-4.52%205.66-4.09s4.53%202.96%204.09%205.66c0%200-.71%203.02%202.54%203.11c2.72.08%204.52%202.97%204.09%205.66z%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/old-key.svg?color=%231a73e8&size=48