terminal secure icon
terminal-secure from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- terminal-secure
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the terminal secure icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 3h-.5V2a2 2 0 1 0-4 0v1H10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-2.5 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1-3.75h-2V2a1 1 0 0 1 2 0zm.5 7h1v2.5c0 1.379-1.121 2.5-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9C1 2.122 2.121 1 3.5 1H9v1H3.5C2.673 2 2 2.673 2 3.5v9c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5zm-7 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-3.854-.353l2.646-2.646l-2.646-2.646a.5.5 0 0 1 .707-.707l3 3a.5.5 0 0 1 0 .707l-2.999 2.999a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707"/></svg>
React
import type { SVGProps } from "react";
export function CodiconTerminalSecure(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 3h-.5V2a2 2 0 1 0-4 0v1H10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-2.5 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1-3.75h-2V2a1 1 0 0 1 2 0zm.5 7h1v2.5c0 1.379-1.121 2.5-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9C1 2.122 2.121 1 3.5 1H9v1H3.5C2.673 2 2 2.673 2 3.5v9c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5zm-7 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-3.854-.353l2.646-2.646l-2.646-2.646a.5.5 0 0 1 .707-.707l3 3a.5.5 0 0 1 0 .707l-2.999 2.999a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 3h-.5V2a2 2 0 1 0-4 0v1H10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-2.5 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1-3.75h-2V2a1 1 0 0 1 2 0zm.5 7h1v2.5c0 1.379-1.121 2.5-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9C1 2.122 2.121 1 3.5 1H9v1H3.5C2.673 2 2 2.673 2 3.5v9c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5zm-7 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-3.854-.353l2.646-2.646l-2.646-2.646a.5.5 0 0 1 .707-.707l3 3a.5.5 0 0 1 0 .707l-2.999 2.999a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707"/></svg> </template>
CSS
.icon-terminal-secure {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203h-.5V2a2%202%200%201%200-4%200v1H10a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1m-2.5%203.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m1-3.75h-2V2a1%201%200%200%201%202%200zm.5%207h1v2.5c0%201.379-1.121%202.5-2.5%202.5h-9A2.5%202.5%200%200%201%201%2012.5v-9C1%202.122%202.121%201%203.5%201H9v1H3.5C2.673%202%202%202.673%202%203.5v9c0%20.827.673%201.5%201.5%201.5h9c.827%200%201.5-.673%201.5-1.5zm-7%201.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m-3.854-.353l2.646-2.646l-2.646-2.646a.5.5%200%200%201%20.707-.707l3%203a.5.5%200%200%201%200%20.707l-2.999%202.999a.5.5%200%200%201-.708%200a.5.5%200%200%201%200-.707%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203h-.5V2a2%202%200%201%200-4%200v1H10a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1m-2.5%203.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m1-3.75h-2V2a1%201%200%200%201%202%200zm.5%207h1v2.5c0%201.379-1.121%202.5-2.5%202.5h-9A2.5%202.5%200%200%201%201%2012.5v-9C1%202.122%202.121%201%203.5%201H9v1H3.5C2.673%202%202%202.673%202%203.5v9c0%20.827.673%201.5%201.5%201.5h9c.827%200%201.5-.673%201.5-1.5zm-7%201.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m-3.854-.353l2.646-2.646l-2.646-2.646a.5.5%200%200%201%20.707-.707l3%203a.5.5%200%200%201%200%20.707l-2.999%202.999a.5.5%200%200%201-.708%200a.5.5%200%200%201%200-.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/terminal-secure.svg?color=%231a73e8&size=48