key-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
key-outline
Set
Material Symbols
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
key-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.588 13.413Q5 12.825 5 12t.588-1.412T7 10t1.413.588T9 12t-.587 1.413T7 14t-1.412-.587M7 18q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6q1.675 0 3.038.825T12.2 9H21l3 3l-4.5 4.5l-2-1.5l-2 1.5l-2.125-1.5H12.2q-.8 1.35-2.162 2.175T7 18m0-2q1.4 0 2.463-.85T10.875 13H14l1.45 1.025L17.5 12.5l1.775 1.375L21.15 12l-1-1h-9.275q-.35-1.3-1.412-2.15T7 8Q5.35 8 4.175 9.175T3 12t1.175 2.825T7 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeyOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.588 13.413Q5 12.825 5 12t.588-1.412T7 10t1.413.588T9 12t-.587 1.413T7 14t-1.412-.587M7 18q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6q1.675 0 3.038.825T12.2 9H21l3 3l-4.5 4.5l-2-1.5l-2 1.5l-2.125-1.5H12.2q-.8 1.35-2.162 2.175T7 18m0-2q1.4 0 2.463-.85T10.875 13H14l1.45 1.025L17.5 12.5l1.775 1.375L21.15 12l-1-1h-9.275q-.35-1.3-1.412-2.15T7 8Q5.35 8 4.175 9.175T3 12t1.175 2.825T7 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.588 13.413Q5 12.825 5 12t.588-1.412T7 10t1.413.588T9 12t-.587 1.413T7 14t-1.412-.587M7 18q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6q1.675 0 3.038.825T12.2 9H21l3 3l-4.5 4.5l-2-1.5l-2 1.5l-2.125-1.5H12.2q-.8 1.35-2.162 2.175T7 18m0-2q1.4 0 2.463-.85T10.875 13H14l1.45 1.025L17.5 12.5l1.775 1.375L21.15 12l-1-1h-9.275q-.35-1.3-1.412-2.15T7 8Q5.35 8 4.175 9.175T3 12t1.175 2.825T7 16"/></svg>
</template>

CSS

.icon-key-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.588%2013.413Q5%2012.825%205%2012t.588-1.412T7%2010t1.413.588T9%2012t-.587%201.413T7%2014t-1.412-.587M7%2018q-2.5%200-4.25-1.75T1%2012t1.75-4.25T7%206q1.675%200%203.038.825T12.2%209H21l3%203l-4.5%204.5l-2-1.5l-2%201.5l-2.125-1.5H12.2q-.8%201.35-2.162%202.175T7%2018m0-2q1.4%200%202.463-.85T10.875%2013H14l1.45%201.025L17.5%2012.5l1.775%201.375L21.15%2012l-1-1h-9.275q-.35-1.3-1.412-2.15T7%208Q5.35%208%204.175%209.175T3%2012t1.175%202.825T7%2016%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.588%2013.413Q5%2012.825%205%2012t.588-1.412T7%2010t1.413.588T9%2012t-.587%201.413T7%2014t-1.412-.587M7%2018q-2.5%200-4.25-1.75T1%2012t1.75-4.25T7%206q1.675%200%203.038.825T12.2%209H21l3%203l-4.5%204.5l-2-1.5l-2%201.5l-2.125-1.5H12.2q-.8%201.35-2.162%202.175T7%2018m0-2q1.4%200%202.463-.85T10.875%2013H14l1.45%201.025L17.5%2012.5l1.775%201.375L21.15%2012l-1-1h-9.275q-.35-1.3-1.412-2.15T7%208Q5.35%208%204.175%209.175T3%2012t1.175%202.825T7%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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