file type precommit logo
file-type-precommit from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-precommit
- 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 precommit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f8b424" d="M29.3 17.7L17.7 29.3a2.42 2.42 0 0 1-3.41 0L2.7 17.7a2.42 2.42 0 0 1 0-3.41L14.3 2.7a2.42 2.42 0 0 1 3.41 0L29.3 14.3a2.42 2.42 0 0 1 0 3.4"/><path d="M16 5.5a1.8 1.8 0 0 1 1.279.527l8.694 8.694a1.815 1.815 0 0 1 0 2.558l-8.694 8.694a1.816 1.816 0 0 1-2.558 0l-8.694-8.694a1.815 1.815 0 0 1 0-2.558l8.694-8.694A1.8 1.8 0 0 1 16 5.5m0-1.286a3.07 3.07 0 0 0-2.188.9l-8.694 8.698a3.1 3.1 0 0 0 0 4.376l8.694 8.694a3.1 3.1 0 0 0 4.376 0l8.694-8.694a3.1 3.1 0 0 0 0-4.376l-8.694-8.694A3.07 3.07 0 0 0 16 4.214"/><path d="M13.062 21.062V10.938h3.28a12 12 0 0 1 2.431.152a2.65 2.65 0 0 1 1.457.991a3.15 3.15 0 0 1 .587 1.971a3.3 3.3 0 0 1-.338 1.568a2.8 2.8 0 0 1-.86 1a3 3 0 0 1-1.06.48a11.6 11.6 0 0 1-2.12.145h-1.333v3.819Zm2.044-8.411v2.872h1.119a5.3 5.3 0 0 0 1.616-.158a1.33 1.33 0 0 0 .87-1.285a1.3 1.3 0 0 0-.325-.911a1.4 1.4 0 0 0-.822-.449a10 10 0 0 0-1.471-.069Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypePrecommit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f8b424" d="M29.3 17.7L17.7 29.3a2.42 2.42 0 0 1-3.41 0L2.7 17.7a2.42 2.42 0 0 1 0-3.41L14.3 2.7a2.42 2.42 0 0 1 3.41 0L29.3 14.3a2.42 2.42 0 0 1 0 3.4"/><path d="M16 5.5a1.8 1.8 0 0 1 1.279.527l8.694 8.694a1.815 1.815 0 0 1 0 2.558l-8.694 8.694a1.816 1.816 0 0 1-2.558 0l-8.694-8.694a1.815 1.815 0 0 1 0-2.558l8.694-8.694A1.8 1.8 0 0 1 16 5.5m0-1.286a3.07 3.07 0 0 0-2.188.9l-8.694 8.698a3.1 3.1 0 0 0 0 4.376l8.694 8.694a3.1 3.1 0 0 0 4.376 0l8.694-8.694a3.1 3.1 0 0 0 0-4.376l-8.694-8.694A3.07 3.07 0 0 0 16 4.214"/><path d="M13.062 21.062V10.938h3.28a12 12 0 0 1 2.431.152a2.65 2.65 0 0 1 1.457.991a3.15 3.15 0 0 1 .587 1.971a3.3 3.3 0 0 1-.338 1.568a2.8 2.8 0 0 1-.86 1a3 3 0 0 1-1.06.48a11.6 11.6 0 0 1-2.12.145h-1.333v3.819Zm2.044-8.411v2.872h1.119a5.3 5.3 0 0 0 1.616-.158a1.33 1.33 0 0 0 .87-1.285a1.3 1.3 0 0 0-.325-.911a1.4 1.4 0 0 0-.822-.449a10 10 0 0 0-1.471-.069Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f8b424" d="M29.3 17.7L17.7 29.3a2.42 2.42 0 0 1-3.41 0L2.7 17.7a2.42 2.42 0 0 1 0-3.41L14.3 2.7a2.42 2.42 0 0 1 3.41 0L29.3 14.3a2.42 2.42 0 0 1 0 3.4"/><path d="M16 5.5a1.8 1.8 0 0 1 1.279.527l8.694 8.694a1.815 1.815 0 0 1 0 2.558l-8.694 8.694a1.816 1.816 0 0 1-2.558 0l-8.694-8.694a1.815 1.815 0 0 1 0-2.558l8.694-8.694A1.8 1.8 0 0 1 16 5.5m0-1.286a3.07 3.07 0 0 0-2.188.9l-8.694 8.698a3.1 3.1 0 0 0 0 4.376l8.694 8.694a3.1 3.1 0 0 0 4.376 0l8.694-8.694a3.1 3.1 0 0 0 0-4.376l-8.694-8.694A3.07 3.07 0 0 0 16 4.214"/><path d="M13.062 21.062V10.938h3.28a12 12 0 0 1 2.431.152a2.65 2.65 0 0 1 1.457.991a3.15 3.15 0 0 1 .587 1.971a3.3 3.3 0 0 1-.338 1.568a2.8 2.8 0 0 1-.86 1a3 3 0 0 1-1.06.48a11.6 11.6 0 0 1-2.12.145h-1.333v3.819Zm2.044-8.411v2.872h1.119a5.3 5.3 0 0 0 1.616-.158a1.33 1.33 0 0 0 .87-1.285a1.3 1.3 0 0 0-.325-.911a1.4 1.4 0 0 0-.822-.449a10 10 0 0 0-1.471-.069Z"/></svg> </template>
CSS
.icon-file-type-precommit {
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%23f8b424%22%20d%3D%22M29.3%2017.7L17.7%2029.3a2.42%202.42%200%200%201-3.41%200L2.7%2017.7a2.42%202.42%200%200%201%200-3.41L14.3%202.7a2.42%202.42%200%200%201%203.41%200L29.3%2014.3a2.42%202.42%200%200%201%200%203.4%22%2F%3E%3Cpath%20d%3D%22M16%205.5a1.8%201.8%200%200%201%201.279.527l8.694%208.694a1.815%201.815%200%200%201%200%202.558l-8.694%208.694a1.816%201.816%200%200%201-2.558%200l-8.694-8.694a1.815%201.815%200%200%201%200-2.558l8.694-8.694A1.8%201.8%200%200%201%2016%205.5m0-1.286a3.07%203.07%200%200%200-2.188.9l-8.694%208.698a3.1%203.1%200%200%200%200%204.376l8.694%208.694a3.1%203.1%200%200%200%204.376%200l8.694-8.694a3.1%203.1%200%200%200%200-4.376l-8.694-8.694A3.07%203.07%200%200%200%2016%204.214%22%2F%3E%3Cpath%20d%3D%22M13.062%2021.062V10.938h3.28a12%2012%200%200%201%202.431.152a2.65%202.65%200%200%201%201.457.991a3.15%203.15%200%200%201%20.587%201.971a3.3%203.3%200%200%201-.338%201.568a2.8%202.8%200%200%201-.86%201a3%203%200%200%201-1.06.48a11.6%2011.6%200%200%201-2.12.145h-1.333v3.819Zm2.044-8.411v2.872h1.119a5.3%205.3%200%200%200%201.616-.158a1.33%201.33%200%200%200%20.87-1.285a1.3%201.3%200%200%200-.325-.911a1.4%201.4%200%200%200-.822-.449a10%2010%200%200%200-1.471-.069Z%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%23f8b424%22%20d%3D%22M29.3%2017.7L17.7%2029.3a2.42%202.42%200%200%201-3.41%200L2.7%2017.7a2.42%202.42%200%200%201%200-3.41L14.3%202.7a2.42%202.42%200%200%201%203.41%200L29.3%2014.3a2.42%202.42%200%200%201%200%203.4%22%2F%3E%3Cpath%20d%3D%22M16%205.5a1.8%201.8%200%200%201%201.279.527l8.694%208.694a1.815%201.815%200%200%201%200%202.558l-8.694%208.694a1.816%201.816%200%200%201-2.558%200l-8.694-8.694a1.815%201.815%200%200%201%200-2.558l8.694-8.694A1.8%201.8%200%200%201%2016%205.5m0-1.286a3.07%203.07%200%200%200-2.188.9l-8.694%208.698a3.1%203.1%200%200%200%200%204.376l8.694%208.694a3.1%203.1%200%200%200%204.376%200l8.694-8.694a3.1%203.1%200%200%200%200-4.376l-8.694-8.694A3.07%203.07%200%200%200%2016%204.214%22%2F%3E%3Cpath%20d%3D%22M13.062%2021.062V10.938h3.28a12%2012%200%200%201%202.431.152a2.65%202.65%200%200%201%201.457.991a3.15%203.15%200%200%201%20.587%201.971a3.3%203.3%200%200%201-.338%201.568a2.8%202.8%200%200%201-.86%201a3%203%200%200%201-1.06.48a11.6%2011.6%200%200%201-2.12.145h-1.333v3.819Zm2.044-8.411v2.872h1.119a5.3%205.3%200%200%200%201.616-.158a1.33%201.33%200%200%200%20.87-1.285a1.3%201.3%200%200%200-.325-.911a1.4%201.4%200%200%200-.822-.449a10%2010%200%200%200-1.471-.069Z%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-precommit.svg?color=%231a73e8&size=48