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

Name
key-vertical
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
key-vertical-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="M13.327 8.308q.539-.539.539-1.308t-.539-1.308t-1.308-.538t-1.307.538T10.173 7t.539 1.308t1.307.538t1.308-.538m-1.296 13.769l-2.646-2.596l1.384-1.712l-1.442-1.827l1.192-1.558v-2.85q-1.338-.509-2.284-1.684T7.289 7q0-2 1.365-3.365t3.365-1.366t3.366 1.366T16.75 7q0 1.698-.958 2.865q-.958 1.166-2.273 1.67v9.042z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightKeyVertical(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="M13.327 8.308q.539-.539.539-1.308t-.539-1.308t-1.308-.538t-1.307.538T10.173 7t.539 1.308t1.307.538t1.308-.538m-1.296 13.769l-2.646-2.596l1.384-1.712l-1.442-1.827l1.192-1.558v-2.85q-1.338-.509-2.284-1.684T7.289 7q0-2 1.365-3.365t3.365-1.366t3.366 1.366T16.75 7q0 1.698-.958 2.865q-.958 1.166-2.273 1.67v9.042z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.327 8.308q.539-.539.539-1.308t-.539-1.308t-1.308-.538t-1.307.538T10.173 7t.539 1.308t1.307.538t1.308-.538m-1.296 13.769l-2.646-2.596l1.384-1.712l-1.442-1.827l1.192-1.558v-2.85q-1.338-.509-2.284-1.684T7.289 7q0-2 1.365-3.365t3.365-1.366t3.366 1.366T16.75 7q0 1.698-.958 2.865q-.958 1.166-2.273 1.67v9.042z"/></svg>
</template>

CSS

.icon-key-vertical {
  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%22M13.327%208.308q.539-.539.539-1.308t-.539-1.308t-1.308-.538t-1.307.538T10.173%207t.539%201.308t1.307.538t1.308-.538m-1.296%2013.769l-2.646-2.596l1.384-1.712l-1.442-1.827l1.192-1.558v-2.85q-1.338-.509-2.284-1.684T7.289%207q0-2%201.365-3.365t3.365-1.366t3.366%201.366T16.75%207q0%201.698-.958%202.865q-.958%201.166-2.273%201.67v9.042z%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%22M13.327%208.308q.539-.539.539-1.308t-.539-1.308t-1.308-.538t-1.307.538T10.173%207t.539%201.308t1.307.538t1.308-.538m-1.296%2013.769l-2.646-2.596l1.384-1.712l-1.442-1.827l1.192-1.558v-2.85q-1.338-.509-2.284-1.684T7.289%207q0-2%201.365-3.365t3.365-1.366t3.366%201.366T16.75%207q0%201.698-.958%202.865q-.958%201.166-2.273%201.67v9.042z%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.svg?color=%231a73e8&size=48