file type light json logo
file-type-light-json from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-light-json
- 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 light json logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fbc02d" d="M4.014 14.976a2.5 2.5 0 0 0 1.567-.518a2.38 2.38 0 0 0 .805-1.358a15.3 15.3 0 0 0 .214-2.944q.012-2.085.075-2.747a5.2 5.2 0 0 1 .418-1.686a3 3 0 0 1 .755-1.018A3.05 3.05 0 0 1 9 4.125A6.8 6.8 0 0 1 10.544 4h.7v1.96h-.387a2.34 2.34 0 0 0-1.723.468a3.4 3.4 0 0 0-.425 2.092a36 36 0 0 1-.137 4.133a4.7 4.7 0 0 1-.768 2.06A4.6 4.6 0 0 1 6.1 16a3.8 3.8 0 0 1 1.992 1.754a8.9 8.9 0 0 1 .618 3.865q0 2.435.05 2.9a1.76 1.76 0 0 0 .504 1.181a2.64 2.64 0 0 0 1.592.337h.387V28h-.7a5.7 5.7 0 0 1-1.773-.2a2.97 2.97 0 0 1-1.324-.93a3.35 3.35 0 0 1-.681-1.63a24 24 0 0 1-.165-3.234a16.5 16.5 0 0 0-.214-3.106a2.4 2.4 0 0 0-.805-1.361a2.5 2.5 0 0 0-1.567-.524Zm23.972 2.035a2.5 2.5 0 0 0-1.567.524a2.4 2.4 0 0 0-.805 1.361a16.5 16.5 0 0 0-.212 3.109a24 24 0 0 1-.169 3.234a3.35 3.35 0 0 1-.681 1.63a2.97 2.97 0 0 1-1.324.93a5.7 5.7 0 0 1-1.773.2h-.7V26.04h.387a2.64 2.64 0 0 0 1.592-.337a1.76 1.76 0 0 0 .506-1.186q.05-.462.05-2.9a8.9 8.9 0 0 1 .618-3.865A3.8 3.8 0 0 1 25.9 16a4.6 4.6 0 0 1-1.7-1.286a4.7 4.7 0 0 1-.768-2.06a36 36 0 0 1-.137-4.133a3.4 3.4 0 0 0-.425-2.092a2.34 2.34 0 0 0-1.723-.468h-.387V4h.7a6.8 6.8 0 0 1 1.54.125a3.05 3.05 0 0 1 1.149.581a3 3 0 0 1 .755 1.018a5.2 5.2 0 0 1 .418 1.686q.062.662.075 2.747a15.3 15.3 0 0 0 .212 2.947a2.38 2.38 0 0 0 .805 1.355a2.5 2.5 0 0 0 1.567.518Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLightJson(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fbc02d" d="M4.014 14.976a2.5 2.5 0 0 0 1.567-.518a2.38 2.38 0 0 0 .805-1.358a15.3 15.3 0 0 0 .214-2.944q.012-2.085.075-2.747a5.2 5.2 0 0 1 .418-1.686a3 3 0 0 1 .755-1.018A3.05 3.05 0 0 1 9 4.125A6.8 6.8 0 0 1 10.544 4h.7v1.96h-.387a2.34 2.34 0 0 0-1.723.468a3.4 3.4 0 0 0-.425 2.092a36 36 0 0 1-.137 4.133a4.7 4.7 0 0 1-.768 2.06A4.6 4.6 0 0 1 6.1 16a3.8 3.8 0 0 1 1.992 1.754a8.9 8.9 0 0 1 .618 3.865q0 2.435.05 2.9a1.76 1.76 0 0 0 .504 1.181a2.64 2.64 0 0 0 1.592.337h.387V28h-.7a5.7 5.7 0 0 1-1.773-.2a2.97 2.97 0 0 1-1.324-.93a3.35 3.35 0 0 1-.681-1.63a24 24 0 0 1-.165-3.234a16.5 16.5 0 0 0-.214-3.106a2.4 2.4 0 0 0-.805-1.361a2.5 2.5 0 0 0-1.567-.524Zm23.972 2.035a2.5 2.5 0 0 0-1.567.524a2.4 2.4 0 0 0-.805 1.361a16.5 16.5 0 0 0-.212 3.109a24 24 0 0 1-.169 3.234a3.35 3.35 0 0 1-.681 1.63a2.97 2.97 0 0 1-1.324.93a5.7 5.7 0 0 1-1.773.2h-.7V26.04h.387a2.64 2.64 0 0 0 1.592-.337a1.76 1.76 0 0 0 .506-1.186q.05-.462.05-2.9a8.9 8.9 0 0 1 .618-3.865A3.8 3.8 0 0 1 25.9 16a4.6 4.6 0 0 1-1.7-1.286a4.7 4.7 0 0 1-.768-2.06a36 36 0 0 1-.137-4.133a3.4 3.4 0 0 0-.425-2.092a2.34 2.34 0 0 0-1.723-.468h-.387V4h.7a6.8 6.8 0 0 1 1.54.125a3.05 3.05 0 0 1 1.149.581a3 3 0 0 1 .755 1.018a5.2 5.2 0 0 1 .418 1.686q.062.662.075 2.747a15.3 15.3 0 0 0 .212 2.947a2.38 2.38 0 0 0 .805 1.355a2.5 2.5 0 0 0 1.567.518Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fbc02d" d="M4.014 14.976a2.5 2.5 0 0 0 1.567-.518a2.38 2.38 0 0 0 .805-1.358a15.3 15.3 0 0 0 .214-2.944q.012-2.085.075-2.747a5.2 5.2 0 0 1 .418-1.686a3 3 0 0 1 .755-1.018A3.05 3.05 0 0 1 9 4.125A6.8 6.8 0 0 1 10.544 4h.7v1.96h-.387a2.34 2.34 0 0 0-1.723.468a3.4 3.4 0 0 0-.425 2.092a36 36 0 0 1-.137 4.133a4.7 4.7 0 0 1-.768 2.06A4.6 4.6 0 0 1 6.1 16a3.8 3.8 0 0 1 1.992 1.754a8.9 8.9 0 0 1 .618 3.865q0 2.435.05 2.9a1.76 1.76 0 0 0 .504 1.181a2.64 2.64 0 0 0 1.592.337h.387V28h-.7a5.7 5.7 0 0 1-1.773-.2a2.97 2.97 0 0 1-1.324-.93a3.35 3.35 0 0 1-.681-1.63a24 24 0 0 1-.165-3.234a16.5 16.5 0 0 0-.214-3.106a2.4 2.4 0 0 0-.805-1.361a2.5 2.5 0 0 0-1.567-.524Zm23.972 2.035a2.5 2.5 0 0 0-1.567.524a2.4 2.4 0 0 0-.805 1.361a16.5 16.5 0 0 0-.212 3.109a24 24 0 0 1-.169 3.234a3.35 3.35 0 0 1-.681 1.63a2.97 2.97 0 0 1-1.324.93a5.7 5.7 0 0 1-1.773.2h-.7V26.04h.387a2.64 2.64 0 0 0 1.592-.337a1.76 1.76 0 0 0 .506-1.186q.05-.462.05-2.9a8.9 8.9 0 0 1 .618-3.865A3.8 3.8 0 0 1 25.9 16a4.6 4.6 0 0 1-1.7-1.286a4.7 4.7 0 0 1-.768-2.06a36 36 0 0 1-.137-4.133a3.4 3.4 0 0 0-.425-2.092a2.34 2.34 0 0 0-1.723-.468h-.387V4h.7a6.8 6.8 0 0 1 1.54.125a3.05 3.05 0 0 1 1.149.581a3 3 0 0 1 .755 1.018a5.2 5.2 0 0 1 .418 1.686q.062.662.075 2.747a15.3 15.3 0 0 0 .212 2.947a2.38 2.38 0 0 0 .805 1.355a2.5 2.5 0 0 0 1.567.518Z"/></svg> </template>
CSS
.icon-file-type-light-json {
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%3Cpath%20fill%3D%22%23fbc02d%22%20d%3D%22M4.014%2014.976a2.5%202.5%200%200%200%201.567-.518a2.38%202.38%200%200%200%20.805-1.358a15.3%2015.3%200%200%200%20.214-2.944q.012-2.085.075-2.747a5.2%205.2%200%200%201%20.418-1.686a3%203%200%200%201%20.755-1.018A3.05%203.05%200%200%201%209%204.125A6.8%206.8%200%200%201%2010.544%204h.7v1.96h-.387a2.34%202.34%200%200%200-1.723.468a3.4%203.4%200%200%200-.425%202.092a36%2036%200%200%201-.137%204.133a4.7%204.7%200%200%201-.768%202.06A4.6%204.6%200%200%201%206.1%2016a3.8%203.8%200%200%201%201.992%201.754a8.9%208.9%200%200%201%20.618%203.865q0%202.435.05%202.9a1.76%201.76%200%200%200%20.504%201.181a2.64%202.64%200%200%200%201.592.337h.387V28h-.7a5.7%205.7%200%200%201-1.773-.2a2.97%202.97%200%200%201-1.324-.93a3.35%203.35%200%200%201-.681-1.63a24%2024%200%200%201-.165-3.234a16.5%2016.5%200%200%200-.214-3.106a2.4%202.4%200%200%200-.805-1.361a2.5%202.5%200%200%200-1.567-.524Zm23.972%202.035a2.5%202.5%200%200%200-1.567.524a2.4%202.4%200%200%200-.805%201.361a16.5%2016.5%200%200%200-.212%203.109a24%2024%200%200%201-.169%203.234a3.35%203.35%200%200%201-.681%201.63a2.97%202.97%200%200%201-1.324.93a5.7%205.7%200%200%201-1.773.2h-.7V26.04h.387a2.64%202.64%200%200%200%201.592-.337a1.76%201.76%200%200%200%20.506-1.186q.05-.462.05-2.9a8.9%208.9%200%200%201%20.618-3.865A3.8%203.8%200%200%201%2025.9%2016a4.6%204.6%200%200%201-1.7-1.286a4.7%204.7%200%200%201-.768-2.06a36%2036%200%200%201-.137-4.133a3.4%203.4%200%200%200-.425-2.092a2.34%202.34%200%200%200-1.723-.468h-.387V4h.7a6.8%206.8%200%200%201%201.54.125a3.05%203.05%200%200%201%201.149.581a3%203%200%200%201%20.755%201.018a5.2%205.2%200%200%201%20.418%201.686q.062.662.075%202.747a15.3%2015.3%200%200%200%20.212%202.947a2.38%202.38%200%200%200%20.805%201.355a2.5%202.5%200%200%200%201.567.518Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23fbc02d%22%20d%3D%22M4.014%2014.976a2.5%202.5%200%200%200%201.567-.518a2.38%202.38%200%200%200%20.805-1.358a15.3%2015.3%200%200%200%20.214-2.944q.012-2.085.075-2.747a5.2%205.2%200%200%201%20.418-1.686a3%203%200%200%201%20.755-1.018A3.05%203.05%200%200%201%209%204.125A6.8%206.8%200%200%201%2010.544%204h.7v1.96h-.387a2.34%202.34%200%200%200-1.723.468a3.4%203.4%200%200%200-.425%202.092a36%2036%200%200%201-.137%204.133a4.7%204.7%200%200%201-.768%202.06A4.6%204.6%200%200%201%206.1%2016a3.8%203.8%200%200%201%201.992%201.754a8.9%208.9%200%200%201%20.618%203.865q0%202.435.05%202.9a1.76%201.76%200%200%200%20.504%201.181a2.64%202.64%200%200%200%201.592.337h.387V28h-.7a5.7%205.7%200%200%201-1.773-.2a2.97%202.97%200%200%201-1.324-.93a3.35%203.35%200%200%201-.681-1.63a24%2024%200%200%201-.165-3.234a16.5%2016.5%200%200%200-.214-3.106a2.4%202.4%200%200%200-.805-1.361a2.5%202.5%200%200%200-1.567-.524Zm23.972%202.035a2.5%202.5%200%200%200-1.567.524a2.4%202.4%200%200%200-.805%201.361a16.5%2016.5%200%200%200-.212%203.109a24%2024%200%200%201-.169%203.234a3.35%203.35%200%200%201-.681%201.63a2.97%202.97%200%200%201-1.324.93a5.7%205.7%200%200%201-1.773.2h-.7V26.04h.387a2.64%202.64%200%200%200%201.592-.337a1.76%201.76%200%200%200%20.506-1.186q.05-.462.05-2.9a8.9%208.9%200%200%201%20.618-3.865A3.8%203.8%200%200%201%2025.9%2016a4.6%204.6%200%200%201-1.7-1.286a4.7%204.7%200%200%201-.768-2.06a36%2036%200%200%201-.137-4.133a3.4%203.4%200%200%200-.425-2.092a2.34%202.34%200%200%200-1.723-.468h-.387V4h.7a6.8%206.8%200%200%201%201.54.125a3.05%203.05%200%200%201%201.149.581a3%203%200%200%201%20.755%201.018a5.2%205.2%200%200%201%20.418%201.686q.062.662.075%202.747a15.3%2015.3%200%200%200%20.212%202.947a2.38%202.38%200%200%200%20.805%201.355a2.5%202.5%200%200%200%201.567.518Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-light-json.svg?color=%231a73e8&size=48