file type light rubocop logo
file-type-light-rubocop from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-light-rubocop
- 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 light rubocop logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M27.05 13.9V13a1.793 1.793 0 0 0-1.8-1.8H6.65a1.793 1.793 0 0 0-1.8 1.8v.9a1.53 1.53 0 0 0-.7 1.2v2.4a1.39 1.39 0 0 0 .7 1.2v.9a1.793 1.793 0 0 0 1.8 1.8h18.7a1.793 1.793 0 0 0 1.8-1.8v-.9a1.53 1.53 0 0 0 .7-1.2v-2.4a1.74 1.74 0 0 0-.8-1.2M15.95 2a9.925 9.925 0 0 0-9.8 8.6h19.6a9.925 9.925 0 0 0-9.8-8.6m-2.9 22h5.8l.6.7l.9-.7l-.9-1.1h-7l-.9 1.1l.9.7z"/><path fill="#ec1c24" d="M23.55 17.6H8.35a1.3 1.3 0 1 1 0-2.6h15.3a1.324 1.324 0 0 1 1.3 1.3a1.49 1.49 0 0 1-1.4 1.3"/><path d="M23.05 22v3.8a1.967 1.967 0 0 1-1.9 1.9h-1a.86.86 0 0 1-.6-.3l-1.2-1.6a.6.6 0 0 0-.6-.3h-3.6a.76.76 0 0 0-.5.2l-1.3 1.6a.6.6 0 0 1-.6.3h-1a1.967 1.967 0 0 1-1.9-1.9V22h-2.3v3.8a4.225 4.225 0 0 0 4.2 4.2h10.4a4.225 4.225 0 0 0 4.2-4.2V22Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLightRubocop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M27.05 13.9V13a1.793 1.793 0 0 0-1.8-1.8H6.65a1.793 1.793 0 0 0-1.8 1.8v.9a1.53 1.53 0 0 0-.7 1.2v2.4a1.39 1.39 0 0 0 .7 1.2v.9a1.793 1.793 0 0 0 1.8 1.8h18.7a1.793 1.793 0 0 0 1.8-1.8v-.9a1.53 1.53 0 0 0 .7-1.2v-2.4a1.74 1.74 0 0 0-.8-1.2M15.95 2a9.925 9.925 0 0 0-9.8 8.6h19.6a9.925 9.925 0 0 0-9.8-8.6m-2.9 22h5.8l.6.7l.9-.7l-.9-1.1h-7l-.9 1.1l.9.7z"/><path fill="#ec1c24" d="M23.55 17.6H8.35a1.3 1.3 0 1 1 0-2.6h15.3a1.324 1.324 0 0 1 1.3 1.3a1.49 1.49 0 0 1-1.4 1.3"/><path d="M23.05 22v3.8a1.967 1.967 0 0 1-1.9 1.9h-1a.86.86 0 0 1-.6-.3l-1.2-1.6a.6.6 0 0 0-.6-.3h-3.6a.76.76 0 0 0-.5.2l-1.3 1.6a.6.6 0 0 1-.6.3h-1a1.967 1.967 0 0 1-1.9-1.9V22h-2.3v3.8a4.225 4.225 0 0 0 4.2 4.2h10.4a4.225 4.225 0 0 0 4.2-4.2V22Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M27.05 13.9V13a1.793 1.793 0 0 0-1.8-1.8H6.65a1.793 1.793 0 0 0-1.8 1.8v.9a1.53 1.53 0 0 0-.7 1.2v2.4a1.39 1.39 0 0 0 .7 1.2v.9a1.793 1.793 0 0 0 1.8 1.8h18.7a1.793 1.793 0 0 0 1.8-1.8v-.9a1.53 1.53 0 0 0 .7-1.2v-2.4a1.74 1.74 0 0 0-.8-1.2M15.95 2a9.925 9.925 0 0 0-9.8 8.6h19.6a9.925 9.925 0 0 0-9.8-8.6m-2.9 22h5.8l.6.7l.9-.7l-.9-1.1h-7l-.9 1.1l.9.7z"/><path fill="#ec1c24" d="M23.55 17.6H8.35a1.3 1.3 0 1 1 0-2.6h15.3a1.324 1.324 0 0 1 1.3 1.3a1.49 1.49 0 0 1-1.4 1.3"/><path d="M23.05 22v3.8a1.967 1.967 0 0 1-1.9 1.9h-1a.86.86 0 0 1-.6-.3l-1.2-1.6a.6.6 0 0 0-.6-.3h-3.6a.76.76 0 0 0-.5.2l-1.3 1.6a.6.6 0 0 1-.6.3h-1a1.967 1.967 0 0 1-1.9-1.9V22h-2.3v3.8a4.225 4.225 0 0 0 4.2 4.2h10.4a4.225 4.225 0 0 0 4.2-4.2V22Z"/></svg> </template>
CSS
.icon-file-type-light-rubocop {
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%20d%3D%22M27.05%2013.9V13a1.793%201.793%200%200%200-1.8-1.8H6.65a1.793%201.793%200%200%200-1.8%201.8v.9a1.53%201.53%200%200%200-.7%201.2v2.4a1.39%201.39%200%200%200%20.7%201.2v.9a1.793%201.793%200%200%200%201.8%201.8h18.7a1.793%201.793%200%200%200%201.8-1.8v-.9a1.53%201.53%200%200%200%20.7-1.2v-2.4a1.74%201.74%200%200%200-.8-1.2M15.95%202a9.925%209.925%200%200%200-9.8%208.6h19.6a9.925%209.925%200%200%200-9.8-8.6m-2.9%2022h5.8l.6.7l.9-.7l-.9-1.1h-7l-.9%201.1l.9.7z%22%2F%3E%3Cpath%20fill%3D%22%23ec1c24%22%20d%3D%22M23.55%2017.6H8.35a1.3%201.3%200%201%201%200-2.6h15.3a1.324%201.324%200%200%201%201.3%201.3a1.49%201.49%200%200%201-1.4%201.3%22%2F%3E%3Cpath%20d%3D%22M23.05%2022v3.8a1.967%201.967%200%200%201-1.9%201.9h-1a.86.86%200%200%201-.6-.3l-1.2-1.6a.6.6%200%200%200-.6-.3h-3.6a.76.76%200%200%200-.5.2l-1.3%201.6a.6.6%200%200%201-.6.3h-1a1.967%201.967%200%200%201-1.9-1.9V22h-2.3v3.8a4.225%204.225%200%200%200%204.2%204.2h10.4a4.225%204.225%200%200%200%204.2-4.2V22Z%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%20d%3D%22M27.05%2013.9V13a1.793%201.793%200%200%200-1.8-1.8H6.65a1.793%201.793%200%200%200-1.8%201.8v.9a1.53%201.53%200%200%200-.7%201.2v2.4a1.39%201.39%200%200%200%20.7%201.2v.9a1.793%201.793%200%200%200%201.8%201.8h18.7a1.793%201.793%200%200%200%201.8-1.8v-.9a1.53%201.53%200%200%200%20.7-1.2v-2.4a1.74%201.74%200%200%200-.8-1.2M15.95%202a9.925%209.925%200%200%200-9.8%208.6h19.6a9.925%209.925%200%200%200-9.8-8.6m-2.9%2022h5.8l.6.7l.9-.7l-.9-1.1h-7l-.9%201.1l.9.7z%22%2F%3E%3Cpath%20fill%3D%22%23ec1c24%22%20d%3D%22M23.55%2017.6H8.35a1.3%201.3%200%201%201%200-2.6h15.3a1.324%201.324%200%200%201%201.3%201.3a1.49%201.49%200%200%201-1.4%201.3%22%2F%3E%3Cpath%20d%3D%22M23.05%2022v3.8a1.967%201.967%200%200%201-1.9%201.9h-1a.86.86%200%200%201-.6-.3l-1.2-1.6a.6.6%200%200%200-.6-.3h-3.6a.76.76%200%200%200-.5.2l-1.3%201.6a.6.6%200%200%201-.6.3h-1a1.967%201.967%200%200%201-1.9-1.9V22h-2.3v3.8a4.225%204.225%200%200%200%204.2%204.2h10.4a4.225%204.225%200%200%200%204.2-4.2V22Z%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-rubocop.svg?color=%231a73e8&size=48