file type test logo
file-type-test from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-test
- 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 test logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b70b0b" d="M26.4 24.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9 11.9 0 0 1 2.956-3.706l.415-.345l.012.475a9 9 0 0 0 1 3.233a19 19 0 0 1 .833 2.175a4.26 4.26 0 0 1-.1 2.611a3.56 3.56 0 0 1-1.488 1.45a3.7 3.7 0 0 1-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1l-.269.211a2.24 2.24 0 0 0-.846 1.867c.093.285.382.6.548.594a.7.7 0 0 0 .336-.236ZM6.165 29.08A5.136 5.136 0 0 1 2.124 23c.339-1.427.269-1.344 7.635-9.049l6.941-7.26l.984.938l.984.938l-4 4.176l-4 4.176l3.345-.072l3.345-.072l2.364-2.466l2.364-2.466l.98.943l.98.943l-6.951 7.24c-6.377 6.642-7.009 7.269-7.657 7.59a5.2 5.2 0 0 1-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7 4.844l-.012-.561a1.15 1.15 0 0 1 .259-.9a1.32 1.32 0 0 1 1.385-.494a92 92 0 0 1 8.37 8.031a1.339 1.339 0 0 1-1.99 1.511Z"/><path fill="#b70b0b" d="M4.1 23.621c-.353 2.277.959 3.823 3.439 3.486c.255-.268 3.21-3.353 9.849-10.316c-3.34.072-3.3-.074-6.641 0c-6.681 6.926-6.814 6.876-6.647 6.83"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeTest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b70b0b" d="M26.4 24.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9 11.9 0 0 1 2.956-3.706l.415-.345l.012.475a9 9 0 0 0 1 3.233a19 19 0 0 1 .833 2.175a4.26 4.26 0 0 1-.1 2.611a3.56 3.56 0 0 1-1.488 1.45a3.7 3.7 0 0 1-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1l-.269.211a2.24 2.24 0 0 0-.846 1.867c.093.285.382.6.548.594a.7.7 0 0 0 .336-.236ZM6.165 29.08A5.136 5.136 0 0 1 2.124 23c.339-1.427.269-1.344 7.635-9.049l6.941-7.26l.984.938l.984.938l-4 4.176l-4 4.176l3.345-.072l3.345-.072l2.364-2.466l2.364-2.466l.98.943l.98.943l-6.951 7.24c-6.377 6.642-7.009 7.269-7.657 7.59a5.2 5.2 0 0 1-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7 4.844l-.012-.561a1.15 1.15 0 0 1 .259-.9a1.32 1.32 0 0 1 1.385-.494a92 92 0 0 1 8.37 8.031a1.339 1.339 0 0 1-1.99 1.511Z"/><path fill="#b70b0b" d="M4.1 23.621c-.353 2.277.959 3.823 3.439 3.486c.255-.268 3.21-3.353 9.849-10.316c-3.34.072-3.3-.074-6.641 0c-6.681 6.926-6.814 6.876-6.647 6.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b70b0b" d="M26.4 24.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9 11.9 0 0 1 2.956-3.706l.415-.345l.012.475a9 9 0 0 0 1 3.233a19 19 0 0 1 .833 2.175a4.26 4.26 0 0 1-.1 2.611a3.56 3.56 0 0 1-1.488 1.45a3.7 3.7 0 0 1-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1l-.269.211a2.24 2.24 0 0 0-.846 1.867c.093.285.382.6.548.594a.7.7 0 0 0 .336-.236ZM6.165 29.08A5.136 5.136 0 0 1 2.124 23c.339-1.427.269-1.344 7.635-9.049l6.941-7.26l.984.938l.984.938l-4 4.176l-4 4.176l3.345-.072l3.345-.072l2.364-2.466l2.364-2.466l.98.943l.98.943l-6.951 7.24c-6.377 6.642-7.009 7.269-7.657 7.59a5.2 5.2 0 0 1-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7 4.844l-.012-.561a1.15 1.15 0 0 1 .259-.9a1.32 1.32 0 0 1 1.385-.494a92 92 0 0 1 8.37 8.031a1.339 1.339 0 0 1-1.99 1.511Z"/><path fill="#b70b0b" d="M4.1 23.621c-.353 2.277.959 3.823 3.439 3.486c.255-.268 3.21-3.353 9.849-10.316c-3.34.072-3.3-.074-6.641 0c-6.681 6.926-6.814 6.876-6.647 6.83"/></svg> </template>
CSS
.icon-file-type-test {
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%23b70b0b%22%20d%3D%22M26.4%2024.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9%2011.9%200%200%201%202.956-3.706l.415-.345l.012.475a9%209%200%200%200%201%203.233a19%2019%200%200%201%20.833%202.175a4.26%204.26%200%200%201-.1%202.611a3.56%203.56%200%200%201-1.488%201.45a3.7%203.7%200%200%201-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1l-.269.211a2.24%202.24%200%200%200-.846%201.867c.093.285.382.6.548.594a.7.7%200%200%200%20.336-.236ZM6.165%2029.08A5.136%205.136%200%200%201%202.124%2023c.339-1.427.269-1.344%207.635-9.049l6.941-7.26l.984.938l.984.938l-4%204.176l-4%204.176l3.345-.072l3.345-.072l2.364-2.466l2.364-2.466l.98.943l.98.943l-6.951%207.24c-6.377%206.642-7.009%207.269-7.657%207.59a5.2%205.2%200%200%201-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7%204.844l-.012-.561a1.15%201.15%200%200%201%20.259-.9a1.32%201.32%200%200%201%201.385-.494a92%2092%200%200%201%208.37%208.031a1.339%201.339%200%200%201-1.99%201.511Z%22%2F%3E%3Cpath%20fill%3D%22%23b70b0b%22%20d%3D%22M4.1%2023.621c-.353%202.277.959%203.823%203.439%203.486c.255-.268%203.21-3.353%209.849-10.316c-3.34.072-3.3-.074-6.641%200c-6.681%206.926-6.814%206.876-6.647%206.83%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%23b70b0b%22%20d%3D%22M26.4%2024.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9%2011.9%200%200%201%202.956-3.706l.415-.345l.012.475a9%209%200%200%200%201%203.233a19%2019%200%200%201%20.833%202.175a4.26%204.26%200%200%201-.1%202.611a3.56%203.56%200%200%201-1.488%201.45a3.7%203.7%200%200%201-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1l-.269.211a2.24%202.24%200%200%200-.846%201.867c.093.285.382.6.548.594a.7.7%200%200%200%20.336-.236ZM6.165%2029.08A5.136%205.136%200%200%201%202.124%2023c.339-1.427.269-1.344%207.635-9.049l6.941-7.26l.984.938l.984.938l-4%204.176l-4%204.176l3.345-.072l3.345-.072l2.364-2.466l2.364-2.466l.98.943l.98.943l-6.951%207.24c-6.377%206.642-7.009%207.269-7.657%207.59a5.2%205.2%200%200%201-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7%204.844l-.012-.561a1.15%201.15%200%200%201%20.259-.9a1.32%201.32%200%200%201%201.385-.494a92%2092%200%200%201%208.37%208.031a1.339%201.339%200%200%201-1.99%201.511Z%22%2F%3E%3Cpath%20fill%3D%22%23b70b0b%22%20d%3D%22M4.1%2023.621c-.353%202.277.959%203.823%203.439%203.486c.255-.268%203.21-3.353%209.849-10.316c-3.34.072-3.3-.074-6.641%200c-6.681%206.926-6.814%206.876-6.647%206.83%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-test.svg?color=%231a73e8&size=48