file type textlint logo
file-type-textlint from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-textlint
- 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 textlint logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4f4f4" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0S0 7.163 0 16s7.163 16 16 16"/><linearGradient id="SVGoKyyWbqs" x1="24.809" x2="24.809" y1="24.809" y2="11.113" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f28b95"/><stop offset="1" stop-color="#f34c6f"/></linearGradient><path fill="url(#SVGoKyyWbqs)" d="M11.113 11.113H7.191V24.81h17.618v-3.922H11.113Z"/><linearGradient id="SVGgoVFYdsg" x1="7.191" x2="7.191" y1="7.191" y2="24.809" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#28ebf8"/><stop offset="1" stop-color="#3c84b0"/></linearGradient><path fill="url(#SVGgoVFYdsg)" d="M7.191 7.191h17.618v3.922h-6.831V24.81h-3.956V11.113H7.191Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeTextlint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4f4f4" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0S0 7.163 0 16s7.163 16 16 16"/><linearGradient id="SVGoKyyWbqs" x1="24.809" x2="24.809" y1="24.809" y2="11.113" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#f28b95"/><stop offset="1" stopColor="#f34c6f"/></linearGradient><path fill="url(#SVGoKyyWbqs)" d="M11.113 11.113H7.191V24.81h17.618v-3.922H11.113Z"/><linearGradient id="SVGgoVFYdsg" x1="7.191" x2="7.191" y1="7.191" y2="24.809" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#28ebf8"/><stop offset="1" stopColor="#3c84b0"/></linearGradient><path fill="url(#SVGgoVFYdsg)" d="M7.191 7.191h17.618v3.922h-6.831V24.81h-3.956V11.113H7.191Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4f4f4" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0S0 7.163 0 16s7.163 16 16 16"/><linearGradient id="SVGoKyyWbqs" x1="24.809" x2="24.809" y1="24.809" y2="11.113" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f28b95"/><stop offset="1" stop-color="#f34c6f"/></linearGradient><path fill="url(#SVGoKyyWbqs)" d="M11.113 11.113H7.191V24.81h17.618v-3.922H11.113Z"/><linearGradient id="SVGgoVFYdsg" x1="7.191" x2="7.191" y1="7.191" y2="24.809" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#28ebf8"/><stop offset="1" stop-color="#3c84b0"/></linearGradient><path fill="url(#SVGgoVFYdsg)" d="M7.191 7.191h17.618v3.922h-6.831V24.81h-3.956V11.113H7.191Z"/></svg> </template>
CSS
.icon-file-type-textlint {
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%23f4f4f4%22%20d%3D%22M16%2032c8.837%200%2016-7.163%2016-16S24.837%200%2016%200S0%207.163%200%2016s7.163%2016%2016%2016%22%2F%3E%3ClinearGradient%20id%3D%22SVGoKyyWbqs%22%20x1%3D%2224.809%22%20x2%3D%2224.809%22%20y1%3D%2224.809%22%20y2%3D%2211.113%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f28b95%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f34c6f%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGoKyyWbqs)%22%20d%3D%22M11.113%2011.113H7.191V24.81h17.618v-3.922H11.113Z%22%2F%3E%3ClinearGradient%20id%3D%22SVGgoVFYdsg%22%20x1%3D%227.191%22%20x2%3D%227.191%22%20y1%3D%227.191%22%20y2%3D%2224.809%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2328ebf8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233c84b0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGgoVFYdsg)%22%20d%3D%22M7.191%207.191h17.618v3.922h-6.831V24.81h-3.956V11.113H7.191Z%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%23f4f4f4%22%20d%3D%22M16%2032c8.837%200%2016-7.163%2016-16S24.837%200%2016%200S0%207.163%200%2016s7.163%2016%2016%2016%22%2F%3E%3ClinearGradient%20id%3D%22SVGoKyyWbqs%22%20x1%3D%2224.809%22%20x2%3D%2224.809%22%20y1%3D%2224.809%22%20y2%3D%2211.113%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f28b95%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f34c6f%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGoKyyWbqs)%22%20d%3D%22M11.113%2011.113H7.191V24.81h17.618v-3.922H11.113Z%22%2F%3E%3ClinearGradient%20id%3D%22SVGgoVFYdsg%22%20x1%3D%227.191%22%20x2%3D%227.191%22%20y1%3D%227.191%22%20y2%3D%2224.809%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2328ebf8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233c84b0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGgoVFYdsg)%22%20d%3D%22M7.191%207.191h17.618v3.922h-6.831V24.81h-3.956V11.113H7.191Z%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-textlint.svg?color=%231a73e8&size=48