terminal icon
terminal-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- terminal-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
The same icon in other sets
All terminal icons →terminalBootstrap IconsterminalBoxIcons v2terminalBoxIcons v2 SolidterminalCarbonterminalCodiconsterminalFont Awesome 6 SolidterminalFont Awesome SolidterminalFeather Iconsterminal-outlineFlowbite Iconsterminalcss.ggterminalHuge IconsterminalIconParkterminalIconPark OutlineterminalIconPark SolidterminalIconPark TwoToneterminalIconoirterminalIonIconsterminalJam IconsterminalKeyline IconsterminalLine AwesometerminalSVG LogosterminalLucideterminalMajesticonsterminalMaterial Symbols
Use the terminal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.3 3.4H19.7a2.5 2.5 0 0 1 2.5 2.5V18.1a2.5 2.5 0 0 1-2.5 2.5H4.3a2.5 2.5 0 0 1-2.5-2.5V5.9a2.5 2.5 0 0 1 2.5-2.5ZM4.3 5a.9.9 0 0 0-.9.9V18.1a.9.9 0 0 0 .9.9H19.7a.9.9 0 0 0 .9-.9V5.9a.9.9 0 0 0-.9-.9Z"/><path fill-rule="evenodd" d="M5.7 8.6a.85.85 0 0 1 1.2 0l3 2.8a.85.85 0 0 1 0 1.2l-3 2.8a.85.85 0 0 1-1.2-1.2L8.05 12 5.7 9.8a.85.85 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M11.7 10.3v2.9h1.35" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M15.8 10.6h-1.4v1.1h1.4v1.5h-1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M6.2 16.5h8.1" opacity="0"/><path fill-rule="evenodd" d="M12 14.5h1a.6.6 0 0 1 0 1.2h-1a.6.6 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M18.5 13.7v1.2h-1.2m.5-.5-.5.5.5.5" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherTerminalSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M4.3 3.4H19.7a2.5 2.5 0 0 1 2.5 2.5V18.1a2.5 2.5 0 0 1-2.5 2.5H4.3a2.5 2.5 0 0 1-2.5-2.5V5.9a2.5 2.5 0 0 1 2.5-2.5ZM4.3 5a.9.9 0 0 0-.9.9V18.1a.9.9 0 0 0 .9.9H19.7a.9.9 0 0 0 .9-.9V5.9a.9.9 0 0 0-.9-.9Z"/><path fillRule="evenodd" d="M5.7 8.6a.85.85 0 0 1 1.2 0l3 2.8a.85.85 0 0 1 0 1.2l-3 2.8a.85.85 0 0 1-1.2-1.2L8.05 12 5.7 9.8a.85.85 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M11.7 10.3v2.9h1.35" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M15.8 10.6h-1.4v1.1h1.4v1.5h-1.4" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M6.2 16.5h8.1" opacity="0"/><path fillRule="evenodd" d="M12 14.5h1a.6.6 0 0 1 0 1.2h-1a.6.6 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M18.5 13.7v1.2h-1.2m.5-.5-.5.5.5.5" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.3 3.4H19.7a2.5 2.5 0 0 1 2.5 2.5V18.1a2.5 2.5 0 0 1-2.5 2.5H4.3a2.5 2.5 0 0 1-2.5-2.5V5.9a2.5 2.5 0 0 1 2.5-2.5ZM4.3 5a.9.9 0 0 0-.9.9V18.1a.9.9 0 0 0 .9.9H19.7a.9.9 0 0 0 .9-.9V5.9a.9.9 0 0 0-.9-.9Z"/><path fill-rule="evenodd" d="M5.7 8.6a.85.85 0 0 1 1.2 0l3 2.8a.85.85 0 0 1 0 1.2l-3 2.8a.85.85 0 0 1-1.2-1.2L8.05 12 5.7 9.8a.85.85 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M11.7 10.3v2.9h1.35" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M15.8 10.6h-1.4v1.1h1.4v1.5h-1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M6.2 16.5h8.1" opacity="0"/><path fill-rule="evenodd" d="M12 14.5h1a.6.6 0 0 1 0 1.2h-1a.6.6 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M18.5 13.7v1.2h-1.2m.5-.5-.5.5.5.5" opacity="0"/></g></svg> </template>
CSS
.icon-terminal-solid {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.3%203.4H19.7a2.5%202.5%200%200%201%202.5%202.5V18.1a2.5%202.5%200%200%201-2.5%202.5H4.3a2.5%202.5%200%200%201-2.5-2.5V5.9a2.5%202.5%200%200%201%202.5-2.5ZM4.3%205a.9.9%200%200%200-.9.9V18.1a.9.9%200%200%200%20.9.9H19.7a.9.9%200%200%200%20.9-.9V5.9a.9.9%200%200%200-.9-.9Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.7%208.6a.85.85%200%200%201%201.2%200l3%202.8a.85.85%200%200%201%200%201.2l-3%202.8a.85.85%200%200%201-1.2-1.2L8.05%2012%205.7%209.8a.85.85%200%200%201%200-1.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M11.7%2010.3v2.9h1.35%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M15.8%2010.6h-1.4v1.1h1.4v1.5h-1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M6.2%2016.5h8.1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2014.5h1a.6.6%200%200%201%200%201.2h-1a.6.6%200%200%201%200-1.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M18.5%2013.7v1.2h-1.2m.5-.5-.5.5.5.5%22%20opacity%3D%220%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.3%203.4H19.7a2.5%202.5%200%200%201%202.5%202.5V18.1a2.5%202.5%200%200%201-2.5%202.5H4.3a2.5%202.5%200%200%201-2.5-2.5V5.9a2.5%202.5%200%200%201%202.5-2.5ZM4.3%205a.9.9%200%200%200-.9.9V18.1a.9.9%200%200%200%20.9.9H19.7a.9.9%200%200%200%20.9-.9V5.9a.9.9%200%200%200-.9-.9Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.7%208.6a.85.85%200%200%201%201.2%200l3%202.8a.85.85%200%200%201%200%201.2l-3%202.8a.85.85%200%200%201-1.2-1.2L8.05%2012%205.7%209.8a.85.85%200%200%201%200-1.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M11.7%2010.3v2.9h1.35%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M15.8%2010.6h-1.4v1.1h1.4v1.5h-1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M6.2%2016.5h8.1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2014.5h1a.6.6%200%200%201%200%201.2h-1a.6.6%200%200%201%200-1.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M18.5%2013.7v1.2h-1.2m.5-.5-.5.5.5.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/terminal-solid.svg?color=%231a73e8&size=48