tty icon
tty-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- tty-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
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="M19.95 21q-3.125 0-6.187-1.35T8.2 15.8t-3.85-5.55T3 4.05V3h5.9l.925 5.025l-2.85 2.875q.55.975 1.225 1.85t1.45 1.625q.725.725 1.588 1.388T13.1 17l2.9-2.9l5 1.025V21zM6.025 9l1.65-1.65L7.25 5H5.025q.125 1.125.375 2.113T6.025 9m8.95 8.95q1 .425 2.013.675T19 18.95v-2.2l-2.35-.475zm-3.687-6.237Q11 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-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTtyOutlineSharp(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="M19.95 21q-3.125 0-6.187-1.35T8.2 15.8t-3.85-5.55T3 4.05V3h5.9l.925 5.025l-2.85 2.875q.55.975 1.225 1.85t1.45 1.625q.725.725 1.588 1.388T13.1 17l2.9-2.9l5 1.025V21zM6.025 9l1.65-1.65L7.25 5H5.025q.125 1.125.375 2.113T6.025 9m8.95 8.95q1 .425 2.013.675T19 18.95v-2.2l-2.35-.475zm-3.687-6.237Q11 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-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.95 21q-3.125 0-6.187-1.35T8.2 15.8t-3.85-5.55T3 4.05V3h5.9l.925 5.025l-2.85 2.875q.55.975 1.225 1.85t1.45 1.625q.725.725 1.588 1.388T13.1 17l2.9-2.9l5 1.025V21zM6.025 9l1.65-1.65L7.25 5H5.025q.125 1.125.375 2.113T6.025 9m8.95 8.95q1 .425 2.013.675T19 18.95v-2.2l-2.35-.475zm-3.687-6.237Q11 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-.288"/></svg> </template>
CSS
.icon-tty-outline-sharp {
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%22M19.95%2021q-3.125%200-6.187-1.35T8.2%2015.8t-3.85-5.55T3%204.05V3h5.9l.925%205.025l-2.85%202.875q.55.975%201.225%201.85t1.45%201.625q.725.725%201.588%201.388T13.1%2017l2.9-2.9l5%201.025V21zM6.025%209l1.65-1.65L7.25%205H5.025q.125%201.125.375%202.113T6.025%209m8.95%208.95q1%20.425%202.013.675T19%2018.95v-2.2l-2.35-.475zm-3.687-6.237Q11%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-.288%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%22M19.95%2021q-3.125%200-6.187-1.35T8.2%2015.8t-3.85-5.55T3%204.05V3h5.9l.925%205.025l-2.85%202.875q.55.975%201.225%201.85t1.45%201.625q.725.725%201.588%201.388T13.1%2017l2.9-2.9l5%201.025V21zM6.025%209l1.65-1.65L7.25%205H5.025q.125%201.125.375%202.113T6.025%209m8.95%208.95q1%20.425%202.013.675T19%2018.95v-2.2l-2.35-.475zm-3.687-6.237Q11%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-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tty-outline-sharp.svg?color=%231a73e8&size=48