terminal ubuntu icon
terminal-ubuntu from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- terminal-ubuntu
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the terminal ubuntu icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.137 3.065c0 1.14-.953 2.065-2.128 2.065c-1.174 0-2.127-.925-2.127-2.065S9.835 1 11.01 1s2.127.924 2.127 2.065M4.254 7.6c0 1.14-.952 2.064-2.127 2.064S0 8.74 0 7.6s.952-2.065 2.127-2.065S4.254 6.46 4.254 7.6m2.683 5.326c-1.537-.32-2.822-1.272-3.542-2.621a3.14 3.14 0 0 1-1.823.22c.876 2.081 2.726 3.59 4.992 4.062a7.6 7.6 0 0 0 1.51.152a2.93 2.93 0 0 1-.624-1.728L7.382 13c-.144-.023-.295-.045-.445-.075m5.713.01c0 1.14-.952 2.065-2.127 2.065s-2.127-.925-2.127-2.065s.952-2.065 2.127-2.065s2.127.924 2.127 2.065m.842-.759a6.7 6.7 0 0 0 1.355-2.79a6.6 6.6 0 0 0-1.007-5.15a3 3 0 0 1-1.198 1.366a5 5 0 0 1 .495 3.439a5 5 0 0 1-.66 1.601c.495.388.85.927 1.015 1.534M2.038 4.629l-.076.004C3.291 2.357 5.895 1.017 8.57 1.219a2.9 2.9 0 0 0-.581 1.214a4 4 0 0 0-.061.463a5.26 5.26 0 0 0-4.185 2.175a3.2 3.2 0 0 0-.972-.38a3.3 3.3 0 0 0-.643-.067q-.046 0-.089.005"/></svg>
React
import type { SVGProps } from "react";
export function CodiconTerminalUbuntu(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="M13.137 3.065c0 1.14-.953 2.065-2.128 2.065c-1.174 0-2.127-.925-2.127-2.065S9.835 1 11.01 1s2.127.924 2.127 2.065M4.254 7.6c0 1.14-.952 2.064-2.127 2.064S0 8.74 0 7.6s.952-2.065 2.127-2.065S4.254 6.46 4.254 7.6m2.683 5.326c-1.537-.32-2.822-1.272-3.542-2.621a3.14 3.14 0 0 1-1.823.22c.876 2.081 2.726 3.59 4.992 4.062a7.6 7.6 0 0 0 1.51.152a2.93 2.93 0 0 1-.624-1.728L7.382 13c-.144-.023-.295-.045-.445-.075m5.713.01c0 1.14-.952 2.065-2.127 2.065s-2.127-.925-2.127-2.065s.952-2.065 2.127-2.065s2.127.924 2.127 2.065m.842-.759a6.7 6.7 0 0 0 1.355-2.79a6.6 6.6 0 0 0-1.007-5.15a3 3 0 0 1-1.198 1.366a5 5 0 0 1 .495 3.439a5 5 0 0 1-.66 1.601c.495.388.85.927 1.015 1.534M2.038 4.629l-.076.004C3.291 2.357 5.895 1.017 8.57 1.219a2.9 2.9 0 0 0-.581 1.214a4 4 0 0 0-.061.463a5.26 5.26 0 0 0-4.185 2.175a3.2 3.2 0 0 0-.972-.38a3.3 3.3 0 0 0-.643-.067q-.046 0-.089.005"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.137 3.065c0 1.14-.953 2.065-2.128 2.065c-1.174 0-2.127-.925-2.127-2.065S9.835 1 11.01 1s2.127.924 2.127 2.065M4.254 7.6c0 1.14-.952 2.064-2.127 2.064S0 8.74 0 7.6s.952-2.065 2.127-2.065S4.254 6.46 4.254 7.6m2.683 5.326c-1.537-.32-2.822-1.272-3.542-2.621a3.14 3.14 0 0 1-1.823.22c.876 2.081 2.726 3.59 4.992 4.062a7.6 7.6 0 0 0 1.51.152a2.93 2.93 0 0 1-.624-1.728L7.382 13c-.144-.023-.295-.045-.445-.075m5.713.01c0 1.14-.952 2.065-2.127 2.065s-2.127-.925-2.127-2.065s.952-2.065 2.127-2.065s2.127.924 2.127 2.065m.842-.759a6.7 6.7 0 0 0 1.355-2.79a6.6 6.6 0 0 0-1.007-5.15a3 3 0 0 1-1.198 1.366a5 5 0 0 1 .495 3.439a5 5 0 0 1-.66 1.601c.495.388.85.927 1.015 1.534M2.038 4.629l-.076.004C3.291 2.357 5.895 1.017 8.57 1.219a2.9 2.9 0 0 0-.581 1.214a4 4 0 0 0-.061.463a5.26 5.26 0 0 0-4.185 2.175a3.2 3.2 0 0 0-.972-.38a3.3 3.3 0 0 0-.643-.067q-.046 0-.089.005"/></svg> </template>
CSS
.icon-terminal-ubuntu {
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%22M13.137%203.065c0%201.14-.953%202.065-2.128%202.065c-1.174%200-2.127-.925-2.127-2.065S9.835%201%2011.01%201s2.127.924%202.127%202.065M4.254%207.6c0%201.14-.952%202.064-2.127%202.064S0%208.74%200%207.6s.952-2.065%202.127-2.065S4.254%206.46%204.254%207.6m2.683%205.326c-1.537-.32-2.822-1.272-3.542-2.621a3.14%203.14%200%200%201-1.823.22c.876%202.081%202.726%203.59%204.992%204.062a7.6%207.6%200%200%200%201.51.152a2.93%202.93%200%200%201-.624-1.728L7.382%2013c-.144-.023-.295-.045-.445-.075m5.713.01c0%201.14-.952%202.065-2.127%202.065s-2.127-.925-2.127-2.065s.952-2.065%202.127-2.065s2.127.924%202.127%202.065m.842-.759a6.7%206.7%200%200%200%201.355-2.79a6.6%206.6%200%200%200-1.007-5.15a3%203%200%200%201-1.198%201.366a5%205%200%200%201%20.495%203.439a5%205%200%200%201-.66%201.601c.495.388.85.927%201.015%201.534M2.038%204.629l-.076.004C3.291%202.357%205.895%201.017%208.57%201.219a2.9%202.9%200%200%200-.581%201.214a4%204%200%200%200-.061.463a5.26%205.26%200%200%200-4.185%202.175a3.2%203.2%200%200%200-.972-.38a3.3%203.3%200%200%200-.643-.067q-.046%200-.089.005%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%22M13.137%203.065c0%201.14-.953%202.065-2.128%202.065c-1.174%200-2.127-.925-2.127-2.065S9.835%201%2011.01%201s2.127.924%202.127%202.065M4.254%207.6c0%201.14-.952%202.064-2.127%202.064S0%208.74%200%207.6s.952-2.065%202.127-2.065S4.254%206.46%204.254%207.6m2.683%205.326c-1.537-.32-2.822-1.272-3.542-2.621a3.14%203.14%200%200%201-1.823.22c.876%202.081%202.726%203.59%204.992%204.062a7.6%207.6%200%200%200%201.51.152a2.93%202.93%200%200%201-.624-1.728L7.382%2013c-.144-.023-.295-.045-.445-.075m5.713.01c0%201.14-.952%202.065-2.127%202.065s-2.127-.925-2.127-2.065s.952-2.065%202.127-2.065s2.127.924%202.127%202.065m.842-.759a6.7%206.7%200%200%200%201.355-2.79a6.6%206.6%200%200%200-1.007-5.15a3%203%200%200%201-1.198%201.366a5%205%200%200%201%20.495%203.439a5%205%200%200%201-.66%201.601c.495.388.85.927%201.015%201.534M2.038%204.629l-.076.004C3.291%202.357%205.895%201.017%208.57%201.219a2.9%202.9%200%200%200-.581%201.214a4%204%200%200%200-.061.463a5.26%205.26%200%200%200-4.185%202.175a3.2%203.2%200%200%200-.972-.38a3.3%203.3%200%200%200-.643-.067q-.046%200-.089.005%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/terminal-ubuntu.svg?color=%231a73e8&size=48