file type sublime logo
file-type-sublime from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-sublime
- 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 sublime logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="url(#SVG466uAeIU)" d="M35.995 26.563c0-.548-.405-.864-.902-.707L.902 36.698c-.498.158-.902.731-.902 1.278v11.081c0 .548.404.865.902.707l34.191-10.841c.497-.158.902-.731.902-1.279z" transform="translate(5.221 .176)scale(.59881)"/><path fill="#ff9800" d="M26.344 2.002a.5.5 0 0 0-.107.022L5.762 8.516c-.189.06-.347.222-.444.414a.5.5 0 0 0-.097.307v6.681c0 .127.038.232.1.309c.096.19.254.35.44.41L26.24 23.13c.298.095.541-.096.541-.424V16.07c0-.328-.243-.67-.541-.764l-8.608-2.73l8.606-2.73c.298-.094.54-.435.54-.763V2.447c0-.287-.187-.468-.433-.445z"/><defs><linearGradient id="SVG466uAeIU" x2="1" gradientTransform="matrix(3.0823 -10.306 8.7238 3.5658 19.839 42.498)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff9700"/><stop offset=".53" stop-color="#f48e00"/><stop offset="1" stop-color="#d06f00"/></linearGradient></defs></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeSublime(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="url(#SVG466uAeIU)" d="M35.995 26.563c0-.548-.405-.864-.902-.707L.902 36.698c-.498.158-.902.731-.902 1.278v11.081c0 .548.404.865.902.707l34.191-10.841c.497-.158.902-.731.902-1.279z" transform="translate(5.221 .176)scale(.59881)"/><path fill="#ff9800" d="M26.344 2.002a.5.5 0 0 0-.107.022L5.762 8.516c-.189.06-.347.222-.444.414a.5.5 0 0 0-.097.307v6.681c0 .127.038.232.1.309c.096.19.254.35.44.41L26.24 23.13c.298.095.541-.096.541-.424V16.07c0-.328-.243-.67-.541-.764l-8.608-2.73l8.606-2.73c.298-.094.54-.435.54-.763V2.447c0-.287-.187-.468-.433-.445z"/><defs><linearGradient id="SVG466uAeIU" x2="1" gradientTransform="matrix(3.0823 -10.306 8.7238 3.5658 19.839 42.498)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ff9700"/><stop offset=".53" stopColor="#f48e00"/><stop offset="1" stopColor="#d06f00"/></linearGradient></defs></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="url(#SVG466uAeIU)" d="M35.995 26.563c0-.548-.405-.864-.902-.707L.902 36.698c-.498.158-.902.731-.902 1.278v11.081c0 .548.404.865.902.707l34.191-10.841c.497-.158.902-.731.902-1.279z" transform="translate(5.221 .176)scale(.59881)"/><path fill="#ff9800" d="M26.344 2.002a.5.5 0 0 0-.107.022L5.762 8.516c-.189.06-.347.222-.444.414a.5.5 0 0 0-.097.307v6.681c0 .127.038.232.1.309c.096.19.254.35.44.41L26.24 23.13c.298.095.541-.096.541-.424V16.07c0-.328-.243-.67-.541-.764l-8.608-2.73l8.606-2.73c.298-.094.54-.435.54-.763V2.447c0-.287-.187-.468-.433-.445z"/><defs><linearGradient id="SVG466uAeIU" x2="1" gradientTransform="matrix(3.0823 -10.306 8.7238 3.5658 19.839 42.498)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff9700"/><stop offset=".53" stop-color="#f48e00"/><stop offset="1" stop-color="#d06f00"/></linearGradient></defs></svg> </template>
CSS
.icon-file-type-sublime {
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%22url(%23SVG466uAeIU)%22%20d%3D%22M35.995%2026.563c0-.548-.405-.864-.902-.707L.902%2036.698c-.498.158-.902.731-.902%201.278v11.081c0%20.548.404.865.902.707l34.191-10.841c.497-.158.902-.731.902-1.279z%22%20transform%3D%22translate(5.221%20.176)scale(.59881)%22%2F%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M26.344%202.002a.5.5%200%200%200-.107.022L5.762%208.516c-.189.06-.347.222-.444.414a.5.5%200%200%200-.097.307v6.681c0%20.127.038.232.1.309c.096.19.254.35.44.41L26.24%2023.13c.298.095.541-.096.541-.424V16.07c0-.328-.243-.67-.541-.764l-8.608-2.73l8.606-2.73c.298-.094.54-.435.54-.763V2.447c0-.287-.187-.468-.433-.445z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG466uAeIU%22%20x2%3D%221%22%20gradientTransform%3D%22matrix(3.0823%20-10.306%208.7238%203.5658%2019.839%2042.498)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff9700%22%2F%3E%3Cstop%20offset%3D%22.53%22%20stop-color%3D%22%23f48e00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d06f00%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%22url(%23SVG466uAeIU)%22%20d%3D%22M35.995%2026.563c0-.548-.405-.864-.902-.707L.902%2036.698c-.498.158-.902.731-.902%201.278v11.081c0%20.548.404.865.902.707l34.191-10.841c.497-.158.902-.731.902-1.279z%22%20transform%3D%22translate(5.221%20.176)scale(.59881)%22%2F%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M26.344%202.002a.5.5%200%200%200-.107.022L5.762%208.516c-.189.06-.347.222-.444.414a.5.5%200%200%200-.097.307v6.681c0%20.127.038.232.1.309c.096.19.254.35.44.41L26.24%2023.13c.298.095.541-.096.541-.424V16.07c0-.328-.243-.67-.541-.764l-8.608-2.73l8.606-2.73c.298-.094.54-.435.54-.763V2.447c0-.287-.187-.468-.433-.445z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG466uAeIU%22%20x2%3D%221%22%20gradientTransform%3D%22matrix(3.0823%20-10.306%208.7238%203.5658%2019.839%2042.498)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff9700%22%2F%3E%3Cstop%20offset%3D%22.53%22%20stop-color%3D%22%23f48e00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d06f00%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-sublime.svg?color=%231a73e8&size=48