touch-text-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
touch-text-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

Use the touch text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 7h10v2H7zm5.69 8.81h.51V15H7v2h3.38l.33-.35c.47-.52 1.21-.84 1.98-.84M9 19H5V5h14v8.56l2 .89V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6.33zm-2-6h6.2v-1.27c0-.23.05-.49.11-.73H7zm8.2 6.07l-2.35-1.26h-.16c-.19 0-.4.08-.54.23l-.54.57l3.59 3.08c.19.2.46.31.73.31h4.77c.6 0 1.08-.5 1.1-1.1v-3.2c0-.42-.23-.81-.62-.99l-3.63-1.6l-.88-.11v-3.27a.736.736 0 0 0-1.47 0z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTouchTextOutline(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="M7 7h10v2H7zm5.69 8.81h.51V15H7v2h3.38l.33-.35c.47-.52 1.21-.84 1.98-.84M9 19H5V5h14v8.56l2 .89V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6.33zm-2-6h6.2v-1.27c0-.23.05-.49.11-.73H7zm8.2 6.07l-2.35-1.26h-.16c-.19 0-.4.08-.54.23l-.54.57l3.59 3.08c.19.2.46.31.73.31h4.77c.6 0 1.08-.5 1.1-1.1v-3.2c0-.42-.23-.81-.62-.99l-3.63-1.6l-.88-.11v-3.27a.736.736 0 0 0-1.47 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 7h10v2H7zm5.69 8.81h.51V15H7v2h3.38l.33-.35c.47-.52 1.21-.84 1.98-.84M9 19H5V5h14v8.56l2 .89V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6.33zm-2-6h6.2v-1.27c0-.23.05-.49.11-.73H7zm8.2 6.07l-2.35-1.26h-.16c-.19 0-.4.08-.54.23l-.54.57l3.59 3.08c.19.2.46.31.73.31h4.77c.6 0 1.08-.5 1.1-1.1v-3.2c0-.42-.23-.81-.62-.99l-3.63-1.6l-.88-.11v-3.27a.736.736 0 0 0-1.47 0z"/></svg>
</template>

CSS

.icon-touch-text-outline {
  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%22M7%207h10v2H7zm5.69%208.81h.51V15H7v2h3.38l.33-.35c.47-.52%201.21-.84%201.98-.84M9%2019H5V5h14v8.56l2%20.89V5c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h6.33zm-2-6h6.2v-1.27c0-.23.05-.49.11-.73H7zm8.2%206.07l-2.35-1.26h-.16c-.19%200-.4.08-.54.23l-.54.57l3.59%203.08c.19.2.46.31.73.31h4.77c.6%200%201.08-.5%201.1-1.1v-3.2c0-.42-.23-.81-.62-.99l-3.63-1.6l-.88-.11v-3.27a.736.736%200%200%200-1.47%200z%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%22M7%207h10v2H7zm5.69%208.81h.51V15H7v2h3.38l.33-.35c.47-.52%201.21-.84%201.98-.84M9%2019H5V5h14v8.56l2%20.89V5c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h6.33zm-2-6h6.2v-1.27c0-.23.05-.49.11-.73H7zm8.2%206.07l-2.35-1.26h-.16c-.19%200-.4.08-.54.23l-.54.57l3.59%203.08c.19.2.46.31.73.31h4.77c.6%200%201.08-.5%201.1-1.1v-3.2c0-.42-.23-.81-.62-.99l-3.63-1.6l-.88-.11v-3.27a.736.736%200%200%200-1.47%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/touch-text-outline.svg?color=%231a73e8&size=48