old key emoji
old-key from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- old-key
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Objects
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Emoji One (Colored)
Use the old key emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#595959" d="m13.3 56.3l-1.7-1.8l4.1-4.1l-2.1-2.1l4.1-4l2.1 2.1l4.2-4.2l1.8 1.8l-1.1 1.1l1.6 1.5l1.1-1.1l.9 1l3.3 3.3l-3 2.9l-3.3-3.2l-2.1 2l3.2 3.2l-2.3 2.2l-3.1-3.2l-2.1 2.1l3.2 3.2l-3 3l-3.2-3.2l-.1-.1l-.9-.9l1.1-1l-1.6-1.6z"/><path fill="#333" d="M55.2 13.9c1.8-1 3-2.9 3-5.2c0-3.3-2.7-5.9-6-5.9C50 2.8 48 4 47 5.7A7.52 7.52 0 0 0 40.5 2C36.3 2 33 5.3 33 9.4s3.4 7.4 7.5 7.4c.4 0 .7 0 1-.1l-1.1 1h-2.3v2.2l-.6.6l-.2-.2c-.5-.5-1.4-.5-1.9 0l-.1.1c-.5.5-.5 1.3 0 1.8l.2.2L7.7 50.1l.5.5l-.7.7c-.7-.3-1.6-.3-2.1.2c-.7.7-.5 2 .4 2.9s2.3 1.1 3 .4c.5-.5.5-1.3.2-2.1l.7-.7l.5.5L38 25l.2.2c.5.5 1.4.5 1.9 0l.1-.1c.5-.5.5-1.3 0-1.8l-.2-.2l.6-.6h2.3v-2.2l1.1-1c0 .3-.1.7-.1 1c0 4.1 3.4 7.4 7.5 7.4s7.5-3.3 7.5-7.4c.1-2.8-1.4-5.2-3.7-6.4m-3.7 11.3c-2.8 0-5-2.2-5-5c0-1.1.3-2.1.9-2.9l-1.2-1.2l.5-.5c.8.4 1.6.3 2.1-.2c.7-.7.5-2-.4-2.9s-2.3-1.1-3-.4c-.5.5-.5 1.3-.2 2.1l-.5.5l-1.2-1.2c-.8.6-1.9 1-3 1c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5h3.1c0-.2-.1-.4-.1-.6c0-2.1 1.7-3.7 3.7-3.7c2.1 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7c-.2 0-.5 0-.7-.1v2.8c2.8 0 5 2.2 5 5s-2.2 4.9-5 4.9"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneOldKey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#595959" d="m13.3 56.3l-1.7-1.8l4.1-4.1l-2.1-2.1l4.1-4l2.1 2.1l4.2-4.2l1.8 1.8l-1.1 1.1l1.6 1.5l1.1-1.1l.9 1l3.3 3.3l-3 2.9l-3.3-3.2l-2.1 2l3.2 3.2l-2.3 2.2l-3.1-3.2l-2.1 2.1l3.2 3.2l-3 3l-3.2-3.2l-.1-.1l-.9-.9l1.1-1l-1.6-1.6z"/><path fill="#333" d="M55.2 13.9c1.8-1 3-2.9 3-5.2c0-3.3-2.7-5.9-6-5.9C50 2.8 48 4 47 5.7A7.52 7.52 0 0 0 40.5 2C36.3 2 33 5.3 33 9.4s3.4 7.4 7.5 7.4c.4 0 .7 0 1-.1l-1.1 1h-2.3v2.2l-.6.6l-.2-.2c-.5-.5-1.4-.5-1.9 0l-.1.1c-.5.5-.5 1.3 0 1.8l.2.2L7.7 50.1l.5.5l-.7.7c-.7-.3-1.6-.3-2.1.2c-.7.7-.5 2 .4 2.9s2.3 1.1 3 .4c.5-.5.5-1.3.2-2.1l.7-.7l.5.5L38 25l.2.2c.5.5 1.4.5 1.9 0l.1-.1c.5-.5.5-1.3 0-1.8l-.2-.2l.6-.6h2.3v-2.2l1.1-1c0 .3-.1.7-.1 1c0 4.1 3.4 7.4 7.5 7.4s7.5-3.3 7.5-7.4c.1-2.8-1.4-5.2-3.7-6.4m-3.7 11.3c-2.8 0-5-2.2-5-5c0-1.1.3-2.1.9-2.9l-1.2-1.2l.5-.5c.8.4 1.6.3 2.1-.2c.7-.7.5-2-.4-2.9s-2.3-1.1-3-.4c-.5.5-.5 1.3-.2 2.1l-.5.5l-1.2-1.2c-.8.6-1.9 1-3 1c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5h3.1c0-.2-.1-.4-.1-.6c0-2.1 1.7-3.7 3.7-3.7c2.1 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7c-.2 0-.5 0-.7-.1v2.8c2.8 0 5 2.2 5 5s-2.2 4.9-5 4.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#595959" d="m13.3 56.3l-1.7-1.8l4.1-4.1l-2.1-2.1l4.1-4l2.1 2.1l4.2-4.2l1.8 1.8l-1.1 1.1l1.6 1.5l1.1-1.1l.9 1l3.3 3.3l-3 2.9l-3.3-3.2l-2.1 2l3.2 3.2l-2.3 2.2l-3.1-3.2l-2.1 2.1l3.2 3.2l-3 3l-3.2-3.2l-.1-.1l-.9-.9l1.1-1l-1.6-1.6z"/><path fill="#333" d="M55.2 13.9c1.8-1 3-2.9 3-5.2c0-3.3-2.7-5.9-6-5.9C50 2.8 48 4 47 5.7A7.52 7.52 0 0 0 40.5 2C36.3 2 33 5.3 33 9.4s3.4 7.4 7.5 7.4c.4 0 .7 0 1-.1l-1.1 1h-2.3v2.2l-.6.6l-.2-.2c-.5-.5-1.4-.5-1.9 0l-.1.1c-.5.5-.5 1.3 0 1.8l.2.2L7.7 50.1l.5.5l-.7.7c-.7-.3-1.6-.3-2.1.2c-.7.7-.5 2 .4 2.9s2.3 1.1 3 .4c.5-.5.5-1.3.2-2.1l.7-.7l.5.5L38 25l.2.2c.5.5 1.4.5 1.9 0l.1-.1c.5-.5.5-1.3 0-1.8l-.2-.2l.6-.6h2.3v-2.2l1.1-1c0 .3-.1.7-.1 1c0 4.1 3.4 7.4 7.5 7.4s7.5-3.3 7.5-7.4c.1-2.8-1.4-5.2-3.7-6.4m-3.7 11.3c-2.8 0-5-2.2-5-5c0-1.1.3-2.1.9-2.9l-1.2-1.2l.5-.5c.8.4 1.6.3 2.1-.2c.7-.7.5-2-.4-2.9s-2.3-1.1-3-.4c-.5.5-.5 1.3-.2 2.1l-.5.5l-1.2-1.2c-.8.6-1.9 1-3 1c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5h3.1c0-.2-.1-.4-.1-.6c0-2.1 1.7-3.7 3.7-3.7c2.1 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7c-.2 0-.5 0-.7-.1v2.8c2.8 0 5 2.2 5 5s-2.2 4.9-5 4.9"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23595959%22%20d%3D%22m13.3%2056.3l-1.7-1.8l4.1-4.1l-2.1-2.1l4.1-4l2.1%202.1l4.2-4.2l1.8%201.8l-1.1%201.1l1.6%201.5l1.1-1.1l.9%201l3.3%203.3l-3%202.9l-3.3-3.2l-2.1%202l3.2%203.2l-2.3%202.2l-3.1-3.2l-2.1%202.1l3.2%203.2l-3%203l-3.2-3.2l-.1-.1l-.9-.9l1.1-1l-1.6-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M55.2%2013.9c1.8-1%203-2.9%203-5.2c0-3.3-2.7-5.9-6-5.9C50%202.8%2048%204%2047%205.7A7.52%207.52%200%200%200%2040.5%202C36.3%202%2033%205.3%2033%209.4s3.4%207.4%207.5%207.4c.4%200%20.7%200%201-.1l-1.1%201h-2.3v2.2l-.6.6l-.2-.2c-.5-.5-1.4-.5-1.9%200l-.1.1c-.5.5-.5%201.3%200%201.8l.2.2L7.7%2050.1l.5.5l-.7.7c-.7-.3-1.6-.3-2.1.2c-.7.7-.5%202%20.4%202.9s2.3%201.1%203%20.4c.5-.5.5-1.3.2-2.1l.7-.7l.5.5L38%2025l.2.2c.5.5%201.4.5%201.9%200l.1-.1c.5-.5.5-1.3%200-1.8l-.2-.2l.6-.6h2.3v-2.2l1.1-1c0%20.3-.1.7-.1%201c0%204.1%203.4%207.4%207.5%207.4s7.5-3.3%207.5-7.4c.1-2.8-1.4-5.2-3.7-6.4m-3.7%2011.3c-2.8%200-5-2.2-5-5c0-1.1.3-2.1.9-2.9l-1.2-1.2l.5-.5c.8.4%201.6.3%202.1-.2c.7-.7.5-2-.4-2.9s-2.3-1.1-3-.4c-.5.5-.5%201.3-.2%202.1l-.5.5l-1.2-1.2c-.8.6-1.9%201-3%201c-2.8%200-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205h3.1c0-.2-.1-.4-.1-.6c0-2.1%201.7-3.7%203.7-3.7c2.1%200%203.7%201.7%203.7%203.7s-1.7%203.7-3.7%203.7c-.2%200-.5%200-.7-.1v2.8c2.8%200%205%202.2%205%205s-2.2%204.9-5%204.9%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23595959%22%20d%3D%22m13.3%2056.3l-1.7-1.8l4.1-4.1l-2.1-2.1l4.1-4l2.1%202.1l4.2-4.2l1.8%201.8l-1.1%201.1l1.6%201.5l1.1-1.1l.9%201l3.3%203.3l-3%202.9l-3.3-3.2l-2.1%202l3.2%203.2l-2.3%202.2l-3.1-3.2l-2.1%202.1l3.2%203.2l-3%203l-3.2-3.2l-.1-.1l-.9-.9l1.1-1l-1.6-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M55.2%2013.9c1.8-1%203-2.9%203-5.2c0-3.3-2.7-5.9-6-5.9C50%202.8%2048%204%2047%205.7A7.52%207.52%200%200%200%2040.5%202C36.3%202%2033%205.3%2033%209.4s3.4%207.4%207.5%207.4c.4%200%20.7%200%201-.1l-1.1%201h-2.3v2.2l-.6.6l-.2-.2c-.5-.5-1.4-.5-1.9%200l-.1.1c-.5.5-.5%201.3%200%201.8l.2.2L7.7%2050.1l.5.5l-.7.7c-.7-.3-1.6-.3-2.1.2c-.7.7-.5%202%20.4%202.9s2.3%201.1%203%20.4c.5-.5.5-1.3.2-2.1l.7-.7l.5.5L38%2025l.2.2c.5.5%201.4.5%201.9%200l.1-.1c.5-.5.5-1.3%200-1.8l-.2-.2l.6-.6h2.3v-2.2l1.1-1c0%20.3-.1.7-.1%201c0%204.1%203.4%207.4%207.5%207.4s7.5-3.3%207.5-7.4c.1-2.8-1.4-5.2-3.7-6.4m-3.7%2011.3c-2.8%200-5-2.2-5-5c0-1.1.3-2.1.9-2.9l-1.2-1.2l.5-.5c.8.4%201.6.3%202.1-.2c.7-.7.5-2-.4-2.9s-2.3-1.1-3-.4c-.5.5-.5%201.3-.2%202.1l-.5.5l-1.2-1.2c-.8.6-1.9%201-3%201c-2.8%200-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205h3.1c0-.2-.1-.4-.1-.6c0-2.1%201.7-3.7%203.7-3.7c2.1%200%203.7%201.7%203.7%203.7s-1.7%203.7-3.7%203.7c-.2%200-.5%200-.7-.1v2.8c2.8%200%205%202.2%205%205s-2.2%204.9-5%204.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/old-key.svg?color=%231a73e8&size=48