script-text-key-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
script-text-key-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the script text key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.8 19c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H19v2h2v-2h2v-2zM15 21.3c-.7 0-1.3-.6-1.3-1.3s.6-1.3 1.3-1.3s1.3.6 1.3 1.3s-.6 1.3-1.3 1.3M9 10h5v2H9zm0-4h5v2H9zM7 5c0-.6.4-1 1-1h8v11.1c.7.2 1.4.5 2 .9V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm3 15c0-.7.1-1.4.4-2H2v1c0 1.7 1.3 3 3 3h5.4c-.3-.6-.4-1.3-.4-2m-1-4h3c.6-.4 1.3-.8 2-.9V14H9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiScriptTextKeyOutline(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="M17.8 19c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H19v2h2v-2h2v-2zM15 21.3c-.7 0-1.3-.6-1.3-1.3s.6-1.3 1.3-1.3s1.3.6 1.3 1.3s-.6 1.3-1.3 1.3M9 10h5v2H9zm0-4h5v2H9zM7 5c0-.6.4-1 1-1h8v11.1c.7.2 1.4.5 2 .9V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm3 15c0-.7.1-1.4.4-2H2v1c0 1.7 1.3 3 3 3h5.4c-.3-.6-.4-1.3-.4-2m-1-4h3c.6-.4 1.3-.8 2-.9V14H9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.8 19c-.4-1.2-1.5-2-2.8-2c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H19v2h2v-2h2v-2zM15 21.3c-.7 0-1.3-.6-1.3-1.3s.6-1.3 1.3-1.3s1.3.6 1.3 1.3s-.6 1.3-1.3 1.3M9 10h5v2H9zm0-4h5v2H9zM7 5c0-.6.4-1 1-1h8v11.1c.7.2 1.4.5 2 .9V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm3 15c0-.7.1-1.4.4-2H2v1c0 1.7 1.3 3 3 3h5.4c-.3-.6-.4-1.3-.4-2m-1-4h3c.6-.4 1.3-.8 2-.9V14H9z"/></svg>
</template>

CSS

.icon-script-text-key-outline {
  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%22M17.8%2019c-.4-1.2-1.5-2-2.8-2c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.3%200%202.4-.8%202.8-2H19v2h2v-2h2v-2zM15%2021.3c-.7%200-1.3-.6-1.3-1.3s.6-1.3%201.3-1.3s1.3.6%201.3%201.3s-.6%201.3-1.3%201.3M9%2010h5v2H9zm0-4h5v2H9zM7%205c0-.6.4-1%201-1h8v11.1c.7.2%201.4.5%202%20.9V5c0-.6.4-1%201-1s1%20.4%201%201v1h2V5c0-1.7-1.3-3-3-3H8C6.3%202%205%203.3%205%205v11h2zm3%2015c0-.7.1-1.4.4-2H2v1c0%201.7%201.3%203%203%203h5.4c-.3-.6-.4-1.3-.4-2m-1-4h3c.6-.4%201.3-.8%202-.9V14H9z%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%22M17.8%2019c-.4-1.2-1.5-2-2.8-2c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.3%200%202.4-.8%202.8-2H19v2h2v-2h2v-2zM15%2021.3c-.7%200-1.3-.6-1.3-1.3s.6-1.3%201.3-1.3s1.3.6%201.3%201.3s-.6%201.3-1.3%201.3M9%2010h5v2H9zm0-4h5v2H9zM7%205c0-.6.4-1%201-1h8v11.1c.7.2%201.4.5%202%20.9V5c0-.6.4-1%201-1s1%20.4%201%201v1h2V5c0-1.7-1.3-3-3-3H8C6.3%202%205%203.3%205%205v11h2zm3%2015c0-.7.1-1.4.4-2H2v1c0%201.7%201.3%203%203%203h5.4c-.3-.6-.4-1.3-.4-2m-1-4h3c.6-.4%201.3-.8%202-.9V14H9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/script-text-key-outline.svg?color=%231a73e8&size=48