file type humanstxt logo
file-type-humanstxt from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-humanstxt
- 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 humanstxt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e55017" d="M25.69 28.73c2.67-6.08 0 0 4.26-3.78c-1.03-6.14-1.68-11.86-2.61-17.7c-.5-3.1-2.22-4.28-5.28-3.85L5.27 5.71c-2.09.41-3.53 2.2-3.23 4.29c.72 5.07 1.55 10.12 2.39 15.17c.35 2.1 1.78 3.14 3.83 3.34c.85.08 1.75.19 2.6.2"/><path fill="#e9e9e7" d="M29.95 24.95h-1.36c-.5 0-.78-.28-.78-.77v-7.03c0-4.76-2.26-6.85-6.28-6.85a6.87 6.87 0 0 0-6.18 3.57h-.07s.07-.64.07-1.52V6.03c0-.77-.18-1.33-.53-1.72c-.39-.43-1-.65-1.87-.65H8.67v3.82h1.42c.5 0 .77.25.77.77v20.48h4.49v-8.26c0-.85.07-1.62.28-2.33a5.06 5.06 0 0 1 4.87-3.74c2.26 0 2.86 1.48 2.86 3.67v1.75c.3 0 .84-.5 1.49-.67c.63-.17 1.11.34 1.18 1.03c.1 1.04-.33 2.01-1.36 2.09c-.56.04-1-.25-1.3-.53v4.6c0 1.67.69 2.38 2.32 2.4H30v-3.79m-13.32-4.91c.47 2.04-.23 4.1 1.75 4.6c1.93.47 2.76-1.38 3.53-2.84c.2-.37.57-.76.19-1.4c-1.64.32-3.35 1.01-5.47-.36m5.02-3.26c-.68-.05-1.14.36-1.22 1c-.09.74.4 1.17 1.11 1.35c.67-.05 1.13-.37 1.2-1.04c.08-.75-.3-1.25-1.08-1.3m-3.02 1.87c.67-.02 1.03-.48 1.1-1.18c-.09-.63-.38-1.08-1.1-1.11c-.73-.03-1.13.38-1.17 1.04c-.05.78.38 1.27 1.17 1.25"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeHumanstxt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e55017" d="M25.69 28.73c2.67-6.08 0 0 4.26-3.78c-1.03-6.14-1.68-11.86-2.61-17.7c-.5-3.1-2.22-4.28-5.28-3.85L5.27 5.71c-2.09.41-3.53 2.2-3.23 4.29c.72 5.07 1.55 10.12 2.39 15.17c.35 2.1 1.78 3.14 3.83 3.34c.85.08 1.75.19 2.6.2"/><path fill="#e9e9e7" d="M29.95 24.95h-1.36c-.5 0-.78-.28-.78-.77v-7.03c0-4.76-2.26-6.85-6.28-6.85a6.87 6.87 0 0 0-6.18 3.57h-.07s.07-.64.07-1.52V6.03c0-.77-.18-1.33-.53-1.72c-.39-.43-1-.65-1.87-.65H8.67v3.82h1.42c.5 0 .77.25.77.77v20.48h4.49v-8.26c0-.85.07-1.62.28-2.33a5.06 5.06 0 0 1 4.87-3.74c2.26 0 2.86 1.48 2.86 3.67v1.75c.3 0 .84-.5 1.49-.67c.63-.17 1.11.34 1.18 1.03c.1 1.04-.33 2.01-1.36 2.09c-.56.04-1-.25-1.3-.53v4.6c0 1.67.69 2.38 2.32 2.4H30v-3.79m-13.32-4.91c.47 2.04-.23 4.1 1.75 4.6c1.93.47 2.76-1.38 3.53-2.84c.2-.37.57-.76.19-1.4c-1.64.32-3.35 1.01-5.47-.36m5.02-3.26c-.68-.05-1.14.36-1.22 1c-.09.74.4 1.17 1.11 1.35c.67-.05 1.13-.37 1.2-1.04c.08-.75-.3-1.25-1.08-1.3m-3.02 1.87c.67-.02 1.03-.48 1.1-1.18c-.09-.63-.38-1.08-1.1-1.11c-.73-.03-1.13.38-1.17 1.04c-.05.78.38 1.27 1.17 1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e55017" d="M25.69 28.73c2.67-6.08 0 0 4.26-3.78c-1.03-6.14-1.68-11.86-2.61-17.7c-.5-3.1-2.22-4.28-5.28-3.85L5.27 5.71c-2.09.41-3.53 2.2-3.23 4.29c.72 5.07 1.55 10.12 2.39 15.17c.35 2.1 1.78 3.14 3.83 3.34c.85.08 1.75.19 2.6.2"/><path fill="#e9e9e7" d="M29.95 24.95h-1.36c-.5 0-.78-.28-.78-.77v-7.03c0-4.76-2.26-6.85-6.28-6.85a6.87 6.87 0 0 0-6.18 3.57h-.07s.07-.64.07-1.52V6.03c0-.77-.18-1.33-.53-1.72c-.39-.43-1-.65-1.87-.65H8.67v3.82h1.42c.5 0 .77.25.77.77v20.48h4.49v-8.26c0-.85.07-1.62.28-2.33a5.06 5.06 0 0 1 4.87-3.74c2.26 0 2.86 1.48 2.86 3.67v1.75c.3 0 .84-.5 1.49-.67c.63-.17 1.11.34 1.18 1.03c.1 1.04-.33 2.01-1.36 2.09c-.56.04-1-.25-1.3-.53v4.6c0 1.67.69 2.38 2.32 2.4H30v-3.79m-13.32-4.91c.47 2.04-.23 4.1 1.75 4.6c1.93.47 2.76-1.38 3.53-2.84c.2-.37.57-.76.19-1.4c-1.64.32-3.35 1.01-5.47-.36m5.02-3.26c-.68-.05-1.14.36-1.22 1c-.09.74.4 1.17 1.11 1.35c.67-.05 1.13-.37 1.2-1.04c.08-.75-.3-1.25-1.08-1.3m-3.02 1.87c.67-.02 1.03-.48 1.1-1.18c-.09-.63-.38-1.08-1.1-1.11c-.73-.03-1.13.38-1.17 1.04c-.05.78.38 1.27 1.17 1.25"/></svg> </template>
CSS
.icon-file-type-humanstxt {
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%23e55017%22%20d%3D%22M25.69%2028.73c2.67-6.08%200%200%204.26-3.78c-1.03-6.14-1.68-11.86-2.61-17.7c-.5-3.1-2.22-4.28-5.28-3.85L5.27%205.71c-2.09.41-3.53%202.2-3.23%204.29c.72%205.07%201.55%2010.12%202.39%2015.17c.35%202.1%201.78%203.14%203.83%203.34c.85.08%201.75.19%202.6.2%22%2F%3E%3Cpath%20fill%3D%22%23e9e9e7%22%20d%3D%22M29.95%2024.95h-1.36c-.5%200-.78-.28-.78-.77v-7.03c0-4.76-2.26-6.85-6.28-6.85a6.87%206.87%200%200%200-6.18%203.57h-.07s.07-.64.07-1.52V6.03c0-.77-.18-1.33-.53-1.72c-.39-.43-1-.65-1.87-.65H8.67v3.82h1.42c.5%200%20.77.25.77.77v20.48h4.49v-8.26c0-.85.07-1.62.28-2.33a5.06%205.06%200%200%201%204.87-3.74c2.26%200%202.86%201.48%202.86%203.67v1.75c.3%200%20.84-.5%201.49-.67c.63-.17%201.11.34%201.18%201.03c.1%201.04-.33%202.01-1.36%202.09c-.56.04-1-.25-1.3-.53v4.6c0%201.67.69%202.38%202.32%202.4H30v-3.79m-13.32-4.91c.47%202.04-.23%204.1%201.75%204.6c1.93.47%202.76-1.38%203.53-2.84c.2-.37.57-.76.19-1.4c-1.64.32-3.35%201.01-5.47-.36m5.02-3.26c-.68-.05-1.14.36-1.22%201c-.09.74.4%201.17%201.11%201.35c.67-.05%201.13-.37%201.2-1.04c.08-.75-.3-1.25-1.08-1.3m-3.02%201.87c.67-.02%201.03-.48%201.1-1.18c-.09-.63-.38-1.08-1.1-1.11c-.73-.03-1.13.38-1.17%201.04c-.05.78.38%201.27%201.17%201.25%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%23e55017%22%20d%3D%22M25.69%2028.73c2.67-6.08%200%200%204.26-3.78c-1.03-6.14-1.68-11.86-2.61-17.7c-.5-3.1-2.22-4.28-5.28-3.85L5.27%205.71c-2.09.41-3.53%202.2-3.23%204.29c.72%205.07%201.55%2010.12%202.39%2015.17c.35%202.1%201.78%203.14%203.83%203.34c.85.08%201.75.19%202.6.2%22%2F%3E%3Cpath%20fill%3D%22%23e9e9e7%22%20d%3D%22M29.95%2024.95h-1.36c-.5%200-.78-.28-.78-.77v-7.03c0-4.76-2.26-6.85-6.28-6.85a6.87%206.87%200%200%200-6.18%203.57h-.07s.07-.64.07-1.52V6.03c0-.77-.18-1.33-.53-1.72c-.39-.43-1-.65-1.87-.65H8.67v3.82h1.42c.5%200%20.77.25.77.77v20.48h4.49v-8.26c0-.85.07-1.62.28-2.33a5.06%205.06%200%200%201%204.87-3.74c2.26%200%202.86%201.48%202.86%203.67v1.75c.3%200%20.84-.5%201.49-.67c.63-.17%201.11.34%201.18%201.03c.1%201.04-.33%202.01-1.36%202.09c-.56.04-1-.25-1.3-.53v4.6c0%201.67.69%202.38%202.32%202.4H30v-3.79m-13.32-4.91c.47%202.04-.23%204.1%201.75%204.6c1.93.47%202.76-1.38%203.53-2.84c.2-.37.57-.76.19-1.4c-1.64.32-3.35%201.01-5.47-.36m5.02-3.26c-.68-.05-1.14.36-1.22%201c-.09.74.4%201.17%201.11%201.35c.67-.05%201.13-.37%201.2-1.04c.08-.75-.3-1.25-1.08-1.3m-3.02%201.87c.67-.02%201.03-.48%201.1-1.18c-.09-.63-.38-1.08-1.1-1.11c-.73-.03-1.13.38-1.17%201.04c-.05.78.38%201.27%201.17%201.25%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-humanstxt.svg?color=%231a73e8&size=48