file jsx icon
file-jsx-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- file-jsx-bold
- Set
- Phosphor
- Style
- Bold
- 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="M151.78 196.8a24.73 24.73 0 0 1-10.95 18c-6 4-13.27 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 1 1 6.46-23.11c6.81 1.85 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.83-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.63-4.92-11.21-12.45-10.11-21.19a24.45 24.45 0 0 1 10.69-17.76c6.06-4.09 14.17-5.83 24.1-5.17A69 69 0 0 1 139 142a12 12 0 0 1-6.1 23.21c-6.36-1.63-13.62-1.51-16.07-.33a80 80 0 0 0 7.91 2.59c5.47 1.58 11.68 3.37 16.8 6.82c7.79 5.24 11.46 13.24 10.24 22.51M68 140a12 12 0 0 0-12 12v38a6 6 0 0 1-12 0a12 12 0 0 0-24 0a30 30 0 0 0 60 0v-38a12 12 0 0 0-12-12m138.75 40l15-21a12 12 0 0 0-19.53-14L192 159.34L181.76 145a12 12 0 0 0-19.53 14l15 21l-15 21a12 12 0 1 0 19.53 14L192 200.62L202.23 215a12 12 0 0 0 19.53-14ZM36 108V40a20 20 0 0 1 20-20h96a12 12 0 0 1 8.49 3.51l56 56A12 12 0 0 1 220 88v20a12 12 0 1 1-24 0v-4h-48a12 12 0 0 1-12-12V44H60v64a12 12 0 1 1-24 0m124-28h23l-23-23Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFileJsxBold(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="M151.78 196.8a24.73 24.73 0 0 1-10.95 18c-6 4-13.27 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 1 1 6.46-23.11c6.81 1.85 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.83-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.63-4.92-11.21-12.45-10.11-21.19a24.45 24.45 0 0 1 10.69-17.76c6.06-4.09 14.17-5.83 24.1-5.17A69 69 0 0 1 139 142a12 12 0 0 1-6.1 23.21c-6.36-1.63-13.62-1.51-16.07-.33a80 80 0 0 0 7.91 2.59c5.47 1.58 11.68 3.37 16.8 6.82c7.79 5.24 11.46 13.24 10.24 22.51M68 140a12 12 0 0 0-12 12v38a6 6 0 0 1-12 0a12 12 0 0 0-24 0a30 30 0 0 0 60 0v-38a12 12 0 0 0-12-12m138.75 40l15-21a12 12 0 0 0-19.53-14L192 159.34L181.76 145a12 12 0 0 0-19.53 14l15 21l-15 21a12 12 0 1 0 19.53 14L192 200.62L202.23 215a12 12 0 0 0 19.53-14ZM36 108V40a20 20 0 0 1 20-20h96a12 12 0 0 1 8.49 3.51l56 56A12 12 0 0 1 220 88v20a12 12 0 1 1-24 0v-4h-48a12 12 0 0 1-12-12V44H60v64a12 12 0 1 1-24 0m124-28h23l-23-23Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M151.78 196.8a24.73 24.73 0 0 1-10.95 18c-6 4-13.27 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 1 1 6.46-23.11c6.81 1.85 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.83-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.63-4.92-11.21-12.45-10.11-21.19a24.45 24.45 0 0 1 10.69-17.76c6.06-4.09 14.17-5.83 24.1-5.17A69 69 0 0 1 139 142a12 12 0 0 1-6.1 23.21c-6.36-1.63-13.62-1.51-16.07-.33a80 80 0 0 0 7.91 2.59c5.47 1.58 11.68 3.37 16.8 6.82c7.79 5.24 11.46 13.24 10.24 22.51M68 140a12 12 0 0 0-12 12v38a6 6 0 0 1-12 0a12 12 0 0 0-24 0a30 30 0 0 0 60 0v-38a12 12 0 0 0-12-12m138.75 40l15-21a12 12 0 0 0-19.53-14L192 159.34L181.76 145a12 12 0 0 0-19.53 14l15 21l-15 21a12 12 0 1 0 19.53 14L192 200.62L202.23 215a12 12 0 0 0 19.53-14ZM36 108V40a20 20 0 0 1 20-20h96a12 12 0 0 1 8.49 3.51l56 56A12 12 0 0 1 220 88v20a12 12 0 1 1-24 0v-4h-48a12 12 0 0 1-12-12V44H60v64a12 12 0 1 1-24 0m124-28h23l-23-23Z"/></svg> </template>
CSS
.icon-file-jsx-bold {
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%22M151.78%20196.8a24.73%2024.73%200%200%201-10.95%2018c-6%204-13.27%205.15-19.73%205.15a63.8%2063.8%200%200%201-16.23-2.21a12%2012%200%201%201%206.46-23.11c6.81%201.85%2015%201.61%2016.39.06a2.5%202.5%200%200%200%20.21-.71c-1.94-1.23-6.83-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.63-4.92-11.21-12.45-10.11-21.19a24.45%2024.45%200%200%201%2010.69-17.76c6.06-4.09%2014.17-5.83%2024.1-5.17A69%2069%200%200%201%20139%20142a12%2012%200%200%201-6.1%2023.21c-6.36-1.63-13.62-1.51-16.07-.33a80%2080%200%200%200%207.91%202.59c5.47%201.58%2011.68%203.37%2016.8%206.82c7.79%205.24%2011.46%2013.24%2010.24%2022.51M68%20140a12%2012%200%200%200-12%2012v38a6%206%200%200%201-12%200a12%2012%200%200%200-24%200a30%2030%200%200%200%2060%200v-38a12%2012%200%200%200-12-12m138.75%2040l15-21a12%2012%200%200%200-19.53-14L192%20159.34L181.76%20145a12%2012%200%200%200-19.53%2014l15%2021l-15%2021a12%2012%200%201%200%2019.53%2014L192%20200.62L202.23%20215a12%2012%200%200%200%2019.53-14ZM36%20108V40a20%2020%200%200%201%2020-20h96a12%2012%200%200%201%208.49%203.51l56%2056A12%2012%200%200%201%20220%2088v20a12%2012%200%201%201-24%200v-4h-48a12%2012%200%200%201-12-12V44H60v64a12%2012%200%201%201-24%200m124-28h23l-23-23Z%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%22M151.78%20196.8a24.73%2024.73%200%200%201-10.95%2018c-6%204-13.27%205.15-19.73%205.15a63.8%2063.8%200%200%201-16.23-2.21a12%2012%200%201%201%206.46-23.11c6.81%201.85%2015%201.61%2016.39.06a2.5%202.5%200%200%200%20.21-.71c-1.94-1.23-6.83-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.63-4.92-11.21-12.45-10.11-21.19a24.45%2024.45%200%200%201%2010.69-17.76c6.06-4.09%2014.17-5.83%2024.1-5.17A69%2069%200%200%201%20139%20142a12%2012%200%200%201-6.1%2023.21c-6.36-1.63-13.62-1.51-16.07-.33a80%2080%200%200%200%207.91%202.59c5.47%201.58%2011.68%203.37%2016.8%206.82c7.79%205.24%2011.46%2013.24%2010.24%2022.51M68%20140a12%2012%200%200%200-12%2012v38a6%206%200%200%201-12%200a12%2012%200%200%200-24%200a30%2030%200%200%200%2060%200v-38a12%2012%200%200%200-12-12m138.75%2040l15-21a12%2012%200%200%200-19.53-14L192%20159.34L181.76%20145a12%2012%200%200%200-19.53%2014l15%2021l-15%2021a12%2012%200%201%200%2019.53%2014L192%20200.62L202.23%20215a12%2012%200%200%200%2019.53-14ZM36%20108V40a20%2020%200%200%201%2020-20h96a12%2012%200%200%201%208.49%203.51l56%2056A12%2012%200%200%201%20220%2088v20a12%2012%200%201%201-24%200v-4h-48a12%2012%200%200%201-12-12V44H60v64a12%2012%200%201%201-24%200m124-28h23l-23-23Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-jsx-bold.svg?color=%231a73e8&size=48