json-schema from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
json-schema
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the json schema logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M4 15c-2.4-.6-1.6-2.2-1.6-3.8S2.6 8 1 8c1.6 0 1.4-1.6 1.4-3.2S1.6 1.6 4 1m8 0c2.4.6 1.6 2.2 1.6 3.8S13.4 8 15 8c-1.6 0-1.4 1.6-1.4 3.2s.8 3.2-1.6 3.8M4 5.5C5 5.6 5.8 7 5.8 7s1-3 3.2-4m-.4 6c0 .7.5 1.5.9 2m0 0a11 11 0 0 0 1.5 1.8m-1.5-1.7c.8-.8 1.6-1.5 2.5-2.1m-2.5 2L7 14"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinJsonSchema(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round" d="M4 15c-2.4-.6-1.6-2.2-1.6-3.8S2.6 8 1 8c1.6 0 1.4-1.6 1.4-3.2S1.6 1.6 4 1m8 0c2.4.6 1.6 2.2 1.6 3.8S13.4 8 15 8c-1.6 0-1.4 1.6-1.4 3.2s.8 3.2-1.6 3.8M4 5.5C5 5.6 5.8 7 5.8 7s1-3 3.2-4m-.4 6c0 .7.5 1.5.9 2m0 0a11 11 0 0 0 1.5 1.8m-1.5-1.7c.8-.8 1.6-1.5 2.5-2.1m-2.5 2L7 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M4 15c-2.4-.6-1.6-2.2-1.6-3.8S2.6 8 1 8c1.6 0 1.4-1.6 1.4-3.2S1.6 1.6 4 1m8 0c2.4.6 1.6 2.2 1.6 3.8S13.4 8 15 8c-1.6 0-1.4 1.6-1.4 3.2s.8 3.2-1.6 3.8M4 5.5C5 5.6 5.8 7 5.8 7s1-3 3.2-4m-.4 6c0 .7.5 1.5.9 2m0 0a11 11 0 0 0 1.5 1.8m-1.5-1.7c.8-.8 1.6-1.5 2.5-2.1m-2.5 2L7 14"/></svg>
</template>

CSS

.icon-json-schema {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2015c-2.4-.6-1.6-2.2-1.6-3.8S2.6%208%201%208c1.6%200%201.4-1.6%201.4-3.2S1.6%201.6%204%201m8%200c2.4.6%201.6%202.2%201.6%203.8S13.4%208%2015%208c-1.6%200-1.4%201.6-1.4%203.2s.8%203.2-1.6%203.8M4%205.5C5%205.6%205.8%207%205.8%207s1-3%203.2-4m-.4%206c0%20.7.5%201.5.9%202m0%200a11%2011%200%200%200%201.5%201.8m-1.5-1.7c.8-.8%201.6-1.5%202.5-2.1m-2.5%202L7%2014%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2015c-2.4-.6-1.6-2.2-1.6-3.8S2.6%208%201%208c1.6%200%201.4-1.6%201.4-3.2S1.6%201.6%204%201m8%200c2.4.6%201.6%202.2%201.6%203.8S13.4%208%2015%208c-1.6%200-1.4%201.6-1.4%203.2s.8%203.2-1.6%203.8M4%205.5C5%205.6%205.8%207%205.8%207s1-3%203.2-4m-.4%206c0%20.7.5%201.5.9%202m0%200a11%2011%200%200%200%201.5%201.8m-1.5-1.7c.8-.8%201.6-1.5%202.5-2.1m-2.5%202L7%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/json-schema.svg?color=%231a73e8&size=48