file type jbuilder logo
file-type-jbuilder from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-jbuilder
- 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 jbuilder logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#735a00" stroke="#735a00" d="M2.5 24.186V7.91h4.309v1.914H4.8v12.447h2.009v1.915ZM12.84 7.814h2.585v8.043a7.7 7.7 0 0 1-.287 2.394a3.65 3.65 0 0 1-1.34 1.819a4.33 4.33 0 0 1-2.585.67a3.9 3.9 0 0 1-2.873-1.054a4.23 4.23 0 0 1-1.053-3.064l2.394-.287a2.86 2.86 0 0 0 .287 1.532a1.3 1.3 0 0 0 1.245.67a1.65 1.65 0 0 0 1.245-.479a4.3 4.3 0 0 0 .383-2.011Zm2.681 12.83V7.814h2.394v4.6a3.4 3.4 0 0 1 2.685-1.249a3.45 3.45 0 0 1 2.777 1.245a5.1 5.1 0 0 1 1.149 3.543a5.35 5.35 0 0 1-1.149 3.638a3.45 3.45 0 0 1-2.777 1.244a2.8 2.8 0 0 1-1.532-.383a5 5 0 0 1-1.34-1.149v1.34Zm2.394-4.883a4 4 0 0 0 .479 2.106a1.82 1.82 0 0 0 1.723.957a1.55 1.55 0 0 0 1.34-.67a3.37 3.37 0 0 0 .574-2.2a3.68 3.68 0 0 0-.574-2.3a1.874 1.874 0 0 0-2.872 0a3.45 3.45 0 0 0-.67 2.107ZM29.5 7.814V24.09h-4.309v-1.914H27.2V9.729h-2.009V7.814Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeJbuilder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#735a00" stroke="#735a00" d="M2.5 24.186V7.91h4.309v1.914H4.8v12.447h2.009v1.915ZM12.84 7.814h2.585v8.043a7.7 7.7 0 0 1-.287 2.394a3.65 3.65 0 0 1-1.34 1.819a4.33 4.33 0 0 1-2.585.67a3.9 3.9 0 0 1-2.873-1.054a4.23 4.23 0 0 1-1.053-3.064l2.394-.287a2.86 2.86 0 0 0 .287 1.532a1.3 1.3 0 0 0 1.245.67a1.65 1.65 0 0 0 1.245-.479a4.3 4.3 0 0 0 .383-2.011Zm2.681 12.83V7.814h2.394v4.6a3.4 3.4 0 0 1 2.685-1.249a3.45 3.45 0 0 1 2.777 1.245a5.1 5.1 0 0 1 1.149 3.543a5.35 5.35 0 0 1-1.149 3.638a3.45 3.45 0 0 1-2.777 1.244a2.8 2.8 0 0 1-1.532-.383a5 5 0 0 1-1.34-1.149v1.34Zm2.394-4.883a4 4 0 0 0 .479 2.106a1.82 1.82 0 0 0 1.723.957a1.55 1.55 0 0 0 1.34-.67a3.37 3.37 0 0 0 .574-2.2a3.68 3.68 0 0 0-.574-2.3a1.874 1.874 0 0 0-2.872 0a3.45 3.45 0 0 0-.67 2.107ZM29.5 7.814V24.09h-4.309v-1.914H27.2V9.729h-2.009V7.814Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#735a00" stroke="#735a00" d="M2.5 24.186V7.91h4.309v1.914H4.8v12.447h2.009v1.915ZM12.84 7.814h2.585v8.043a7.7 7.7 0 0 1-.287 2.394a3.65 3.65 0 0 1-1.34 1.819a4.33 4.33 0 0 1-2.585.67a3.9 3.9 0 0 1-2.873-1.054a4.23 4.23 0 0 1-1.053-3.064l2.394-.287a2.86 2.86 0 0 0 .287 1.532a1.3 1.3 0 0 0 1.245.67a1.65 1.65 0 0 0 1.245-.479a4.3 4.3 0 0 0 .383-2.011Zm2.681 12.83V7.814h2.394v4.6a3.4 3.4 0 0 1 2.685-1.249a3.45 3.45 0 0 1 2.777 1.245a5.1 5.1 0 0 1 1.149 3.543a5.35 5.35 0 0 1-1.149 3.638a3.45 3.45 0 0 1-2.777 1.244a2.8 2.8 0 0 1-1.532-.383a5 5 0 0 1-1.34-1.149v1.34Zm2.394-4.883a4 4 0 0 0 .479 2.106a1.82 1.82 0 0 0 1.723.957a1.55 1.55 0 0 0 1.34-.67a3.37 3.37 0 0 0 .574-2.2a3.68 3.68 0 0 0-.574-2.3a1.874 1.874 0 0 0-2.872 0a3.45 3.45 0 0 0-.67 2.107ZM29.5 7.814V24.09h-4.309v-1.914H27.2V9.729h-2.009V7.814Z"/></svg> </template>
CSS
.icon-file-type-jbuilder {
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%23735a00%22%20stroke%3D%22%23735a00%22%20d%3D%22M2.5%2024.186V7.91h4.309v1.914H4.8v12.447h2.009v1.915ZM12.84%207.814h2.585v8.043a7.7%207.7%200%200%201-.287%202.394a3.65%203.65%200%200%201-1.34%201.819a4.33%204.33%200%200%201-2.585.67a3.9%203.9%200%200%201-2.873-1.054a4.23%204.23%200%200%201-1.053-3.064l2.394-.287a2.86%202.86%200%200%200%20.287%201.532a1.3%201.3%200%200%200%201.245.67a1.65%201.65%200%200%200%201.245-.479a4.3%204.3%200%200%200%20.383-2.011Zm2.681%2012.83V7.814h2.394v4.6a3.4%203.4%200%200%201%202.685-1.249a3.45%203.45%200%200%201%202.777%201.245a5.1%205.1%200%200%201%201.149%203.543a5.35%205.35%200%200%201-1.149%203.638a3.45%203.45%200%200%201-2.777%201.244a2.8%202.8%200%200%201-1.532-.383a5%205%200%200%201-1.34-1.149v1.34Zm2.394-4.883a4%204%200%200%200%20.479%202.106a1.82%201.82%200%200%200%201.723.957a1.55%201.55%200%200%200%201.34-.67a3.37%203.37%200%200%200%20.574-2.2a3.68%203.68%200%200%200-.574-2.3a1.874%201.874%200%200%200-2.872%200a3.45%203.45%200%200%200-.67%202.107ZM29.5%207.814V24.09h-4.309v-1.914H27.2V9.729h-2.009V7.814Z%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%23735a00%22%20stroke%3D%22%23735a00%22%20d%3D%22M2.5%2024.186V7.91h4.309v1.914H4.8v12.447h2.009v1.915ZM12.84%207.814h2.585v8.043a7.7%207.7%200%200%201-.287%202.394a3.65%203.65%200%200%201-1.34%201.819a4.33%204.33%200%200%201-2.585.67a3.9%203.9%200%200%201-2.873-1.054a4.23%204.23%200%200%201-1.053-3.064l2.394-.287a2.86%202.86%200%200%200%20.287%201.532a1.3%201.3%200%200%200%201.245.67a1.65%201.65%200%200%200%201.245-.479a4.3%204.3%200%200%200%20.383-2.011Zm2.681%2012.83V7.814h2.394v4.6a3.4%203.4%200%200%201%202.685-1.249a3.45%203.45%200%200%201%202.777%201.245a5.1%205.1%200%200%201%201.149%203.543a5.35%205.35%200%200%201-1.149%203.638a3.45%203.45%200%200%201-2.777%201.244a2.8%202.8%200%200%201-1.532-.383a5%205%200%200%201-1.34-1.149v1.34Zm2.394-4.883a4%204%200%200%200%20.479%202.106a1.82%201.82%200%200%200%201.723.957a1.55%201.55%200%200%200%201.34-.67a3.37%203.37%200%200%200%20.574-2.2a3.68%203.68%200%200%200-.574-2.3a1.874%201.874%200%200%200-2.872%200a3.45%203.45%200%200%200-.67%202.107ZM29.5%207.814V24.09h-4.309v-1.914H27.2V9.729h-2.009V7.814Z%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-jbuilder.svg?color=%231a73e8&size=48