file tsx icon

file-tsx-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
file-tsx-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the file tsx icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M214.51 156.65L197.83 180l16.68 23.35a8 8 0 0 1-13 9.3L188 193.76l-13.49 18.89a8 8 0 1 1-13-9.3L178.17 180l-16.68-23.35a8 8 0 0 1 13-9.3L188 166.24l13.49-18.89a8 8 0 0 1 13 9.3Zm-90.91 14.66c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.11-1.9a4.54 4.54 0 0 1 2-3.67c4.6-3.12 15.34-1.73 19.83-.56a8 8 0 0 0 4.13-15.48c-2.12-.55-21-5.22-32.84 2.76a20.58 20.58 0 0 0-9 14.94c-2 15.89 13.65 20.42 23 23.12c12.06 3.49 13.12 4.92 12.78 7.59c-.31 2.41-1.26 3.33-2.14 3.93c-4.6 3.06-15.17 1.56-19.55.35A8 8 0 1 0 106 214a60.4 60.4 0 0 0 15.18 2c5.82 0 12.3-1 17.49-4.46a20.82 20.82 0 0 0 9.19-15.23c2.14-17.31-14.37-22.14-24.26-25M80 144H40a8 8 0 0 0 0 16h12v48a8 8 0 0 0 16 0v-48h12a8 8 0 0 0 0-16m136-56v24a8 8 0 0 1-16 0V96h-48a8 8 0 0 1-8-8V40H56v72a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-27.31-8L160 51.31V80Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhFileTsxDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M214.51 156.65L197.83 180l16.68 23.35a8 8 0 0 1-13 9.3L188 193.76l-13.49 18.89a8 8 0 1 1-13-9.3L178.17 180l-16.68-23.35a8 8 0 0 1 13-9.3L188 166.24l13.49-18.89a8 8 0 0 1 13 9.3Zm-90.91 14.66c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.11-1.9a4.54 4.54 0 0 1 2-3.67c4.6-3.12 15.34-1.73 19.83-.56a8 8 0 0 0 4.13-15.48c-2.12-.55-21-5.22-32.84 2.76a20.58 20.58 0 0 0-9 14.94c-2 15.89 13.65 20.42 23 23.12c12.06 3.49 13.12 4.92 12.78 7.59c-.31 2.41-1.26 3.33-2.14 3.93c-4.6 3.06-15.17 1.56-19.55.35A8 8 0 1 0 106 214a60.4 60.4 0 0 0 15.18 2c5.82 0 12.3-1 17.49-4.46a20.82 20.82 0 0 0 9.19-15.23c2.14-17.31-14.37-22.14-24.26-25M80 144H40a8 8 0 0 0 0 16h12v48a8 8 0 0 0 16 0v-48h12a8 8 0 0 0 0-16m136-56v24a8 8 0 0 1-16 0V96h-48a8 8 0 0 1-8-8V40H56v72a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-27.31-8L160 51.31V80Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M214.51 156.65L197.83 180l16.68 23.35a8 8 0 0 1-13 9.3L188 193.76l-13.49 18.89a8 8 0 1 1-13-9.3L178.17 180l-16.68-23.35a8 8 0 0 1 13-9.3L188 166.24l13.49-18.89a8 8 0 0 1 13 9.3Zm-90.91 14.66c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.11-1.9a4.54 4.54 0 0 1 2-3.67c4.6-3.12 15.34-1.73 19.83-.56a8 8 0 0 0 4.13-15.48c-2.12-.55-21-5.22-32.84 2.76a20.58 20.58 0 0 0-9 14.94c-2 15.89 13.65 20.42 23 23.12c12.06 3.49 13.12 4.92 12.78 7.59c-.31 2.41-1.26 3.33-2.14 3.93c-4.6 3.06-15.17 1.56-19.55.35A8 8 0 1 0 106 214a60.4 60.4 0 0 0 15.18 2c5.82 0 12.3-1 17.49-4.46a20.82 20.82 0 0 0 9.19-15.23c2.14-17.31-14.37-22.14-24.26-25M80 144H40a8 8 0 0 0 0 16h12v48a8 8 0 0 0 16 0v-48h12a8 8 0 0 0 0-16m136-56v24a8 8 0 0 1-16 0V96h-48a8 8 0 0 1-8-8V40H56v72a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-27.31-8L160 51.31V80Z"/></g></svg>
</template>

CSS

.icon-file-tsx-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2088h-56V32Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M214.51%20156.65L197.83%20180l16.68%2023.35a8%208%200%200%201-13%209.3L188%20193.76l-13.49%2018.89a8%208%200%201%201-13-9.3L178.17%20180l-16.68-23.35a8%208%200%200%201%2013-9.3L188%20166.24l13.49-18.89a8%208%200%200%201%2013%209.3Zm-90.91%2014.66c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.11-1.9a4.54%204.54%200%200%201%202-3.67c4.6-3.12%2015.34-1.73%2019.83-.56a8%208%200%200%200%204.13-15.48c-2.12-.55-21-5.22-32.84%202.76a20.58%2020.58%200%200%200-9%2014.94c-2%2015.89%2013.65%2020.42%2023%2023.12c12.06%203.49%2013.12%204.92%2012.78%207.59c-.31%202.41-1.26%203.33-2.14%203.93c-4.6%203.06-15.17%201.56-19.55.35A8%208%200%201%200%20106%20214a60.4%2060.4%200%200%200%2015.18%202c5.82%200%2012.3-1%2017.49-4.46a20.82%2020.82%200%200%200%209.19-15.23c2.14-17.31-14.37-22.14-24.26-25M80%20144H40a8%208%200%200%200%200%2016h12v48a8%208%200%200%200%2016%200v-48h12a8%208%200%200%200%200-16m136-56v24a8%208%200%200%201-16%200V96h-48a8%208%200%200%201-8-8V40H56v72a8%208%200%200%201-16%200V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088m-27.31-8L160%2051.31V80Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2088h-56V32Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M214.51%20156.65L197.83%20180l16.68%2023.35a8%208%200%200%201-13%209.3L188%20193.76l-13.49%2018.89a8%208%200%201%201-13-9.3L178.17%20180l-16.68-23.35a8%208%200%200%201%2013-9.3L188%20166.24l13.49-18.89a8%208%200%200%201%2013%209.3Zm-90.91%2014.66c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.11-1.9a4.54%204.54%200%200%201%202-3.67c4.6-3.12%2015.34-1.73%2019.83-.56a8%208%200%200%200%204.13-15.48c-2.12-.55-21-5.22-32.84%202.76a20.58%2020.58%200%200%200-9%2014.94c-2%2015.89%2013.65%2020.42%2023%2023.12c12.06%203.49%2013.12%204.92%2012.78%207.59c-.31%202.41-1.26%203.33-2.14%203.93c-4.6%203.06-15.17%201.56-19.55.35A8%208%200%201%200%20106%20214a60.4%2060.4%200%200%200%2015.18%202c5.82%200%2012.3-1%2017.49-4.46a20.82%2020.82%200%200%200%209.19-15.23c2.14-17.31-14.37-22.14-24.26-25M80%20144H40a8%208%200%200%200%200%2016h12v48a8%208%200%200%200%2016%200v-48h12a8%208%200%200%200%200-16m136-56v24a8%208%200%200%201-16%200V96h-48a8%208%200%200%201-8-8V40H56v72a8%208%200%200%201-16%200V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088m-27.31-8L160%2051.31V80Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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