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

Name
key-vertical-rounded
Set
Material Symbols Light
Style
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="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.6 13.399q-.136-.053-.267-.178l-1.537-1.442q-.111-.106-.17-.24q-.059-.133-.084-.276q-.025-.142.028-.291q.053-.15.14-.28l.932-1.211l-1.05-1.358q-.092-.112-.135-.229t-.043-.26t.043-.26t.116-.228l.82-1.07v-2.85q-1.34-.355-2.285-1.607T7.289 7q0-2 1.365-3.366q1.365-1.365 3.365-1.365t3.366 1.365T16.75 7q0 1.698-.958 2.941t-2.273 1.593v8.7q0 .162-.056.311t-.186.28l-.698.698q-.125.125-.259.18q-.133.057-.295.057t-.298-.053"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightKeyVerticalRounded(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.6 13.399q-.136-.053-.267-.178l-1.537-1.442q-.111-.106-.17-.24q-.059-.133-.084-.276q-.025-.142.028-.291q.053-.15.14-.28l.932-1.211l-1.05-1.358q-.092-.112-.135-.229t-.043-.26t.043-.26t.116-.228l.82-1.07v-2.85q-1.34-.355-2.285-1.607T7.289 7q0-2 1.365-3.366q1.365-1.365 3.365-1.365t3.366 1.365T16.75 7q0 1.698-.958 2.941t-2.273 1.593v8.7q0 .162-.056.311t-.186.28l-.698.698q-.125.125-.259.18q-.133.057-.295.057t-.298-.053"/></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.6 13.399q-.136-.053-.267-.178l-1.537-1.442q-.111-.106-.17-.24q-.059-.133-.084-.276q-.025-.142.028-.291q.053-.15.14-.28l.932-1.211l-1.05-1.358q-.092-.112-.135-.229t-.043-.26t.043-.26t.116-.228l.82-1.07v-2.85q-1.34-.355-2.285-1.607T7.289 7q0-2 1.365-3.366q1.365-1.365 3.365-1.365t3.366 1.365T16.75 7q0 1.698-.958 2.941t-2.273 1.593v8.7q0 .162-.056.311t-.186.28l-.698.698q-.125.125-.259.18q-.133.057-.295.057t-.298-.053"/></svg>
</template>

CSS

.icon-key-vertical-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%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.6%2013.399q-.136-.053-.267-.178l-1.537-1.442q-.111-.106-.17-.24q-.059-.133-.084-.276q-.025-.142.028-.291q.053-.15.14-.28l.932-1.211l-1.05-1.358q-.092-.112-.135-.229t-.043-.26t.043-.26t.116-.228l.82-1.07v-2.85q-1.34-.355-2.285-1.607T7.289%207q0-2%201.365-3.366q1.365-1.365%203.365-1.365t3.366%201.365T16.75%207q0%201.698-.958%202.941t-2.273%201.593v8.7q0%20.162-.056.311t-.186.28l-.698.698q-.125.125-.259.18q-.133.057-.295.057t-.298-.053%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.6%2013.399q-.136-.053-.267-.178l-1.537-1.442q-.111-.106-.17-.24q-.059-.133-.084-.276q-.025-.142.028-.291q.053-.15.14-.28l.932-1.211l-1.05-1.358q-.092-.112-.135-.229t-.043-.26t.043-.26t.116-.228l.82-1.07v-2.85q-1.34-.355-2.285-1.607T7.289%207q0-2%201.365-3.366q1.365-1.365%203.365-1.365t3.366%201.365T16.75%207q0%201.698-.958%202.941t-2.273%201.593v8.7q0%20.162-.056.311t-.186.28l-.698.698q-.125.125-.259.18q-.133.057-.295.057t-.298-.053%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-rounded.svg?color=%231a73e8&size=48