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

Name
action-key
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
action-key-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the action key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.927 21.616l-2.786-2.762q-.412.313-.905.48t-1.044.166q-1.372 0-2.35-.975t-.977-2.344t.975-2.342t2.345-.973t2.342.971t.973 2.336q0 .554-.17 1.048q-.168.494-.482.906l2.768 2.78zm-15.12-2.097q-1.364 0-2.335-.973q-.972-.973-.972-2.373q0-1.364.972-2.336q.971-.972 2.336-.972q1.4 0 2.373.972t.973 2.336q0 1.4-.973 2.373t-2.373.973m10.384-1q.952 0 1.63-.674t.678-1.672q0-.952-.678-1.63t-1.63-.678q-.998 0-1.672.678t-.674 1.63q0 .998.674 1.672t1.672.674M5.808 9.173q-1.365 0-2.336-.973Q2.5 7.227 2.5 5.827q0-1.364.972-2.336q.971-.972 2.336-.972q1.4 0 2.373.972t.973 2.336q0 1.4-.973 2.373t-2.373.973m10.384 0q-1.4 0-2.373-.973t-.973-2.373q0-1.365.973-2.336q.973-.972 2.373-.972q1.365 0 2.336.972q.972.972.972 2.336q0 1.4-.972 2.373q-.971.973-2.336.973"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightActionKey(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="m20.927 21.616l-2.786-2.762q-.412.313-.905.48t-1.044.166q-1.372 0-2.35-.975t-.977-2.344t.975-2.342t2.345-.973t2.342.971t.973 2.336q0 .554-.17 1.048q-.168.494-.482.906l2.768 2.78zm-15.12-2.097q-1.364 0-2.335-.973q-.972-.973-.972-2.373q0-1.364.972-2.336q.971-.972 2.336-.972q1.4 0 2.373.972t.973 2.336q0 1.4-.973 2.373t-2.373.973m10.384-1q.952 0 1.63-.674t.678-1.672q0-.952-.678-1.63t-1.63-.678q-.998 0-1.672.678t-.674 1.63q0 .998.674 1.672t1.672.674M5.808 9.173q-1.365 0-2.336-.973Q2.5 7.227 2.5 5.827q0-1.364.972-2.336q.971-.972 2.336-.972q1.4 0 2.373.972t.973 2.336q0 1.4-.973 2.373t-2.373.973m10.384 0q-1.4 0-2.373-.973t-.973-2.373q0-1.365.973-2.336q.973-.972 2.373-.972q1.365 0 2.336.972q.972.972.972 2.336q0 1.4-.972 2.373q-.971.973-2.336.973"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.927 21.616l-2.786-2.762q-.412.313-.905.48t-1.044.166q-1.372 0-2.35-.975t-.977-2.344t.975-2.342t2.345-.973t2.342.971t.973 2.336q0 .554-.17 1.048q-.168.494-.482.906l2.768 2.78zm-15.12-2.097q-1.364 0-2.335-.973q-.972-.973-.972-2.373q0-1.364.972-2.336q.971-.972 2.336-.972q1.4 0 2.373.972t.973 2.336q0 1.4-.973 2.373t-2.373.973m10.384-1q.952 0 1.63-.674t.678-1.672q0-.952-.678-1.63t-1.63-.678q-.998 0-1.672.678t-.674 1.63q0 .998.674 1.672t1.672.674M5.808 9.173q-1.365 0-2.336-.973Q2.5 7.227 2.5 5.827q0-1.364.972-2.336q.971-.972 2.336-.972q1.4 0 2.373.972t.973 2.336q0 1.4-.973 2.373t-2.373.973m10.384 0q-1.4 0-2.373-.973t-.973-2.373q0-1.365.973-2.336q.973-.972 2.373-.972q1.365 0 2.336.972q.972.972.972 2.336q0 1.4-.972 2.373q-.971.973-2.336.973"/></svg>
</template>

CSS

.icon-action-key {
  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%22m20.927%2021.616l-2.786-2.762q-.412.313-.905.48t-1.044.166q-1.372%200-2.35-.975t-.977-2.344t.975-2.342t2.345-.973t2.342.971t.973%202.336q0%20.554-.17%201.048q-.168.494-.482.906l2.768%202.78zm-15.12-2.097q-1.364%200-2.335-.973q-.972-.973-.972-2.373q0-1.364.972-2.336q.971-.972%202.336-.972q1.4%200%202.373.972t.973%202.336q0%201.4-.973%202.373t-2.373.973m10.384-1q.952%200%201.63-.674t.678-1.672q0-.952-.678-1.63t-1.63-.678q-.998%200-1.672.678t-.674%201.63q0%20.998.674%201.672t1.672.674M5.808%209.173q-1.365%200-2.336-.973Q2.5%207.227%202.5%205.827q0-1.364.972-2.336q.971-.972%202.336-.972q1.4%200%202.373.972t.973%202.336q0%201.4-.973%202.373t-2.373.973m10.384%200q-1.4%200-2.373-.973t-.973-2.373q0-1.365.973-2.336q.973-.972%202.373-.972q1.365%200%202.336.972q.972.972.972%202.336q0%201.4-.972%202.373q-.971.973-2.336.973%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%22m20.927%2021.616l-2.786-2.762q-.412.313-.905.48t-1.044.166q-1.372%200-2.35-.975t-.977-2.344t.975-2.342t2.345-.973t2.342.971t.973%202.336q0%20.554-.17%201.048q-.168.494-.482.906l2.768%202.78zm-15.12-2.097q-1.364%200-2.335-.973q-.972-.973-.972-2.373q0-1.364.972-2.336q.971-.972%202.336-.972q1.4%200%202.373.972t.973%202.336q0%201.4-.973%202.373t-2.373.973m10.384-1q.952%200%201.63-.674t.678-1.672q0-.952-.678-1.63t-1.63-.678q-.998%200-1.672.678t-.674%201.63q0%20.998.674%201.672t1.672.674M5.808%209.173q-1.365%200-2.336-.973Q2.5%207.227%202.5%205.827q0-1.364.972-2.336q.971-.972%202.336-.972q1.4%200%202.373.972t.973%202.336q0%201.4-.973%202.373t-2.373.973m10.384%200q-1.4%200-2.373-.973t-.973-2.373q0-1.365.973-2.336q.973-.972%202.373-.972q1.365%200%202.336.972q.972.972.972%202.336q0%201.4-.972%202.373q-.971.973-2.336.973%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/action-key.svg?color=%231a73e8&size=48