json icon
json from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- json
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
Use the json icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 11v10h-2l-2-6v6h-2V11h2l2 6v-6zm-9.666 10h-2.667A1.67 1.67 0 0 1 17 19.334v-6.667A1.67 1.67 0 0 1 18.666 11h2.667A1.67 1.67 0 0 1 23 12.666v6.667A1.67 1.67 0 0 1 21.334 21M19 19h2v-6h-2Zm-5.666 2H9v-2h4v-2h-2a2 2 0 0 1-2-2v-2.334A1.67 1.67 0 0 1 10.666 11H15v2h-4v2h2a2 2 0 0 1 2 2v2.334A1.67 1.67 0 0 1 13.334 21m-8 0H2.667A1.67 1.67 0 0 1 1 19.334V17h2v2h2v-8h2v8.334A1.67 1.67 0 0 1 5.334 21"/></svg>
React
import type { SVGProps } from "react";
export function CarbonJson(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 11v10h-2l-2-6v6h-2V11h2l2 6v-6zm-9.666 10h-2.667A1.67 1.67 0 0 1 17 19.334v-6.667A1.67 1.67 0 0 1 18.666 11h2.667A1.67 1.67 0 0 1 23 12.666v6.667A1.67 1.67 0 0 1 21.334 21M19 19h2v-6h-2Zm-5.666 2H9v-2h4v-2h-2a2 2 0 0 1-2-2v-2.334A1.67 1.67 0 0 1 10.666 11H15v2h-4v2h2a2 2 0 0 1 2 2v2.334A1.67 1.67 0 0 1 13.334 21m-8 0H2.667A1.67 1.67 0 0 1 1 19.334V17h2v2h2v-8h2v8.334A1.67 1.67 0 0 1 5.334 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 11v10h-2l-2-6v6h-2V11h2l2 6v-6zm-9.666 10h-2.667A1.67 1.67 0 0 1 17 19.334v-6.667A1.67 1.67 0 0 1 18.666 11h2.667A1.67 1.67 0 0 1 23 12.666v6.667A1.67 1.67 0 0 1 21.334 21M19 19h2v-6h-2Zm-5.666 2H9v-2h4v-2h-2a2 2 0 0 1-2-2v-2.334A1.67 1.67 0 0 1 10.666 11H15v2h-4v2h2a2 2 0 0 1 2 2v2.334A1.67 1.67 0 0 1 13.334 21m-8 0H2.667A1.67 1.67 0 0 1 1 19.334V17h2v2h2v-8h2v8.334A1.67 1.67 0 0 1 5.334 21"/></svg> </template>
CSS
.icon-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%22currentColor%22%20d%3D%22M31%2011v10h-2l-2-6v6h-2V11h2l2%206v-6zm-9.666%2010h-2.667A1.67%201.67%200%200%201%2017%2019.334v-6.667A1.67%201.67%200%200%201%2018.666%2011h2.667A1.67%201.67%200%200%201%2023%2012.666v6.667A1.67%201.67%200%200%201%2021.334%2021M19%2019h2v-6h-2Zm-5.666%202H9v-2h4v-2h-2a2%202%200%200%201-2-2v-2.334A1.67%201.67%200%200%201%2010.666%2011H15v2h-4v2h2a2%202%200%200%201%202%202v2.334A1.67%201.67%200%200%201%2013.334%2021m-8%200H2.667A1.67%201.67%200%200%201%201%2019.334V17h2v2h2v-8h2v8.334A1.67%201.67%200%200%201%205.334%2021%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%22currentColor%22%20d%3D%22M31%2011v10h-2l-2-6v6h-2V11h2l2%206v-6zm-9.666%2010h-2.667A1.67%201.67%200%200%201%2017%2019.334v-6.667A1.67%201.67%200%200%201%2018.666%2011h2.667A1.67%201.67%200%200%201%2023%2012.666v6.667A1.67%201.67%200%200%201%2021.334%2021M19%2019h2v-6h-2Zm-5.666%202H9v-2h4v-2h-2a2%202%200%200%201-2-2v-2.334A1.67%201.67%200%200%201%2010.666%2011H15v2h-4v2h2a2%202%200%200%201%202%202v2.334A1.67%201.67%200%200%201%2013.334%2021m-8%200H2.667A1.67%201.67%200%200%201%201%2019.334V17h2v2h2v-8h2v8.334A1.67%201.67%200%200%201%205.334%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/json.svg?color=%231a73e8&size=48