file type css logo

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

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

The same logo in other sets

Related icons in VSCode Icons

Use the file type css logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#639" d="M1.995 1.994h23.52a4.48 4.48 0 0 1 4.48 4.48v19.04a4.48 4.48 0 0 1-4.48 4.48H6.475a4.48 4.48 0 0 1-4.48-4.48Z"/><path fill="#fff" d="M9.079 24.87v-4.704c0-1.876 1.204-2.884 3.024-2.884c1.792-.028 2.912 1.148 2.856 3.136h-2.072c.056-.756-.28-1.316-.84-1.288c-.7 0-.896.476-.896 1.372v4.088c0 .868.28 1.288.896 1.316c.644 0 .896-.644.84-1.372h2.072c.112 2.044-1.176 3.248-2.996 3.22c-1.764 0-2.884-.98-2.884-2.884m6.636-.336h1.932c.028.896.308 1.456.924 1.456s.84-.364.84-1.204c0-.7-.308-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.82-1.372-1.82-2.884c0-1.68 1.064-2.856 2.8-2.856s2.66 1.204 2.688 3.164h-1.876c0-.812-.168-1.372-.784-1.372c-.56 0-.84.28-.84.98s.252.98.924 1.26l.672.308c1.428.672 2.044 1.54 2.044 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22m6.328 0h1.96c0 .896.308 1.456.896 1.456s.84-.364.84-1.204c0-.7-.28-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.792-1.372-1.792-2.884c0-1.68 1.036-2.856 2.8-2.856s2.632 1.204 2.688 3.164h-1.876c-.028-.812-.196-1.372-.812-1.372c-.56 0-.812.28-.812.98s.224.98.896 1.26l.7.308c1.4.672 2.016 1.54 2.016 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#639" d="M1.995 1.994h23.52a4.48 4.48 0 0 1 4.48 4.48v19.04a4.48 4.48 0 0 1-4.48 4.48H6.475a4.48 4.48 0 0 1-4.48-4.48Z"/><path fill="#fff" d="M9.079 24.87v-4.704c0-1.876 1.204-2.884 3.024-2.884c1.792-.028 2.912 1.148 2.856 3.136h-2.072c.056-.756-.28-1.316-.84-1.288c-.7 0-.896.476-.896 1.372v4.088c0 .868.28 1.288.896 1.316c.644 0 .896-.644.84-1.372h2.072c.112 2.044-1.176 3.248-2.996 3.22c-1.764 0-2.884-.98-2.884-2.884m6.636-.336h1.932c.028.896.308 1.456.924 1.456s.84-.364.84-1.204c0-.7-.308-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.82-1.372-1.82-2.884c0-1.68 1.064-2.856 2.8-2.856s2.66 1.204 2.688 3.164h-1.876c0-.812-.168-1.372-.784-1.372c-.56 0-.84.28-.84.98s.252.98.924 1.26l.672.308c1.428.672 2.044 1.54 2.044 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22m6.328 0h1.96c0 .896.308 1.456.896 1.456s.84-.364.84-1.204c0-.7-.28-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.792-1.372-1.792-2.884c0-1.68 1.036-2.856 2.8-2.856s2.632 1.204 2.688 3.164h-1.876c-.028-.812-.196-1.372-.812-1.372c-.56 0-.812.28-.812.98s.224.98.896 1.26l.7.308c1.4.672 2.016 1.54 2.016 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#639" d="M1.995 1.994h23.52a4.48 4.48 0 0 1 4.48 4.48v19.04a4.48 4.48 0 0 1-4.48 4.48H6.475a4.48 4.48 0 0 1-4.48-4.48Z"/><path fill="#fff" d="M9.079 24.87v-4.704c0-1.876 1.204-2.884 3.024-2.884c1.792-.028 2.912 1.148 2.856 3.136h-2.072c.056-.756-.28-1.316-.84-1.288c-.7 0-.896.476-.896 1.372v4.088c0 .868.28 1.288.896 1.316c.644 0 .896-.644.84-1.372h2.072c.112 2.044-1.176 3.248-2.996 3.22c-1.764 0-2.884-.98-2.884-2.884m6.636-.336h1.932c.028.896.308 1.456.924 1.456s.84-.364.84-1.204c0-.7-.308-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.82-1.372-1.82-2.884c0-1.68 1.064-2.856 2.8-2.856s2.66 1.204 2.688 3.164h-1.876c0-.812-.168-1.372-.784-1.372c-.56 0-.84.28-.84.98s.252.98.924 1.26l.672.308c1.428.672 2.044 1.54 2.044 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22m6.328 0h1.96c0 .896.308 1.456.896 1.456s.84-.364.84-1.204c0-.7-.28-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.792-1.372-1.792-2.884c0-1.68 1.036-2.856 2.8-2.856s2.632 1.204 2.688 3.164h-1.876c-.028-.812-.196-1.372-.812-1.372c-.56 0-.812.28-.812.98s.224.98.896 1.26l.7.308c1.4.672 2.016 1.54 2.016 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22"/></svg>
</template>

CSS

.icon-file-type-css {
  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%23639%22%20d%3D%22M1.995%201.994h23.52a4.48%204.48%200%200%201%204.48%204.48v19.04a4.48%204.48%200%200%201-4.48%204.48H6.475a4.48%204.48%200%200%201-4.48-4.48Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.079%2024.87v-4.704c0-1.876%201.204-2.884%203.024-2.884c1.792-.028%202.912%201.148%202.856%203.136h-2.072c.056-.756-.28-1.316-.84-1.288c-.7%200-.896.476-.896%201.372v4.088c0%20.868.28%201.288.896%201.316c.644%200%20.896-.644.84-1.372h2.072c.112%202.044-1.176%203.248-2.996%203.22c-1.764%200-2.884-.98-2.884-2.884m6.636-.336h1.932c.028.896.308%201.456.924%201.456s.84-.364.84-1.204c0-.7-.308-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.82-1.372-1.82-2.884c0-1.68%201.064-2.856%202.8-2.856s2.66%201.204%202.688%203.164h-1.876c0-.812-.168-1.372-.784-1.372c-.56%200-.84.28-.84.98s.252.98.924%201.26l.672.308c1.428.672%202.044%201.54%202.044%203.164c0%201.932-1.092%202.996-2.884%202.996s-2.8-1.232-2.828-3.22m6.328%200h1.96c0%20.896.308%201.456.896%201.456s.84-.364.84-1.204c0-.7-.28-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.792-1.372-1.792-2.884c0-1.68%201.036-2.856%202.8-2.856s2.632%201.204%202.688%203.164h-1.876c-.028-.812-.196-1.372-.812-1.372c-.56%200-.812.28-.812.98s.224.98.896%201.26l.7.308c1.4.672%202.016%201.54%202.016%203.164c0%201.932-1.092%202.996-2.884%202.996s-2.8-1.232-2.828-3.22%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%23639%22%20d%3D%22M1.995%201.994h23.52a4.48%204.48%200%200%201%204.48%204.48v19.04a4.48%204.48%200%200%201-4.48%204.48H6.475a4.48%204.48%200%200%201-4.48-4.48Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.079%2024.87v-4.704c0-1.876%201.204-2.884%203.024-2.884c1.792-.028%202.912%201.148%202.856%203.136h-2.072c.056-.756-.28-1.316-.84-1.288c-.7%200-.896.476-.896%201.372v4.088c0%20.868.28%201.288.896%201.316c.644%200%20.896-.644.84-1.372h2.072c.112%202.044-1.176%203.248-2.996%203.22c-1.764%200-2.884-.98-2.884-2.884m6.636-.336h1.932c.028.896.308%201.456.924%201.456s.84-.364.84-1.204c0-.7-.308-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.82-1.372-1.82-2.884c0-1.68%201.064-2.856%202.8-2.856s2.66%201.204%202.688%203.164h-1.876c0-.812-.168-1.372-.784-1.372c-.56%200-.84.28-.84.98s.252.98.924%201.26l.672.308c1.428.672%202.044%201.54%202.044%203.164c0%201.932-1.092%202.996-2.884%202.996s-2.8-1.232-2.828-3.22m6.328%200h1.96c0%20.896.308%201.456.896%201.456s.84-.364.84-1.204c0-.7-.28-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.792-1.372-1.792-2.884c0-1.68%201.036-2.856%202.8-2.856s2.632%201.204%202.688%203.164h-1.876c-.028-.812-.196-1.372-.812-1.372c-.56%200-.812.28-.812.98s.224.98.896%201.26l.7.308c1.4.672%202.016%201.54%202.016%203.164c0%201.932-1.092%202.996-2.884%202.996s-2.8-1.232-2.828-3.22%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-css.svg?color=%231a73e8&size=48