file type gradle logo
file-type-gradle from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-gradle
- 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 gradle logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M21.463 26.37h-1.838a.83.83 0 0 1-.823-.725a2.381 2.381 0 0 0-4.722 0a.83.83 0 0 1-.823.725H11.4a.83.83 0 0 1-.836-.705a2.377 2.377 0 0 0-4.719 0a.84.84 0 0 1-.826.725h-1.9a.83.83 0 0 1-.816-.676a14.3 14.3 0 0 1 .48-7.557A10.66 10.66 0 0 1 6.6 13.079l.389-.277A1.83 1.83 0 0 1 7.9 10.47c6.237-2.972 10.45-.826 13.516.738c2.286 1.169 3.55 1.728 4.7.575A2.048 2.048 0 0 0 23.442 8.7a.836.836 0 0 1-1.087-.075l-.542-.542a.837.837 0 0 1 .006-1.183l.013-.013A4.726 4.726 0 0 1 28.4 7a5.7 5.7 0 0 1 1.58 4.386c-.179 2.531-1.9 5.036-5.12 7.442c-.748.562-2.5 2.339-2.567 6.741a.836.836 0 0 1-.833.826Zm-1.828-.813h1.819c.026-1.6.369-5.489 2.906-7.387c2.968-2.224 4.624-4.572 4.784-6.828a4.83 4.83 0 0 0-1.339-3.733a3.883 3.883 0 0 0-5.388-.1l.526.526a2.89 2.89 0 0 1 3.765 4.365c-1.633 1.633-3.507.683-5.676-.421a18.2 18.2 0 0 0-5.313-1.986a12.35 12.35 0 0 0-7.458 1.258a.98.98 0 0 0-.471 1.3q.018.037.039.075l.066.114L9.6 15.682a.98.98 0 0 0 1.33.388h.005l.043-.023l.055-.026l.689-.385a18 18 0 0 0 2.427-1.809a.417.417 0 0 1 .59.022a.42.42 0 0 1-.042.584a18 18 0 0 1-2.548 1.9l-.787.441l-.058.026a1.836 1.836 0 0 1-2.42-.706l-1.5-2.54l-.326.219a9.8 9.8 0 0 0-3.5 4.676a13.47 13.47 0 0 0-.447 7.09h1.897a3.223 3.223 0 0 1 6.391 0h1.842a3.22 3.22 0 0 1 6.387 0Zm1.423-10.45l-1.306-.653a.826.826 0 1 1 1.306.653"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeGradle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M21.463 26.37h-1.838a.83.83 0 0 1-.823-.725a2.381 2.381 0 0 0-4.722 0a.83.83 0 0 1-.823.725H11.4a.83.83 0 0 1-.836-.705a2.377 2.377 0 0 0-4.719 0a.84.84 0 0 1-.826.725h-1.9a.83.83 0 0 1-.816-.676a14.3 14.3 0 0 1 .48-7.557A10.66 10.66 0 0 1 6.6 13.079l.389-.277A1.83 1.83 0 0 1 7.9 10.47c6.237-2.972 10.45-.826 13.516.738c2.286 1.169 3.55 1.728 4.7.575A2.048 2.048 0 0 0 23.442 8.7a.836.836 0 0 1-1.087-.075l-.542-.542a.837.837 0 0 1 .006-1.183l.013-.013A4.726 4.726 0 0 1 28.4 7a5.7 5.7 0 0 1 1.58 4.386c-.179 2.531-1.9 5.036-5.12 7.442c-.748.562-2.5 2.339-2.567 6.741a.836.836 0 0 1-.833.826Zm-1.828-.813h1.819c.026-1.6.369-5.489 2.906-7.387c2.968-2.224 4.624-4.572 4.784-6.828a4.83 4.83 0 0 0-1.339-3.733a3.883 3.883 0 0 0-5.388-.1l.526.526a2.89 2.89 0 0 1 3.765 4.365c-1.633 1.633-3.507.683-5.676-.421a18.2 18.2 0 0 0-5.313-1.986a12.35 12.35 0 0 0-7.458 1.258a.98.98 0 0 0-.471 1.3q.018.037.039.075l.066.114L9.6 15.682a.98.98 0 0 0 1.33.388h.005l.043-.023l.055-.026l.689-.385a18 18 0 0 0 2.427-1.809a.417.417 0 0 1 .59.022a.42.42 0 0 1-.042.584a18 18 0 0 1-2.548 1.9l-.787.441l-.058.026a1.836 1.836 0 0 1-2.42-.706l-1.5-2.54l-.326.219a9.8 9.8 0 0 0-3.5 4.676a13.47 13.47 0 0 0-.447 7.09h1.897a3.223 3.223 0 0 1 6.391 0h1.842a3.22 3.22 0 0 1 6.387 0Zm1.423-10.45l-1.306-.653a.826.826 0 1 1 1.306.653"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M21.463 26.37h-1.838a.83.83 0 0 1-.823-.725a2.381 2.381 0 0 0-4.722 0a.83.83 0 0 1-.823.725H11.4a.83.83 0 0 1-.836-.705a2.377 2.377 0 0 0-4.719 0a.84.84 0 0 1-.826.725h-1.9a.83.83 0 0 1-.816-.676a14.3 14.3 0 0 1 .48-7.557A10.66 10.66 0 0 1 6.6 13.079l.389-.277A1.83 1.83 0 0 1 7.9 10.47c6.237-2.972 10.45-.826 13.516.738c2.286 1.169 3.55 1.728 4.7.575A2.048 2.048 0 0 0 23.442 8.7a.836.836 0 0 1-1.087-.075l-.542-.542a.837.837 0 0 1 .006-1.183l.013-.013A4.726 4.726 0 0 1 28.4 7a5.7 5.7 0 0 1 1.58 4.386c-.179 2.531-1.9 5.036-5.12 7.442c-.748.562-2.5 2.339-2.567 6.741a.836.836 0 0 1-.833.826Zm-1.828-.813h1.819c.026-1.6.369-5.489 2.906-7.387c2.968-2.224 4.624-4.572 4.784-6.828a4.83 4.83 0 0 0-1.339-3.733a3.883 3.883 0 0 0-5.388-.1l.526.526a2.89 2.89 0 0 1 3.765 4.365c-1.633 1.633-3.507.683-5.676-.421a18.2 18.2 0 0 0-5.313-1.986a12.35 12.35 0 0 0-7.458 1.258a.98.98 0 0 0-.471 1.3q.018.037.039.075l.066.114L9.6 15.682a.98.98 0 0 0 1.33.388h.005l.043-.023l.055-.026l.689-.385a18 18 0 0 0 2.427-1.809a.417.417 0 0 1 .59.022a.42.42 0 0 1-.042.584a18 18 0 0 1-2.548 1.9l-.787.441l-.058.026a1.836 1.836 0 0 1-2.42-.706l-1.5-2.54l-.326.219a9.8 9.8 0 0 0-3.5 4.676a13.47 13.47 0 0 0-.447 7.09h1.897a3.223 3.223 0 0 1 6.391 0h1.842a3.22 3.22 0 0 1 6.387 0Zm1.423-10.45l-1.306-.653a.826.826 0 1 1 1.306.653"/></svg> </template>
CSS
.icon-file-type-gradle {
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%23d2d2d2%22%20d%3D%22M21.463%2026.37h-1.838a.83.83%200%200%201-.823-.725a2.381%202.381%200%200%200-4.722%200a.83.83%200%200%201-.823.725H11.4a.83.83%200%200%201-.836-.705a2.377%202.377%200%200%200-4.719%200a.84.84%200%200%201-.826.725h-1.9a.83.83%200%200%201-.816-.676a14.3%2014.3%200%200%201%20.48-7.557A10.66%2010.66%200%200%201%206.6%2013.079l.389-.277A1.83%201.83%200%200%201%207.9%2010.47c6.237-2.972%2010.45-.826%2013.516.738c2.286%201.169%203.55%201.728%204.7.575A2.048%202.048%200%200%200%2023.442%208.7a.836.836%200%200%201-1.087-.075l-.542-.542a.837.837%200%200%201%20.006-1.183l.013-.013A4.726%204.726%200%200%201%2028.4%207a5.7%205.7%200%200%201%201.58%204.386c-.179%202.531-1.9%205.036-5.12%207.442c-.748.562-2.5%202.339-2.567%206.741a.836.836%200%200%201-.833.826Zm-1.828-.813h1.819c.026-1.6.369-5.489%202.906-7.387c2.968-2.224%204.624-4.572%204.784-6.828a4.83%204.83%200%200%200-1.339-3.733a3.883%203.883%200%200%200-5.388-.1l.526.526a2.89%202.89%200%200%201%203.765%204.365c-1.633%201.633-3.507.683-5.676-.421a18.2%2018.2%200%200%200-5.313-1.986a12.35%2012.35%200%200%200-7.458%201.258a.98.98%200%200%200-.471%201.3q.018.037.039.075l.066.114L9.6%2015.682a.98.98%200%200%200%201.33.388h.005l.043-.023l.055-.026l.689-.385a18%2018%200%200%200%202.427-1.809a.417.417%200%200%201%20.59.022a.42.42%200%200%201-.042.584a18%2018%200%200%201-2.548%201.9l-.787.441l-.058.026a1.836%201.836%200%200%201-2.42-.706l-1.5-2.54l-.326.219a9.8%209.8%200%200%200-3.5%204.676a13.47%2013.47%200%200%200-.447%207.09h1.897a3.223%203.223%200%200%201%206.391%200h1.842a3.22%203.22%200%200%201%206.387%200Zm1.423-10.45l-1.306-.653a.826.826%200%201%201%201.306.653%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%23d2d2d2%22%20d%3D%22M21.463%2026.37h-1.838a.83.83%200%200%201-.823-.725a2.381%202.381%200%200%200-4.722%200a.83.83%200%200%201-.823.725H11.4a.83.83%200%200%201-.836-.705a2.377%202.377%200%200%200-4.719%200a.84.84%200%200%201-.826.725h-1.9a.83.83%200%200%201-.816-.676a14.3%2014.3%200%200%201%20.48-7.557A10.66%2010.66%200%200%201%206.6%2013.079l.389-.277A1.83%201.83%200%200%201%207.9%2010.47c6.237-2.972%2010.45-.826%2013.516.738c2.286%201.169%203.55%201.728%204.7.575A2.048%202.048%200%200%200%2023.442%208.7a.836.836%200%200%201-1.087-.075l-.542-.542a.837.837%200%200%201%20.006-1.183l.013-.013A4.726%204.726%200%200%201%2028.4%207a5.7%205.7%200%200%201%201.58%204.386c-.179%202.531-1.9%205.036-5.12%207.442c-.748.562-2.5%202.339-2.567%206.741a.836.836%200%200%201-.833.826Zm-1.828-.813h1.819c.026-1.6.369-5.489%202.906-7.387c2.968-2.224%204.624-4.572%204.784-6.828a4.83%204.83%200%200%200-1.339-3.733a3.883%203.883%200%200%200-5.388-.1l.526.526a2.89%202.89%200%200%201%203.765%204.365c-1.633%201.633-3.507.683-5.676-.421a18.2%2018.2%200%200%200-5.313-1.986a12.35%2012.35%200%200%200-7.458%201.258a.98.98%200%200%200-.471%201.3q.018.037.039.075l.066.114L9.6%2015.682a.98.98%200%200%200%201.33.388h.005l.043-.023l.055-.026l.689-.385a18%2018%200%200%200%202.427-1.809a.417.417%200%200%201%20.59.022a.42.42%200%200%201-.042.584a18%2018%200%200%201-2.548%201.9l-.787.441l-.058.026a1.836%201.836%200%200%201-2.42-.706l-1.5-2.54l-.326.219a9.8%209.8%200%200%200-3.5%204.676a13.47%2013.47%200%200%200-.447%207.09h1.897a3.223%203.223%200%200%201%206.391%200h1.842a3.22%203.22%200%200%201%206.387%200Zm1.423-10.45l-1.306-.653a.826.826%200%201%201%201.306.653%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-gradle.svg?color=%231a73e8&size=48