twotone tty icon
twotone-tty from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-tty
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the twotone tty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.13 5c.17 1.37.53 2.71 1.05 3.99l1.65-1.65L6.36 5zm11.53 11.17l-1.65 1.65c1.28.52 2.63.87 3.99 1.05v-2.23z" opacity=".3"/><path fill="currentColor" d="m19.2 14.84l-3.67-.73a.99.99 0 0 0-.9.27L12.1 16.9c-2.5-1.43-4.57-3.5-6-6l2.52-2.52c.24-.24.34-.58.28-.9L8.16 3.8c-.09-.46-.5-.8-.98-.8H3.03c-.56 0-1.03.47-1 1.03c.17 2.89 1.02 5.6 2.4 7.97c1.58 2.73 3.85 4.99 6.57 6.57c2.37 1.37 5.08 2.23 7.97 2.4c.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98M4.13 5h2.23l.47 2.34l-1.65 1.65A15.8 15.8 0 0 1 4.13 5M18 18.87a15.8 15.8 0 0 1-3.99-1.05l1.65-1.65l2.34.47zM14 4h2v2h-2zm-1 3h2v2h-2zm-2-3h2v2h-2zm7 5h-2V7h2zm1-3h-2V4h2zm2 3h-2V7h2zm1-3h-2V4h2zm-8 4h2v2h-2zm-3 0h2v2h-2zm8 2h-2v-2h2zm3 0h-2v-2h2z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneTty(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="M4.13 5c.17 1.37.53 2.71 1.05 3.99l1.65-1.65L6.36 5zm11.53 11.17l-1.65 1.65c1.28.52 2.63.87 3.99 1.05v-2.23z" opacity=".3"/><path fill="currentColor" d="m19.2 14.84l-3.67-.73a.99.99 0 0 0-.9.27L12.1 16.9c-2.5-1.43-4.57-3.5-6-6l2.52-2.52c.24-.24.34-.58.28-.9L8.16 3.8c-.09-.46-.5-.8-.98-.8H3.03c-.56 0-1.03.47-1 1.03c.17 2.89 1.02 5.6 2.4 7.97c1.58 2.73 3.85 4.99 6.57 6.57c2.37 1.37 5.08 2.23 7.97 2.4c.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98M4.13 5h2.23l.47 2.34l-1.65 1.65A15.8 15.8 0 0 1 4.13 5M18 18.87a15.8 15.8 0 0 1-3.99-1.05l1.65-1.65l2.34.47zM14 4h2v2h-2zm-1 3h2v2h-2zm-2-3h2v2h-2zm7 5h-2V7h2zm1-3h-2V4h2zm2 3h-2V7h2zm1-3h-2V4h2zm-8 4h2v2h-2zm-3 0h2v2h-2zm8 2h-2v-2h2zm3 0h-2v-2h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.13 5c.17 1.37.53 2.71 1.05 3.99l1.65-1.65L6.36 5zm11.53 11.17l-1.65 1.65c1.28.52 2.63.87 3.99 1.05v-2.23z" opacity=".3"/><path fill="currentColor" d="m19.2 14.84l-3.67-.73a.99.99 0 0 0-.9.27L12.1 16.9c-2.5-1.43-4.57-3.5-6-6l2.52-2.52c.24-.24.34-.58.28-.9L8.16 3.8c-.09-.46-.5-.8-.98-.8H3.03c-.56 0-1.03.47-1 1.03c.17 2.89 1.02 5.6 2.4 7.97c1.58 2.73 3.85 4.99 6.57 6.57c2.37 1.37 5.08 2.23 7.97 2.4c.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98M4.13 5h2.23l.47 2.34l-1.65 1.65A15.8 15.8 0 0 1 4.13 5M18 18.87a15.8 15.8 0 0 1-3.99-1.05l1.65-1.65l2.34.47zM14 4h2v2h-2zm-1 3h2v2h-2zm-2-3h2v2h-2zm7 5h-2V7h2zm1-3h-2V4h2zm2 3h-2V7h2zm1-3h-2V4h2zm-8 4h2v2h-2zm-3 0h2v2h-2zm8 2h-2v-2h2zm3 0h-2v-2h2z"/></svg> </template>
CSS
.icon-twotone-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%22M4.13%205c.17%201.37.53%202.71%201.05%203.99l1.65-1.65L6.36%205zm11.53%2011.17l-1.65%201.65c1.28.52%202.63.87%203.99%201.05v-2.23z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.2%2014.84l-3.67-.73a.99.99%200%200%200-.9.27L12.1%2016.9c-2.5-1.43-4.57-3.5-6-6l2.52-2.52c.24-.24.34-.58.28-.9L8.16%203.8c-.09-.46-.5-.8-.98-.8H3.03c-.56%200-1.03.47-1%201.03c.17%202.89%201.02%205.6%202.4%207.97c1.58%202.73%203.85%204.99%206.57%206.57c2.37%201.37%205.08%202.23%207.97%202.4c.56.03%201.03-.44%201.03-1v-4.15c0-.48-.34-.89-.8-.98M4.13%205h2.23l.47%202.34l-1.65%201.65A15.8%2015.8%200%200%201%204.13%205M18%2018.87a15.8%2015.8%200%200%201-3.99-1.05l1.65-1.65l2.34.47zM14%204h2v2h-2zm-1%203h2v2h-2zm-2-3h2v2h-2zm7%205h-2V7h2zm1-3h-2V4h2zm2%203h-2V7h2zm1-3h-2V4h2zm-8%204h2v2h-2zm-3%200h2v2h-2zm8%202h-2v-2h2zm3%200h-2v-2h2z%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%22M4.13%205c.17%201.37.53%202.71%201.05%203.99l1.65-1.65L6.36%205zm11.53%2011.17l-1.65%201.65c1.28.52%202.63.87%203.99%201.05v-2.23z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.2%2014.84l-3.67-.73a.99.99%200%200%200-.9.27L12.1%2016.9c-2.5-1.43-4.57-3.5-6-6l2.52-2.52c.24-.24.34-.58.28-.9L8.16%203.8c-.09-.46-.5-.8-.98-.8H3.03c-.56%200-1.03.47-1%201.03c.17%202.89%201.02%205.6%202.4%207.97c1.58%202.73%203.85%204.99%206.57%206.57c2.37%201.37%205.08%202.23%207.97%202.4c.56.03%201.03-.44%201.03-1v-4.15c0-.48-.34-.89-.8-.98M4.13%205h2.23l.47%202.34l-1.65%201.65A15.8%2015.8%200%200%201%204.13%205M18%2018.87a15.8%2015.8%200%200%201-3.99-1.05l1.65-1.65l2.34.47zM14%204h2v2h-2zm-1%203h2v2h-2zm-2-3h2v2h-2zm7%205h-2V7h2zm1-3h-2V4h2zm2%203h-2V7h2zm1-3h-2V4h2zm-8%204h2v2h-2zm-3%200h2v2h-2zm8%202h-2v-2h2zm3%200h-2v-2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-tty.svg?color=%231a73e8&size=48