termius from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
termius
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the termius logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.812 19.381A6.194 6.194 0 0 0 24 13.193c0-1.7-.723-3.352-1.958-4.515a6.01 6.01 0 0 0-6.005-5.955a6 6 0 0 0-2.731.656a6 6 0 0 0-4.12-1.635a6.01 6.01 0 0 0-6 5.743A6.22 6.22 0 0 0 0 12.917a6.225 6.225 0 0 0 6.706 6.2a6.43 6.43 0 0 0 5.508 3.14a6.4 6.4 0 0 0 5.347-2.881q.126.005.25.005zm-5.598 1.242A4.79 4.79 0 0 1 7.9 17.888l-.267-.562l-.613.108a4.592 4.592 0 0 1-5.387-4.516A4.59 4.59 0 0 1 4.34 8.734l.506-.228l-.026-.555a4.377 4.377 0 0 1 4.367-4.574c1.297 0 2.512.566 3.347 1.56l.47.56l.609-.407a4.35 4.35 0 0 1 2.425-.734a4.38 4.38 0 0 1 4.364 4.632l-.025.416l.322.265a4.61 4.61 0 0 1 1.669 3.524a4.56 4.56 0 0 1-5.14 4.518l-.554-.071l-.267.49a4.76 4.76 0 0 1-4.192 2.493zm3.102-6.533l.016-.007c.212-.091.288-.171.288-.393v-.278c0-.244-.14-.401-.37-.401h-.013l-.046.01a4.5 4.5 0 0 1-1.502.272c-.48 0-.954-.09-1.409-.27l-.013-.005l-.052-.007c-.23 0-.37.157-.37.401v.278c0 .209.078.303.261.382l.02.009l.02.008a3.9 3.9 0 0 0 1.544.32c.525 0 1.071-.107 1.626-.319m-7.081-2.285c0-.224.116-.348.272-.38l1.501-.394l-1.505-.395c-.156-.041-.268-.164-.268-.38v-.473c0-.207.124-.296.266-.296q.07 0 .141.028l2.68.867c.203.068.315.231.315.455v.387c0 .224-.112.388-.316.456l-2.685.868a.4.4 0 0 1-.125.02c-.168 0-.276-.12-.276-.297z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTermius(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.812 19.381A6.194 6.194 0 0 0 24 13.193c0-1.7-.723-3.352-1.958-4.515a6.01 6.01 0 0 0-6.005-5.955a6 6 0 0 0-2.731.656a6 6 0 0 0-4.12-1.635a6.01 6.01 0 0 0-6 5.743A6.22 6.22 0 0 0 0 12.917a6.225 6.225 0 0 0 6.706 6.2a6.43 6.43 0 0 0 5.508 3.14a6.4 6.4 0 0 0 5.347-2.881q.126.005.25.005zm-5.598 1.242A4.79 4.79 0 0 1 7.9 17.888l-.267-.562l-.613.108a4.592 4.592 0 0 1-5.387-4.516A4.59 4.59 0 0 1 4.34 8.734l.506-.228l-.026-.555a4.377 4.377 0 0 1 4.367-4.574c1.297 0 2.512.566 3.347 1.56l.47.56l.609-.407a4.35 4.35 0 0 1 2.425-.734a4.38 4.38 0 0 1 4.364 4.632l-.025.416l.322.265a4.61 4.61 0 0 1 1.669 3.524a4.56 4.56 0 0 1-5.14 4.518l-.554-.071l-.267.49a4.76 4.76 0 0 1-4.192 2.493zm3.102-6.533l.016-.007c.212-.091.288-.171.288-.393v-.278c0-.244-.14-.401-.37-.401h-.013l-.046.01a4.5 4.5 0 0 1-1.502.272c-.48 0-.954-.09-1.409-.27l-.013-.005l-.052-.007c-.23 0-.37.157-.37.401v.278c0 .209.078.303.261.382l.02.009l.02.008a3.9 3.9 0 0 0 1.544.32c.525 0 1.071-.107 1.626-.319m-7.081-2.285c0-.224.116-.348.272-.38l1.501-.394l-1.505-.395c-.156-.041-.268-.164-.268-.38v-.473c0-.207.124-.296.266-.296q.07 0 .141.028l2.68.867c.203.068.315.231.315.455v.387c0 .224-.112.388-.316.456l-2.685.868a.4.4 0 0 1-.125.02c-.168 0-.276-.12-.276-.297z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.812 19.381A6.194 6.194 0 0 0 24 13.193c0-1.7-.723-3.352-1.958-4.515a6.01 6.01 0 0 0-6.005-5.955a6 6 0 0 0-2.731.656a6 6 0 0 0-4.12-1.635a6.01 6.01 0 0 0-6 5.743A6.22 6.22 0 0 0 0 12.917a6.225 6.225 0 0 0 6.706 6.2a6.43 6.43 0 0 0 5.508 3.14a6.4 6.4 0 0 0 5.347-2.881q.126.005.25.005zm-5.598 1.242A4.79 4.79 0 0 1 7.9 17.888l-.267-.562l-.613.108a4.592 4.592 0 0 1-5.387-4.516A4.59 4.59 0 0 1 4.34 8.734l.506-.228l-.026-.555a4.377 4.377 0 0 1 4.367-4.574c1.297 0 2.512.566 3.347 1.56l.47.56l.609-.407a4.35 4.35 0 0 1 2.425-.734a4.38 4.38 0 0 1 4.364 4.632l-.025.416l.322.265a4.61 4.61 0 0 1 1.669 3.524a4.56 4.56 0 0 1-5.14 4.518l-.554-.071l-.267.49a4.76 4.76 0 0 1-4.192 2.493zm3.102-6.533l.016-.007c.212-.091.288-.171.288-.393v-.278c0-.244-.14-.401-.37-.401h-.013l-.046.01a4.5 4.5 0 0 1-1.502.272c-.48 0-.954-.09-1.409-.27l-.013-.005l-.052-.007c-.23 0-.37.157-.37.401v.278c0 .209.078.303.261.382l.02.009l.02.008a3.9 3.9 0 0 0 1.544.32c.525 0 1.071-.107 1.626-.319m-7.081-2.285c0-.224.116-.348.272-.38l1.501-.394l-1.505-.395c-.156-.041-.268-.164-.268-.38v-.473c0-.207.124-.296.266-.296q.07 0 .141.028l2.68.867c.203.068.315.231.315.455v.387c0 .224-.112.388-.316.456l-2.685.868a.4.4 0 0 1-.125.02c-.168 0-.276-.12-.276-.297z"/></svg>
</template>

CSS

.icon-termius {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.812%2019.381A6.194%206.194%200%200%200%2024%2013.193c0-1.7-.723-3.352-1.958-4.515a6.01%206.01%200%200%200-6.005-5.955a6%206%200%200%200-2.731.656a6%206%200%200%200-4.12-1.635a6.01%206.01%200%200%200-6%205.743A6.22%206.22%200%200%200%200%2012.917a6.225%206.225%200%200%200%206.706%206.2a6.43%206.43%200%200%200%205.508%203.14a6.4%206.4%200%200%200%205.347-2.881q.126.005.25.005zm-5.598%201.242A4.79%204.79%200%200%201%207.9%2017.888l-.267-.562l-.613.108a4.592%204.592%200%200%201-5.387-4.516A4.59%204.59%200%200%201%204.34%208.734l.506-.228l-.026-.555a4.377%204.377%200%200%201%204.367-4.574c1.297%200%202.512.566%203.347%201.56l.47.56l.609-.407a4.35%204.35%200%200%201%202.425-.734a4.38%204.38%200%200%201%204.364%204.632l-.025.416l.322.265a4.61%204.61%200%200%201%201.669%203.524a4.56%204.56%200%200%201-5.14%204.518l-.554-.071l-.267.49a4.76%204.76%200%200%201-4.192%202.493zm3.102-6.533l.016-.007c.212-.091.288-.171.288-.393v-.278c0-.244-.14-.401-.37-.401h-.013l-.046.01a4.5%204.5%200%200%201-1.502.272c-.48%200-.954-.09-1.409-.27l-.013-.005l-.052-.007c-.23%200-.37.157-.37.401v.278c0%20.209.078.303.261.382l.02.009l.02.008a3.9%203.9%200%200%200%201.544.32c.525%200%201.071-.107%201.626-.319m-7.081-2.285c0-.224.116-.348.272-.38l1.501-.394l-1.505-.395c-.156-.041-.268-.164-.268-.38v-.473c0-.207.124-.296.266-.296q.07%200%20.141.028l2.68.867c.203.068.315.231.315.455v.387c0%20.224-.112.388-.316.456l-2.685.868a.4.4%200%200%201-.125.02c-.168%200-.276-.12-.276-.297z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.812%2019.381A6.194%206.194%200%200%200%2024%2013.193c0-1.7-.723-3.352-1.958-4.515a6.01%206.01%200%200%200-6.005-5.955a6%206%200%200%200-2.731.656a6%206%200%200%200-4.12-1.635a6.01%206.01%200%200%200-6%205.743A6.22%206.22%200%200%200%200%2012.917a6.225%206.225%200%200%200%206.706%206.2a6.43%206.43%200%200%200%205.508%203.14a6.4%206.4%200%200%200%205.347-2.881q.126.005.25.005zm-5.598%201.242A4.79%204.79%200%200%201%207.9%2017.888l-.267-.562l-.613.108a4.592%204.592%200%200%201-5.387-4.516A4.59%204.59%200%200%201%204.34%208.734l.506-.228l-.026-.555a4.377%204.377%200%200%201%204.367-4.574c1.297%200%202.512.566%203.347%201.56l.47.56l.609-.407a4.35%204.35%200%200%201%202.425-.734a4.38%204.38%200%200%201%204.364%204.632l-.025.416l.322.265a4.61%204.61%200%200%201%201.669%203.524a4.56%204.56%200%200%201-5.14%204.518l-.554-.071l-.267.49a4.76%204.76%200%200%201-4.192%202.493zm3.102-6.533l.016-.007c.212-.091.288-.171.288-.393v-.278c0-.244-.14-.401-.37-.401h-.013l-.046.01a4.5%204.5%200%200%201-1.502.272c-.48%200-.954-.09-1.409-.27l-.013-.005l-.052-.007c-.23%200-.37.157-.37.401v.278c0%20.209.078.303.261.382l.02.009l.02.008a3.9%203.9%200%200%200%201.544.32c.525%200%201.071-.107%201.626-.319m-7.081-2.285c0-.224.116-.348.272-.38l1.501-.394l-1.505-.395c-.156-.041-.268-.164-.268-.38v-.473c0-.207.124-.296.266-.296q.07%200%20.141.028l2.68.867c.203.068.315.231.315.455v.387c0%20.224-.112.388-.316.456l-2.685.868a.4.4%200%200%201-.125.02c-.168%200-.276-.12-.276-.297z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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