rtt from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
rtt
Set
Material Symbols
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
rtt-outline, rtt-outline-sharp, rtt-sharp

1 other variant in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the rtt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.125 21l.4-2.55h2.325l2.05-12.9h-2.5l-.725 4.5h-2.65L9.15 3h12.975L21 10.05h-2.65l.7-4.5h-2.5l-2.05 12.9h2.325l-.4 2.55zM3.75 7l.325-2h3.75L7.5 7zm-.625 4l.325-2H7.2l-.325 2zm-1.25 8l.3-2h6.25l-.3 2zm.625-4l.325-2h6.25l-.325 2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRtt(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="m9.125 21l.4-2.55h2.325l2.05-12.9h-2.5l-.725 4.5h-2.65L9.15 3h12.975L21 10.05h-2.65l.7-4.5h-2.5l-2.05 12.9h2.325l-.4 2.55zM3.75 7l.325-2h3.75L7.5 7zm-.625 4l.325-2H7.2l-.325 2zm-1.25 8l.3-2h6.25l-.3 2zm.625-4l.325-2h6.25l-.325 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.125 21l.4-2.55h2.325l2.05-12.9h-2.5l-.725 4.5h-2.65L9.15 3h12.975L21 10.05h-2.65l.7-4.5h-2.5l-2.05 12.9h2.325l-.4 2.55zM3.75 7l.325-2h3.75L7.5 7zm-.625 4l.325-2H7.2l-.325 2zm-1.25 8l.3-2h6.25l-.3 2zm.625-4l.325-2h6.25l-.325 2z"/></svg>
</template>

CSS

.icon-rtt {
  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%22m9.125%2021l.4-2.55h2.325l2.05-12.9h-2.5l-.725%204.5h-2.65L9.15%203h12.975L21%2010.05h-2.65l.7-4.5h-2.5l-2.05%2012.9h2.325l-.4%202.55zM3.75%207l.325-2h3.75L7.5%207zm-.625%204l.325-2H7.2l-.325%202zm-1.25%208l.3-2h6.25l-.3%202zm.625-4l.325-2h6.25l-.325%202z%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%22m9.125%2021l.4-2.55h2.325l2.05-12.9h-2.5l-.725%204.5h-2.65L9.15%203h12.975L21%2010.05h-2.65l.7-4.5h-2.5l-2.05%2012.9h2.325l-.4%202.55zM3.75%207l.325-2h3.75L7.5%207zm-.625%204l.325-2H7.2l-.325%202zm-1.25%208l.3-2h6.25l-.3%202zm.625-4l.325-2h6.25l-.325%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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