file tsx icon

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

Name
file-tsx-thin
Set
Phosphor
Style
Thin
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"><path fill="currentColor" d="M211.25 154.33L192.92 180l18.33 25.67a4 4 0 0 1-.93 5.58a3.9 3.9 0 0 1-2.32.75a4 4 0 0 1-3.26-1.67L188 186.88l-16.75 23.45a4 4 0 0 1-6.51-4.66L183.08 180l-18.34-25.67a4 4 0 0 1 6.51-4.66L188 173.12l16.74-23.45a4 4 0 0 1 6.51 4.66m-88.76 20.82c-10.53-3-15.08-4.91-14.42-10.08a8.51 8.51 0 0 1 3.75-6.49c6.25-4.23 18.77-2.24 23.06-1.11a4 4 0 0 0 2.05-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.12-.54-14.54.75-19.1 3.82a16.66 16.66 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.26 3.25 16.47 5.49 15.64 11.94a8.94 8.94 0 0 1-3.91 6.75c-6.27 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a58 58 0 0 0 14.17 1.89c5.18 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67M80 148H40a4 4 0 0 0 0 8h16v52a4 4 0 0 0 8 0v-52h16a4 4 0 0 0 0-8m132-60v24a4 4 0 0 1-8 0V92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88m-13.66-4L156 41.65V84Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileTsxThin(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="M211.25 154.33L192.92 180l18.33 25.67a4 4 0 0 1-.93 5.58a3.9 3.9 0 0 1-2.32.75a4 4 0 0 1-3.26-1.67L188 186.88l-16.75 23.45a4 4 0 0 1-6.51-4.66L183.08 180l-18.34-25.67a4 4 0 0 1 6.51-4.66L188 173.12l16.74-23.45a4 4 0 0 1 6.51 4.66m-88.76 20.82c-10.53-3-15.08-4.91-14.42-10.08a8.51 8.51 0 0 1 3.75-6.49c6.25-4.23 18.77-2.24 23.06-1.11a4 4 0 0 0 2.05-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.12-.54-14.54.75-19.1 3.82a16.66 16.66 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.26 3.25 16.47 5.49 15.64 11.94a8.94 8.94 0 0 1-3.91 6.75c-6.27 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a58 58 0 0 0 14.17 1.89c5.18 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67M80 148H40a4 4 0 0 0 0 8h16v52a4 4 0 0 0 8 0v-52h16a4 4 0 0 0 0-8m132-60v24a4 4 0 0 1-8 0V92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88m-13.66-4L156 41.65V84Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.25 154.33L192.92 180l18.33 25.67a4 4 0 0 1-.93 5.58a3.9 3.9 0 0 1-2.32.75a4 4 0 0 1-3.26-1.67L188 186.88l-16.75 23.45a4 4 0 0 1-6.51-4.66L183.08 180l-18.34-25.67a4 4 0 0 1 6.51-4.66L188 173.12l16.74-23.45a4 4 0 0 1 6.51 4.66m-88.76 20.82c-10.53-3-15.08-4.91-14.42-10.08a8.51 8.51 0 0 1 3.75-6.49c6.25-4.23 18.77-2.24 23.06-1.11a4 4 0 0 0 2.05-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.12-.54-14.54.75-19.1 3.82a16.66 16.66 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.26 3.25 16.47 5.49 15.64 11.94a8.94 8.94 0 0 1-3.91 6.75c-6.27 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a58 58 0 0 0 14.17 1.89c5.18 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67M80 148H40a4 4 0 0 0 0 8h16v52a4 4 0 0 0 8 0v-52h16a4 4 0 0 0 0-8m132-60v24a4 4 0 0 1-8 0V92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88m-13.66-4L156 41.65V84Z"/></svg>
</template>

CSS

.icon-file-tsx-thin {
  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%22M211.25%20154.33L192.92%20180l18.33%2025.67a4%204%200%200%201-.93%205.58a3.9%203.9%200%200%201-2.32.75a4%204%200%200%201-3.26-1.67L188%20186.88l-16.75%2023.45a4%204%200%200%201-6.51-4.66L183.08%20180l-18.34-25.67a4%204%200%200%201%206.51-4.66L188%20173.12l16.74-23.45a4%204%200%200%201%206.51%204.66m-88.76%2020.82c-10.53-3-15.08-4.91-14.42-10.08a8.51%208.51%200%200%201%203.75-6.49c6.25-4.23%2018.77-2.24%2023.06-1.11a4%204%200%200%200%202.05-7.74a61.3%2061.3%200%200%200-10.48-1.61c-8.12-.54-14.54.75-19.1%203.82a16.66%2016.66%200%200%200-7.22%2012.13c-1.58%2012.49%2010.46%2016%2020.14%2018.77c11.26%203.25%2016.47%205.49%2015.64%2011.94a8.94%208.94%200%200%201-3.91%206.75c-6.27%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a58%2058%200%200%200%2014.17%201.89c5.18%200%2010.83-.86%2015.22-3.77a17%2017%200%200%200%207.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67M80%20148H40a4%204%200%200%200%200%208h16v52a4%204%200%200%200%208%200v-52h16a4%204%200%200%200%200-8m132-60v24a4%204%200%200%201-8%200V92h-52a4%204%200%200%201-4-4V36H56a4%204%200%200%200-4%204v72a4%204%200%200%201-8%200V40a12%2012%200%200%201%2012-12h96a4%204%200%200%201%202.83%201.17l56%2056A4%204%200%200%201%20212%2088m-13.66-4L156%2041.65V84Z%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%22M211.25%20154.33L192.92%20180l18.33%2025.67a4%204%200%200%201-.93%205.58a3.9%203.9%200%200%201-2.32.75a4%204%200%200%201-3.26-1.67L188%20186.88l-16.75%2023.45a4%204%200%200%201-6.51-4.66L183.08%20180l-18.34-25.67a4%204%200%200%201%206.51-4.66L188%20173.12l16.74-23.45a4%204%200%200%201%206.51%204.66m-88.76%2020.82c-10.53-3-15.08-4.91-14.42-10.08a8.51%208.51%200%200%201%203.75-6.49c6.25-4.23%2018.77-2.24%2023.06-1.11a4%204%200%200%200%202.05-7.74a61.3%2061.3%200%200%200-10.48-1.61c-8.12-.54-14.54.75-19.1%203.82a16.66%2016.66%200%200%200-7.22%2012.13c-1.58%2012.49%2010.46%2016%2020.14%2018.77c11.26%203.25%2016.47%205.49%2015.64%2011.94a8.94%208.94%200%200%201-3.91%206.75c-6.27%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a58%2058%200%200%200%2014.17%201.89c5.18%200%2010.83-.86%2015.22-3.77a17%2017%200%200%200%207.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67M80%20148H40a4%204%200%200%200%200%208h16v52a4%204%200%200%200%208%200v-52h16a4%204%200%200%200%200-8m132-60v24a4%204%200%200%201-8%200V92h-52a4%204%200%200%201-4-4V36H56a4%204%200%200%200-4%204v72a4%204%200%200%201-8%200V40a12%2012%200%200%201%2012-12h96a4%204%200%200%201%202.83%201.17l56%2056A4%204%200%200%201%20212%2088m-13.66-4L156%2041.65V84Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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