file type csslint logo

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

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

Related icons in VSCode Icons

Use the file type csslint logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#eee" d="M2 2h28v28H2z"/><path fill="#414141" d="m9.413 11.5l1.859.589A4.17 4.17 0 0 1 9.85 14.4a4.06 4.06 0 0 1-2.523.755a4.08 4.08 0 0 1-3.109-1.295A4.95 4.95 0 0 1 3 10.327a5.2 5.2 0 0 1 1.224-3.682a4.2 4.2 0 0 1 3.219-1.312a3.95 3.95 0 0 1 2.831 1.03a3.75 3.75 0 0 1 .972 1.749l-1.9.453a1.96 1.96 0 0 0-2-1.593a2.16 2.16 0 0 0-1.713.758a3.7 3.7 0 0 0-.657 2.455a3.98 3.98 0 0 0 .648 2.565a2.1 2.1 0 0 0 1.684.764a1.92 1.92 0 0 0 1.315-.486a2.82 2.82 0 0 0 .79-1.528m3.018.4l1.869-.18a2.28 2.28 0 0 0 .683 1.38a2.07 2.07 0 0 0 1.389.44a2.13 2.13 0 0 0 1.4-.392a1.17 1.17 0 0 0 .47-.917a.86.86 0 0 0-.2-.573a1.6 1.6 0 0 0-.69-.411q-.337-.117-1.535-.415a5.2 5.2 0 0 1-2.163-.939a2.47 2.47 0 0 1-.874-1.911a2.44 2.44 0 0 1 .411-1.357a2.6 2.6 0 0 1 1.185-.962a4.8 4.8 0 0 1 1.869-.33a4 4 0 0 1 2.691.784a2.77 2.77 0 0 1 .949 2.092l-1.917.084a1.63 1.63 0 0 0-.528-1.053a1.93 1.93 0 0 0-1.22-.32a2.2 2.2 0 0 0-1.308.343a.69.69 0 0 0-.3.589a.73.73 0 0 0 .285.576a5 5 0 0 0 1.762.635a9.3 9.3 0 0 1 2.07.683a2.67 2.67 0 0 1 1.049.965a2.99 2.99 0 0 1-.074 3.041a2.7 2.7 0 0 1-1.283 1.059a5.4 5.4 0 0 1-2.066.347a4.1 4.1 0 0 1-2.766-.832a3.62 3.62 0 0 1-1.158-2.426m8.848 0l1.865-.181a2.28 2.28 0 0 0 .683 1.38a2.07 2.07 0 0 0 1.389.44a2.13 2.13 0 0 0 1.4-.392a1.17 1.17 0 0 0 .47-.917a.86.86 0 0 0-.2-.573a1.6 1.6 0 0 0-.69-.411q-.337-.117-1.535-.415a5.2 5.2 0 0 1-2.161-.938a2.47 2.47 0 0 1-.874-1.911a2.44 2.44 0 0 1 .411-1.357a2.6 2.6 0 0 1 1.185-.962a4.8 4.8 0 0 1 1.869-.33a4 4 0 0 1 2.691.784a2.77 2.77 0 0 1 .949 2.092l-1.917.084a1.63 1.63 0 0 0-.528-1.053a1.93 1.93 0 0 0-1.214-.321a2.2 2.2 0 0 0-1.308.343a.69.69 0 0 0-.3.589a.73.73 0 0 0 .285.576a5 5 0 0 0 1.762.635a9.3 9.3 0 0 1 2.07.683a2.67 2.67 0 0 1 1.049.965a2.99 2.99 0 0 1-.074 3.041a2.7 2.7 0 0 1-1.283 1.059a5.4 5.4 0 0 1-2.066.347a4.1 4.1 0 0 1-2.766-.832a3.62 3.62 0 0 1-1.162-2.425"/><path fill="#768c1c" d="M3 26.626v-8.688h1.769v7.212h4.4v1.476Zm7.374 0v-8.76h1.769v8.76Zm3.472 0v-8.76h1.721l3.585 5.85v-5.85H20.8v8.76h-1.779l-3.532-5.713v5.713Zm10.792 0v-7.278h-2.6v-1.482H29v1.482h-2.593v7.278Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCsslint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#eee" d="M2 2h28v28H2z"/><path fill="#414141" d="m9.413 11.5l1.859.589A4.17 4.17 0 0 1 9.85 14.4a4.06 4.06 0 0 1-2.523.755a4.08 4.08 0 0 1-3.109-1.295A4.95 4.95 0 0 1 3 10.327a5.2 5.2 0 0 1 1.224-3.682a4.2 4.2 0 0 1 3.219-1.312a3.95 3.95 0 0 1 2.831 1.03a3.75 3.75 0 0 1 .972 1.749l-1.9.453a1.96 1.96 0 0 0-2-1.593a2.16 2.16 0 0 0-1.713.758a3.7 3.7 0 0 0-.657 2.455a3.98 3.98 0 0 0 .648 2.565a2.1 2.1 0 0 0 1.684.764a1.92 1.92 0 0 0 1.315-.486a2.82 2.82 0 0 0 .79-1.528m3.018.4l1.869-.18a2.28 2.28 0 0 0 .683 1.38a2.07 2.07 0 0 0 1.389.44a2.13 2.13 0 0 0 1.4-.392a1.17 1.17 0 0 0 .47-.917a.86.86 0 0 0-.2-.573a1.6 1.6 0 0 0-.69-.411q-.337-.117-1.535-.415a5.2 5.2 0 0 1-2.163-.939a2.47 2.47 0 0 1-.874-1.911a2.44 2.44 0 0 1 .411-1.357a2.6 2.6 0 0 1 1.185-.962a4.8 4.8 0 0 1 1.869-.33a4 4 0 0 1 2.691.784a2.77 2.77 0 0 1 .949 2.092l-1.917.084a1.63 1.63 0 0 0-.528-1.053a1.93 1.93 0 0 0-1.22-.32a2.2 2.2 0 0 0-1.308.343a.69.69 0 0 0-.3.589a.73.73 0 0 0 .285.576a5 5 0 0 0 1.762.635a9.3 9.3 0 0 1 2.07.683a2.67 2.67 0 0 1 1.049.965a2.99 2.99 0 0 1-.074 3.041a2.7 2.7 0 0 1-1.283 1.059a5.4 5.4 0 0 1-2.066.347a4.1 4.1 0 0 1-2.766-.832a3.62 3.62 0 0 1-1.158-2.426m8.848 0l1.865-.181a2.28 2.28 0 0 0 .683 1.38a2.07 2.07 0 0 0 1.389.44a2.13 2.13 0 0 0 1.4-.392a1.17 1.17 0 0 0 .47-.917a.86.86 0 0 0-.2-.573a1.6 1.6 0 0 0-.69-.411q-.337-.117-1.535-.415a5.2 5.2 0 0 1-2.161-.938a2.47 2.47 0 0 1-.874-1.911a2.44 2.44 0 0 1 .411-1.357a2.6 2.6 0 0 1 1.185-.962a4.8 4.8 0 0 1 1.869-.33a4 4 0 0 1 2.691.784a2.77 2.77 0 0 1 .949 2.092l-1.917.084a1.63 1.63 0 0 0-.528-1.053a1.93 1.93 0 0 0-1.214-.321a2.2 2.2 0 0 0-1.308.343a.69.69 0 0 0-.3.589a.73.73 0 0 0 .285.576a5 5 0 0 0 1.762.635a9.3 9.3 0 0 1 2.07.683a2.67 2.67 0 0 1 1.049.965a2.99 2.99 0 0 1-.074 3.041a2.7 2.7 0 0 1-1.283 1.059a5.4 5.4 0 0 1-2.066.347a4.1 4.1 0 0 1-2.766-.832a3.62 3.62 0 0 1-1.162-2.425"/><path fill="#768c1c" d="M3 26.626v-8.688h1.769v7.212h4.4v1.476Zm7.374 0v-8.76h1.769v8.76Zm3.472 0v-8.76h1.721l3.585 5.85v-5.85H20.8v8.76h-1.779l-3.532-5.713v5.713Zm10.792 0v-7.278h-2.6v-1.482H29v1.482h-2.593v7.278Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#eee" d="M2 2h28v28H2z"/><path fill="#414141" d="m9.413 11.5l1.859.589A4.17 4.17 0 0 1 9.85 14.4a4.06 4.06 0 0 1-2.523.755a4.08 4.08 0 0 1-3.109-1.295A4.95 4.95 0 0 1 3 10.327a5.2 5.2 0 0 1 1.224-3.682a4.2 4.2 0 0 1 3.219-1.312a3.95 3.95 0 0 1 2.831 1.03a3.75 3.75 0 0 1 .972 1.749l-1.9.453a1.96 1.96 0 0 0-2-1.593a2.16 2.16 0 0 0-1.713.758a3.7 3.7 0 0 0-.657 2.455a3.98 3.98 0 0 0 .648 2.565a2.1 2.1 0 0 0 1.684.764a1.92 1.92 0 0 0 1.315-.486a2.82 2.82 0 0 0 .79-1.528m3.018.4l1.869-.18a2.28 2.28 0 0 0 .683 1.38a2.07 2.07 0 0 0 1.389.44a2.13 2.13 0 0 0 1.4-.392a1.17 1.17 0 0 0 .47-.917a.86.86 0 0 0-.2-.573a1.6 1.6 0 0 0-.69-.411q-.337-.117-1.535-.415a5.2 5.2 0 0 1-2.163-.939a2.47 2.47 0 0 1-.874-1.911a2.44 2.44 0 0 1 .411-1.357a2.6 2.6 0 0 1 1.185-.962a4.8 4.8 0 0 1 1.869-.33a4 4 0 0 1 2.691.784a2.77 2.77 0 0 1 .949 2.092l-1.917.084a1.63 1.63 0 0 0-.528-1.053a1.93 1.93 0 0 0-1.22-.32a2.2 2.2 0 0 0-1.308.343a.69.69 0 0 0-.3.589a.73.73 0 0 0 .285.576a5 5 0 0 0 1.762.635a9.3 9.3 0 0 1 2.07.683a2.67 2.67 0 0 1 1.049.965a2.99 2.99 0 0 1-.074 3.041a2.7 2.7 0 0 1-1.283 1.059a5.4 5.4 0 0 1-2.066.347a4.1 4.1 0 0 1-2.766-.832a3.62 3.62 0 0 1-1.158-2.426m8.848 0l1.865-.181a2.28 2.28 0 0 0 .683 1.38a2.07 2.07 0 0 0 1.389.44a2.13 2.13 0 0 0 1.4-.392a1.17 1.17 0 0 0 .47-.917a.86.86 0 0 0-.2-.573a1.6 1.6 0 0 0-.69-.411q-.337-.117-1.535-.415a5.2 5.2 0 0 1-2.161-.938a2.47 2.47 0 0 1-.874-1.911a2.44 2.44 0 0 1 .411-1.357a2.6 2.6 0 0 1 1.185-.962a4.8 4.8 0 0 1 1.869-.33a4 4 0 0 1 2.691.784a2.77 2.77 0 0 1 .949 2.092l-1.917.084a1.63 1.63 0 0 0-.528-1.053a1.93 1.93 0 0 0-1.214-.321a2.2 2.2 0 0 0-1.308.343a.69.69 0 0 0-.3.589a.73.73 0 0 0 .285.576a5 5 0 0 0 1.762.635a9.3 9.3 0 0 1 2.07.683a2.67 2.67 0 0 1 1.049.965a2.99 2.99 0 0 1-.074 3.041a2.7 2.7 0 0 1-1.283 1.059a5.4 5.4 0 0 1-2.066.347a4.1 4.1 0 0 1-2.766-.832a3.62 3.62 0 0 1-1.162-2.425"/><path fill="#768c1c" d="M3 26.626v-8.688h1.769v7.212h4.4v1.476Zm7.374 0v-8.76h1.769v8.76Zm3.472 0v-8.76h1.721l3.585 5.85v-5.85H20.8v8.76h-1.779l-3.532-5.713v5.713Zm10.792 0v-7.278h-2.6v-1.482H29v1.482h-2.593v7.278Z"/></svg>
</template>

CSS

.icon-file-type-csslint {
  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%23eee%22%20d%3D%22M2%202h28v28H2z%22%2F%3E%3Cpath%20fill%3D%22%23414141%22%20d%3D%22m9.413%2011.5l1.859.589A4.17%204.17%200%200%201%209.85%2014.4a4.06%204.06%200%200%201-2.523.755a4.08%204.08%200%200%201-3.109-1.295A4.95%204.95%200%200%201%203%2010.327a5.2%205.2%200%200%201%201.224-3.682a4.2%204.2%200%200%201%203.219-1.312a3.95%203.95%200%200%201%202.831%201.03a3.75%203.75%200%200%201%20.972%201.749l-1.9.453a1.96%201.96%200%200%200-2-1.593a2.16%202.16%200%200%200-1.713.758a3.7%203.7%200%200%200-.657%202.455a3.98%203.98%200%200%200%20.648%202.565a2.1%202.1%200%200%200%201.684.764a1.92%201.92%200%200%200%201.315-.486a2.82%202.82%200%200%200%20.79-1.528m3.018.4l1.869-.18a2.28%202.28%200%200%200%20.683%201.38a2.07%202.07%200%200%200%201.389.44a2.13%202.13%200%200%200%201.4-.392a1.17%201.17%200%200%200%20.47-.917a.86.86%200%200%200-.2-.573a1.6%201.6%200%200%200-.69-.411q-.337-.117-1.535-.415a5.2%205.2%200%200%201-2.163-.939a2.47%202.47%200%200%201-.874-1.911a2.44%202.44%200%200%201%20.411-1.357a2.6%202.6%200%200%201%201.185-.962a4.8%204.8%200%200%201%201.869-.33a4%204%200%200%201%202.691.784a2.77%202.77%200%200%201%20.949%202.092l-1.917.084a1.63%201.63%200%200%200-.528-1.053a1.93%201.93%200%200%200-1.22-.32a2.2%202.2%200%200%200-1.308.343a.69.69%200%200%200-.3.589a.73.73%200%200%200%20.285.576a5%205%200%200%200%201.762.635a9.3%209.3%200%200%201%202.07.683a2.67%202.67%200%200%201%201.049.965a2.99%202.99%200%200%201-.074%203.041a2.7%202.7%200%200%201-1.283%201.059a5.4%205.4%200%200%201-2.066.347a4.1%204.1%200%200%201-2.766-.832a3.62%203.62%200%200%201-1.158-2.426m8.848%200l1.865-.181a2.28%202.28%200%200%200%20.683%201.38a2.07%202.07%200%200%200%201.389.44a2.13%202.13%200%200%200%201.4-.392a1.17%201.17%200%200%200%20.47-.917a.86.86%200%200%200-.2-.573a1.6%201.6%200%200%200-.69-.411q-.337-.117-1.535-.415a5.2%205.2%200%200%201-2.161-.938a2.47%202.47%200%200%201-.874-1.911a2.44%202.44%200%200%201%20.411-1.357a2.6%202.6%200%200%201%201.185-.962a4.8%204.8%200%200%201%201.869-.33a4%204%200%200%201%202.691.784a2.77%202.77%200%200%201%20.949%202.092l-1.917.084a1.63%201.63%200%200%200-.528-1.053a1.93%201.93%200%200%200-1.214-.321a2.2%202.2%200%200%200-1.308.343a.69.69%200%200%200-.3.589a.73.73%200%200%200%20.285.576a5%205%200%200%200%201.762.635a9.3%209.3%200%200%201%202.07.683a2.67%202.67%200%200%201%201.049.965a2.99%202.99%200%200%201-.074%203.041a2.7%202.7%200%200%201-1.283%201.059a5.4%205.4%200%200%201-2.066.347a4.1%204.1%200%200%201-2.766-.832a3.62%203.62%200%200%201-1.162-2.425%22%2F%3E%3Cpath%20fill%3D%22%23768c1c%22%20d%3D%22M3%2026.626v-8.688h1.769v7.212h4.4v1.476Zm7.374%200v-8.76h1.769v8.76Zm3.472%200v-8.76h1.721l3.585%205.85v-5.85H20.8v8.76h-1.779l-3.532-5.713v5.713Zm10.792%200v-7.278h-2.6v-1.482H29v1.482h-2.593v7.278Z%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%23eee%22%20d%3D%22M2%202h28v28H2z%22%2F%3E%3Cpath%20fill%3D%22%23414141%22%20d%3D%22m9.413%2011.5l1.859.589A4.17%204.17%200%200%201%209.85%2014.4a4.06%204.06%200%200%201-2.523.755a4.08%204.08%200%200%201-3.109-1.295A4.95%204.95%200%200%201%203%2010.327a5.2%205.2%200%200%201%201.224-3.682a4.2%204.2%200%200%201%203.219-1.312a3.95%203.95%200%200%201%202.831%201.03a3.75%203.75%200%200%201%20.972%201.749l-1.9.453a1.96%201.96%200%200%200-2-1.593a2.16%202.16%200%200%200-1.713.758a3.7%203.7%200%200%200-.657%202.455a3.98%203.98%200%200%200%20.648%202.565a2.1%202.1%200%200%200%201.684.764a1.92%201.92%200%200%200%201.315-.486a2.82%202.82%200%200%200%20.79-1.528m3.018.4l1.869-.18a2.28%202.28%200%200%200%20.683%201.38a2.07%202.07%200%200%200%201.389.44a2.13%202.13%200%200%200%201.4-.392a1.17%201.17%200%200%200%20.47-.917a.86.86%200%200%200-.2-.573a1.6%201.6%200%200%200-.69-.411q-.337-.117-1.535-.415a5.2%205.2%200%200%201-2.163-.939a2.47%202.47%200%200%201-.874-1.911a2.44%202.44%200%200%201%20.411-1.357a2.6%202.6%200%200%201%201.185-.962a4.8%204.8%200%200%201%201.869-.33a4%204%200%200%201%202.691.784a2.77%202.77%200%200%201%20.949%202.092l-1.917.084a1.63%201.63%200%200%200-.528-1.053a1.93%201.93%200%200%200-1.22-.32a2.2%202.2%200%200%200-1.308.343a.69.69%200%200%200-.3.589a.73.73%200%200%200%20.285.576a5%205%200%200%200%201.762.635a9.3%209.3%200%200%201%202.07.683a2.67%202.67%200%200%201%201.049.965a2.99%202.99%200%200%201-.074%203.041a2.7%202.7%200%200%201-1.283%201.059a5.4%205.4%200%200%201-2.066.347a4.1%204.1%200%200%201-2.766-.832a3.62%203.62%200%200%201-1.158-2.426m8.848%200l1.865-.181a2.28%202.28%200%200%200%20.683%201.38a2.07%202.07%200%200%200%201.389.44a2.13%202.13%200%200%200%201.4-.392a1.17%201.17%200%200%200%20.47-.917a.86.86%200%200%200-.2-.573a1.6%201.6%200%200%200-.69-.411q-.337-.117-1.535-.415a5.2%205.2%200%200%201-2.161-.938a2.47%202.47%200%200%201-.874-1.911a2.44%202.44%200%200%201%20.411-1.357a2.6%202.6%200%200%201%201.185-.962a4.8%204.8%200%200%201%201.869-.33a4%204%200%200%201%202.691.784a2.77%202.77%200%200%201%20.949%202.092l-1.917.084a1.63%201.63%200%200%200-.528-1.053a1.93%201.93%200%200%200-1.214-.321a2.2%202.2%200%200%200-1.308.343a.69.69%200%200%200-.3.589a.73.73%200%200%200%20.285.576a5%205%200%200%200%201.762.635a9.3%209.3%200%200%201%202.07.683a2.67%202.67%200%200%201%201.049.965a2.99%202.99%200%200%201-.074%203.041a2.7%202.7%200%200%201-1.283%201.059a5.4%205.4%200%200%201-2.066.347a4.1%204.1%200%200%201-2.766-.832a3.62%203.62%200%200%201-1.162-2.425%22%2F%3E%3Cpath%20fill%3D%22%23768c1c%22%20d%3D%22M3%2026.626v-8.688h1.769v7.212h4.4v1.476Zm7.374%200v-8.76h1.769v8.76Zm3.472%200v-8.76h1.721l3.585%205.85v-5.85H20.8v8.76h-1.779l-3.532-5.713v5.713Zm10.792%200v-7.278h-2.6v-1.482H29v1.482h-2.593v7.278Z%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-csslint.svg?color=%231a73e8&size=48