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

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

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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.088 5.588Q11.675 5 12.5 5t1.413.588T14.5 7t-.587 1.413T12.5 9t-1.412-.587T10.5 7t.588-1.412M12.5 24L8 19.5l1.5-2l-1.5-2l1.5-2.125V12.2q-1.35-.8-2.175-2.162T6.5 7q0-2.5 1.75-4.25T12.5 1t4.25 1.75T18.5 7q0 1.675-.825 3.038T15.5 12.2V21zm-4-17q0 1.4.85 2.463t2.15 1.412V14l-1.025 1.45L12 17.5l-1.375 1.775L12.5 21.15l1-1v-9.275q1.3-.35 2.15-1.412T16.5 7q0-1.65-1.175-2.825T12.5 3T9.675 4.175T8.5 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeyVerticalOutline(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.088 5.588Q11.675 5 12.5 5t1.413.588T14.5 7t-.587 1.413T12.5 9t-1.412-.587T10.5 7t.588-1.412M12.5 24L8 19.5l1.5-2l-1.5-2l1.5-2.125V12.2q-1.35-.8-2.175-2.162T6.5 7q0-2.5 1.75-4.25T12.5 1t4.25 1.75T18.5 7q0 1.675-.825 3.038T15.5 12.2V21zm-4-17q0 1.4.85 2.463t2.15 1.412V14l-1.025 1.45L12 17.5l-1.375 1.775L12.5 21.15l1-1v-9.275q1.3-.35 2.15-1.412T16.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.088 5.588Q11.675 5 12.5 5t1.413.588T14.5 7t-.587 1.413T12.5 9t-1.412-.587T10.5 7t.588-1.412M12.5 24L8 19.5l1.5-2l-1.5-2l1.5-2.125V12.2q-1.35-.8-2.175-2.162T6.5 7q0-2.5 1.75-4.25T12.5 1t4.25 1.75T18.5 7q0 1.675-.825 3.038T15.5 12.2V21zm-4-17q0 1.4.85 2.463t2.15 1.412V14l-1.025 1.45L12 17.5l-1.375 1.775L12.5 21.15l1-1v-9.275q1.3-.35 2.15-1.412T16.5 7q0-1.65-1.175-2.825T12.5 3T9.675 4.175T8.5 7"/></svg>
</template>

CSS

.icon-key-vertical-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%22M11.088%205.588Q11.675%205%2012.5%205t1.413.588T14.5%207t-.587%201.413T12.5%209t-1.412-.587T10.5%207t.588-1.412M12.5%2024L8%2019.5l1.5-2l-1.5-2l1.5-2.125V12.2q-1.35-.8-2.175-2.162T6.5%207q0-2.5%201.75-4.25T12.5%201t4.25%201.75T18.5%207q0%201.675-.825%203.038T15.5%2012.2V21zm-4-17q0%201.4.85%202.463t2.15%201.412V14l-1.025%201.45L12%2017.5l-1.375%201.775L12.5%2021.15l1-1v-9.275q1.3-.35%202.15-1.412T16.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.088%205.588Q11.675%205%2012.5%205t1.413.588T14.5%207t-.587%201.413T12.5%209t-1.412-.587T10.5%207t.588-1.412M12.5%2024L8%2019.5l1.5-2l-1.5-2l1.5-2.125V12.2q-1.35-.8-2.175-2.162T6.5%207q0-2.5%201.75-4.25T12.5%201t4.25%201.75T18.5%207q0%201.675-.825%203.038T15.5%2012.2V21zm-4-17q0%201.4.85%202.463t2.15%201.412V14l-1.025%201.45L12%2017.5l-1.375%201.775L12.5%2021.15l1-1v-9.275q1.3-.35%202.15-1.412T16.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/key-vertical-outline.svg?color=%231a73e8&size=48