file type retext logo
file-type-retext from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-retext
- 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 retext logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#03d803" d="M14.721 14.546a1.85 1.85 0 0 0-1.165-.318a2 2 0 0 0-1.657.9a4 4 0 0 0-.664 2.436v4.719H9v-9.865h2.235v2.032h.038a3.43 3.43 0 0 1 1.007-1.623a2.27 2.27 0 0 1 1.517-.583a1.9 1.9 0 0 1 .924.183Z"/><path fill="#d2d2d2" d="M23 22.173a3.9 3.9 0 0 1-1.724.327q-2.871 0-2.87-2.754V14.17h-1.647v-1.752h1.647v-2.282L20.64 9.5v2.918H23v1.752h-2.36v4.93a1.94 1.94 0 0 0 .318 1.252a1.32 1.32 0 0 0 1.06.375A1.54 1.54 0 0 0 23 20.4Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeRetext(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#03d803" d="M14.721 14.546a1.85 1.85 0 0 0-1.165-.318a2 2 0 0 0-1.657.9a4 4 0 0 0-.664 2.436v4.719H9v-9.865h2.235v2.032h.038a3.43 3.43 0 0 1 1.007-1.623a2.27 2.27 0 0 1 1.517-.583a1.9 1.9 0 0 1 .924.183Z"/><path fill="#d2d2d2" d="M23 22.173a3.9 3.9 0 0 1-1.724.327q-2.871 0-2.87-2.754V14.17h-1.647v-1.752h1.647v-2.282L20.64 9.5v2.918H23v1.752h-2.36v4.93a1.94 1.94 0 0 0 .318 1.252a1.32 1.32 0 0 0 1.06.375A1.54 1.54 0 0 0 23 20.4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#03d803" d="M14.721 14.546a1.85 1.85 0 0 0-1.165-.318a2 2 0 0 0-1.657.9a4 4 0 0 0-.664 2.436v4.719H9v-9.865h2.235v2.032h.038a3.43 3.43 0 0 1 1.007-1.623a2.27 2.27 0 0 1 1.517-.583a1.9 1.9 0 0 1 .924.183Z"/><path fill="#d2d2d2" d="M23 22.173a3.9 3.9 0 0 1-1.724.327q-2.871 0-2.87-2.754V14.17h-1.647v-1.752h1.647v-2.282L20.64 9.5v2.918H23v1.752h-2.36v4.93a1.94 1.94 0 0 0 .318 1.252a1.32 1.32 0 0 0 1.06.375A1.54 1.54 0 0 0 23 20.4Z"/></svg> </template>
CSS
.icon-file-type-retext {
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%2303d803%22%20d%3D%22M14.721%2014.546a1.85%201.85%200%200%200-1.165-.318a2%202%200%200%200-1.657.9a4%204%200%200%200-.664%202.436v4.719H9v-9.865h2.235v2.032h.038a3.43%203.43%200%200%201%201.007-1.623a2.27%202.27%200%200%201%201.517-.583a1.9%201.9%200%200%201%20.924.183Z%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22M23%2022.173a3.9%203.9%200%200%201-1.724.327q-2.871%200-2.87-2.754V14.17h-1.647v-1.752h1.647v-2.282L20.64%209.5v2.918H23v1.752h-2.36v4.93a1.94%201.94%200%200%200%20.318%201.252a1.32%201.32%200%200%200%201.06.375A1.54%201.54%200%200%200%2023%2020.4Z%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%2303d803%22%20d%3D%22M14.721%2014.546a1.85%201.85%200%200%200-1.165-.318a2%202%200%200%200-1.657.9a4%204%200%200%200-.664%202.436v4.719H9v-9.865h2.235v2.032h.038a3.43%203.43%200%200%201%201.007-1.623a2.27%202.27%200%200%201%201.517-.583a1.9%201.9%200%200%201%20.924.183Z%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22M23%2022.173a3.9%203.9%200%200%201-1.724.327q-2.871%200-2.87-2.754V14.17h-1.647v-1.752h1.647v-2.282L20.64%209.5v2.918H23v1.752h-2.36v4.93a1.94%201.94%200%200%200%20.318%201.252a1.32%201.32%200%200%200%201.06.375A1.54%201.54%200%200%200%2023%2020.4Z%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-retext.svg?color=%231a73e8&size=48