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

Name
script-text-key
Set
Material Design Icons
Style
Filled
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.3m0-6.3c1.1 0 2.2.4 3 1V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h7c.8-.6 1.9-1 3-1M8 6h7v2H8zm0 4h6v2H8zm2.4 12H5c-1.7 0-3-1.3-3-3v-1h8.4c-.3.6-.4 1.3-.4 2s.1 1.4.4 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiScriptTextKey(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.3m0-6.3c1.1 0 2.2.4 3 1V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h7c.8-.6 1.9-1 3-1M8 6h7v2H8zm0 4h6v2H8zm2.4 12H5c-1.7 0-3-1.3-3-3v-1h8.4c-.3.6-.4 1.3-.4 2s.1 1.4.4 2"/></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.3m0-6.3c1.1 0 2.2.4 3 1V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h7c.8-.6 1.9-1 3-1M8 6h7v2H8zm0 4h6v2H8zm2.4 12H5c-1.7 0-3-1.3-3-3v-1h8.4c-.3.6-.4 1.3-.4 2s.1 1.4.4 2"/></svg>
</template>

CSS

.icon-script-text-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%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.3m0-6.3c1.1%200%202.2.4%203%201V5c0-.6.4-1%201-1s1%20.4%201%201v1h2V5c0-1.7-1.3-3-3-3H8C6.3%202%205%203.3%205%205v11h7c.8-.6%201.9-1%203-1M8%206h7v2H8zm0%204h6v2H8zm2.4%2012H5c-1.7%200-3-1.3-3-3v-1h8.4c-.3.6-.4%201.3-.4%202s.1%201.4.4%202%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.3m0-6.3c1.1%200%202.2.4%203%201V5c0-.6.4-1%201-1s1%20.4%201%201v1h2V5c0-1.7-1.3-3-3-3H8C6.3%202%205%203.3%205%205v11h7c.8-.6%201.9-1%203-1M8%206h7v2H8zm0%204h6v2H8zm2.4%2012H5c-1.7%200-3-1.3-3-3v-1h8.4c-.3.6-.4%201.3-.4%202s.1%201.4.4%202%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.svg?color=%231a73e8&size=48