file json icon
file-json-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- file-json-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the file json icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 15H6.5q.425 0 .713-.288T7.5 14V9.75q0-.325-.213-.537T6.75 9t-.537.213T6 9.75v4H5v-.625q0-.275-.175-.45t-.45-.175t-.45.175t-.175.45V14q0 .425.288.713T4.75 15m4.425 0h1.5q.425 0 .713-.288t.287-.712v-1.5q0-.425-.288-.712t-.712-.288h-1.25v-1.25h1q0 .2.15.35t.35.15h.125q.275 0 .45-.175t.175-.45V10q0-.425-.288-.712T10.676 9h-1.5q-.425 0-.712.288T8.175 10v1.5q0 .425.288.713t.712.287h1.25v1.25h-1q0-.2-.15-.35t-.35-.15H8.8q-.275 0-.45.175t-.175.45V14q0 .425.288.713t.712.287m4.4-1.5v-3h1v3zm-.25 1.5h1.5q.425 0 .713-.288t.287-.712v-4q0-.425-.287-.712T14.825 9h-1.5q-.425 0-.712.288t-.288.712v4q0 .425.288.713t.712.287m4.425-2.625l.85 2.225q.075.2.225.3t.35.1h.2q.275 0 .45-.175t.175-.45v-4.75q0-.275-.175-.45T19.375 9t-.45.175t-.175.45v2L17.9 9.4q-.075-.2-.225-.3t-.35-.1h-.2q-.275 0-.45.175t-.175.45v4.75q0 .275.175.45t.45.175t.45-.175t.175-.45zM3 20q-.825 0-1.412-.587T1 18V6q0-.825.588-1.412T3 4h18q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zm0-2h18V6H3zm0 0V6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFileJsonOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 15H6.5q.425 0 .713-.288T7.5 14V9.75q0-.325-.213-.537T6.75 9t-.537.213T6 9.75v4H5v-.625q0-.275-.175-.45t-.45-.175t-.45.175t-.175.45V14q0 .425.288.713T4.75 15m4.425 0h1.5q.425 0 .713-.288t.287-.712v-1.5q0-.425-.288-.712t-.712-.288h-1.25v-1.25h1q0 .2.15.35t.35.15h.125q.275 0 .45-.175t.175-.45V10q0-.425-.288-.712T10.676 9h-1.5q-.425 0-.712.288T8.175 10v1.5q0 .425.288.713t.712.287h1.25v1.25h-1q0-.2-.15-.35t-.35-.15H8.8q-.275 0-.45.175t-.175.45V14q0 .425.288.713t.712.287m4.4-1.5v-3h1v3zm-.25 1.5h1.5q.425 0 .713-.288t.287-.712v-4q0-.425-.287-.712T14.825 9h-1.5q-.425 0-.712.288t-.288.712v4q0 .425.288.713t.712.287m4.425-2.625l.85 2.225q.075.2.225.3t.35.1h.2q.275 0 .45-.175t.175-.45v-4.75q0-.275-.175-.45T19.375 9t-.45.175t-.175.45v2L17.9 9.4q-.075-.2-.225-.3t-.35-.1h-.2q-.275 0-.45.175t-.175.45v4.75q0 .275.175.45t.45.175t.45-.175t.175-.45zM3 20q-.825 0-1.412-.587T1 18V6q0-.825.588-1.412T3 4h18q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zm0-2h18V6H3zm0 0V6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 15H6.5q.425 0 .713-.288T7.5 14V9.75q0-.325-.213-.537T6.75 9t-.537.213T6 9.75v4H5v-.625q0-.275-.175-.45t-.45-.175t-.45.175t-.175.45V14q0 .425.288.713T4.75 15m4.425 0h1.5q.425 0 .713-.288t.287-.712v-1.5q0-.425-.288-.712t-.712-.288h-1.25v-1.25h1q0 .2.15.35t.35.15h.125q.275 0 .45-.175t.175-.45V10q0-.425-.288-.712T10.676 9h-1.5q-.425 0-.712.288T8.175 10v1.5q0 .425.288.713t.712.287h1.25v1.25h-1q0-.2-.15-.35t-.35-.15H8.8q-.275 0-.45.175t-.175.45V14q0 .425.288.713t.712.287m4.4-1.5v-3h1v3zm-.25 1.5h1.5q.425 0 .713-.288t.287-.712v-4q0-.425-.287-.712T14.825 9h-1.5q-.425 0-.712.288t-.288.712v4q0 .425.288.713t.712.287m4.425-2.625l.85 2.225q.075.2.225.3t.35.1h.2q.275 0 .45-.175t.175-.45v-4.75q0-.275-.175-.45T19.375 9t-.45.175t-.175.45v2L17.9 9.4q-.075-.2-.225-.3t-.35-.1h-.2q-.275 0-.45.175t-.175.45v4.75q0 .275.175.45t.45.175t.45-.175t.175-.45zM3 20q-.825 0-1.412-.587T1 18V6q0-.825.588-1.412T3 4h18q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zm0-2h18V6H3zm0 0V6z"/></svg> </template>
CSS
.icon-file-json-outline-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%2015H6.5q.425%200%20.713-.288T7.5%2014V9.75q0-.325-.213-.537T6.75%209t-.537.213T6%209.75v4H5v-.625q0-.275-.175-.45t-.45-.175t-.45.175t-.175.45V14q0%20.425.288.713T4.75%2015m4.425%200h1.5q.425%200%20.713-.288t.287-.712v-1.5q0-.425-.288-.712t-.712-.288h-1.25v-1.25h1q0%20.2.15.35t.35.15h.125q.275%200%20.45-.175t.175-.45V10q0-.425-.288-.712T10.676%209h-1.5q-.425%200-.712.288T8.175%2010v1.5q0%20.425.288.713t.712.287h1.25v1.25h-1q0-.2-.15-.35t-.35-.15H8.8q-.275%200-.45.175t-.175.45V14q0%20.425.288.713t.712.287m4.4-1.5v-3h1v3zm-.25%201.5h1.5q.425%200%20.713-.288t.287-.712v-4q0-.425-.287-.712T14.825%209h-1.5q-.425%200-.712.288t-.288.712v4q0%20.425.288.713t.712.287m4.425-2.625l.85%202.225q.075.2.225.3t.35.1h.2q.275%200%20.45-.175t.175-.45v-4.75q0-.275-.175-.45T19.375%209t-.45.175t-.175.45v2L17.9%209.4q-.075-.2-.225-.3t-.35-.1h-.2q-.275%200-.45.175t-.175.45v4.75q0%20.275.175.45t.45.175t.45-.175t.175-.45zM3%2020q-.825%200-1.412-.587T1%2018V6q0-.825.588-1.412T3%204h18q.825%200%201.413.588T23%206v12q0%20.825-.587%201.413T21%2020zm0-2h18V6H3zm0%200V6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%2015H6.5q.425%200%20.713-.288T7.5%2014V9.75q0-.325-.213-.537T6.75%209t-.537.213T6%209.75v4H5v-.625q0-.275-.175-.45t-.45-.175t-.45.175t-.175.45V14q0%20.425.288.713T4.75%2015m4.425%200h1.5q.425%200%20.713-.288t.287-.712v-1.5q0-.425-.288-.712t-.712-.288h-1.25v-1.25h1q0%20.2.15.35t.35.15h.125q.275%200%20.45-.175t.175-.45V10q0-.425-.288-.712T10.676%209h-1.5q-.425%200-.712.288T8.175%2010v1.5q0%20.425.288.713t.712.287h1.25v1.25h-1q0-.2-.15-.35t-.35-.15H8.8q-.275%200-.45.175t-.175.45V14q0%20.425.288.713t.712.287m4.4-1.5v-3h1v3zm-.25%201.5h1.5q.425%200%20.713-.288t.287-.712v-4q0-.425-.287-.712T14.825%209h-1.5q-.425%200-.712.288t-.288.712v4q0%20.425.288.713t.712.287m4.425-2.625l.85%202.225q.075.2.225.3t.35.1h.2q.275%200%20.45-.175t.175-.45v-4.75q0-.275-.175-.45T19.375%209t-.45.175t-.175.45v2L17.9%209.4q-.075-.2-.225-.3t-.35-.1h-.2q-.275%200-.45.175t-.175.45v4.75q0%20.275.175.45t.45.175t.45-.175t.175-.45zM3%2020q-.825%200-1.412-.587T1%2018V6q0-.825.588-1.412T3%204h18q.825%200%201.413.588T23%206v12q0%20.825-.587%201.413T21%2020zm0-2h18V6H3zm0%200V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/file-json-outline-rounded.svg?color=%231a73e8&size=48