symbol key icon

symbol-key from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
symbol-key
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the symbol key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M8.001 5.5c-.366 0-.705.119-1 .313V4.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5c.217 0 .397-.14.466-.334c.303.207.654.334 1.034.334c1.103 0 2-1.009 2-2.25s-.897-2.25-2-2.25m0 3.5c-.552 0-1-.561-1-1.25s.448-1.25 1-1.25s1 .561 1 1.25S8.553 9 8.001 9" clip-rule="evenodd"/><path d="M12.749 10c-1.103 0-2-1.009-2-2.25s.897-2.25 2-2.25c.143 0 1.252.105 1.252.736c0 .275-.224.5-.501.5a.57.57 0 0 1-.31-.104c-.109-.063-.226-.132-.441-.132c-.552 0-1 .561-1 1.25s.448 1.25 1 1.25c.212 0 .33-.068.438-.131a.6.6 0 0 1 .313-.104a.5.5 0 0 1 .501.499c0 .633-1.114.736-1.252.736"/><path fill-rule="evenodd" d="M1.898 5.646c.093-.093.466-.396 1.354-.396c.87 0 1.749.515 1.749 1.5V9.5a.5.5 0 0 1-.855.351a2.6 2.6 0 0 1-.895.149c-1.313 0-2-.754-2-1.5s.687-1.5 2-1.5c.302 0 .546.023.75.056V6.75c0-.494-.72-.5-.75-.5c-.463 0-.65.113-.672.127l-.002.001a.483.483 0 0 1-.693-.013a.515.515 0 0 1 .014-.719M3.252 8c-.649 0-1 .258-1 .5s.351.5 1 .5c.447 0 .657-.115.75-.189v-.737A3 3 0 0 0 3.252 8" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconSymbolKey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M8.001 5.5c-.366 0-.705.119-1 .313V4.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5c.217 0 .397-.14.466-.334c.303.207.654.334 1.034.334c1.103 0 2-1.009 2-2.25s-.897-2.25-2-2.25m0 3.5c-.552 0-1-.561-1-1.25s.448-1.25 1-1.25s1 .561 1 1.25S8.553 9 8.001 9" clipRule="evenodd"/><path d="M12.749 10c-1.103 0-2-1.009-2-2.25s.897-2.25 2-2.25c.143 0 1.252.105 1.252.736c0 .275-.224.5-.501.5a.57.57 0 0 1-.31-.104c-.109-.063-.226-.132-.441-.132c-.552 0-1 .561-1 1.25s.448 1.25 1 1.25c.212 0 .33-.068.438-.131a.6.6 0 0 1 .313-.104a.5.5 0 0 1 .501.499c0 .633-1.114.736-1.252.736"/><path fillRule="evenodd" d="M1.898 5.646c.093-.093.466-.396 1.354-.396c.87 0 1.749.515 1.749 1.5V9.5a.5.5 0 0 1-.855.351a2.6 2.6 0 0 1-.895.149c-1.313 0-2-.754-2-1.5s.687-1.5 2-1.5c.302 0 .546.023.75.056V6.75c0-.494-.72-.5-.75-.5c-.463 0-.65.113-.672.127l-.002.001a.483.483 0 0 1-.693-.013a.515.515 0 0 1 .014-.719M3.252 8c-.649 0-1 .258-1 .5s.351.5 1 .5c.447 0 .657-.115.75-.189v-.737A3 3 0 0 0 3.252 8" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M8.001 5.5c-.366 0-.705.119-1 .313V4.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5c.217 0 .397-.14.466-.334c.303.207.654.334 1.034.334c1.103 0 2-1.009 2-2.25s-.897-2.25-2-2.25m0 3.5c-.552 0-1-.561-1-1.25s.448-1.25 1-1.25s1 .561 1 1.25S8.553 9 8.001 9" clip-rule="evenodd"/><path d="M12.749 10c-1.103 0-2-1.009-2-2.25s.897-2.25 2-2.25c.143 0 1.252.105 1.252.736c0 .275-.224.5-.501.5a.57.57 0 0 1-.31-.104c-.109-.063-.226-.132-.441-.132c-.552 0-1 .561-1 1.25s.448 1.25 1 1.25c.212 0 .33-.068.438-.131a.6.6 0 0 1 .313-.104a.5.5 0 0 1 .501.499c0 .633-1.114.736-1.252.736"/><path fill-rule="evenodd" d="M1.898 5.646c.093-.093.466-.396 1.354-.396c.87 0 1.749.515 1.749 1.5V9.5a.5.5 0 0 1-.855.351a2.6 2.6 0 0 1-.895.149c-1.313 0-2-.754-2-1.5s.687-1.5 2-1.5c.302 0 .546.023.75.056V6.75c0-.494-.72-.5-.75-.5c-.463 0-.65.113-.672.127l-.002.001a.483.483 0 0 1-.693-.013a.515.515 0 0 1 .014-.719M3.252 8c-.649 0-1 .258-1 .5s.351.5 1 .5c.447 0 .657-.115.75-.189v-.737A3 3 0 0 0 3.252 8" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-symbol-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.001%205.5c-.366%200-.705.119-1%20.313V4.5a.5.5%200%200%200-1%200v5a.5.5%200%200%200%20.5.5c.217%200%20.397-.14.466-.334c.303.207.654.334%201.034.334c1.103%200%202-1.009%202-2.25s-.897-2.25-2-2.25m0%203.5c-.552%200-1-.561-1-1.25s.448-1.25%201-1.25s1%20.561%201%201.25S8.553%209%208.001%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.749%2010c-1.103%200-2-1.009-2-2.25s.897-2.25%202-2.25c.143%200%201.252.105%201.252.736c0%20.275-.224.5-.501.5a.57.57%200%200%201-.31-.104c-.109-.063-.226-.132-.441-.132c-.552%200-1%20.561-1%201.25s.448%201.25%201%201.25c.212%200%20.33-.068.438-.131a.6.6%200%200%201%20.313-.104a.5.5%200%200%201%20.501.499c0%20.633-1.114.736-1.252.736%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.898%205.646c.093-.093.466-.396%201.354-.396c.87%200%201.749.515%201.749%201.5V9.5a.5.5%200%200%201-.855.351a2.6%202.6%200%200%201-.895.149c-1.313%200-2-.754-2-1.5s.687-1.5%202-1.5c.302%200%20.546.023.75.056V6.75c0-.494-.72-.5-.75-.5c-.463%200-.65.113-.672.127l-.002.001a.483.483%200%200%201-.693-.013a.515.515%200%200%201%20.014-.719M3.252%208c-.649%200-1%20.258-1%20.5s.351.5%201%20.5c.447%200%20.657-.115.75-.189v-.737A3%203%200%200%200%203.252%208%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.001%205.5c-.366%200-.705.119-1%20.313V4.5a.5.5%200%200%200-1%200v5a.5.5%200%200%200%20.5.5c.217%200%20.397-.14.466-.334c.303.207.654.334%201.034.334c1.103%200%202-1.009%202-2.25s-.897-2.25-2-2.25m0%203.5c-.552%200-1-.561-1-1.25s.448-1.25%201-1.25s1%20.561%201%201.25S8.553%209%208.001%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.749%2010c-1.103%200-2-1.009-2-2.25s.897-2.25%202-2.25c.143%200%201.252.105%201.252.736c0%20.275-.224.5-.501.5a.57.57%200%200%201-.31-.104c-.109-.063-.226-.132-.441-.132c-.552%200-1%20.561-1%201.25s.448%201.25%201%201.25c.212%200%20.33-.068.438-.131a.6.6%200%200%201%20.313-.104a.5.5%200%200%201%20.501.499c0%20.633-1.114.736-1.252.736%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.898%205.646c.093-.093.466-.396%201.354-.396c.87%200%201.749.515%201.749%201.5V9.5a.5.5%200%200%201-.855.351a2.6%202.6%200%200%201-.895.149c-1.313%200-2-.754-2-1.5s.687-1.5%202-1.5c.302%200%20.546.023.75.056V6.75c0-.494-.72-.5-.75-.5c-.463%200-.65.113-.672.127l-.002.001a.483.483%200%200%201-.693-.013a.515.515%200%200%201%20.014-.719M3.252%208c-.649%200-1%20.258-1%20.5s.351.5%201%20.5c.447%200%20.657-.115.75-.189v-.737A3%203%200%200%200%203.252%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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