file type json official logo

file-type-json-official from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-json-official
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type json official logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGpjNFndWy" x1="-683.873" x2="-664.125" y1="-565.884" y2="-585.635" gradientTransform="matrix(.999 0 0 -.999 688.969 -558.754)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="SVGEqVL8KIX" x1="-663.231" x2="-682.979" y1="-584.741" y2="-564.99" href="#SVGpjNFndWy"/></defs><path fill="url(#SVGpjNFndWy)" d="M15.976 22.842c6.195 8.445 12.257-2.357 12.248-8.853c-.01-7.679-7.794-11.972-12.253-11.972A14.116 14.116 0 0 0 2 16.024C2 25.018 9.812 30 15.971 30c-1.394-.2-6.039-1.2-6.1-11.894c-.042-7.236 2.36-10.126 6.091-8.855a7.11 7.11 0 0 1 4.115 6.816a7.13 7.13 0 0 1-4.101 6.775"/><path fill="url(#SVGEqVL8KIX)" d="M15.969 9.245c-4.093-1.411-9.108 1.963-9.108 8.72C6.862 29 15.038 30 16.029 30A14.116 14.116 0 0 0 30 15.994C30 7 22.188 2.017 16.029 2.017c1.706-.236 9.195 1.846 9.195 12.081c0 6.675-5.592 10.308-9.229 8.756a7.11 7.11 0 0 1-4.115-6.816a7.17 7.17 0 0 1 4.089-6.793"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeJsonOfficial(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGpjNFndWy" x1="-683.873" x2="-664.125" y1="-565.884" y2="-585.635" gradientTransform="matrix(.999 0 0 -.999 688.969 -558.754)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stopColor="#fff"/></linearGradient><linearGradient id="SVGEqVL8KIX" x1="-663.231" x2="-682.979" y1="-584.741" y2="-564.99" href="#SVGpjNFndWy"/></defs><path fill="url(#SVGpjNFndWy)" d="M15.976 22.842c6.195 8.445 12.257-2.357 12.248-8.853c-.01-7.679-7.794-11.972-12.253-11.972A14.116 14.116 0 0 0 2 16.024C2 25.018 9.812 30 15.971 30c-1.394-.2-6.039-1.2-6.1-11.894c-.042-7.236 2.36-10.126 6.091-8.855a7.11 7.11 0 0 1 4.115 6.816a7.13 7.13 0 0 1-4.101 6.775"/><path fill="url(#SVGEqVL8KIX)" d="M15.969 9.245c-4.093-1.411-9.108 1.963-9.108 8.72C6.862 29 15.038 30 16.029 30A14.116 14.116 0 0 0 30 15.994C30 7 22.188 2.017 16.029 2.017c1.706-.236 9.195 1.846 9.195 12.081c0 6.675-5.592 10.308-9.229 8.756a7.11 7.11 0 0 1-4.115-6.816a7.17 7.17 0 0 1 4.089-6.793"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGpjNFndWy" x1="-683.873" x2="-664.125" y1="-565.884" y2="-585.635" gradientTransform="matrix(.999 0 0 -.999 688.969 -558.754)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="SVGEqVL8KIX" x1="-663.231" x2="-682.979" y1="-584.741" y2="-564.99" href="#SVGpjNFndWy"/></defs><path fill="url(#SVGpjNFndWy)" d="M15.976 22.842c6.195 8.445 12.257-2.357 12.248-8.853c-.01-7.679-7.794-11.972-12.253-11.972A14.116 14.116 0 0 0 2 16.024C2 25.018 9.812 30 15.971 30c-1.394-.2-6.039-1.2-6.1-11.894c-.042-7.236 2.36-10.126 6.091-8.855a7.11 7.11 0 0 1 4.115 6.816a7.13 7.13 0 0 1-4.101 6.775"/><path fill="url(#SVGEqVL8KIX)" d="M15.969 9.245c-4.093-1.411-9.108 1.963-9.108 8.72C6.862 29 15.038 30 16.029 30A14.116 14.116 0 0 0 30 15.994C30 7 22.188 2.017 16.029 2.017c1.706-.236 9.195 1.846 9.195 12.081c0 6.675-5.592 10.308-9.229 8.756a7.11 7.11 0 0 1-4.115-6.816a7.17 7.17 0 0 1 4.089-6.793"/></svg>
</template>

CSS

.icon-file-type-json-official {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpjNFndWy%22%20x1%3D%22-683.873%22%20x2%3D%22-664.125%22%20y1%3D%22-565.884%22%20y2%3D%22-585.635%22%20gradientTransform%3D%22matrix(.999%200%200%20-.999%20688.969%20-558.754)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGEqVL8KIX%22%20x1%3D%22-663.231%22%20x2%3D%22-682.979%22%20y1%3D%22-584.741%22%20y2%3D%22-564.99%22%20href%3D%22%23SVGpjNFndWy%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGpjNFndWy)%22%20d%3D%22M15.976%2022.842c6.195%208.445%2012.257-2.357%2012.248-8.853c-.01-7.679-7.794-11.972-12.253-11.972A14.116%2014.116%200%200%200%202%2016.024C2%2025.018%209.812%2030%2015.971%2030c-1.394-.2-6.039-1.2-6.1-11.894c-.042-7.236%202.36-10.126%206.091-8.855a7.11%207.11%200%200%201%204.115%206.816a7.13%207.13%200%200%201-4.101%206.775%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEqVL8KIX)%22%20d%3D%22M15.969%209.245c-4.093-1.411-9.108%201.963-9.108%208.72C6.862%2029%2015.038%2030%2016.029%2030A14.116%2014.116%200%200%200%2030%2015.994C30%207%2022.188%202.017%2016.029%202.017c1.706-.236%209.195%201.846%209.195%2012.081c0%206.675-5.592%2010.308-9.229%208.756a7.11%207.11%200%200%201-4.115-6.816a7.17%207.17%200%200%201%204.089-6.793%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpjNFndWy%22%20x1%3D%22-683.873%22%20x2%3D%22-664.125%22%20y1%3D%22-565.884%22%20y2%3D%22-585.635%22%20gradientTransform%3D%22matrix(.999%200%200%20-.999%20688.969%20-558.754)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGEqVL8KIX%22%20x1%3D%22-663.231%22%20x2%3D%22-682.979%22%20y1%3D%22-584.741%22%20y2%3D%22-564.99%22%20href%3D%22%23SVGpjNFndWy%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGpjNFndWy)%22%20d%3D%22M15.976%2022.842c6.195%208.445%2012.257-2.357%2012.248-8.853c-.01-7.679-7.794-11.972-12.253-11.972A14.116%2014.116%200%200%200%202%2016.024C2%2025.018%209.812%2030%2015.971%2030c-1.394-.2-6.039-1.2-6.1-11.894c-.042-7.236%202.36-10.126%206.091-8.855a7.11%207.11%200%200%201%204.115%206.816a7.13%207.13%200%200%201-4.101%206.775%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEqVL8KIX)%22%20d%3D%22M15.969%209.245c-4.093-1.411-9.108%201.963-9.108%208.72C6.862%2029%2015.038%2030%2016.029%2030A14.116%2014.116%200%200%200%2030%2015.994C30%207%2022.188%202.017%2016.029%202.017c1.706-.236%209.195%201.846%209.195%2012.081c0%206.675-5.592%2010.308-9.229%208.756a7.11%207.11%200%200%201-4.115-6.816a7.17%207.17%200%200%201%204.089-6.793%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-json-official.svg?color=%231a73e8&size=48