tty icon
tty from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- tty
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- tty-rounded
3 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the tty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 11.713Q11 11.425 11 11t.288-.712T12 10t.713.288T13 11t-.288.713T12 12t-.712-.288m0-6Q11 5.426 11 5t.288-.712T12 4t.713.288T13 5t-.288.713T12 6t-.712-.288m2 3Q13 8.426 13 8t.288-.712T14 7t.713.288T15 8t-.288.713T14 9t-.712-.288m1 3Q14 11.426 14 11t.288-.712T15 10t.713.288T16 11t-.288.713T15 12t-.712-.288m0-6Q14 5.426 14 5t.288-.712T15 4t.713.288T16 5t-.288.713T15 6t-.712-.288m2 3Q16 8.426 16 8t.288-.712T17 7t.713.288T18 8t-.288.713T17 9t-.712-.288m1 3Q17 11.426 17 11t.288-.712T18 10t.713.288T19 11t-.288.713T18 12t-.712-.288m0-6Q17 5.426 17 5t.288-.712T18 4t.713.288T19 5t-.288.713T18 6t-.712-.288m2 3Q19 8.426 19 8t.288-.712T20 7t.713.288T21 8t-.288.713T20 9t-.712-.288m1 3Q20 11.426 20 11t.288-.712T21 10t.713.288T22 11t-.288.713T21 12t-.712-.288m0-6Q20 5.426 20 5t.288-.712T21 4t.713.288T22 5t-.288.713T21 6t-.712-.288M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTty(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="M11.288 11.713Q11 11.425 11 11t.288-.712T12 10t.713.288T13 11t-.288.713T12 12t-.712-.288m0-6Q11 5.426 11 5t.288-.712T12 4t.713.288T13 5t-.288.713T12 6t-.712-.288m2 3Q13 8.426 13 8t.288-.712T14 7t.713.288T15 8t-.288.713T14 9t-.712-.288m1 3Q14 11.426 14 11t.288-.712T15 10t.713.288T16 11t-.288.713T15 12t-.712-.288m0-6Q14 5.426 14 5t.288-.712T15 4t.713.288T16 5t-.288.713T15 6t-.712-.288m2 3Q16 8.426 16 8t.288-.712T17 7t.713.288T18 8t-.288.713T17 9t-.712-.288m1 3Q17 11.426 17 11t.288-.712T18 10t.713.288T19 11t-.288.713T18 12t-.712-.288m0-6Q17 5.426 17 5t.288-.712T18 4t.713.288T19 5t-.288.713T18 6t-.712-.288m2 3Q19 8.426 19 8t.288-.712T20 7t.713.288T21 8t-.288.713T20 9t-.712-.288m1 3Q20 11.426 20 11t.288-.712T21 10t.713.288T22 11t-.288.713T21 12t-.712-.288m0-6Q20 5.426 20 5t.288-.712T21 4t.713.288T22 5t-.288.713T21 6t-.712-.288M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 11.713Q11 11.425 11 11t.288-.712T12 10t.713.288T13 11t-.288.713T12 12t-.712-.288m0-6Q11 5.426 11 5t.288-.712T12 4t.713.288T13 5t-.288.713T12 6t-.712-.288m2 3Q13 8.426 13 8t.288-.712T14 7t.713.288T15 8t-.288.713T14 9t-.712-.288m1 3Q14 11.426 14 11t.288-.712T15 10t.713.288T16 11t-.288.713T15 12t-.712-.288m0-6Q14 5.426 14 5t.288-.712T15 4t.713.288T16 5t-.288.713T15 6t-.712-.288m2 3Q16 8.426 16 8t.288-.712T17 7t.713.288T18 8t-.288.713T17 9t-.712-.288m1 3Q17 11.426 17 11t.288-.712T18 10t.713.288T19 11t-.288.713T18 12t-.712-.288m0-6Q17 5.426 17 5t.288-.712T18 4t.713.288T19 5t-.288.713T18 6t-.712-.288m2 3Q19 8.426 19 8t.288-.712T20 7t.713.288T21 8t-.288.713T20 9t-.712-.288m1 3Q20 11.426 20 11t.288-.712T21 10t.713.288T22 11t-.288.713T21 12t-.712-.288m0-6Q20 5.426 20 5t.288-.712T21 4t.713.288T22 5t-.288.713T21 6t-.712-.288M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3"/></svg> </template>
CSS
.icon-tty {
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%22M11.288%2011.713Q11%2011.425%2011%2011t.288-.712T12%2010t.713.288T13%2011t-.288.713T12%2012t-.712-.288m0-6Q11%205.426%2011%205t.288-.712T12%204t.713.288T13%205t-.288.713T12%206t-.712-.288m2%203Q13%208.426%2013%208t.288-.712T14%207t.713.288T15%208t-.288.713T14%209t-.712-.288m1%203Q14%2011.426%2014%2011t.288-.712T15%2010t.713.288T16%2011t-.288.713T15%2012t-.712-.288m0-6Q14%205.426%2014%205t.288-.712T15%204t.713.288T16%205t-.288.713T15%206t-.712-.288m2%203Q16%208.426%2016%208t.288-.712T17%207t.713.288T18%208t-.288.713T17%209t-.712-.288m1%203Q17%2011.426%2017%2011t.288-.712T18%2010t.713.288T19%2011t-.288.713T18%2012t-.712-.288m0-6Q17%205.426%2017%205t.288-.712T18%204t.713.288T19%205t-.288.713T18%206t-.712-.288m2%203Q19%208.426%2019%208t.288-.712T20%207t.713.288T21%208t-.288.713T20%209t-.712-.288m1%203Q20%2011.426%2020%2011t.288-.712T21%2010t.713.288T22%2011t-.288.713T21%2012t-.712-.288m0-6Q20%205.426%2020%205t.288-.712T21%204t.713.288T22%205t-.288.713T21%206t-.712-.288M19.95%2021q-3.125%200-6.175-1.362t-5.55-3.863t-3.862-5.55T3%204.05q0-.45.3-.75t.75-.3H8.1q.35%200%20.625.238t.325.562l.65%203.5q.05.4-.025.675T9.4%208.45L6.975%2010.9q.5.925%201.187%201.787t1.513%201.663q.775.775%201.625%201.438T13.1%2017l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21%2015.9v4.05q0%20.45-.3.75t-.75.3%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%22M11.288%2011.713Q11%2011.425%2011%2011t.288-.712T12%2010t.713.288T13%2011t-.288.713T12%2012t-.712-.288m0-6Q11%205.426%2011%205t.288-.712T12%204t.713.288T13%205t-.288.713T12%206t-.712-.288m2%203Q13%208.426%2013%208t.288-.712T14%207t.713.288T15%208t-.288.713T14%209t-.712-.288m1%203Q14%2011.426%2014%2011t.288-.712T15%2010t.713.288T16%2011t-.288.713T15%2012t-.712-.288m0-6Q14%205.426%2014%205t.288-.712T15%204t.713.288T16%205t-.288.713T15%206t-.712-.288m2%203Q16%208.426%2016%208t.288-.712T17%207t.713.288T18%208t-.288.713T17%209t-.712-.288m1%203Q17%2011.426%2017%2011t.288-.712T18%2010t.713.288T19%2011t-.288.713T18%2012t-.712-.288m0-6Q17%205.426%2017%205t.288-.712T18%204t.713.288T19%205t-.288.713T18%206t-.712-.288m2%203Q19%208.426%2019%208t.288-.712T20%207t.713.288T21%208t-.288.713T20%209t-.712-.288m1%203Q20%2011.426%2020%2011t.288-.712T21%2010t.713.288T22%2011t-.288.713T21%2012t-.712-.288m0-6Q20%205.426%2020%205t.288-.712T21%204t.713.288T22%205t-.288.713T21%206t-.712-.288M19.95%2021q-3.125%200-6.175-1.362t-5.55-3.863t-3.862-5.55T3%204.05q0-.45.3-.75t.75-.3H8.1q.35%200%20.625.238t.325.562l.65%203.5q.05.4-.025.675T9.4%208.45L6.975%2010.9q.5.925%201.187%201.787t1.513%201.663q.775.775%201.625%201.438T13.1%2017l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21%2015.9v4.05q0%20.45-.3.75t-.75.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tty.svg?color=%231a73e8&size=48