Terminal Ubuntu Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Terminal Ubuntu icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307466.svg" alt="Terminal Ubuntu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307466.svg" alt="Terminal Ubuntu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307466.svg" alt="Terminal Ubuntu icon" :width="24" :height="24" />
CSS background
.icon-terminal-ubuntu {
background-image: url('https://proicons.com/icon/307466.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.1365 3.06478C13.1365 4.20526 12.1841 5.1298 11.0093 5.1298C9.83451 5.1298 8.88214 4.20526 8.88214 3.06478C8.88214 1.9243 9.83451 0.999756 11.0093 0.999756C12.1841 0.999756 13.1365 1.9243 13.1365 3.06478Z"/><path d="M4.25439 7.59937C4.25439 8.73985 3.30201 9.66439 2.12719 9.66439C0.952378 9.66439 0 8.73985 0 7.59937C0 6.45888 0.952378 5.53434 2.12719 5.53434C3.30201 5.53434 4.25439 6.45888 4.25439 7.59937Z"/><path d="M6.93725 12.9263C5.40046 12.606 4.11546 11.6536 3.39482 10.305C2.83046 10.5579 2.18796 10.6337 1.57151 10.5241C2.44843 12.606 4.29779 14.1148 6.5639 14.5868C7.0588 14.6879 7.57106 14.7385 8.07464 14.7385C7.68394 14.2412 7.46687 13.6343 7.44951 13.0106L7.38203 13.0003C7.23751 12.9783 7.08738 12.9555 6.93725 12.9263Z"/><path d="M12.6503 12.9347C12.6503 14.0752 11.6979 14.9998 10.5231 14.9998C9.34827 14.9998 8.3959 14.0752 8.3959 12.9347C8.3959 11.7943 9.34827 10.8697 10.5231 10.8697C11.6979 10.8697 12.6503 11.7943 12.6503 12.9347Z"/><path d="M13.4924 12.1761C14.1523 11.3669 14.6212 10.4061 14.8469 9.38621C15.2376 7.60776 14.8729 5.74502 13.8397 4.23629C13.5966 4.80101 13.1799 5.27302 12.6416 5.60173C13.2146 6.65532 13.3883 7.86905 13.1365 9.04063C13.0062 9.61378 12.7892 10.1532 12.4766 10.6421C12.9715 11.0298 13.3275 11.5692 13.4924 12.1761Z"/><path d="M2.03825 4.62856C2.01224 4.63058 1.9872 4.63253 1.96215 4.63253C3.29057 2.35679 5.89529 1.01663 8.56948 1.21892C8.28296 1.57292 8.08326 1.98593 7.98776 2.43265C7.96171 2.58436 7.93566 2.73608 7.92698 2.89622C6.25127 2.92994 4.7058 3.73066 3.74205 5.07082C3.44685 4.89382 3.11692 4.76739 2.76962 4.69153C2.56124 4.64939 2.34418 4.6241 2.12712 4.6241C2.09556 4.6241 2.06634 4.62637 2.03825 4.62856Z"/></svg>
Copied!