old key emoji
old-key from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- old-key
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the old key emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff9f2e" d="m6.387 27.313l2.35 2.35c.46.46 1.24.41 1.76-.11c0 0 .28-.28.31-.46c.12-.81-.5-1.53.13-2.17c.64-.64 1.48.04 2.17-.13c.18-.05.5-.34.5-.34c.52-.52.57-1.3.11-1.76l-2.35-2.35c-.46-.46-1.24-.41-1.76.11l-3.1 3.1c-.53.52-.58 1.31-.12 1.76"/><path fill="#f9c23c" d="M15.527 4.463c2.62-2.62 6.75-3.3 9.87-1.31c4.35 2.78 4.81 8.7 1.37 12.14c-2.442 2.449-6.14 2.924-9.07 1.43l-11.36 11.36c-.85.84-2.1 1.2-3.06.75c-1.58-.74-1.67-2.82-.4-4.09c0 0 1.05-1.03 1.68-1.68c.15-.158 3.543-3.546 4.792-4.793l.448-.447c.38-.38 3.74-3.724 4.498-4.479a9.3 9.3 0 0 1-.648-1.54c-.83-2.59-.04-5.42 1.88-7.34m2.86 2.65c-.96.96-1.36 2.38-.94 3.67c1.01 3.13 4.6 3.72 6.56 1.75a3.913 3.913 0 0 0-.69-6.07c-1.55-1-3.62-.66-4.93.65"/><path fill="#ffb02e" d="M12.97 12.97a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-.853 1.207a.75.75 0 0 1-1.207.853l-4-4a.75.75 0 0 1 .853-1.207a.75.75 0 0 1 .147-.853"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatOldKey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff9f2e" d="m6.387 27.313l2.35 2.35c.46.46 1.24.41 1.76-.11c0 0 .28-.28.31-.46c.12-.81-.5-1.53.13-2.17c.64-.64 1.48.04 2.17-.13c.18-.05.5-.34.5-.34c.52-.52.57-1.3.11-1.76l-2.35-2.35c-.46-.46-1.24-.41-1.76.11l-3.1 3.1c-.53.52-.58 1.31-.12 1.76"/><path fill="#f9c23c" d="M15.527 4.463c2.62-2.62 6.75-3.3 9.87-1.31c4.35 2.78 4.81 8.7 1.37 12.14c-2.442 2.449-6.14 2.924-9.07 1.43l-11.36 11.36c-.85.84-2.1 1.2-3.06.75c-1.58-.74-1.67-2.82-.4-4.09c0 0 1.05-1.03 1.68-1.68c.15-.158 3.543-3.546 4.792-4.793l.448-.447c.38-.38 3.74-3.724 4.498-4.479a9.3 9.3 0 0 1-.648-1.54c-.83-2.59-.04-5.42 1.88-7.34m2.86 2.65c-.96.96-1.36 2.38-.94 3.67c1.01 3.13 4.6 3.72 6.56 1.75a3.913 3.913 0 0 0-.69-6.07c-1.55-1-3.62-.66-4.93.65"/><path fill="#ffb02e" d="M12.97 12.97a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-.853 1.207a.75.75 0 0 1-1.207.853l-4-4a.75.75 0 0 1 .853-1.207a.75.75 0 0 1 .147-.853"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff9f2e" d="m6.387 27.313l2.35 2.35c.46.46 1.24.41 1.76-.11c0 0 .28-.28.31-.46c.12-.81-.5-1.53.13-2.17c.64-.64 1.48.04 2.17-.13c.18-.05.5-.34.5-.34c.52-.52.57-1.3.11-1.76l-2.35-2.35c-.46-.46-1.24-.41-1.76.11l-3.1 3.1c-.53.52-.58 1.31-.12 1.76"/><path fill="#f9c23c" d="M15.527 4.463c2.62-2.62 6.75-3.3 9.87-1.31c4.35 2.78 4.81 8.7 1.37 12.14c-2.442 2.449-6.14 2.924-9.07 1.43l-11.36 11.36c-.85.84-2.1 1.2-3.06.75c-1.58-.74-1.67-2.82-.4-4.09c0 0 1.05-1.03 1.68-1.68c.15-.158 3.543-3.546 4.792-4.793l.448-.447c.38-.38 3.74-3.724 4.498-4.479a9.3 9.3 0 0 1-.648-1.54c-.83-2.59-.04-5.42 1.88-7.34m2.86 2.65c-.96.96-1.36 2.38-.94 3.67c1.01 3.13 4.6 3.72 6.56 1.75a3.913 3.913 0 0 0-.69-6.07c-1.55-1-3.62-.66-4.93.65"/><path fill="#ffb02e" d="M12.97 12.97a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-.853 1.207a.75.75 0 0 1-1.207.853l-4-4a.75.75 0 0 1 .853-1.207a.75.75 0 0 1 .147-.853"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff9f2e%22%20d%3D%22m6.387%2027.313l2.35%202.35c.46.46%201.24.41%201.76-.11c0%200%20.28-.28.31-.46c.12-.81-.5-1.53.13-2.17c.64-.64%201.48.04%202.17-.13c.18-.05.5-.34.5-.34c.52-.52.57-1.3.11-1.76l-2.35-2.35c-.46-.46-1.24-.41-1.76.11l-3.1%203.1c-.53.52-.58%201.31-.12%201.76%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M15.527%204.463c2.62-2.62%206.75-3.3%209.87-1.31c4.35%202.78%204.81%208.7%201.37%2012.14c-2.442%202.449-6.14%202.924-9.07%201.43l-11.36%2011.36c-.85.84-2.1%201.2-3.06.75c-1.58-.74-1.67-2.82-.4-4.09c0%200%201.05-1.03%201.68-1.68c.15-.158%203.543-3.546%204.792-4.793l.448-.447c.38-.38%203.74-3.724%204.498-4.479a9.3%209.3%200%200%201-.648-1.54c-.83-2.59-.04-5.42%201.88-7.34m2.86%202.65c-.96.96-1.36%202.38-.94%203.67c1.01%203.13%204.6%203.72%206.56%201.75a3.913%203.913%200%200%200-.69-6.07c-1.55-1-3.62-.66-4.93.65%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M12.97%2012.97a.75.75%200%200%201%201.06%200l4%204a.75.75%200%200%201-.853%201.207a.75.75%200%200%201-1.207.853l-4-4a.75.75%200%200%201%20.853-1.207a.75.75%200%200%201%20.147-.853%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff9f2e%22%20d%3D%22m6.387%2027.313l2.35%202.35c.46.46%201.24.41%201.76-.11c0%200%20.28-.28.31-.46c.12-.81-.5-1.53.13-2.17c.64-.64%201.48.04%202.17-.13c.18-.05.5-.34.5-.34c.52-.52.57-1.3.11-1.76l-2.35-2.35c-.46-.46-1.24-.41-1.76.11l-3.1%203.1c-.53.52-.58%201.31-.12%201.76%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M15.527%204.463c2.62-2.62%206.75-3.3%209.87-1.31c4.35%202.78%204.81%208.7%201.37%2012.14c-2.442%202.449-6.14%202.924-9.07%201.43l-11.36%2011.36c-.85.84-2.1%201.2-3.06.75c-1.58-.74-1.67-2.82-.4-4.09c0%200%201.05-1.03%201.68-1.68c.15-.158%203.543-3.546%204.792-4.793l.448-.447c.38-.38%203.74-3.724%204.498-4.479a9.3%209.3%200%200%201-.648-1.54c-.83-2.59-.04-5.42%201.88-7.34m2.86%202.65c-.96.96-1.36%202.38-.94%203.67c1.01%203.13%204.6%203.72%206.56%201.75a3.913%203.913%200%200%200-.69-6.07c-1.55-1-3.62-.66-4.93.65%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M12.97%2012.97a.75.75%200%200%201%201.06%200l4%204a.75.75%200%200%201-.853%201.207a.75.75%200%200%201-1.207.853l-4-4a.75.75%200%200%201%20.853-1.207a.75.75%200%200%201%20.147-.853%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/old-key.svg?color=%231a73e8&size=48