file type cursorrules logo

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

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

Related icons in VSCode Icons

Use the file type cursorrules logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#444" d="M3.75 9v14h24.5V9L16 2"/><path fill="#939393" d="M16 16V2L3.75 9l24.5 14L16 30L3.75 23"/><path fill="#e3e3e3" d="M28.25 9H16v21"/><path fill="#fff" d="M3.75 9h24.5L16 16"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCursorrules(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#444" d="M3.75 9v14h24.5V9L16 2"/><path fill="#939393" d="M16 16V2L3.75 9l24.5 14L16 30L3.75 23"/><path fill="#e3e3e3" d="M28.25 9H16v21"/><path fill="#fff" d="M3.75 9h24.5L16 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#444" d="M3.75 9v14h24.5V9L16 2"/><path fill="#939393" d="M16 16V2L3.75 9l24.5 14L16 30L3.75 23"/><path fill="#e3e3e3" d="M28.25 9H16v21"/><path fill="#fff" d="M3.75 9h24.5L16 16"/></svg>
</template>

CSS

.icon-file-type-cursorrules {
  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%23444%22%20d%3D%22M3.75%209v14h24.5V9L16%202%22%2F%3E%3Cpath%20fill%3D%22%23939393%22%20d%3D%22M16%2016V2L3.75%209l24.5%2014L16%2030L3.75%2023%22%2F%3E%3Cpath%20fill%3D%22%23e3e3e3%22%20d%3D%22M28.25%209H16v21%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.75%209h24.5L16%2016%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%23444%22%20d%3D%22M3.75%209v14h24.5V9L16%202%22%2F%3E%3Cpath%20fill%3D%22%23939393%22%20d%3D%22M16%2016V2L3.75%209l24.5%2014L16%2030L3.75%2023%22%2F%3E%3Cpath%20fill%3D%22%23e3e3e3%22%20d%3D%22M28.25%209H16v21%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.75%209h24.5L16%2016%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-cursorrules.svg?color=%231a73e8&size=48