terminal locked icon

terminal-locked-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
terminal-locked-24
Set
Octicons
Style
24
Viewbox
25×24
License
MIT

1 other variant in Octicons

Use the terminal locked icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 24"><path fill="currentColor" fill-rule="evenodd" d="M16 13.5V15h-.25A1.75 1.75 0 0 0 14 16.75v4.5c0 .966.784 1.75 1.75 1.75h7.5A1.75 1.75 0 0 0 25 21.25v-4.5A1.75 1.75 0 0 0 23.25 15H23v-1.5a3.5 3.5 0 1 0-7 0m3.5-2a2 2 0 0 0-2 2V15h4v-1.5a2 2 0 0 0-2-2"/><path fill="currentColor" d="M22.25 3c.966 0 1.75.784 1.75 1.75v5.059a.75.75 0 0 1-1.5 0V4.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h10.5a.75.75 0 0 1 0 1.5H1.75A1.75 1.75 0 0 1 0 19.25V4.75C0 3.784.784 3 1.75 3z"/><path fill="currentColor" d="M5.22 8.72a.75.75 0 0 1 1.06 0l2.75 2.75a.75.75 0 0 1 0 1.06l-2.75 2.75a.75.75 0 1 1-1.06-1.06L7.44 12L5.22 9.78a.75.75 0 0 1 0-1.06M12.727 14a.75.75 0 1 1 0 1.5H11.25a.75.75 0 0 1 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonTerminalLocked24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 24"><path fill="currentColor" fillRule="evenodd" d="M16 13.5V15h-.25A1.75 1.75 0 0 0 14 16.75v4.5c0 .966.784 1.75 1.75 1.75h7.5A1.75 1.75 0 0 0 25 21.25v-4.5A1.75 1.75 0 0 0 23.25 15H23v-1.5a3.5 3.5 0 1 0-7 0m3.5-2a2 2 0 0 0-2 2V15h4v-1.5a2 2 0 0 0-2-2"/><path fill="currentColor" d="M22.25 3c.966 0 1.75.784 1.75 1.75v5.059a.75.75 0 0 1-1.5 0V4.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h10.5a.75.75 0 0 1 0 1.5H1.75A1.75 1.75 0 0 1 0 19.25V4.75C0 3.784.784 3 1.75 3z"/><path fill="currentColor" d="M5.22 8.72a.75.75 0 0 1 1.06 0l2.75 2.75a.75.75 0 0 1 0 1.06l-2.75 2.75a.75.75 0 1 1-1.06-1.06L7.44 12L5.22 9.78a.75.75 0 0 1 0-1.06M12.727 14a.75.75 0 1 1 0 1.5H11.25a.75.75 0 0 1 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 24"><path fill="currentColor" fill-rule="evenodd" d="M16 13.5V15h-.25A1.75 1.75 0 0 0 14 16.75v4.5c0 .966.784 1.75 1.75 1.75h7.5A1.75 1.75 0 0 0 25 21.25v-4.5A1.75 1.75 0 0 0 23.25 15H23v-1.5a3.5 3.5 0 1 0-7 0m3.5-2a2 2 0 0 0-2 2V15h4v-1.5a2 2 0 0 0-2-2"/><path fill="currentColor" d="M22.25 3c.966 0 1.75.784 1.75 1.75v5.059a.75.75 0 0 1-1.5 0V4.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h10.5a.75.75 0 0 1 0 1.5H1.75A1.75 1.75 0 0 1 0 19.25V4.75C0 3.784.784 3 1.75 3z"/><path fill="currentColor" d="M5.22 8.72a.75.75 0 0 1 1.06 0l2.75 2.75a.75.75 0 0 1 0 1.06l-2.75 2.75a.75.75 0 1 1-1.06-1.06L7.44 12L5.22 9.78a.75.75 0 0 1 0-1.06M12.727 14a.75.75 0 1 1 0 1.5H11.25a.75.75 0 0 1 0-1.5z"/></svg>
</template>

CSS

.icon-terminal-locked-24 {
  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%2025%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2013.5V15h-.25A1.75%201.75%200%200%200%2014%2016.75v4.5c0%20.966.784%201.75%201.75%201.75h7.5A1.75%201.75%200%200%200%2025%2021.25v-4.5A1.75%201.75%200%200%200%2023.25%2015H23v-1.5a3.5%203.5%200%201%200-7%200m3.5-2a2%202%200%200%200-2%202V15h4v-1.5a2%202%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.25%203c.966%200%201.75.784%201.75%201.75v5.059a.75.75%200%200%201-1.5%200V4.75a.25.25%200%200%200-.25-.25H1.75a.25.25%200%200%200-.25.25v14.5c0%20.138.112.25.25.25h10.5a.75.75%200%200%201%200%201.5H1.75A1.75%201.75%200%200%201%200%2019.25V4.75C0%203.784.784%203%201.75%203z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.22%208.72a.75.75%200%200%201%201.06%200l2.75%202.75a.75.75%200%200%201%200%201.06l-2.75%202.75a.75.75%200%201%201-1.06-1.06L7.44%2012L5.22%209.78a.75.75%200%200%201%200-1.06M12.727%2014a.75.75%200%201%201%200%201.5H11.25a.75.75%200%200%201%200-1.5z%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%2025%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2013.5V15h-.25A1.75%201.75%200%200%200%2014%2016.75v4.5c0%20.966.784%201.75%201.75%201.75h7.5A1.75%201.75%200%200%200%2025%2021.25v-4.5A1.75%201.75%200%200%200%2023.25%2015H23v-1.5a3.5%203.5%200%201%200-7%200m3.5-2a2%202%200%200%200-2%202V15h4v-1.5a2%202%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.25%203c.966%200%201.75.784%201.75%201.75v5.059a.75.75%200%200%201-1.5%200V4.75a.25.25%200%200%200-.25-.25H1.75a.25.25%200%200%200-.25.25v14.5c0%20.138.112.25.25.25h10.5a.75.75%200%200%201%200%201.5H1.75A1.75%201.75%200%200%201%200%2019.25V4.75C0%203.784.784%203%201.75%203z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.22%208.72a.75.75%200%200%201%201.06%200l2.75%202.75a.75.75%200%200%201%200%201.06l-2.75%202.75a.75.75%200%201%201-1.06-1.06L7.44%2012L5.22%209.78a.75.75%200%200%201%200-1.06M12.727%2014a.75.75%200%201%201%200%201.5H11.25a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/terminal-locked-24.svg?color=%231a73e8&size=48