file type modernjs logo
file-type-modernjs from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-modernjs
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type modernjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#SVGGZgGFv9p)" transform="translate(.64 5.15)scale(.67903)"><path fill="#4ecaff" fill-rule="evenodd" d="M8.82 20.29a14.44 14.44 0 0 1 24.4-14.07q-.84.4-1.72.85a12.6 12.6 0 0 0-21.07 12.17q-.83.53-1.6 1.05M43 3.96a.3.3 0 0 0-.24.03a212 212 0 0 0-12.36 5.9l-7.88-3.54a1 1 0 0 0-.94.04a1 1 0 0 0-.51.79l-.76 6.8l-3.77-1.6a1.03 1.03 0 0 0-1.43.81l-.83 5.95a212 212 0 0 0-12.14 8.3a.32.32 0 0 0 .31.56a220 220 0 0 0 20.96-10.6A220 220 0 0 0 43.08 4.53a.32.32 0 0 0-.08-.58M16.3 17.88q1.74-1.08 3.5-2.13l-3.03-1.29zm5.8-3.46a212 212 0 0 1 6.25-3.46l-5.6-2.51Zm10.98 8.54a12.6 12.6 0 0 0 1.7-10.2l1.61-1.06A14.44 14.44 0 0 1 12 25.77l1.73-.86a12.6 12.6 0 0 0 19.35-1.95m8.83 1.4a2.21 2.21 0 1 0-3.68-2.46a2.21 2.21 0 0 0 3.68 2.46M6.99 7.84a1.1 1.1 0 1 1-2.2 0a1.1 1.1 0 0 1 2.2 0" clip-rule="evenodd"/></g><defs><clipPath id="SVGGZgGFv9p"><path fill="#fff" d="M0 0h218v33H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeModernjs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clipPath="url(#SVGGZgGFv9p)" transform="translate(.64 5.15)scale(.67903)"><path fill="#4ecaff" fillRule="evenodd" d="M8.82 20.29a14.44 14.44 0 0 1 24.4-14.07q-.84.4-1.72.85a12.6 12.6 0 0 0-21.07 12.17q-.83.53-1.6 1.05M43 3.96a.3.3 0 0 0-.24.03a212 212 0 0 0-12.36 5.9l-7.88-3.54a1 1 0 0 0-.94.04a1 1 0 0 0-.51.79l-.76 6.8l-3.77-1.6a1.03 1.03 0 0 0-1.43.81l-.83 5.95a212 212 0 0 0-12.14 8.3a.32.32 0 0 0 .31.56a220 220 0 0 0 20.96-10.6A220 220 0 0 0 43.08 4.53a.32.32 0 0 0-.08-.58M16.3 17.88q1.74-1.08 3.5-2.13l-3.03-1.29zm5.8-3.46a212 212 0 0 1 6.25-3.46l-5.6-2.51Zm10.98 8.54a12.6 12.6 0 0 0 1.7-10.2l1.61-1.06A14.44 14.44 0 0 1 12 25.77l1.73-.86a12.6 12.6 0 0 0 19.35-1.95m8.83 1.4a2.21 2.21 0 1 0-3.68-2.46a2.21 2.21 0 0 0 3.68 2.46M6.99 7.84a1.1 1.1 0 1 1-2.2 0a1.1 1.1 0 0 1 2.2 0" clipRule="evenodd"/></g><defs><clipPath id="SVGGZgGFv9p"><path fill="#fff" d="M0 0h218v33H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#SVGGZgGFv9p)" transform="translate(.64 5.15)scale(.67903)"><path fill="#4ecaff" fill-rule="evenodd" d="M8.82 20.29a14.44 14.44 0 0 1 24.4-14.07q-.84.4-1.72.85a12.6 12.6 0 0 0-21.07 12.17q-.83.53-1.6 1.05M43 3.96a.3.3 0 0 0-.24.03a212 212 0 0 0-12.36 5.9l-7.88-3.54a1 1 0 0 0-.94.04a1 1 0 0 0-.51.79l-.76 6.8l-3.77-1.6a1.03 1.03 0 0 0-1.43.81l-.83 5.95a212 212 0 0 0-12.14 8.3a.32.32 0 0 0 .31.56a220 220 0 0 0 20.96-10.6A220 220 0 0 0 43.08 4.53a.32.32 0 0 0-.08-.58M16.3 17.88q1.74-1.08 3.5-2.13l-3.03-1.29zm5.8-3.46a212 212 0 0 1 6.25-3.46l-5.6-2.51Zm10.98 8.54a12.6 12.6 0 0 0 1.7-10.2l1.61-1.06A14.44 14.44 0 0 1 12 25.77l1.73-.86a12.6 12.6 0 0 0 19.35-1.95m8.83 1.4a2.21 2.21 0 1 0-3.68-2.46a2.21 2.21 0 0 0 3.68 2.46M6.99 7.84a1.1 1.1 0 1 1-2.2 0a1.1 1.1 0 0 1 2.2 0" clip-rule="evenodd"/></g><defs><clipPath id="SVGGZgGFv9p"><path fill="#fff" d="M0 0h218v33H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-file-type-modernjs {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGGZgGFv9p)%22%20transform%3D%22translate(.64%205.15)scale(.67903)%22%3E%3Cpath%20fill%3D%22%234ecaff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.82%2020.29a14.44%2014.44%200%200%201%2024.4-14.07q-.84.4-1.72.85a12.6%2012.6%200%200%200-21.07%2012.17q-.83.53-1.6%201.05M43%203.96a.3.3%200%200%200-.24.03a212%20212%200%200%200-12.36%205.9l-7.88-3.54a1%201%200%200%200-.94.04a1%201%200%200%200-.51.79l-.76%206.8l-3.77-1.6a1.03%201.03%200%200%200-1.43.81l-.83%205.95a212%20212%200%200%200-12.14%208.3a.32.32%200%200%200%20.31.56a220%20220%200%200%200%2020.96-10.6A220%20220%200%200%200%2043.08%204.53a.32.32%200%200%200-.08-.58M16.3%2017.88q1.74-1.08%203.5-2.13l-3.03-1.29zm5.8-3.46a212%20212%200%200%201%206.25-3.46l-5.6-2.51Zm10.98%208.54a12.6%2012.6%200%200%200%201.7-10.2l1.61-1.06A14.44%2014.44%200%200%201%2012%2025.77l1.73-.86a12.6%2012.6%200%200%200%2019.35-1.95m8.83%201.4a2.21%202.21%200%201%200-3.68-2.46a2.21%202.21%200%200%200%203.68%202.46M6.99%207.84a1.1%201.1%200%201%201-2.2%200a1.1%201.1%200%200%201%202.2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGGZgGFv9p%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h218v33H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGGZgGFv9p)%22%20transform%3D%22translate(.64%205.15)scale(.67903)%22%3E%3Cpath%20fill%3D%22%234ecaff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.82%2020.29a14.44%2014.44%200%200%201%2024.4-14.07q-.84.4-1.72.85a12.6%2012.6%200%200%200-21.07%2012.17q-.83.53-1.6%201.05M43%203.96a.3.3%200%200%200-.24.03a212%20212%200%200%200-12.36%205.9l-7.88-3.54a1%201%200%200%200-.94.04a1%201%200%200%200-.51.79l-.76%206.8l-3.77-1.6a1.03%201.03%200%200%200-1.43.81l-.83%205.95a212%20212%200%200%200-12.14%208.3a.32.32%200%200%200%20.31.56a220%20220%200%200%200%2020.96-10.6A220%20220%200%200%200%2043.08%204.53a.32.32%200%200%200-.08-.58M16.3%2017.88q1.74-1.08%203.5-2.13l-3.03-1.29zm5.8-3.46a212%20212%200%200%201%206.25-3.46l-5.6-2.51Zm10.98%208.54a12.6%2012.6%200%200%200%201.7-10.2l1.61-1.06A14.44%2014.44%200%200%201%2012%2025.77l1.73-.86a12.6%2012.6%200%200%200%2019.35-1.95m8.83%201.4a2.21%202.21%200%201%200-3.68-2.46a2.21%202.21%200%200%200%203.68%202.46M6.99%207.84a1.1%201.1%200%201%201-2.2%200a1.1%201.1%200%200%201%202.2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGGZgGFv9p%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h218v33H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-modernjs.svg?color=%231a73e8&size=48