file type tombi logo
file-type-tombi from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-tombi
- 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 tombi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#006"/><path fill="#9c4221" d="M8.7 8.7H12v1.6h-1.5v11.4H12v1.6H8.7Zm14.6 0H20v1.6h1.6v11.4H20v1.6h3.3Z"/><path fill="#fffde8" d="M15.8 23.4V22s-.3.6-.5.7l-.7.4v-.3q0-.5.3-1v-.3l-1.2.8h-.2v-.1c0-.5.5-1.5.5-1.6c-.2.2-1.8-.1-1.8-.2l.1-.2l2-1.2q.6-.4 1-1v-.3c-1 .6-3.4-.8-3.5-.9L9 15.5c-.2-.1.6-.2.6-.2l-2-.5v-.2l.9-.4c-.2 0-3.3-.2-2.9-.6c.2-.2 2.1-.4 2-.4c-.3 0-3-1-2.9-1.3c.1-.1 2.8.3 2.7.2c-.2-.2-2-2.6-1.5-2.4c.2 0 3.6 2.7 6.3 3.8l2.8.7q.3-.3.8-.4l.8.2q.4.2.9.1q.8-.3 1.5-1c3.1-2.6 3.8-5.9 3.9-6c.1.2.2 1.5 0 2.3c.8-.4 1.2-3 1.3-3s.4 2.2-.1 3c1.3-.7 1.9-2.3 2-1.9q.1.5-.2 1.2c-.4 1-.4.8-1 1.7c.9 0 1.6-.7 1.7-.4s-1.4 1.5-1.7 1.5c.5.2 1.2-.1 1.4 0c.6.2-3 2.6-3 2.6q.6-.2.7 0l-3.8 2.8c-.3.3-1.1.9-2.2.7l.4.6a7 7 0 0 0 2.2 1.2l1 .4c.1.2-.6.7-1.7.4l.2.3l.7 1c-.6.1-1.4-.5-1.5-.5l.6 1.4v.3s-1-.5-1.3-1q-.2 0 0 0v1.5q-.4 0-.6-.4l-.3-.5v.2q0 .5-.4 1h-.1L17 23l-.2-.3l-.2.3l-.6.6z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeTombi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#006"/><path fill="#9c4221" d="M8.7 8.7H12v1.6h-1.5v11.4H12v1.6H8.7Zm14.6 0H20v1.6h1.6v11.4H20v1.6h3.3Z"/><path fill="#fffde8" d="M15.8 23.4V22s-.3.6-.5.7l-.7.4v-.3q0-.5.3-1v-.3l-1.2.8h-.2v-.1c0-.5.5-1.5.5-1.6c-.2.2-1.8-.1-1.8-.2l.1-.2l2-1.2q.6-.4 1-1v-.3c-1 .6-3.4-.8-3.5-.9L9 15.5c-.2-.1.6-.2.6-.2l-2-.5v-.2l.9-.4c-.2 0-3.3-.2-2.9-.6c.2-.2 2.1-.4 2-.4c-.3 0-3-1-2.9-1.3c.1-.1 2.8.3 2.7.2c-.2-.2-2-2.6-1.5-2.4c.2 0 3.6 2.7 6.3 3.8l2.8.7q.3-.3.8-.4l.8.2q.4.2.9.1q.8-.3 1.5-1c3.1-2.6 3.8-5.9 3.9-6c.1.2.2 1.5 0 2.3c.8-.4 1.2-3 1.3-3s.4 2.2-.1 3c1.3-.7 1.9-2.3 2-1.9q.1.5-.2 1.2c-.4 1-.4.8-1 1.7c.9 0 1.6-.7 1.7-.4s-1.4 1.5-1.7 1.5c.5.2 1.2-.1 1.4 0c.6.2-3 2.6-3 2.6q.6-.2.7 0l-3.8 2.8c-.3.3-1.1.9-2.2.7l.4.6a7 7 0 0 0 2.2 1.2l1 .4c.1.2-.6.7-1.7.4l.2.3l.7 1c-.6.1-1.4-.5-1.5-.5l.6 1.4v.3s-1-.5-1.3-1q-.2 0 0 0v1.5q-.4 0-.6-.4l-.3-.5v.2q0 .5-.4 1h-.1L17 23l-.2-.3l-.2.3l-.6.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#006"/><path fill="#9c4221" d="M8.7 8.7H12v1.6h-1.5v11.4H12v1.6H8.7Zm14.6 0H20v1.6h1.6v11.4H20v1.6h3.3Z"/><path fill="#fffde8" d="M15.8 23.4V22s-.3.6-.5.7l-.7.4v-.3q0-.5.3-1v-.3l-1.2.8h-.2v-.1c0-.5.5-1.5.5-1.6c-.2.2-1.8-.1-1.8-.2l.1-.2l2-1.2q.6-.4 1-1v-.3c-1 .6-3.4-.8-3.5-.9L9 15.5c-.2-.1.6-.2.6-.2l-2-.5v-.2l.9-.4c-.2 0-3.3-.2-2.9-.6c.2-.2 2.1-.4 2-.4c-.3 0-3-1-2.9-1.3c.1-.1 2.8.3 2.7.2c-.2-.2-2-2.6-1.5-2.4c.2 0 3.6 2.7 6.3 3.8l2.8.7q.3-.3.8-.4l.8.2q.4.2.9.1q.8-.3 1.5-1c3.1-2.6 3.8-5.9 3.9-6c.1.2.2 1.5 0 2.3c.8-.4 1.2-3 1.3-3s.4 2.2-.1 3c1.3-.7 1.9-2.3 2-1.9q.1.5-.2 1.2c-.4 1-.4.8-1 1.7c.9 0 1.6-.7 1.7-.4s-1.4 1.5-1.7 1.5c.5.2 1.2-.1 1.4 0c.6.2-3 2.6-3 2.6q.6-.2.7 0l-3.8 2.8c-.3.3-1.1.9-2.2.7l.4.6a7 7 0 0 0 2.2 1.2l1 .4c.1.2-.6.7-1.7.4l.2.3l.7 1c-.6.1-1.4-.5-1.5-.5l.6 1.4v.3s-1-.5-1.3-1q-.2 0 0 0v1.5q-.4 0-.6-.4l-.3-.5v.2q0 .5-.4 1h-.1L17 23l-.2-.3l-.2.3l-.6.6z"/></svg> </template>
CSS
.icon-file-type-tombi {
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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23006%22%2F%3E%3Cpath%20fill%3D%22%239c4221%22%20d%3D%22M8.7%208.7H12v1.6h-1.5v11.4H12v1.6H8.7Zm14.6%200H20v1.6h1.6v11.4H20v1.6h3.3Z%22%2F%3E%3Cpath%20fill%3D%22%23fffde8%22%20d%3D%22M15.8%2023.4V22s-.3.6-.5.7l-.7.4v-.3q0-.5.3-1v-.3l-1.2.8h-.2v-.1c0-.5.5-1.5.5-1.6c-.2.2-1.8-.1-1.8-.2l.1-.2l2-1.2q.6-.4%201-1v-.3c-1%20.6-3.4-.8-3.5-.9L9%2015.5c-.2-.1.6-.2.6-.2l-2-.5v-.2l.9-.4c-.2%200-3.3-.2-2.9-.6c.2-.2%202.1-.4%202-.4c-.3%200-3-1-2.9-1.3c.1-.1%202.8.3%202.7.2c-.2-.2-2-2.6-1.5-2.4c.2%200%203.6%202.7%206.3%203.8l2.8.7q.3-.3.8-.4l.8.2q.4.2.9.1q.8-.3%201.5-1c3.1-2.6%203.8-5.9%203.9-6c.1.2.2%201.5%200%202.3c.8-.4%201.2-3%201.3-3s.4%202.2-.1%203c1.3-.7%201.9-2.3%202-1.9q.1.5-.2%201.2c-.4%201-.4.8-1%201.7c.9%200%201.6-.7%201.7-.4s-1.4%201.5-1.7%201.5c.5.2%201.2-.1%201.4%200c.6.2-3%202.6-3%202.6q.6-.2.7%200l-3.8%202.8c-.3.3-1.1.9-2.2.7l.4.6a7%207%200%200%200%202.2%201.2l1%20.4c.1.2-.6.7-1.7.4l.2.3l.7%201c-.6.1-1.4-.5-1.5-.5l.6%201.4v.3s-1-.5-1.3-1q-.2%200%200%200v1.5q-.4%200-.6-.4l-.3-.5v.2q0%20.5-.4%201h-.1L17%2023l-.2-.3l-.2.3l-.6.6z%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23006%22%2F%3E%3Cpath%20fill%3D%22%239c4221%22%20d%3D%22M8.7%208.7H12v1.6h-1.5v11.4H12v1.6H8.7Zm14.6%200H20v1.6h1.6v11.4H20v1.6h3.3Z%22%2F%3E%3Cpath%20fill%3D%22%23fffde8%22%20d%3D%22M15.8%2023.4V22s-.3.6-.5.7l-.7.4v-.3q0-.5.3-1v-.3l-1.2.8h-.2v-.1c0-.5.5-1.5.5-1.6c-.2.2-1.8-.1-1.8-.2l.1-.2l2-1.2q.6-.4%201-1v-.3c-1%20.6-3.4-.8-3.5-.9L9%2015.5c-.2-.1.6-.2.6-.2l-2-.5v-.2l.9-.4c-.2%200-3.3-.2-2.9-.6c.2-.2%202.1-.4%202-.4c-.3%200-3-1-2.9-1.3c.1-.1%202.8.3%202.7.2c-.2-.2-2-2.6-1.5-2.4c.2%200%203.6%202.7%206.3%203.8l2.8.7q.3-.3.8-.4l.8.2q.4.2.9.1q.8-.3%201.5-1c3.1-2.6%203.8-5.9%203.9-6c.1.2.2%201.5%200%202.3c.8-.4%201.2-3%201.3-3s.4%202.2-.1%203c1.3-.7%201.9-2.3%202-1.9q.1.5-.2%201.2c-.4%201-.4.8-1%201.7c.9%200%201.6-.7%201.7-.4s-1.4%201.5-1.7%201.5c.5.2%201.2-.1%201.4%200c.6.2-3%202.6-3%202.6q.6-.2.7%200l-3.8%202.8c-.3.3-1.1.9-2.2.7l.4.6a7%207%200%200%200%202.2%201.2l1%20.4c.1.2-.6.7-1.7.4l.2.3l.7%201c-.6.1-1.4-.5-1.5-.5l.6%201.4v.3s-1-.5-1.3-1q-.2%200%200%200v1.5q-.4%200-.6-.4l-.3-.5v.2q0%20.5-.4%201h-.1L17%2023l-.2-.3l-.2.3l-.6.6z%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-tombi.svg?color=%231a73e8&size=48