file type replit logo

file-type-replit from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-replit
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type replit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff3c00" d="M16.05 9.35v.26c.03.4.2.8.46 1.1l.16.16c.34.35.81.53 1.3.53h5.25c1.05 0 1.58 0 1.98.2q.54.29.82.83c.2.4.2.92.2 1.97v3.18c0 1.05 0 1.57-.2 1.97q-.28.54-.82.82c-.4.2-.93.2-1.98.2h-5.27c-.48 0-.94.2-1.28.53l-.16.17c-.26.3-.43.7-.46 1.1V27c0 1.05 0 1.57-.2 1.98q-.28.54-.82.82c-.4.2-.93.2-1.98.2H8.78c-1.05 0-1.58 0-1.98-.2a2 2 0 0 1-.82-.82c-.2-.4-.2-.93-.2-1.98v-3.4c0-1.04 0-1.57.2-1.97q.28-.54.82-.82c.4-.2.93-.2 1.98-.2h5.34a2 2 0 0 0 1.3-.56l.18-.19q.38-.47.44-1.07l.01-.29v-5.32a2 2 0 0 0-.63-1.26a1.8 1.8 0 0 0-1.3-.53H8.78c-1.05 0-1.58 0-1.98-.2a2 2 0 0 1-.82-.82c-.2-.4-.2-.93-.2-1.98V5c0-1.05 0-1.57.2-1.98q.28-.54.82-.82c.4-.2.93-.2 1.98-.2h4.27c1.05 0 1.57 0 1.98.2q.54.28.82.82c.2.4.2.93.2 1.98z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeReplit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff3c00" d="M16.05 9.35v.26c.03.4.2.8.46 1.1l.16.16c.34.35.81.53 1.3.53h5.25c1.05 0 1.58 0 1.98.2q.54.29.82.83c.2.4.2.92.2 1.97v3.18c0 1.05 0 1.57-.2 1.97q-.28.54-.82.82c-.4.2-.93.2-1.98.2h-5.27c-.48 0-.94.2-1.28.53l-.16.17c-.26.3-.43.7-.46 1.1V27c0 1.05 0 1.57-.2 1.98q-.28.54-.82.82c-.4.2-.93.2-1.98.2H8.78c-1.05 0-1.58 0-1.98-.2a2 2 0 0 1-.82-.82c-.2-.4-.2-.93-.2-1.98v-3.4c0-1.04 0-1.57.2-1.97q.28-.54.82-.82c.4-.2.93-.2 1.98-.2h5.34a2 2 0 0 0 1.3-.56l.18-.19q.38-.47.44-1.07l.01-.29v-5.32a2 2 0 0 0-.63-1.26a1.8 1.8 0 0 0-1.3-.53H8.78c-1.05 0-1.58 0-1.98-.2a2 2 0 0 1-.82-.82c-.2-.4-.2-.93-.2-1.98V5c0-1.05 0-1.57.2-1.98q.28-.54.82-.82c.4-.2.93-.2 1.98-.2h4.27c1.05 0 1.57 0 1.98.2q.54.28.82.82c.2.4.2.93.2 1.98z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff3c00" d="M16.05 9.35v.26c.03.4.2.8.46 1.1l.16.16c.34.35.81.53 1.3.53h5.25c1.05 0 1.58 0 1.98.2q.54.29.82.83c.2.4.2.92.2 1.97v3.18c0 1.05 0 1.57-.2 1.97q-.28.54-.82.82c-.4.2-.93.2-1.98.2h-5.27c-.48 0-.94.2-1.28.53l-.16.17c-.26.3-.43.7-.46 1.1V27c0 1.05 0 1.57-.2 1.98q-.28.54-.82.82c-.4.2-.93.2-1.98.2H8.78c-1.05 0-1.58 0-1.98-.2a2 2 0 0 1-.82-.82c-.2-.4-.2-.93-.2-1.98v-3.4c0-1.04 0-1.57.2-1.97q.28-.54.82-.82c.4-.2.93-.2 1.98-.2h5.34a2 2 0 0 0 1.3-.56l.18-.19q.38-.47.44-1.07l.01-.29v-5.32a2 2 0 0 0-.63-1.26a1.8 1.8 0 0 0-1.3-.53H8.78c-1.05 0-1.58 0-1.98-.2a2 2 0 0 1-.82-.82c-.2-.4-.2-.93-.2-1.98V5c0-1.05 0-1.57.2-1.98q.28-.54.82-.82c.4-.2.93-.2 1.98-.2h4.27c1.05 0 1.57 0 1.98.2q.54.28.82.82c.2.4.2.93.2 1.98z"/></svg>
</template>

CSS

.icon-file-type-replit {
  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%23ff3c00%22%20d%3D%22M16.05%209.35v.26c.03.4.2.8.46%201.1l.16.16c.34.35.81.53%201.3.53h5.25c1.05%200%201.58%200%201.98.2q.54.29.82.83c.2.4.2.92.2%201.97v3.18c0%201.05%200%201.57-.2%201.97q-.28.54-.82.82c-.4.2-.93.2-1.98.2h-5.27c-.48%200-.94.2-1.28.53l-.16.17c-.26.3-.43.7-.46%201.1V27c0%201.05%200%201.57-.2%201.98q-.28.54-.82.82c-.4.2-.93.2-1.98.2H8.78c-1.05%200-1.58%200-1.98-.2a2%202%200%200%201-.82-.82c-.2-.4-.2-.93-.2-1.98v-3.4c0-1.04%200-1.57.2-1.97q.28-.54.82-.82c.4-.2.93-.2%201.98-.2h5.34a2%202%200%200%200%201.3-.56l.18-.19q.38-.47.44-1.07l.01-.29v-5.32a2%202%200%200%200-.63-1.26a1.8%201.8%200%200%200-1.3-.53H8.78c-1.05%200-1.58%200-1.98-.2a2%202%200%200%201-.82-.82c-.2-.4-.2-.93-.2-1.98V5c0-1.05%200-1.57.2-1.98q.28-.54.82-.82c.4-.2.93-.2%201.98-.2h4.27c1.05%200%201.57%200%201.98.2q.54.28.82.82c.2.4.2.93.2%201.98z%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%23ff3c00%22%20d%3D%22M16.05%209.35v.26c.03.4.2.8.46%201.1l.16.16c.34.35.81.53%201.3.53h5.25c1.05%200%201.58%200%201.98.2q.54.29.82.83c.2.4.2.92.2%201.97v3.18c0%201.05%200%201.57-.2%201.97q-.28.54-.82.82c-.4.2-.93.2-1.98.2h-5.27c-.48%200-.94.2-1.28.53l-.16.17c-.26.3-.43.7-.46%201.1V27c0%201.05%200%201.57-.2%201.98q-.28.54-.82.82c-.4.2-.93.2-1.98.2H8.78c-1.05%200-1.58%200-1.98-.2a2%202%200%200%201-.82-.82c-.2-.4-.2-.93-.2-1.98v-3.4c0-1.04%200-1.57.2-1.97q.28-.54.82-.82c.4-.2.93-.2%201.98-.2h5.34a2%202%200%200%200%201.3-.56l.18-.19q.38-.47.44-1.07l.01-.29v-5.32a2%202%200%200%200-.63-1.26a1.8%201.8%200%200%200-1.3-.53H8.78c-1.05%200-1.58%200-1.98-.2a2%202%200%200%201-.82-.82c-.2-.4-.2-.93-.2-1.98V5c0-1.05%200-1.57.2-1.98q.28-.54.82-.82c.4-.2.93-.2%201.98-.2h4.27c1.05%200%201.57%200%201.98.2q.54.28.82.82c.2.4.2.93.2%201.98z%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-replit.svg?color=%231a73e8&size=48