square terminal icon

square-terminal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
square-terminal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the square terminal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7.492 7.5L8.72 8.557c.515.445.773.667.773.943s-.258.498-.773.943L7.492 11.5m4 1h4"/><path d="M11.992 21c3.75 0 5.625 0 6.94-.955a5 5 0 0 0 1.105-1.106c.955-1.314.955-3.19.955-6.939s0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.617 3 15.741 3 11.992 3s-5.624 0-6.939.955A5 5 0 0 0 3.947 5.06c-.955 1.314-.955 3.19-.955 6.939s0 5.625.955 6.939a5 5 0 0 0 1.106 1.106c1.315.955 3.19.955 6.94.955"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareTerminal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M7.492 7.5L8.72 8.557c.515.445.773.667.773.943s-.258.498-.773.943L7.492 11.5m4 1h4"/><path d="M11.992 21c3.75 0 5.625 0 6.94-.955a5 5 0 0 0 1.105-1.106c.955-1.314.955-3.19.955-6.939s0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.617 3 15.741 3 11.992 3s-5.624 0-6.939.955A5 5 0 0 0 3.947 5.06c-.955 1.314-.955 3.19-.955 6.939s0 5.625.955 6.939a5 5 0 0 0 1.106 1.106c1.315.955 3.19.955 6.94.955"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7.492 7.5L8.72 8.557c.515.445.773.667.773.943s-.258.498-.773.943L7.492 11.5m4 1h4"/><path d="M11.992 21c3.75 0 5.625 0 6.94-.955a5 5 0 0 0 1.105-1.106c.955-1.314.955-3.19.955-6.939s0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.617 3 15.741 3 11.992 3s-5.624 0-6.939.955A5 5 0 0 0 3.947 5.06c-.955 1.314-.955 3.19-.955 6.939s0 5.625.955 6.939a5 5 0 0 0 1.106 1.106c1.315.955 3.19.955 6.94.955"/></g></svg>
</template>

CSS

.icon-square-terminal {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.492%207.5L8.72%208.557c.515.445.773.667.773.943s-.258.498-.773.943L7.492%2011.5m4%201h4%22%2F%3E%3Cpath%20d%3D%22M11.992%2021c3.75%200%205.625%200%206.94-.955a5%205%200%200%200%201.105-1.106c.955-1.314.955-3.19.955-6.939s0-5.625-.955-6.939a5%205%200%200%200-1.106-1.106C17.617%203%2015.741%203%2011.992%203s-5.624%200-6.939.955A5%205%200%200%200%203.947%205.06c-.955%201.314-.955%203.19-.955%206.939s0%205.625.955%206.939a5%205%200%200%200%201.106%201.106c1.315.955%203.19.955%206.94.955%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.492%207.5L8.72%208.557c.515.445.773.667.773.943s-.258.498-.773.943L7.492%2011.5m4%201h4%22%2F%3E%3Cpath%20d%3D%22M11.992%2021c3.75%200%205.625%200%206.94-.955a5%205%200%200%200%201.105-1.106c.955-1.314.955-3.19.955-6.939s0-5.625-.955-6.939a5%205%200%200%200-1.106-1.106C17.617%203%2015.741%203%2011.992%203s-5.624%200-6.939.955A5%205%200%200%200%203.947%205.06c-.955%201.314-.955%203.19-.955%206.939s0%205.625.955%206.939a5%205%200%200%200%201.106%201.106c1.315.955%203.19.955%206.94.955%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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