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

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

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.412M6.5 7q0-2.5 1.75-4.25T12.5 1t4.25 1.75T18.5 7q0 1.675-.825 3.038T15.5 12.2v8.375q0 .2-.075.388t-.225.337l-2 2q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-3.175-3.175q-.125-.125-.2-.3t-.1-.35t.025-.35t.175-.325l.975-1.3l-1.075-1.425q-.1-.125-.15-.275t-.05-.3t.05-.313t.15-.287L9.5 13.375V12.2q-1.35-.8-2.175-2.163T6.5 7m2 0q0 1.4.85 2.463t2.15 1.412V14l-1.025 1.45h-.012h.012L12 17.5l-1.375 1.775L12.5 21.15v-.012v.012l1-1h.013h-.013v-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 MaterialSymbolsKeyVerticalOutlineRounded(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.412M6.5 7q0-2.5 1.75-4.25T12.5 1t4.25 1.75T18.5 7q0 1.675-.825 3.038T15.5 12.2v8.375q0 .2-.075.388t-.225.337l-2 2q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-3.175-3.175q-.125-.125-.2-.3t-.1-.35t.025-.35t.175-.325l.975-1.3l-1.075-1.425q-.1-.125-.15-.275t-.05-.3t.05-.313t.15-.287L9.5 13.375V12.2q-1.35-.8-2.175-2.163T6.5 7m2 0q0 1.4.85 2.463t2.15 1.412V14l-1.025 1.45h-.012h.012L12 17.5l-1.375 1.775L12.5 21.15v-.012v.012l1-1h.013h-.013v-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.412M6.5 7q0-2.5 1.75-4.25T12.5 1t4.25 1.75T18.5 7q0 1.675-.825 3.038T15.5 12.2v8.375q0 .2-.075.388t-.225.337l-2 2q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-3.175-3.175q-.125-.125-.2-.3t-.1-.35t.025-.35t.175-.325l.975-1.3l-1.075-1.425q-.1-.125-.15-.275t-.05-.3t.05-.313t.15-.287L9.5 13.375V12.2q-1.35-.8-2.175-2.163T6.5 7m2 0q0 1.4.85 2.463t2.15 1.412V14l-1.025 1.45h-.012h.012L12 17.5l-1.375 1.775L12.5 21.15v-.012v.012l1-1h.013h-.013v-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-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.088%205.588Q11.675%205%2012.5%205t1.413.588T14.5%207t-.587%201.413T12.5%209t-1.412-.587T10.5%207t.588-1.412M6.5%207q0-2.5%201.75-4.25T12.5%201t4.25%201.75T18.5%207q0%201.675-.825%203.038T15.5%2012.2v8.375q0%20.2-.075.388t-.225.337l-2%202q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-3.175-3.175q-.125-.125-.2-.3t-.1-.35t.025-.35t.175-.325l.975-1.3l-1.075-1.425q-.1-.125-.15-.275t-.05-.3t.05-.313t.15-.287L9.5%2013.375V12.2q-1.35-.8-2.175-2.163T6.5%207m2%200q0%201.4.85%202.463t2.15%201.412V14l-1.025%201.45h-.012h.012L12%2017.5l-1.375%201.775L12.5%2021.15v-.012v.012l1-1h.013h-.013v-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.412M6.5%207q0-2.5%201.75-4.25T12.5%201t4.25%201.75T18.5%207q0%201.675-.825%203.038T15.5%2012.2v8.375q0%20.2-.075.388t-.225.337l-2%202q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-3.175-3.175q-.125-.125-.2-.3t-.1-.35t.025-.35t.175-.325l.975-1.3l-1.075-1.425q-.1-.125-.15-.275t-.05-.3t.05-.313t.15-.287L9.5%2013.375V12.2q-1.35-.8-2.175-2.163T6.5%207m2%200q0%201.4.85%202.463t2.15%201.412V14l-1.025%201.45h-.012h.012L12%2017.5l-1.375%201.775L12.5%2021.15v-.012v.012l1-1h.013h-.013v-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-rounded.svg?color=%231a73e8&size=48