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

Name
action-key-rounded
Set
Material Symbols
Style
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 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="M16.5 20.5q-1.65 0-2.825-1.175T12.5 16.5t1.175-2.825T16.5 12.5t2.825 1.175T20.5 16.5q0 .575-.15 1.088t-.425.962L22.3 20.9q.15.125.225.313t.075.387t-.075.375t-.225.325q-.125.125-.312.2t-.388.075t-.375-.075t-.325-.2l-2.375-2.35q-.45.275-.962.413T16.5 20.5m-11 0q-1.65 0-2.825-1.175T1.5 16.5t1.175-2.825T5.5 12.5t2.825 1.175T9.5 16.5t-1.175 2.825T5.5 20.5m11-2q.825 0 1.413-.587T18.5 16.5t-.587-1.412T16.5 14.5t-1.412.588T14.5 16.5t.588 1.413t1.412.587m-11-9q-1.65 0-2.825-1.175T1.5 5.5t1.175-2.825T5.5 1.5t2.825 1.175T9.5 5.5T8.325 8.325T5.5 9.5m11 0q-1.65 0-2.825-1.175T12.5 5.5t1.175-2.825T16.5 1.5t2.825 1.175T20.5 5.5t-1.175 2.825T16.5 9.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsActionKeyRounded(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="M16.5 20.5q-1.65 0-2.825-1.175T12.5 16.5t1.175-2.825T16.5 12.5t2.825 1.175T20.5 16.5q0 .575-.15 1.088t-.425.962L22.3 20.9q.15.125.225.313t.075.387t-.075.375t-.225.325q-.125.125-.312.2t-.388.075t-.375-.075t-.325-.2l-2.375-2.35q-.45.275-.962.413T16.5 20.5m-11 0q-1.65 0-2.825-1.175T1.5 16.5t1.175-2.825T5.5 12.5t2.825 1.175T9.5 16.5t-1.175 2.825T5.5 20.5m11-2q.825 0 1.413-.587T18.5 16.5t-.587-1.412T16.5 14.5t-1.412.588T14.5 16.5t.588 1.413t1.412.587m-11-9q-1.65 0-2.825-1.175T1.5 5.5t1.175-2.825T5.5 1.5t2.825 1.175T9.5 5.5T8.325 8.325T5.5 9.5m11 0q-1.65 0-2.825-1.175T12.5 5.5t1.175-2.825T16.5 1.5t2.825 1.175T20.5 5.5t-1.175 2.825T16.5 9.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 20.5q-1.65 0-2.825-1.175T12.5 16.5t1.175-2.825T16.5 12.5t2.825 1.175T20.5 16.5q0 .575-.15 1.088t-.425.962L22.3 20.9q.15.125.225.313t.075.387t-.075.375t-.225.325q-.125.125-.312.2t-.388.075t-.375-.075t-.325-.2l-2.375-2.35q-.45.275-.962.413T16.5 20.5m-11 0q-1.65 0-2.825-1.175T1.5 16.5t1.175-2.825T5.5 12.5t2.825 1.175T9.5 16.5t-1.175 2.825T5.5 20.5m11-2q.825 0 1.413-.587T18.5 16.5t-.587-1.412T16.5 14.5t-1.412.588T14.5 16.5t.588 1.413t1.412.587m-11-9q-1.65 0-2.825-1.175T1.5 5.5t1.175-2.825T5.5 1.5t2.825 1.175T9.5 5.5T8.325 8.325T5.5 9.5m11 0q-1.65 0-2.825-1.175T12.5 5.5t1.175-2.825T16.5 1.5t2.825 1.175T20.5 5.5t-1.175 2.825T16.5 9.5"/></svg>
</template>

CSS

.icon-action-key-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%22M16.5%2020.5q-1.65%200-2.825-1.175T12.5%2016.5t1.175-2.825T16.5%2012.5t2.825%201.175T20.5%2016.5q0%20.575-.15%201.088t-.425.962L22.3%2020.9q.15.125.225.313t.075.387t-.075.375t-.225.325q-.125.125-.312.2t-.388.075t-.375-.075t-.325-.2l-2.375-2.35q-.45.275-.962.413T16.5%2020.5m-11%200q-1.65%200-2.825-1.175T1.5%2016.5t1.175-2.825T5.5%2012.5t2.825%201.175T9.5%2016.5t-1.175%202.825T5.5%2020.5m11-2q.825%200%201.413-.587T18.5%2016.5t-.587-1.412T16.5%2014.5t-1.412.588T14.5%2016.5t.588%201.413t1.412.587m-11-9q-1.65%200-2.825-1.175T1.5%205.5t1.175-2.825T5.5%201.5t2.825%201.175T9.5%205.5T8.325%208.325T5.5%209.5m11%200q-1.65%200-2.825-1.175T12.5%205.5t1.175-2.825T16.5%201.5t2.825%201.175T20.5%205.5t-1.175%202.825T16.5%209.5%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%22M16.5%2020.5q-1.65%200-2.825-1.175T12.5%2016.5t1.175-2.825T16.5%2012.5t2.825%201.175T20.5%2016.5q0%20.575-.15%201.088t-.425.962L22.3%2020.9q.15.125.225.313t.075.387t-.075.375t-.225.325q-.125.125-.312.2t-.388.075t-.375-.075t-.325-.2l-2.375-2.35q-.45.275-.962.413T16.5%2020.5m-11%200q-1.65%200-2.825-1.175T1.5%2016.5t1.175-2.825T5.5%2012.5t2.825%201.175T9.5%2016.5t-1.175%202.825T5.5%2020.5m11-2q.825%200%201.413-.587T18.5%2016.5t-.587-1.412T16.5%2014.5t-1.412.588T14.5%2016.5t.588%201.413t1.412.587m-11-9q-1.65%200-2.825-1.175T1.5%205.5t1.175-2.825T5.5%201.5t2.825%201.175T9.5%205.5T8.325%208.325T5.5%209.5m11%200q-1.65%200-2.825-1.175T12.5%205.5t1.175-2.825T16.5%201.5t2.825%201.175T20.5%205.5t-1.175%202.825T16.5%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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