keychain icon

keychain from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
keychain
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the keychain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 5c-1.05 0-2.07.23-3 .68c-.93-.45-1.95-.68-3-.68c-3.86 0-7 3.14-7 7c0 .48.05.96.15 1.43L2 21.59V27h4v-2H4v-2.59l7.66-7.65l.76-.76a4.9 4.9 0 0 1-.42-2c0-2.76 2.24-5 5-5c.35 0 .69.03 1.02.11c-2.06 2.05-2.2 4.7-1.87 6.33L8 21.59V27h5.41l8.16-8.15c.46.1.94.15 1.43.15c3.86 0 7-3.14 7-7s-3.14-7-7-7m0 12a4.8 4.8 0 0 1-1.99-.42l-.72.71l-.03.03L12.59 25H10v-2.59l7.96-7.96l.43-.44l-.18-.58c-.05-.14-1.11-3.62 2.26-5.74A4.9 4.9 0 0 1 23 7c2.76 0 5 2.24 5 5s-2.24 5-5 5m-1.5-5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>

React

import type { SVGProps } from "react";

export function CarbonKeychain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 5c-1.05 0-2.07.23-3 .68c-.93-.45-1.95-.68-3-.68c-3.86 0-7 3.14-7 7c0 .48.05.96.15 1.43L2 21.59V27h4v-2H4v-2.59l7.66-7.65l.76-.76a4.9 4.9 0 0 1-.42-2c0-2.76 2.24-5 5-5c.35 0 .69.03 1.02.11c-2.06 2.05-2.2 4.7-1.87 6.33L8 21.59V27h5.41l8.16-8.15c.46.1.94.15 1.43.15c3.86 0 7-3.14 7-7s-3.14-7-7-7m0 12a4.8 4.8 0 0 1-1.99-.42l-.72.71l-.03.03L12.59 25H10v-2.59l7.96-7.96l.43-.44l-.18-.58c-.05-.14-1.11-3.62 2.26-5.74A4.9 4.9 0 0 1 23 7c2.76 0 5 2.24 5 5s-2.24 5-5 5m-1.5-5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 5c-1.05 0-2.07.23-3 .68c-.93-.45-1.95-.68-3-.68c-3.86 0-7 3.14-7 7c0 .48.05.96.15 1.43L2 21.59V27h4v-2H4v-2.59l7.66-7.65l.76-.76a4.9 4.9 0 0 1-.42-2c0-2.76 2.24-5 5-5c.35 0 .69.03 1.02.11c-2.06 2.05-2.2 4.7-1.87 6.33L8 21.59V27h5.41l8.16-8.15c.46.1.94.15 1.43.15c3.86 0 7-3.14 7-7s-3.14-7-7-7m0 12a4.8 4.8 0 0 1-1.99-.42l-.72.71l-.03.03L12.59 25H10v-2.59l7.96-7.96l.43-.44l-.18-.58c-.05-.14-1.11-3.62 2.26-5.74A4.9 4.9 0 0 1 23 7c2.76 0 5 2.24 5 5s-2.24 5-5 5m-1.5-5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
</template>

CSS

.icon-keychain {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%205c-1.05%200-2.07.23-3%20.68c-.93-.45-1.95-.68-3-.68c-3.86%200-7%203.14-7%207c0%20.48.05.96.15%201.43L2%2021.59V27h4v-2H4v-2.59l7.66-7.65l.76-.76a4.9%204.9%200%200%201-.42-2c0-2.76%202.24-5%205-5c.35%200%20.69.03%201.02.11c-2.06%202.05-2.2%204.7-1.87%206.33L8%2021.59V27h5.41l8.16-8.15c.46.1.94.15%201.43.15c3.86%200%207-3.14%207-7s-3.14-7-7-7m0%2012a4.8%204.8%200%200%201-1.99-.42l-.72.71l-.03.03L12.59%2025H10v-2.59l7.96-7.96l.43-.44l-.18-.58c-.05-.14-1.11-3.62%202.26-5.74A4.9%204.9%200%200%201%2023%207c2.76%200%205%202.24%205%205s-2.24%205-5%205m-1.5-5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%205c-1.05%200-2.07.23-3%20.68c-.93-.45-1.95-.68-3-.68c-3.86%200-7%203.14-7%207c0%20.48.05.96.15%201.43L2%2021.59V27h4v-2H4v-2.59l7.66-7.65l.76-.76a4.9%204.9%200%200%201-.42-2c0-2.76%202.24-5%205-5c.35%200%20.69.03%201.02.11c-2.06%202.05-2.2%204.7-1.87%206.33L8%2021.59V27h5.41l8.16-8.15c.46.1.94.15%201.43.15c3.86%200%207-3.14%207-7s-3.14-7-7-7m0%2012a4.8%204.8%200%200%201-1.99-.42l-.72.71l-.03.03L12.59%2025H10v-2.59l7.96-7.96l.43-.44l-.18-.58c-.05-.14-1.11-3.62%202.26-5.74A4.9%204.9%200%200%201%2023%207c2.76%200%205%202.24%205%205s-2.24%205-5%205m-1.5-5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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