file type svelte logo
file-type-svelte from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-svelte
- 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 svelte logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff3e00" d="M26.47 5.7a8.973 8.973 0 0 0-11.793-2.454L7.96 7.4a7.46 7.46 0 0 0-3.481 5.009a7.7 7.7 0 0 0 .8 5.058a7.4 7.4 0 0 0-1.151 2.8a7.8 7.8 0 0 0 1.4 6.028a8.977 8.977 0 0 0 11.794 2.458L24.04 24.6a7.47 7.47 0 0 0 3.481-5.009a7.67 7.67 0 0 0-.8-5.062a7.35 7.35 0 0 0 1.152-2.8A7.8 7.8 0 0 0 26.47 5.7"/><path fill="#fff" d="M14.022 26.64A5.41 5.41 0 0 1 8.3 24.581a4.68 4.68 0 0 1-.848-3.625a4 4 0 0 1 .159-.61l.127-.375l.344.238a8.8 8.8 0 0 0 2.628 1.274l.245.073l-.025.237a1.44 1.44 0 0 0 .271.968a1.63 1.63 0 0 0 1.743.636a1.5 1.5 0 0 0 .411-.175l6.7-4.154a1.37 1.37 0 0 0 .633-.909a1.4 1.4 0 0 0-.244-1.091a1.63 1.63 0 0 0-1.726-.622a1.5 1.5 0 0 0-.413.176l-2.572 1.584a5 5 0 0 1-1.364.582a5.415 5.415 0 0 1-5.727-2.06a4.68 4.68 0 0 1-.831-3.628A4.5 4.5 0 0 1 9.9 10.09l6.708-4.154a5 5 0 0 1 1.364-.581A5.41 5.41 0 0 1 23.7 7.414a4.68 4.68 0 0 1 .848 3.625a4 4 0 0 1-.159.61l-.127.375l-.344-.237a8.7 8.7 0 0 0-2.628-1.274l-.245-.074l.025-.237a1.44 1.44 0 0 0-.272-.968a1.63 1.63 0 0 0-1.725-.622a1.5 1.5 0 0 0-.411.176l-6.722 4.14a1.35 1.35 0 0 0-.631.908a1.4 1.4 0 0 0 .244 1.092a1.63 1.63 0 0 0 1.726.621a1.5 1.5 0 0 0 .413-.175l2.562-1.585a4.9 4.9 0 0 1 1.364-.581a5.42 5.42 0 0 1 5.728 2.059a4.68 4.68 0 0 1 .843 3.625a4.5 4.5 0 0 1-2.089 3.013l-6.707 4.154a4.9 4.9 0 0 1-1.364.581"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeSvelte(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff3e00" d="M26.47 5.7a8.973 8.973 0 0 0-11.793-2.454L7.96 7.4a7.46 7.46 0 0 0-3.481 5.009a7.7 7.7 0 0 0 .8 5.058a7.4 7.4 0 0 0-1.151 2.8a7.8 7.8 0 0 0 1.4 6.028a8.977 8.977 0 0 0 11.794 2.458L24.04 24.6a7.47 7.47 0 0 0 3.481-5.009a7.67 7.67 0 0 0-.8-5.062a7.35 7.35 0 0 0 1.152-2.8A7.8 7.8 0 0 0 26.47 5.7"/><path fill="#fff" d="M14.022 26.64A5.41 5.41 0 0 1 8.3 24.581a4.68 4.68 0 0 1-.848-3.625a4 4 0 0 1 .159-.61l.127-.375l.344.238a8.8 8.8 0 0 0 2.628 1.274l.245.073l-.025.237a1.44 1.44 0 0 0 .271.968a1.63 1.63 0 0 0 1.743.636a1.5 1.5 0 0 0 .411-.175l6.7-4.154a1.37 1.37 0 0 0 .633-.909a1.4 1.4 0 0 0-.244-1.091a1.63 1.63 0 0 0-1.726-.622a1.5 1.5 0 0 0-.413.176l-2.572 1.584a5 5 0 0 1-1.364.582a5.415 5.415 0 0 1-5.727-2.06a4.68 4.68 0 0 1-.831-3.628A4.5 4.5 0 0 1 9.9 10.09l6.708-4.154a5 5 0 0 1 1.364-.581A5.41 5.41 0 0 1 23.7 7.414a4.68 4.68 0 0 1 .848 3.625a4 4 0 0 1-.159.61l-.127.375l-.344-.237a8.7 8.7 0 0 0-2.628-1.274l-.245-.074l.025-.237a1.44 1.44 0 0 0-.272-.968a1.63 1.63 0 0 0-1.725-.622a1.5 1.5 0 0 0-.411.176l-6.722 4.14a1.35 1.35 0 0 0-.631.908a1.4 1.4 0 0 0 .244 1.092a1.63 1.63 0 0 0 1.726.621a1.5 1.5 0 0 0 .413-.175l2.562-1.585a4.9 4.9 0 0 1 1.364-.581a5.42 5.42 0 0 1 5.728 2.059a4.68 4.68 0 0 1 .843 3.625a4.5 4.5 0 0 1-2.089 3.013l-6.707 4.154a4.9 4.9 0 0 1-1.364.581"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff3e00" d="M26.47 5.7a8.973 8.973 0 0 0-11.793-2.454L7.96 7.4a7.46 7.46 0 0 0-3.481 5.009a7.7 7.7 0 0 0 .8 5.058a7.4 7.4 0 0 0-1.151 2.8a7.8 7.8 0 0 0 1.4 6.028a8.977 8.977 0 0 0 11.794 2.458L24.04 24.6a7.47 7.47 0 0 0 3.481-5.009a7.67 7.67 0 0 0-.8-5.062a7.35 7.35 0 0 0 1.152-2.8A7.8 7.8 0 0 0 26.47 5.7"/><path fill="#fff" d="M14.022 26.64A5.41 5.41 0 0 1 8.3 24.581a4.68 4.68 0 0 1-.848-3.625a4 4 0 0 1 .159-.61l.127-.375l.344.238a8.8 8.8 0 0 0 2.628 1.274l.245.073l-.025.237a1.44 1.44 0 0 0 .271.968a1.63 1.63 0 0 0 1.743.636a1.5 1.5 0 0 0 .411-.175l6.7-4.154a1.37 1.37 0 0 0 .633-.909a1.4 1.4 0 0 0-.244-1.091a1.63 1.63 0 0 0-1.726-.622a1.5 1.5 0 0 0-.413.176l-2.572 1.584a5 5 0 0 1-1.364.582a5.415 5.415 0 0 1-5.727-2.06a4.68 4.68 0 0 1-.831-3.628A4.5 4.5 0 0 1 9.9 10.09l6.708-4.154a5 5 0 0 1 1.364-.581A5.41 5.41 0 0 1 23.7 7.414a4.68 4.68 0 0 1 .848 3.625a4 4 0 0 1-.159.61l-.127.375l-.344-.237a8.7 8.7 0 0 0-2.628-1.274l-.245-.074l.025-.237a1.44 1.44 0 0 0-.272-.968a1.63 1.63 0 0 0-1.725-.622a1.5 1.5 0 0 0-.411.176l-6.722 4.14a1.35 1.35 0 0 0-.631.908a1.4 1.4 0 0 0 .244 1.092a1.63 1.63 0 0 0 1.726.621a1.5 1.5 0 0 0 .413-.175l2.562-1.585a4.9 4.9 0 0 1 1.364-.581a5.42 5.42 0 0 1 5.728 2.059a4.68 4.68 0 0 1 .843 3.625a4.5 4.5 0 0 1-2.089 3.013l-6.707 4.154a4.9 4.9 0 0 1-1.364.581"/></svg> </template>
CSS
.icon-file-type-svelte {
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%23ff3e00%22%20d%3D%22M26.47%205.7a8.973%208.973%200%200%200-11.793-2.454L7.96%207.4a7.46%207.46%200%200%200-3.481%205.009a7.7%207.7%200%200%200%20.8%205.058a7.4%207.4%200%200%200-1.151%202.8a7.8%207.8%200%200%200%201.4%206.028a8.977%208.977%200%200%200%2011.794%202.458L24.04%2024.6a7.47%207.47%200%200%200%203.481-5.009a7.67%207.67%200%200%200-.8-5.062a7.35%207.35%200%200%200%201.152-2.8A7.8%207.8%200%200%200%2026.47%205.7%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.022%2026.64A5.41%205.41%200%200%201%208.3%2024.581a4.68%204.68%200%200%201-.848-3.625a4%204%200%200%201%20.159-.61l.127-.375l.344.238a8.8%208.8%200%200%200%202.628%201.274l.245.073l-.025.237a1.44%201.44%200%200%200%20.271.968a1.63%201.63%200%200%200%201.743.636a1.5%201.5%200%200%200%20.411-.175l6.7-4.154a1.37%201.37%200%200%200%20.633-.909a1.4%201.4%200%200%200-.244-1.091a1.63%201.63%200%200%200-1.726-.622a1.5%201.5%200%200%200-.413.176l-2.572%201.584a5%205%200%200%201-1.364.582a5.415%205.415%200%200%201-5.727-2.06a4.68%204.68%200%200%201-.831-3.628A4.5%204.5%200%200%201%209.9%2010.09l6.708-4.154a5%205%200%200%201%201.364-.581A5.41%205.41%200%200%201%2023.7%207.414a4.68%204.68%200%200%201%20.848%203.625a4%204%200%200%201-.159.61l-.127.375l-.344-.237a8.7%208.7%200%200%200-2.628-1.274l-.245-.074l.025-.237a1.44%201.44%200%200%200-.272-.968a1.63%201.63%200%200%200-1.725-.622a1.5%201.5%200%200%200-.411.176l-6.722%204.14a1.35%201.35%200%200%200-.631.908a1.4%201.4%200%200%200%20.244%201.092a1.63%201.63%200%200%200%201.726.621a1.5%201.5%200%200%200%20.413-.175l2.562-1.585a4.9%204.9%200%200%201%201.364-.581a5.42%205.42%200%200%201%205.728%202.059a4.68%204.68%200%200%201%20.843%203.625a4.5%204.5%200%200%201-2.089%203.013l-6.707%204.154a4.9%204.9%200%200%201-1.364.581%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%23ff3e00%22%20d%3D%22M26.47%205.7a8.973%208.973%200%200%200-11.793-2.454L7.96%207.4a7.46%207.46%200%200%200-3.481%205.009a7.7%207.7%200%200%200%20.8%205.058a7.4%207.4%200%200%200-1.151%202.8a7.8%207.8%200%200%200%201.4%206.028a8.977%208.977%200%200%200%2011.794%202.458L24.04%2024.6a7.47%207.47%200%200%200%203.481-5.009a7.67%207.67%200%200%200-.8-5.062a7.35%207.35%200%200%200%201.152-2.8A7.8%207.8%200%200%200%2026.47%205.7%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.022%2026.64A5.41%205.41%200%200%201%208.3%2024.581a4.68%204.68%200%200%201-.848-3.625a4%204%200%200%201%20.159-.61l.127-.375l.344.238a8.8%208.8%200%200%200%202.628%201.274l.245.073l-.025.237a1.44%201.44%200%200%200%20.271.968a1.63%201.63%200%200%200%201.743.636a1.5%201.5%200%200%200%20.411-.175l6.7-4.154a1.37%201.37%200%200%200%20.633-.909a1.4%201.4%200%200%200-.244-1.091a1.63%201.63%200%200%200-1.726-.622a1.5%201.5%200%200%200-.413.176l-2.572%201.584a5%205%200%200%201-1.364.582a5.415%205.415%200%200%201-5.727-2.06a4.68%204.68%200%200%201-.831-3.628A4.5%204.5%200%200%201%209.9%2010.09l6.708-4.154a5%205%200%200%201%201.364-.581A5.41%205.41%200%200%201%2023.7%207.414a4.68%204.68%200%200%201%20.848%203.625a4%204%200%200%201-.159.61l-.127.375l-.344-.237a8.7%208.7%200%200%200-2.628-1.274l-.245-.074l.025-.237a1.44%201.44%200%200%200-.272-.968a1.63%201.63%200%200%200-1.725-.622a1.5%201.5%200%200%200-.411.176l-6.722%204.14a1.35%201.35%200%200%200-.631.908a1.4%201.4%200%200%200%20.244%201.092a1.63%201.63%200%200%200%201.726.621a1.5%201.5%200%200%200%20.413-.175l2.562-1.585a4.9%204.9%200%200%201%201.364-.581a5.42%205.42%200%200%201%205.728%202.059a4.68%204.68%200%200%201%20.843%203.625a4.5%204.5%200%200%201-2.089%203.013l-6.707%204.154a4.9%204.9%200%200%201-1.364.581%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-svelte.svg?color=%231a73e8&size=48