oldkey from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
oldkey
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the oldkey emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFC145" d="M503.73 144.318c-8.358-8.358-21.908-8.358-30.266 0a21.3 21.3 0 0 0-4.768 7.271a38.4 38.4 0 0 1-20.641-10.683c-14.092-14.093-14.923-36.497-2.5-51.574c6.216.668 12.667-1.37 17.432-6.135c8.358-8.358 8.358-21.908 0-30.266s-21.908-8.358-30.266 0c-5.054 5.054-7.03 12.004-5.972 18.559c-6.768 5.39-15.093 8.324-23.873 8.324c-10.262 0-19.91-3.997-27.167-11.253c-8.212-8.212-12.212-19.654-11.035-31.117c.338-.298.682-.586 1.006-.909c8.358-8.358 8.358-21.908 0-30.266s-21.908-8.358-30.266 0s-8.358 21.908 0 30.266a21.4 21.4 0 0 0 4.576 3.463a62.93 62.93 0 0 0 12.852 39.514c-43.976-6.317-98.849 2.534-133.594 37.28c-25.299 25.299-25.484 65.939-.276 91.329c13.875 13.975 27.706 20.358 39.371 22.964l-30.147 30.147l-10.527-10.527c-5.057-5.056-13.254-5.056-18.312 0c-4.023 4.023-4.834 10.03-2.455 14.866c-4.836-2.379-10.843-1.568-14.867 2.456c-4.023 4.023-4.834 10.031-2.455 14.867c-4.836-2.379-10.844-1.568-14.867 2.455c-5.057 5.057-5.057 13.255 0 18.311l10.527 10.527L25.871 463.556c-7.702 7.701-7.702 20.189 0 27.891c3.851 3.852 8.898 5.777 13.946 5.777s10.095-1.926 13.946-5.777l13.748-13.748l23.927 23.927c2.695 2.695 6.228 4.043 9.76 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.39-14.131 0-19.521l-23.927-23.927l14.434-14.434l14.819 14.819c2.695 2.695 6.228 4.043 9.76 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.39-14.131 0-19.521l-14.818-14.818l12.366-12.366l23.927 23.927c2.695 2.695 6.228 4.043 9.761 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.391-14.131 0-19.521l-23.927-23.927l50.259-50.259l9.13 9.13c2.528 2.528 5.842 3.793 9.156 3.793s6.627-1.265 9.156-3.793c4.023-4.023 4.834-10.03 2.456-14.865a12.91 12.91 0 0 0 14.866-2.456c4.023-4.022 4.834-10.029 2.455-14.865a12.91 12.91 0 0 0 14.867-2.456c5.057-5.056 5.057-13.254 0-18.311l-9.13-9.13l30.897-30.897c2.201 11.861 8.558 26.466 23.87 41.778c25.296 25.296 66.31 25.296 91.606 0a66 66 0 0 0 2.132-2.243a35 35 0 0 0 1.646-1.535c30.796-30.796 38.186-87.068 31.113-132.27a62.9 62.9 0 0 0 37.886 12.693c.213 0 .427-.012.641-.015c8.378 6.216 20.255 5.549 27.853-2.048c8.353-8.362 8.353-21.912-.005-30.27m-90.948-40.132c-.191-.191-.396-.377-.592-.566c.34-.05.675-.119 1.014-.175c-.055.335-.12.669-.169 1.005c-.085-.085-.167-.179-.253-.264"/><path fill="#FFF" d="M377.496 183.639c-12.067 12.067-31.63 12.067-43.697 0s-12.067-31.63 0-43.697s31.63-12.067 43.697 0s12.067 31.631 0 43.697"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiOldkey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFC145" d="M503.73 144.318c-8.358-8.358-21.908-8.358-30.266 0a21.3 21.3 0 0 0-4.768 7.271a38.4 38.4 0 0 1-20.641-10.683c-14.092-14.093-14.923-36.497-2.5-51.574c6.216.668 12.667-1.37 17.432-6.135c8.358-8.358 8.358-21.908 0-30.266s-21.908-8.358-30.266 0c-5.054 5.054-7.03 12.004-5.972 18.559c-6.768 5.39-15.093 8.324-23.873 8.324c-10.262 0-19.91-3.997-27.167-11.253c-8.212-8.212-12.212-19.654-11.035-31.117c.338-.298.682-.586 1.006-.909c8.358-8.358 8.358-21.908 0-30.266s-21.908-8.358-30.266 0s-8.358 21.908 0 30.266a21.4 21.4 0 0 0 4.576 3.463a62.93 62.93 0 0 0 12.852 39.514c-43.976-6.317-98.849 2.534-133.594 37.28c-25.299 25.299-25.484 65.939-.276 91.329c13.875 13.975 27.706 20.358 39.371 22.964l-30.147 30.147l-10.527-10.527c-5.057-5.056-13.254-5.056-18.312 0c-4.023 4.023-4.834 10.03-2.455 14.866c-4.836-2.379-10.843-1.568-14.867 2.456c-4.023 4.023-4.834 10.031-2.455 14.867c-4.836-2.379-10.844-1.568-14.867 2.455c-5.057 5.057-5.057 13.255 0 18.311l10.527 10.527L25.871 463.556c-7.702 7.701-7.702 20.189 0 27.891c3.851 3.852 8.898 5.777 13.946 5.777s10.095-1.926 13.946-5.777l13.748-13.748l23.927 23.927c2.695 2.695 6.228 4.043 9.76 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.39-14.131 0-19.521l-23.927-23.927l14.434-14.434l14.819 14.819c2.695 2.695 6.228 4.043 9.76 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.39-14.131 0-19.521l-14.818-14.818l12.366-12.366l23.927 23.927c2.695 2.695 6.228 4.043 9.761 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.391-14.131 0-19.521l-23.927-23.927l50.259-50.259l9.13 9.13c2.528 2.528 5.842 3.793 9.156 3.793s6.627-1.265 9.156-3.793c4.023-4.023 4.834-10.03 2.456-14.865a12.91 12.91 0 0 0 14.866-2.456c4.023-4.022 4.834-10.029 2.455-14.865a12.91 12.91 0 0 0 14.867-2.456c5.057-5.056 5.057-13.254 0-18.311l-9.13-9.13l30.897-30.897c2.201 11.861 8.558 26.466 23.87 41.778c25.296 25.296 66.31 25.296 91.606 0a66 66 0 0 0 2.132-2.243a35 35 0 0 0 1.646-1.535c30.796-30.796 38.186-87.068 31.113-132.27a62.9 62.9 0 0 0 37.886 12.693c.213 0 .427-.012.641-.015c8.378 6.216 20.255 5.549 27.853-2.048c8.353-8.362 8.353-21.912-.005-30.27m-90.948-40.132c-.191-.191-.396-.377-.592-.566c.34-.05.675-.119 1.014-.175c-.055.335-.12.669-.169 1.005c-.085-.085-.167-.179-.253-.264"/><path fill="#FFF" d="M377.496 183.639c-12.067 12.067-31.63 12.067-43.697 0s-12.067-31.63 0-43.697s31.63-12.067 43.697 0s12.067 31.631 0 43.697"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFC145" d="M503.73 144.318c-8.358-8.358-21.908-8.358-30.266 0a21.3 21.3 0 0 0-4.768 7.271a38.4 38.4 0 0 1-20.641-10.683c-14.092-14.093-14.923-36.497-2.5-51.574c6.216.668 12.667-1.37 17.432-6.135c8.358-8.358 8.358-21.908 0-30.266s-21.908-8.358-30.266 0c-5.054 5.054-7.03 12.004-5.972 18.559c-6.768 5.39-15.093 8.324-23.873 8.324c-10.262 0-19.91-3.997-27.167-11.253c-8.212-8.212-12.212-19.654-11.035-31.117c.338-.298.682-.586 1.006-.909c8.358-8.358 8.358-21.908 0-30.266s-21.908-8.358-30.266 0s-8.358 21.908 0 30.266a21.4 21.4 0 0 0 4.576 3.463a62.93 62.93 0 0 0 12.852 39.514c-43.976-6.317-98.849 2.534-133.594 37.28c-25.299 25.299-25.484 65.939-.276 91.329c13.875 13.975 27.706 20.358 39.371 22.964l-30.147 30.147l-10.527-10.527c-5.057-5.056-13.254-5.056-18.312 0c-4.023 4.023-4.834 10.03-2.455 14.866c-4.836-2.379-10.843-1.568-14.867 2.456c-4.023 4.023-4.834 10.031-2.455 14.867c-4.836-2.379-10.844-1.568-14.867 2.455c-5.057 5.057-5.057 13.255 0 18.311l10.527 10.527L25.871 463.556c-7.702 7.701-7.702 20.189 0 27.891c3.851 3.852 8.898 5.777 13.946 5.777s10.095-1.926 13.946-5.777l13.748-13.748l23.927 23.927c2.695 2.695 6.228 4.043 9.76 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.39-14.131 0-19.521l-23.927-23.927l14.434-14.434l14.819 14.819c2.695 2.695 6.228 4.043 9.76 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.39-14.131 0-19.521l-14.818-14.818l12.366-12.366l23.927 23.927c2.695 2.695 6.228 4.043 9.761 4.043s7.065-1.348 9.761-4.043c5.391-5.391 5.391-14.131 0-19.521l-23.927-23.927l50.259-50.259l9.13 9.13c2.528 2.528 5.842 3.793 9.156 3.793s6.627-1.265 9.156-3.793c4.023-4.023 4.834-10.03 2.456-14.865a12.91 12.91 0 0 0 14.866-2.456c4.023-4.022 4.834-10.029 2.455-14.865a12.91 12.91 0 0 0 14.867-2.456c5.057-5.056 5.057-13.254 0-18.311l-9.13-9.13l30.897-30.897c2.201 11.861 8.558 26.466 23.87 41.778c25.296 25.296 66.31 25.296 91.606 0a66 66 0 0 0 2.132-2.243a35 35 0 0 0 1.646-1.535c30.796-30.796 38.186-87.068 31.113-132.27a62.9 62.9 0 0 0 37.886 12.693c.213 0 .427-.012.641-.015c8.378 6.216 20.255 5.549 27.853-2.048c8.353-8.362 8.353-21.912-.005-30.27m-90.948-40.132c-.191-.191-.396-.377-.592-.566c.34-.05.675-.119 1.014-.175c-.055.335-.12.669-.169 1.005c-.085-.085-.167-.179-.253-.264"/><path fill="#FFF" d="M377.496 183.639c-12.067 12.067-31.63 12.067-43.697 0s-12.067-31.63 0-43.697s31.63-12.067 43.697 0s12.067 31.631 0 43.697"/></svg>
</template>

CSS

.icon-oldkey {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFC145%22%20d%3D%22M503.73%20144.318c-8.358-8.358-21.908-8.358-30.266%200a21.3%2021.3%200%200%200-4.768%207.271a38.4%2038.4%200%200%201-20.641-10.683c-14.092-14.093-14.923-36.497-2.5-51.574c6.216.668%2012.667-1.37%2017.432-6.135c8.358-8.358%208.358-21.908%200-30.266s-21.908-8.358-30.266%200c-5.054%205.054-7.03%2012.004-5.972%2018.559c-6.768%205.39-15.093%208.324-23.873%208.324c-10.262%200-19.91-3.997-27.167-11.253c-8.212-8.212-12.212-19.654-11.035-31.117c.338-.298.682-.586%201.006-.909c8.358-8.358%208.358-21.908%200-30.266s-21.908-8.358-30.266%200s-8.358%2021.908%200%2030.266a21.4%2021.4%200%200%200%204.576%203.463a62.93%2062.93%200%200%200%2012.852%2039.514c-43.976-6.317-98.849%202.534-133.594%2037.28c-25.299%2025.299-25.484%2065.939-.276%2091.329c13.875%2013.975%2027.706%2020.358%2039.371%2022.964l-30.147%2030.147l-10.527-10.527c-5.057-5.056-13.254-5.056-18.312%200c-4.023%204.023-4.834%2010.03-2.455%2014.866c-4.836-2.379-10.843-1.568-14.867%202.456c-4.023%204.023-4.834%2010.031-2.455%2014.867c-4.836-2.379-10.844-1.568-14.867%202.455c-5.057%205.057-5.057%2013.255%200%2018.311l10.527%2010.527L25.871%20463.556c-7.702%207.701-7.702%2020.189%200%2027.891c3.851%203.852%208.898%205.777%2013.946%205.777s10.095-1.926%2013.946-5.777l13.748-13.748l23.927%2023.927c2.695%202.695%206.228%204.043%209.76%204.043s7.065-1.348%209.761-4.043c5.391-5.391%205.39-14.131%200-19.521l-23.927-23.927l14.434-14.434l14.819%2014.819c2.695%202.695%206.228%204.043%209.76%204.043s7.065-1.348%209.761-4.043c5.391-5.391%205.39-14.131%200-19.521l-14.818-14.818l12.366-12.366l23.927%2023.927c2.695%202.695%206.228%204.043%209.761%204.043s7.065-1.348%209.761-4.043c5.391-5.391%205.391-14.131%200-19.521l-23.927-23.927l50.259-50.259l9.13%209.13c2.528%202.528%205.842%203.793%209.156%203.793s6.627-1.265%209.156-3.793c4.023-4.023%204.834-10.03%202.456-14.865a12.91%2012.91%200%200%200%2014.866-2.456c4.023-4.022%204.834-10.029%202.455-14.865a12.91%2012.91%200%200%200%2014.867-2.456c5.057-5.056%205.057-13.254%200-18.311l-9.13-9.13l30.897-30.897c2.201%2011.861%208.558%2026.466%2023.87%2041.778c25.296%2025.296%2066.31%2025.296%2091.606%200a66%2066%200%200%200%202.132-2.243a35%2035%200%200%200%201.646-1.535c30.796-30.796%2038.186-87.068%2031.113-132.27a62.9%2062.9%200%200%200%2037.886%2012.693c.213%200%20.427-.012.641-.015c8.378%206.216%2020.255%205.549%2027.853-2.048c8.353-8.362%208.353-21.912-.005-30.27m-90.948-40.132c-.191-.191-.396-.377-.592-.566c.34-.05.675-.119%201.014-.175c-.055.335-.12.669-.169%201.005c-.085-.085-.167-.179-.253-.264%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M377.496%20183.639c-12.067%2012.067-31.63%2012.067-43.697%200s-12.067-31.63%200-43.697s31.63-12.067%2043.697%200s12.067%2031.631%200%2043.697%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFC145%22%20d%3D%22M503.73%20144.318c-8.358-8.358-21.908-8.358-30.266%200a21.3%2021.3%200%200%200-4.768%207.271a38.4%2038.4%200%200%201-20.641-10.683c-14.092-14.093-14.923-36.497-2.5-51.574c6.216.668%2012.667-1.37%2017.432-6.135c8.358-8.358%208.358-21.908%200-30.266s-21.908-8.358-30.266%200c-5.054%205.054-7.03%2012.004-5.972%2018.559c-6.768%205.39-15.093%208.324-23.873%208.324c-10.262%200-19.91-3.997-27.167-11.253c-8.212-8.212-12.212-19.654-11.035-31.117c.338-.298.682-.586%201.006-.909c8.358-8.358%208.358-21.908%200-30.266s-21.908-8.358-30.266%200s-8.358%2021.908%200%2030.266a21.4%2021.4%200%200%200%204.576%203.463a62.93%2062.93%200%200%200%2012.852%2039.514c-43.976-6.317-98.849%202.534-133.594%2037.28c-25.299%2025.299-25.484%2065.939-.276%2091.329c13.875%2013.975%2027.706%2020.358%2039.371%2022.964l-30.147%2030.147l-10.527-10.527c-5.057-5.056-13.254-5.056-18.312%200c-4.023%204.023-4.834%2010.03-2.455%2014.866c-4.836-2.379-10.843-1.568-14.867%202.456c-4.023%204.023-4.834%2010.031-2.455%2014.867c-4.836-2.379-10.844-1.568-14.867%202.455c-5.057%205.057-5.057%2013.255%200%2018.311l10.527%2010.527L25.871%20463.556c-7.702%207.701-7.702%2020.189%200%2027.891c3.851%203.852%208.898%205.777%2013.946%205.777s10.095-1.926%2013.946-5.777l13.748-13.748l23.927%2023.927c2.695%202.695%206.228%204.043%209.76%204.043s7.065-1.348%209.761-4.043c5.391-5.391%205.39-14.131%200-19.521l-23.927-23.927l14.434-14.434l14.819%2014.819c2.695%202.695%206.228%204.043%209.76%204.043s7.065-1.348%209.761-4.043c5.391-5.391%205.39-14.131%200-19.521l-14.818-14.818l12.366-12.366l23.927%2023.927c2.695%202.695%206.228%204.043%209.761%204.043s7.065-1.348%209.761-4.043c5.391-5.391%205.391-14.131%200-19.521l-23.927-23.927l50.259-50.259l9.13%209.13c2.528%202.528%205.842%203.793%209.156%203.793s6.627-1.265%209.156-3.793c4.023-4.023%204.834-10.03%202.456-14.865a12.91%2012.91%200%200%200%2014.866-2.456c4.023-4.022%204.834-10.029%202.455-14.865a12.91%2012.91%200%200%200%2014.867-2.456c5.057-5.056%205.057-13.254%200-18.311l-9.13-9.13l30.897-30.897c2.201%2011.861%208.558%2026.466%2023.87%2041.778c25.296%2025.296%2066.31%2025.296%2091.606%200a66%2066%200%200%200%202.132-2.243a35%2035%200%200%200%201.646-1.535c30.796-30.796%2038.186-87.068%2031.113-132.27a62.9%2062.9%200%200%200%2037.886%2012.693c.213%200%20.427-.012.641-.015c8.378%206.216%2020.255%205.549%2027.853-2.048c8.353-8.362%208.353-21.912-.005-30.27m-90.948-40.132c-.191-.191-.396-.377-.592-.566c.34-.05.675-.119%201.014-.175c-.055.335-.12.669-.169%201.005c-.085-.085-.167-.179-.253-.264%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M377.496%20183.639c-12.067%2012.067-31.63%2012.067-43.697%200s-12.067-31.63%200-43.697s31.63-12.067%2043.697%200s12.067%2031.631%200%2043.697%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/oldkey.svg?color=%231a73e8&size=48