Terminal icon in outline, twotone, bold and bulk. Free in all four styles, for code, servers, databases, devops, terminals. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconTerminal } from "@devigner-ui/icons";
<IconTerminal className="size-6" />
<script setup>
import { IconTerminal } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTerminal class="size-6" />
</template>
<script>
import { IconTerminal } from "@devigner-ui/icons-svelte";
</script>
<IconTerminal class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m7 7 1.23 1.06c.51.44.77.66.77.94s-.26.5-.77.94L7 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11 11h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 21c3.75 0 5.62 0 6.94-.95a5 5 0 0 0 1.1-1.11C21 17.62 21 15.75 21 12s0-5.62-.95-6.94a5 5 0 0 0-1.11-1.1C17.62 3 15.75 3 12 3s-5.62 0-6.94.95a5 5 0 0 0-1.1 1.11C3 6.38 3 8.25 3 12s0 5.62.95 6.94a5 5 0 0 0 1.11 1.1C6.38 21 8.25 21 12 21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>