file txt icon

file-txt-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
file-txt-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the file txt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.31 156.92L137.83 180l16.53 23.14a8.18 8.18 0 0 1-1.22 11a8 8 0 0 1-11.65-1.48L128 193.76l-13.49 18.89a8 8 0 0 1-11.64 1.49a8.17 8.17 0 0 1-1.23-11L118.17 180l-16.48-23.08a8.22 8.22 0 0 1 1.46-11.28a8 8 0 0 1 11.36 1.71L128 166.24l13.49-18.89a8 8 0 0 1 11.36-1.71a8.22 8.22 0 0 1 1.46 11.28M84 144H44.27a8.18 8.18 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h12v47.73a8.17 8.17 0 0 0 7.47 8.27a8 8 0 0 0 8.53-8v-48h11.73a8.18 8.18 0 0 0 8.27-7.47a8 8 0 0 0-8-8.53m128 0h-39.73a8.18 8.18 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h12v47.73a8.17 8.17 0 0 0 7.47 8.25a8 8 0 0 0 8.53-8V160h11.73a8.18 8.18 0 0 0 8.25-7.47a8 8 0 0 0-8-8.53M40 116V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88v28a4 4 0 0 1-4 4H44a4 4 0 0 1-4-4m112-28h44l-44-44Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileTxtFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.31 156.92L137.83 180l16.53 23.14a8.18 8.18 0 0 1-1.22 11a8 8 0 0 1-11.65-1.48L128 193.76l-13.49 18.89a8 8 0 0 1-11.64 1.49a8.17 8.17 0 0 1-1.23-11L118.17 180l-16.48-23.08a8.22 8.22 0 0 1 1.46-11.28a8 8 0 0 1 11.36 1.71L128 166.24l13.49-18.89a8 8 0 0 1 11.36-1.71a8.22 8.22 0 0 1 1.46 11.28M84 144H44.27a8.18 8.18 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h12v47.73a8.17 8.17 0 0 0 7.47 8.27a8 8 0 0 0 8.53-8v-48h11.73a8.18 8.18 0 0 0 8.27-7.47a8 8 0 0 0-8-8.53m128 0h-39.73a8.18 8.18 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h12v47.73a8.17 8.17 0 0 0 7.47 8.25a8 8 0 0 0 8.53-8V160h11.73a8.18 8.18 0 0 0 8.25-7.47a8 8 0 0 0-8-8.53M40 116V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88v28a4 4 0 0 1-4 4H44a4 4 0 0 1-4-4m112-28h44l-44-44Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.31 156.92L137.83 180l16.53 23.14a8.18 8.18 0 0 1-1.22 11a8 8 0 0 1-11.65-1.48L128 193.76l-13.49 18.89a8 8 0 0 1-11.64 1.49a8.17 8.17 0 0 1-1.23-11L118.17 180l-16.48-23.08a8.22 8.22 0 0 1 1.46-11.28a8 8 0 0 1 11.36 1.71L128 166.24l13.49-18.89a8 8 0 0 1 11.36-1.71a8.22 8.22 0 0 1 1.46 11.28M84 144H44.27a8.18 8.18 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h12v47.73a8.17 8.17 0 0 0 7.47 8.27a8 8 0 0 0 8.53-8v-48h11.73a8.18 8.18 0 0 0 8.27-7.47a8 8 0 0 0-8-8.53m128 0h-39.73a8.18 8.18 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h12v47.73a8.17 8.17 0 0 0 7.47 8.25a8 8 0 0 0 8.53-8V160h11.73a8.18 8.18 0 0 0 8.25-7.47a8 8 0 0 0-8-8.53M40 116V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88v28a4 4 0 0 1-4 4H44a4 4 0 0 1-4-4m112-28h44l-44-44Z"/></svg>
</template>

CSS

.icon-file-txt-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M154.31%20156.92L137.83%20180l16.53%2023.14a8.18%208.18%200%200%201-1.22%2011a8%208%200%200%201-11.65-1.48L128%20193.76l-13.49%2018.89a8%208%200%200%201-11.64%201.49a8.17%208.17%200%200%201-1.23-11L118.17%20180l-16.48-23.08a8.22%208.22%200%200%201%201.46-11.28a8%208%200%200%201%2011.36%201.71L128%20166.24l13.49-18.89a8%208%200%200%201%2011.36-1.71a8.22%208.22%200%200%201%201.46%2011.28M84%20144H44.27a8.18%208.18%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h12v47.73a8.17%208.17%200%200%200%207.47%208.27a8%208%200%200%200%208.53-8v-48h11.73a8.18%208.18%200%200%200%208.27-7.47a8%208%200%200%200-8-8.53m128%200h-39.73a8.18%208.18%200%200%200-8.25%207.47a8%208%200%200%200%208%208.53h12v47.73a8.17%208.17%200%200%200%207.47%208.25a8%208%200%200%200%208.53-8V160h11.73a8.18%208.18%200%200%200%208.25-7.47a8%208%200%200%200-8-8.53M40%20116V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088v28a4%204%200%200%201-4%204H44a4%204%200%200%201-4-4m112-28h44l-44-44Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M154.31%20156.92L137.83%20180l16.53%2023.14a8.18%208.18%200%200%201-1.22%2011a8%208%200%200%201-11.65-1.48L128%20193.76l-13.49%2018.89a8%208%200%200%201-11.64%201.49a8.17%208.17%200%200%201-1.23-11L118.17%20180l-16.48-23.08a8.22%208.22%200%200%201%201.46-11.28a8%208%200%200%201%2011.36%201.71L128%20166.24l13.49-18.89a8%208%200%200%201%2011.36-1.71a8.22%208.22%200%200%201%201.46%2011.28M84%20144H44.27a8.18%208.18%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h12v47.73a8.17%208.17%200%200%200%207.47%208.27a8%208%200%200%200%208.53-8v-48h11.73a8.18%208.18%200%200%200%208.27-7.47a8%208%200%200%200-8-8.53m128%200h-39.73a8.18%208.18%200%200%200-8.25%207.47a8%208%200%200%200%208%208.53h12v47.73a8.17%208.17%200%200%200%207.47%208.25a8%208%200%200%200%208.53-8V160h11.73a8.18%208.18%200%200%200%208.25-7.47a8%208%200%200%200-8-8.53M40%20116V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088v28a4%204%200%200%201-4%204H44a4%204%200%200%201-4-4m112-28h44l-44-44Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-txt-fill.svg?color=%231a73e8&size=48