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

Name
key-vertical-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the key vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.626 6.126q.357-.357.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357T11.269 7t.357-.874M7.5 7q0-2.077 1.462-3.538T12.5 2t3.539 1.462T17.5 7q0 1.54-.835 2.778q-.834 1.238-2.165 1.807v8.875q0 .161-.056.3q-.055.14-.186.27l-1.192 1.193q-.131.13-.268.184q-.136.052-.298.052t-.298-.052t-.267-.184l-2.098-2.117q-.106-.106-.171-.243q-.066-.136-.072-.272q-.005-.137.035-.274q.04-.136.127-.267l.879-1.165l-.998-1.368q-.081-.105-.112-.217t-.03-.242t.04-.245t.102-.22l.863-1.295v-2.713q-1.311-.57-2.156-1.807T7.5 7m1 0q0 1.477.889 2.52t2.111 1.336v3.76l-.967 1.43q0-.019-.003-.01q-.003.01.003.01l1.333 1.858l-1.222 1.621h.01h-.01l1.856 1.856v-.003v.003l1-1h.003h-.003v-9.525q1.223-.292 2.112-1.336T16.5 7q0-1.65-1.175-2.825T12.5 3T9.675 4.175T8.5 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightKeyVerticalOutlineRounded(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="M11.626 6.126q.357-.357.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357T11.269 7t.357-.874M7.5 7q0-2.077 1.462-3.538T12.5 2t3.539 1.462T17.5 7q0 1.54-.835 2.778q-.834 1.238-2.165 1.807v8.875q0 .161-.056.3q-.055.14-.186.27l-1.192 1.193q-.131.13-.268.184q-.136.052-.298.052t-.298-.052t-.267-.184l-2.098-2.117q-.106-.106-.171-.243q-.066-.136-.072-.272q-.005-.137.035-.274q.04-.136.127-.267l.879-1.165l-.998-1.368q-.081-.105-.112-.217t-.03-.242t.04-.245t.102-.22l.863-1.295v-2.713q-1.311-.57-2.156-1.807T7.5 7m1 0q0 1.477.889 2.52t2.111 1.336v3.76l-.967 1.43q0-.019-.003-.01q-.003.01.003.01l1.333 1.858l-1.222 1.621h.01h-.01l1.856 1.856v-.003v.003l1-1h.003h-.003v-9.525q1.223-.292 2.112-1.336T16.5 7q0-1.65-1.175-2.825T12.5 3T9.675 4.175T8.5 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.626 6.126q.357-.357.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357T11.269 7t.357-.874M7.5 7q0-2.077 1.462-3.538T12.5 2t3.539 1.462T17.5 7q0 1.54-.835 2.778q-.834 1.238-2.165 1.807v8.875q0 .161-.056.3q-.055.14-.186.27l-1.192 1.193q-.131.13-.268.184q-.136.052-.298.052t-.298-.052t-.267-.184l-2.098-2.117q-.106-.106-.171-.243q-.066-.136-.072-.272q-.005-.137.035-.274q.04-.136.127-.267l.879-1.165l-.998-1.368q-.081-.105-.112-.217t-.03-.242t.04-.245t.102-.22l.863-1.295v-2.713q-1.311-.57-2.156-1.807T7.5 7m1 0q0 1.477.889 2.52t2.111 1.336v3.76l-.967 1.43q0-.019-.003-.01q-.003.01.003.01l1.333 1.858l-1.222 1.621h.01h-.01l1.856 1.856v-.003v.003l1-1h.003h-.003v-9.525q1.223-.292 2.112-1.336T16.5 7q0-1.65-1.175-2.825T12.5 3T9.675 4.175T8.5 7"/></svg>
</template>

CSS

.icon-key-vertical-outline-rounded {
  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%22M11.626%206.126q.357-.357.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357T11.269%207t.357-.874M7.5%207q0-2.077%201.462-3.538T12.5%202t3.539%201.462T17.5%207q0%201.54-.835%202.778q-.834%201.238-2.165%201.807v8.875q0%20.161-.056.3q-.055.14-.186.27l-1.192%201.193q-.131.13-.268.184q-.136.052-.298.052t-.298-.052t-.267-.184l-2.098-2.117q-.106-.106-.171-.243q-.066-.136-.072-.272q-.005-.137.035-.274q.04-.136.127-.267l.879-1.165l-.998-1.368q-.081-.105-.112-.217t-.03-.242t.04-.245t.102-.22l.863-1.295v-2.713q-1.311-.57-2.156-1.807T7.5%207m1%200q0%201.477.889%202.52t2.111%201.336v3.76l-.967%201.43q0-.019-.003-.01q-.003.01.003.01l1.333%201.858l-1.222%201.621h.01h-.01l1.856%201.856v-.003v.003l1-1h.003h-.003v-9.525q1.223-.292%202.112-1.336T16.5%207q0-1.65-1.175-2.825T12.5%203T9.675%204.175T8.5%207%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%22M11.626%206.126q.357-.357.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357T11.269%207t.357-.874M7.5%207q0-2.077%201.462-3.538T12.5%202t3.539%201.462T17.5%207q0%201.54-.835%202.778q-.834%201.238-2.165%201.807v8.875q0%20.161-.056.3q-.055.14-.186.27l-1.192%201.193q-.131.13-.268.184q-.136.052-.298.052t-.298-.052t-.267-.184l-2.098-2.117q-.106-.106-.171-.243q-.066-.136-.072-.272q-.005-.137.035-.274q.04-.136.127-.267l.879-1.165l-.998-1.368q-.081-.105-.112-.217t-.03-.242t.04-.245t.102-.22l.863-1.295v-2.713q-1.311-.57-2.156-1.807T7.5%207m1%200q0%201.477.889%202.52t2.111%201.336v3.76l-.967%201.43q0-.019-.003-.01q-.003.01.003.01l1.333%201.858l-1.222%201.621h.01h-.01l1.856%201.856v-.003v.003l1-1h.003h-.003v-9.525q1.223-.292%202.112-1.336T16.5%207q0-1.65-1.175-2.825T12.5%203T9.675%204.175T8.5%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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