file type favicon logo
file-type-favicon from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-favicon
- 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 favicon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGuPaD8qfT" x1="-66.775" x2="-66.775" y1="-171.703" y2="-171.817" gradientTransform="matrix(240 0 0 -240 16042 -41206)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ec790f"/><stop offset="1" stop-color="#f51032"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" fill="url(#SVGuPaD8qfT)" rx="1.75" ry="1.75"/><path fill="#fff" d="m16 22.625l-6.489 3.408l1.239-7.218l-5.25-5.111l7.255-1.054L16 6.083l3.245 6.567l7.255 1.054l-5.25 5.111l1.239 7.218z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeFavicon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGuPaD8qfT" x1="-66.775" x2="-66.775" y1="-171.703" y2="-171.817" gradientTransform="matrix(240 0 0 -240 16042 -41206)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ec790f"/><stop offset="1" stopColor="#f51032"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" fill="url(#SVGuPaD8qfT)" rx="1.75" ry="1.75"/><path fill="#fff" d="m16 22.625l-6.489 3.408l1.239-7.218l-5.25-5.111l7.255-1.054L16 6.083l3.245 6.567l7.255 1.054l-5.25 5.111l1.239 7.218z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGuPaD8qfT" x1="-66.775" x2="-66.775" y1="-171.703" y2="-171.817" gradientTransform="matrix(240 0 0 -240 16042 -41206)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ec790f"/><stop offset="1" stop-color="#f51032"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" fill="url(#SVGuPaD8qfT)" rx="1.75" ry="1.75"/><path fill="#fff" d="m16 22.625l-6.489 3.408l1.239-7.218l-5.25-5.111l7.255-1.054L16 6.083l3.245 6.567l7.255 1.054l-5.25 5.111l1.239 7.218z"/></svg> </template>
CSS
.icon-file-type-favicon {
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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGuPaD8qfT%22%20x1%3D%22-66.775%22%20x2%3D%22-66.775%22%20y1%3D%22-171.703%22%20y2%3D%22-171.817%22%20gradientTransform%3D%22matrix(240%200%200%20-240%2016042%20-41206)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ec790f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f51032%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23SVGuPaD8qfT)%22%20rx%3D%221.75%22%20ry%3D%221.75%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16%2022.625l-6.489%203.408l1.239-7.218l-5.25-5.111l7.255-1.054L16%206.083l3.245%206.567l7.255%201.054l-5.25%205.111l1.239%207.218z%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGuPaD8qfT%22%20x1%3D%22-66.775%22%20x2%3D%22-66.775%22%20y1%3D%22-171.703%22%20y2%3D%22-171.817%22%20gradientTransform%3D%22matrix(240%200%200%20-240%2016042%20-41206)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ec790f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f51032%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23SVGuPaD8qfT)%22%20rx%3D%221.75%22%20ry%3D%221.75%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16%2022.625l-6.489%203.408l1.239-7.218l-5.25-5.111l7.255-1.054L16%206.083l3.245%206.567l7.255%201.054l-5.25%205.111l1.239%207.218z%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-favicon.svg?color=%231a73e8&size=48