file jsx icon
file-jsx-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- file-jsx-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the file jsx icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M143.84 195.8a17 17 0 0 1-7.43 12.41c-4.39 2.91-10 3.77-15.22 3.77a58 58 0 0 1-14.19-1.87a4 4 0 1 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61.3 61.3 0 0 1 10.48 1.61a4 4 0 0 1-2.05 7.74c-4.29-1.13-16.81-3.12-23.06 1.11a8.51 8.51 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.79 2.85 23.17 6.69 21.37 20.65M72 148a4 4 0 0 0-4 4v38a14 14 0 0 1-28 0a4 4 0 0 0-8 0a22 22 0 0 0 44 0v-38a4 4 0 0 0-4-4m138.32.75a4 4 0 0 0-5.58.92L188 173.12l-16.75-23.45a4 4 0 0 0-6.51 4.66L183.08 180l-18.34 25.67a4 4 0 0 0 .93 5.58a4 4 0 0 0 5.58-.92L188 186.88l16.74 23.45A4 4 0 0 0 208 212a3.9 3.9 0 0 0 2.32-.75a4 4 0 0 0 .93-5.58L192.92 180l18.33-25.67a4 4 0 0 0-.93-5.58M212 88v24a4 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 PhFileJsxThin(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="M143.84 195.8a17 17 0 0 1-7.43 12.41c-4.39 2.91-10 3.77-15.22 3.77a58 58 0 0 1-14.19-1.87a4 4 0 1 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61.3 61.3 0 0 1 10.48 1.61a4 4 0 0 1-2.05 7.74c-4.29-1.13-16.81-3.12-23.06 1.11a8.51 8.51 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.79 2.85 23.17 6.69 21.37 20.65M72 148a4 4 0 0 0-4 4v38a14 14 0 0 1-28 0a4 4 0 0 0-8 0a22 22 0 0 0 44 0v-38a4 4 0 0 0-4-4m138.32.75a4 4 0 0 0-5.58.92L188 173.12l-16.75-23.45a4 4 0 0 0-6.51 4.66L183.08 180l-18.34 25.67a4 4 0 0 0 .93 5.58a4 4 0 0 0 5.58-.92L188 186.88l16.74 23.45A4 4 0 0 0 208 212a3.9 3.9 0 0 0 2.32-.75a4 4 0 0 0 .93-5.58L192.92 180l18.33-25.67a4 4 0 0 0-.93-5.58M212 88v24a4 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="M143.84 195.8a17 17 0 0 1-7.43 12.41c-4.39 2.91-10 3.77-15.22 3.77a58 58 0 0 1-14.19-1.87a4 4 0 1 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61.3 61.3 0 0 1 10.48 1.61a4 4 0 0 1-2.05 7.74c-4.29-1.13-16.81-3.12-23.06 1.11a8.51 8.51 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.79 2.85 23.17 6.69 21.37 20.65M72 148a4 4 0 0 0-4 4v38a14 14 0 0 1-28 0a4 4 0 0 0-8 0a22 22 0 0 0 44 0v-38a4 4 0 0 0-4-4m138.32.75a4 4 0 0 0-5.58.92L188 173.12l-16.75-23.45a4 4 0 0 0-6.51 4.66L183.08 180l-18.34 25.67a4 4 0 0 0 .93 5.58a4 4 0 0 0 5.58-.92L188 186.88l16.74 23.45A4 4 0 0 0 208 212a3.9 3.9 0 0 0 2.32-.75a4 4 0 0 0 .93-5.58L192.92 180l18.33-25.67a4 4 0 0 0-.93-5.58M212 88v24a4 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-jsx-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%22M143.84%20195.8a17%2017%200%200%201-7.43%2012.41c-4.39%202.91-10%203.77-15.22%203.77a58%2058%200%200%201-14.19-1.87a4%204%200%201%201%202.15-7.7c4.22%201.17%2016.56%203.29%2022.83-.88a8.94%208.94%200%200%200%203.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66%2016.66%200%200%201%207.22-12.13c4.56-3.07%2011-4.36%2019.1-3.82a61.3%2061.3%200%200%201%2010.48%201.61a4%204%200%200%201-2.05%207.74c-4.29-1.13-16.81-3.12-23.06%201.11a8.51%208.51%200%200%200-3.75%206.49c-.66%205.17%203.89%207%2014.42%2010.08c9.79%202.85%2023.17%206.69%2021.37%2020.65M72%20148a4%204%200%200%200-4%204v38a14%2014%200%200%201-28%200a4%204%200%200%200-8%200a22%2022%200%200%200%2044%200v-38a4%204%200%200%200-4-4m138.32.75a4%204%200%200%200-5.58.92L188%20173.12l-16.75-23.45a4%204%200%200%200-6.51%204.66L183.08%20180l-18.34%2025.67a4%204%200%200%200%20.93%205.58a4%204%200%200%200%205.58-.92L188%20186.88l16.74%2023.45A4%204%200%200%200%20208%20212a3.9%203.9%200%200%200%202.32-.75a4%204%200%200%200%20.93-5.58L192.92%20180l18.33-25.67a4%204%200%200%200-.93-5.58M212%2088v24a4%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%22M143.84%20195.8a17%2017%200%200%201-7.43%2012.41c-4.39%202.91-10%203.77-15.22%203.77a58%2058%200%200%201-14.19-1.87a4%204%200%201%201%202.15-7.7c4.22%201.17%2016.56%203.29%2022.83-.88a8.94%208.94%200%200%200%203.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66%2016.66%200%200%201%207.22-12.13c4.56-3.07%2011-4.36%2019.1-3.82a61.3%2061.3%200%200%201%2010.48%201.61a4%204%200%200%201-2.05%207.74c-4.29-1.13-16.81-3.12-23.06%201.11a8.51%208.51%200%200%200-3.75%206.49c-.66%205.17%203.89%207%2014.42%2010.08c9.79%202.85%2023.17%206.69%2021.37%2020.65M72%20148a4%204%200%200%200-4%204v38a14%2014%200%200%201-28%200a4%204%200%200%200-8%200a22%2022%200%200%200%2044%200v-38a4%204%200%200%200-4-4m138.32.75a4%204%200%200%200-5.58.92L188%20173.12l-16.75-23.45a4%204%200%200%200-6.51%204.66L183.08%20180l-18.34%2025.67a4%204%200%200%200%20.93%205.58a4%204%200%200%200%205.58-.92L188%20186.88l16.74%2023.45A4%204%200%200%200%20208%20212a3.9%203.9%200%200%200%202.32-.75a4%204%200%200%200%20.93-5.58L192.92%20180l18.33-25.67a4%204%200%200%200-.93-5.58M212%2088v24a4%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-jsx-thin.svg?color=%231a73e8&size=48