key vertical icon
key-vertical-outline from Material Symbols Light by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- key-vertical-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- key-vertical-outline-sharp
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-.874m.874 16.663l-3.154-3.193l1.289-1.711l-1.327-1.808l1.192-1.779v-2.713q-1.311-.57-2.156-1.807T7.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.807v9.204zM8.5 7q0 1.477.889 2.52t2.111 1.336v3.76l-.967 1.43l1.333 1.858l-1.222 1.621l1.856 1.856l1-1v-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 MaterialSymbolsLightKeyVerticalOutline(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-.874m.874 16.663l-3.154-3.193l1.289-1.711l-1.327-1.808l1.192-1.779v-2.713q-1.311-.57-2.156-1.807T7.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.807v9.204zM8.5 7q0 1.477.889 2.52t2.111 1.336v3.76l-.967 1.43l1.333 1.858l-1.222 1.621l1.856 1.856l1-1v-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-.874m.874 16.663l-3.154-3.193l1.289-1.711l-1.327-1.808l1.192-1.779v-2.713q-1.311-.57-2.156-1.807T7.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.807v9.204zM8.5 7q0 1.477.889 2.52t2.111 1.336v3.76l-.967 1.43l1.333 1.858l-1.222 1.621l1.856 1.856l1-1v-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 {
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-.874m.874%2016.663l-3.154-3.193l1.289-1.711l-1.327-1.808l1.192-1.779v-2.713q-1.311-.57-2.156-1.807T7.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.807v9.204zM8.5%207q0%201.477.889%202.52t2.111%201.336v3.76l-.967%201.43l1.333%201.858l-1.222%201.621l1.856%201.856l1-1v-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-.874m.874%2016.663l-3.154-3.193l1.289-1.711l-1.327-1.808l1.192-1.779v-2.713q-1.311-.57-2.156-1.807T7.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.807v9.204zM8.5%207q0%201.477.889%202.52t2.111%201.336v3.76l-.967%201.43l1.333%201.858l-1.222%201.621l1.856%201.856l1-1v-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.svg?color=%231a73e8&size=48