file tsx icon
file-tsx-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- file-tsx-light
- Set
- Phosphor
- Style
- Light
- 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="M212.88 155.48L195.37 180l17.51 24.51a6 6 0 1 1-9.76 7L188 190.31l-15.12 21.16a6 6 0 1 1-9.76-7L180.63 180l-17.51-24.51a6 6 0 0 1 9.76-7L188 169.67l15.12-21.17a6 6 0 1 1 9.76 7Zm-89.83 17.74c-10.86-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.66-1.83 21.45-.84a6 6 0 0 0 3.06-11.6c-2-.53-20.1-5-31.21 2.48a18.61 18.61 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.2 9.76a6.85 6.85 0 0 1-3 5.34c-5.61 3.73-17.48 1.64-21.19.62a6 6 0 0 0-3.25 11.53a59.4 59.4 0 0 0 14.68 2c5.49 0 11.54-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83M80 146H40a6 6 0 0 0 0 12h14v50a6 6 0 0 0 12 0v-50h14a6 6 0 0 0 0-12m134-58v24a6 6 0 1 1-12 0V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 1 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.25 1.76l56 56A6 6 0 0 1 214 88m-20.49-6L158 46.48V82Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFileTsxLight(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="M212.88 155.48L195.37 180l17.51 24.51a6 6 0 1 1-9.76 7L188 190.31l-15.12 21.16a6 6 0 1 1-9.76-7L180.63 180l-17.51-24.51a6 6 0 0 1 9.76-7L188 169.67l15.12-21.17a6 6 0 1 1 9.76 7Zm-89.83 17.74c-10.86-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.66-1.83 21.45-.84a6 6 0 0 0 3.06-11.6c-2-.53-20.1-5-31.21 2.48a18.61 18.61 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.2 9.76a6.85 6.85 0 0 1-3 5.34c-5.61 3.73-17.48 1.64-21.19.62a6 6 0 0 0-3.25 11.53a59.4 59.4 0 0 0 14.68 2c5.49 0 11.54-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83M80 146H40a6 6 0 0 0 0 12h14v50a6 6 0 0 0 12 0v-50h14a6 6 0 0 0 0-12m134-58v24a6 6 0 1 1-12 0V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 1 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.25 1.76l56 56A6 6 0 0 1 214 88m-20.49-6L158 46.48V82Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212.88 155.48L195.37 180l17.51 24.51a6 6 0 1 1-9.76 7L188 190.31l-15.12 21.16a6 6 0 1 1-9.76-7L180.63 180l-17.51-24.51a6 6 0 0 1 9.76-7L188 169.67l15.12-21.17a6 6 0 1 1 9.76 7Zm-89.83 17.74c-10.86-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.66-1.83 21.45-.84a6 6 0 0 0 3.06-11.6c-2-.53-20.1-5-31.21 2.48a18.61 18.61 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.2 9.76a6.85 6.85 0 0 1-3 5.34c-5.61 3.73-17.48 1.64-21.19.62a6 6 0 0 0-3.25 11.53a59.4 59.4 0 0 0 14.68 2c5.49 0 11.54-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83M80 146H40a6 6 0 0 0 0 12h14v50a6 6 0 0 0 12 0v-50h14a6 6 0 0 0 0-12m134-58v24a6 6 0 1 1-12 0V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 1 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.25 1.76l56 56A6 6 0 0 1 214 88m-20.49-6L158 46.48V82Z"/></svg> </template>
CSS
.icon-file-tsx-light {
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%22M212.88%20155.48L195.37%20180l17.51%2024.51a6%206%200%201%201-9.76%207L188%20190.31l-15.12%2021.16a6%206%200%201%201-9.76-7L180.63%20180l-17.51-24.51a6%206%200%200%201%209.76-7L188%20169.67l15.12-21.17a6%206%200%201%201%209.76%207Zm-89.83%2017.74c-10.86-3.13-13.41-4.69-13-7.91a6.59%206.59%200%200%201%202.88-5.08c5.6-3.79%2017.66-1.83%2021.45-.84a6%206%200%200%200%203.06-11.6c-2-.53-20.1-5-31.21%202.48a18.61%2018.61%200%200%200-8.08%2013.54c-1.8%2014.19%2012.26%2018.25%2021.57%2020.94c12.12%203.5%2014.78%205.33%2014.2%209.76a6.85%206.85%200%200%201-3%205.34c-5.61%203.73-17.48%201.64-21.19.62a6%206%200%200%200-3.25%2011.53a59.4%2059.4%200%200%200%2014.68%202c5.49%200%2011.54-.95%2016.36-4.14a18.89%2018.89%200%200%200%208.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83M80%20146H40a6%206%200%200%200%200%2012h14v50a6%206%200%200%200%2012%200v-50h14a6%206%200%200%200%200-12m134-58v24a6%206%200%201%201-12%200V94h-50a6%206%200%200%201-6-6V38H56a2%202%200%200%200-2%202v72a6%206%200%201%201-12%200V40a14%2014%200%200%201%2014-14h96a6%206%200%200%201%204.25%201.76l56%2056A6%206%200%200%201%20214%2088m-20.49-6L158%2046.48V82Z%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%22M212.88%20155.48L195.37%20180l17.51%2024.51a6%206%200%201%201-9.76%207L188%20190.31l-15.12%2021.16a6%206%200%201%201-9.76-7L180.63%20180l-17.51-24.51a6%206%200%200%201%209.76-7L188%20169.67l15.12-21.17a6%206%200%201%201%209.76%207Zm-89.83%2017.74c-10.86-3.13-13.41-4.69-13-7.91a6.59%206.59%200%200%201%202.88-5.08c5.6-3.79%2017.66-1.83%2021.45-.84a6%206%200%200%200%203.06-11.6c-2-.53-20.1-5-31.21%202.48a18.61%2018.61%200%200%200-8.08%2013.54c-1.8%2014.19%2012.26%2018.25%2021.57%2020.94c12.12%203.5%2014.78%205.33%2014.2%209.76a6.85%206.85%200%200%201-3%205.34c-5.61%203.73-17.48%201.64-21.19.62a6%206%200%200%200-3.25%2011.53a59.4%2059.4%200%200%200%2014.68%202c5.49%200%2011.54-.95%2016.36-4.14a18.89%2018.89%200%200%200%208.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83M80%20146H40a6%206%200%200%200%200%2012h14v50a6%206%200%200%200%2012%200v-50h14a6%206%200%200%200%200-12m134-58v24a6%206%200%201%201-12%200V94h-50a6%206%200%200%201-6-6V38H56a2%202%200%200%200-2%202v72a6%206%200%201%201-12%200V40a14%2014%200%200%201%2014-14h96a6%206%200%200%201%204.25%201.76l56%2056A6%206%200%200%201%20214%2088m-20.49-6L158%2046.48V82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-tsx-light.svg?color=%231a73e8&size=48