file type light xorg logo

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

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

Related icons in VSCode Icons

Use the file type light xorg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGpLeTfc3d" x1="319.21" x2="657.65" y1="235.15" y2="269.49" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e54c18"/><stop offset="1" stop-color="#fec350"/></linearGradient></defs><path d="m4.854 27.775l8.578-11.216L4.601 4.228l5.676.004l7.037 9.697L6.792 27.775zm16.79.007l-6.989-9.713L25.264 4.217h1.89l-8.612 11.268l8.778 12.297z"/><path fill="url(#SVGpLeTfc3d)" d="M486.41 143.83c-8.851 0-18.307.685-26.82 1.502c15.166 19.78 27.75 36.53 42.233 55.553c-8.129-17.493-24.836-34.268-19.06-42.895c5.717-8.54 16.251-7.103 17.053-7.103c16.888 0 33.145 1.908 48.344 5.438l3.563-4.906c-20.271-5.219-42.288-7.59-65.312-7.59zm91.469 15.964l-3.281 4.688c46.826 18.337 78.5 53.36 78.5 93.5c0 59.105-68.665 107.06-153.28 107.06c-84.616 0-153.31-47.956-153.31-107.06c0-32.189 20.372-61.08 52.594-80.72l-9.906-15.094c-50.546 21.432-84.094 59.05-84.094 101.87c0 66.634 81.222 120.69 181.31 120.69c100.09 0 181.34-54.054 181.34-120.69c0-44.433-36.123-83.292-89.875-104.25z" transform="translate(-21.557 -2.391)scale(.07721)"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLightXorg(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="SVGpLeTfc3d" x1="319.21" x2="657.65" y1="235.15" y2="269.49" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#e54c18"/><stop offset="1" stopColor="#fec350"/></linearGradient></defs><path d="m4.854 27.775l8.578-11.216L4.601 4.228l5.676.004l7.037 9.697L6.792 27.775zm16.79.007l-6.989-9.713L25.264 4.217h1.89l-8.612 11.268l8.778 12.297z"/><path fill="url(#SVGpLeTfc3d)" d="M486.41 143.83c-8.851 0-18.307.685-26.82 1.502c15.166 19.78 27.75 36.53 42.233 55.553c-8.129-17.493-24.836-34.268-19.06-42.895c5.717-8.54 16.251-7.103 17.053-7.103c16.888 0 33.145 1.908 48.344 5.438l3.563-4.906c-20.271-5.219-42.288-7.59-65.312-7.59zm91.469 15.964l-3.281 4.688c46.826 18.337 78.5 53.36 78.5 93.5c0 59.105-68.665 107.06-153.28 107.06c-84.616 0-153.31-47.956-153.31-107.06c0-32.189 20.372-61.08 52.594-80.72l-9.906-15.094c-50.546 21.432-84.094 59.05-84.094 101.87c0 66.634 81.222 120.69 181.31 120.69c100.09 0 181.34-54.054 181.34-120.69c0-44.433-36.123-83.292-89.875-104.25z" transform="translate(-21.557 -2.391)scale(.07721)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGpLeTfc3d" x1="319.21" x2="657.65" y1="235.15" y2="269.49" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e54c18"/><stop offset="1" stop-color="#fec350"/></linearGradient></defs><path d="m4.854 27.775l8.578-11.216L4.601 4.228l5.676.004l7.037 9.697L6.792 27.775zm16.79.007l-6.989-9.713L25.264 4.217h1.89l-8.612 11.268l8.778 12.297z"/><path fill="url(#SVGpLeTfc3d)" d="M486.41 143.83c-8.851 0-18.307.685-26.82 1.502c15.166 19.78 27.75 36.53 42.233 55.553c-8.129-17.493-24.836-34.268-19.06-42.895c5.717-8.54 16.251-7.103 17.053-7.103c16.888 0 33.145 1.908 48.344 5.438l3.563-4.906c-20.271-5.219-42.288-7.59-65.312-7.59zm91.469 15.964l-3.281 4.688c46.826 18.337 78.5 53.36 78.5 93.5c0 59.105-68.665 107.06-153.28 107.06c-84.616 0-153.31-47.956-153.31-107.06c0-32.189 20.372-61.08 52.594-80.72l-9.906-15.094c-50.546 21.432-84.094 59.05-84.094 101.87c0 66.634 81.222 120.69 181.31 120.69c100.09 0 181.34-54.054 181.34-120.69c0-44.433-36.123-83.292-89.875-104.25z" transform="translate(-21.557 -2.391)scale(.07721)"/></svg>
</template>

CSS

.icon-file-type-light-xorg {
  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%22SVGpLeTfc3d%22%20x1%3D%22319.21%22%20x2%3D%22657.65%22%20y1%3D%22235.15%22%20y2%3D%22269.49%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e54c18%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fec350%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22m4.854%2027.775l8.578-11.216L4.601%204.228l5.676.004l7.037%209.697L6.792%2027.775zm16.79.007l-6.989-9.713L25.264%204.217h1.89l-8.612%2011.268l8.778%2012.297z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpLeTfc3d)%22%20d%3D%22M486.41%20143.83c-8.851%200-18.307.685-26.82%201.502c15.166%2019.78%2027.75%2036.53%2042.233%2055.553c-8.129-17.493-24.836-34.268-19.06-42.895c5.717-8.54%2016.251-7.103%2017.053-7.103c16.888%200%2033.145%201.908%2048.344%205.438l3.563-4.906c-20.271-5.219-42.288-7.59-65.312-7.59zm91.469%2015.964l-3.281%204.688c46.826%2018.337%2078.5%2053.36%2078.5%2093.5c0%2059.105-68.665%20107.06-153.28%20107.06c-84.616%200-153.31-47.956-153.31-107.06c0-32.189%2020.372-61.08%2052.594-80.72l-9.906-15.094c-50.546%2021.432-84.094%2059.05-84.094%20101.87c0%2066.634%2081.222%20120.69%20181.31%20120.69c100.09%200%20181.34-54.054%20181.34-120.69c0-44.433-36.123-83.292-89.875-104.25z%22%20transform%3D%22translate(-21.557%20-2.391)scale(.07721)%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%22SVGpLeTfc3d%22%20x1%3D%22319.21%22%20x2%3D%22657.65%22%20y1%3D%22235.15%22%20y2%3D%22269.49%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e54c18%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fec350%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22m4.854%2027.775l8.578-11.216L4.601%204.228l5.676.004l7.037%209.697L6.792%2027.775zm16.79.007l-6.989-9.713L25.264%204.217h1.89l-8.612%2011.268l8.778%2012.297z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpLeTfc3d)%22%20d%3D%22M486.41%20143.83c-8.851%200-18.307.685-26.82%201.502c15.166%2019.78%2027.75%2036.53%2042.233%2055.553c-8.129-17.493-24.836-34.268-19.06-42.895c5.717-8.54%2016.251-7.103%2017.053-7.103c16.888%200%2033.145%201.908%2048.344%205.438l3.563-4.906c-20.271-5.219-42.288-7.59-65.312-7.59zm91.469%2015.964l-3.281%204.688c46.826%2018.337%2078.5%2053.36%2078.5%2093.5c0%2059.105-68.665%20107.06-153.28%20107.06c-84.616%200-153.31-47.956-153.31-107.06c0-32.189%2020.372-61.08%2052.594-80.72l-9.906-15.094c-50.546%2021.432-84.094%2059.05-84.094%20101.87c0%2066.634%2081.222%20120.69%20181.31%20120.69c100.09%200%20181.34-54.054%20181.34-120.69c0-44.433-36.123-83.292-89.875-104.25z%22%20transform%3D%22translate(-21.557%20-2.391)scale(.07721)%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-light-xorg.svg?color=%231a73e8&size=48