file type rector logo

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

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

Related icons in VSCode Icons

Use the file type rector logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke-width=".03"><path fill="#fff" d="M11.23 13.22a.6.6 0 0 0-.4.4c-.05.19-.05 12.43 0 12.62c.1.4.25.44 1.62.43c1.58-.02 1.45.18 1.45-2.09c0-2.37-.05-2.27 1.15-2.26c1.04.02.9-.13 2.26 2.17c1.1 1.87 1.16 1.94 1.45 2.08l.19.09h1.3c1.4 0 1.4 0 1.49-.17s.1-.16-1.19-2.33c-1.49-2.52-1.44-2.39-1.01-2.78a4.7 4.7 0 0 0 1.5-2.17a4.66 4.66 0 0 0-3.45-5.96c-.28-.05-6.13-.09-6.36-.03m5.57 2.72c1.3.19 1.76 2.3.73 3.32c-.33.33-.46.35-2.06.35c-1.67 0-1.56.14-1.56-1.84s-.12-1.85 1.6-1.85z"/><path fill="#5b5656" d="M15.73 2.08c-.04.02-1.2 1.16-2.56 2.52l-2.49 2.48V5.9c-.02-1.63.12-1.48-1.37-1.48c-1.19 0-1.18 0-1.3.2c-.06.1-.06.16-.06 2.65V9.8l-2.84 2.85c-3.5 3.5-3.22 3.03-2.3 3.96c.81.83.96.86 1.51.3l.26-.26l.01 6.38l.02 6.38l.06.11a1 1 0 0 0 .46.41c.15.06.22.06 5.48.06h5.34v-7.54l-.14-.07a5 5 0 0 0-1.47-.04c-.42.12-.41.09-.41 2.1c0 2.4.12 2.22-1.6 2.22c-1.27 0-1.34-.02-1.49-.37c-.07-.18-.06-12.6.01-12.76c.16-.36.09-.36 2.79-.36h2.3v-3.13c0-1.73.01-4.24.03-5.58l.01-2.44h-.08zm-1.48 13.9c-.32.15-.32.16-.32 1.8c0 1.58 0 1.56.23 1.72l.12.07l.83.01h.84v-3.64h-.8c-.61 0-.83.02-.9.04"/><path fill="#5abf71" d="M15.92 2.02c.05.01.05.35.03 5.59l-.01 5.57l.7.01a4 4 0 0 1 1.97.4a4.7 4.7 0 0 1 2.43 5.62a4.6 4.6 0 0 1-1.5 2.17c-.43.4-.48.26 1.01 2.78c1.63 2.75 1.66 2.5-.3 2.5h-1.3l-.19-.1c-.3-.13-.34-.2-1.45-2.07c-1-1.67-1.13-1.87-1.3-2l-.08-.05l.01 3.78V30h5.4l5.4-.01l.12-.07c.18-.1.34-.28.4-.45c.07-.15.07-.23.07-6.52V16.6l.33.33c.59.58.66.56 1.46-.22c.67-.67.76-.83.6-1.15a626 626 0 0 0-6.75-6.8C15.8 1.6 16.22 2 15.96 2.02q-.07 0-.04.01m-.75 13.92h.78v3.65h-.8c-.7.01-.68.01.3.02c1.6 0 1.74-.01 2.08-.35c.9-.9.69-2.68-.36-3.2c-.27-.13-.43-.14-1.67-.13z"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeRector(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g strokeWidth=".03"><path fill="#fff" d="M11.23 13.22a.6.6 0 0 0-.4.4c-.05.19-.05 12.43 0 12.62c.1.4.25.44 1.62.43c1.58-.02 1.45.18 1.45-2.09c0-2.37-.05-2.27 1.15-2.26c1.04.02.9-.13 2.26 2.17c1.1 1.87 1.16 1.94 1.45 2.08l.19.09h1.3c1.4 0 1.4 0 1.49-.17s.1-.16-1.19-2.33c-1.49-2.52-1.44-2.39-1.01-2.78a4.7 4.7 0 0 0 1.5-2.17a4.66 4.66 0 0 0-3.45-5.96c-.28-.05-6.13-.09-6.36-.03m5.57 2.72c1.3.19 1.76 2.3.73 3.32c-.33.33-.46.35-2.06.35c-1.67 0-1.56.14-1.56-1.84s-.12-1.85 1.6-1.85z"/><path fill="#5b5656" d="M15.73 2.08c-.04.02-1.2 1.16-2.56 2.52l-2.49 2.48V5.9c-.02-1.63.12-1.48-1.37-1.48c-1.19 0-1.18 0-1.3.2c-.06.1-.06.16-.06 2.65V9.8l-2.84 2.85c-3.5 3.5-3.22 3.03-2.3 3.96c.81.83.96.86 1.51.3l.26-.26l.01 6.38l.02 6.38l.06.11a1 1 0 0 0 .46.41c.15.06.22.06 5.48.06h5.34v-7.54l-.14-.07a5 5 0 0 0-1.47-.04c-.42.12-.41.09-.41 2.1c0 2.4.12 2.22-1.6 2.22c-1.27 0-1.34-.02-1.49-.37c-.07-.18-.06-12.6.01-12.76c.16-.36.09-.36 2.79-.36h2.3v-3.13c0-1.73.01-4.24.03-5.58l.01-2.44h-.08zm-1.48 13.9c-.32.15-.32.16-.32 1.8c0 1.58 0 1.56.23 1.72l.12.07l.83.01h.84v-3.64h-.8c-.61 0-.83.02-.9.04"/><path fill="#5abf71" d="M15.92 2.02c.05.01.05.35.03 5.59l-.01 5.57l.7.01a4 4 0 0 1 1.97.4a4.7 4.7 0 0 1 2.43 5.62a4.6 4.6 0 0 1-1.5 2.17c-.43.4-.48.26 1.01 2.78c1.63 2.75 1.66 2.5-.3 2.5h-1.3l-.19-.1c-.3-.13-.34-.2-1.45-2.07c-1-1.67-1.13-1.87-1.3-2l-.08-.05l.01 3.78V30h5.4l5.4-.01l.12-.07c.18-.1.34-.28.4-.45c.07-.15.07-.23.07-6.52V16.6l.33.33c.59.58.66.56 1.46-.22c.67-.67.76-.83.6-1.15a626 626 0 0 0-6.75-6.8C15.8 1.6 16.22 2 15.96 2.02q-.07 0-.04.01m-.75 13.92h.78v3.65h-.8c-.7.01-.68.01.3.02c1.6 0 1.74-.01 2.08-.35c.9-.9.69-2.68-.36-3.2c-.27-.13-.43-.14-1.67-.13z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke-width=".03"><path fill="#fff" d="M11.23 13.22a.6.6 0 0 0-.4.4c-.05.19-.05 12.43 0 12.62c.1.4.25.44 1.62.43c1.58-.02 1.45.18 1.45-2.09c0-2.37-.05-2.27 1.15-2.26c1.04.02.9-.13 2.26 2.17c1.1 1.87 1.16 1.94 1.45 2.08l.19.09h1.3c1.4 0 1.4 0 1.49-.17s.1-.16-1.19-2.33c-1.49-2.52-1.44-2.39-1.01-2.78a4.7 4.7 0 0 0 1.5-2.17a4.66 4.66 0 0 0-3.45-5.96c-.28-.05-6.13-.09-6.36-.03m5.57 2.72c1.3.19 1.76 2.3.73 3.32c-.33.33-.46.35-2.06.35c-1.67 0-1.56.14-1.56-1.84s-.12-1.85 1.6-1.85z"/><path fill="#5b5656" d="M15.73 2.08c-.04.02-1.2 1.16-2.56 2.52l-2.49 2.48V5.9c-.02-1.63.12-1.48-1.37-1.48c-1.19 0-1.18 0-1.3.2c-.06.1-.06.16-.06 2.65V9.8l-2.84 2.85c-3.5 3.5-3.22 3.03-2.3 3.96c.81.83.96.86 1.51.3l.26-.26l.01 6.38l.02 6.38l.06.11a1 1 0 0 0 .46.41c.15.06.22.06 5.48.06h5.34v-7.54l-.14-.07a5 5 0 0 0-1.47-.04c-.42.12-.41.09-.41 2.1c0 2.4.12 2.22-1.6 2.22c-1.27 0-1.34-.02-1.49-.37c-.07-.18-.06-12.6.01-12.76c.16-.36.09-.36 2.79-.36h2.3v-3.13c0-1.73.01-4.24.03-5.58l.01-2.44h-.08zm-1.48 13.9c-.32.15-.32.16-.32 1.8c0 1.58 0 1.56.23 1.72l.12.07l.83.01h.84v-3.64h-.8c-.61 0-.83.02-.9.04"/><path fill="#5abf71" d="M15.92 2.02c.05.01.05.35.03 5.59l-.01 5.57l.7.01a4 4 0 0 1 1.97.4a4.7 4.7 0 0 1 2.43 5.62a4.6 4.6 0 0 1-1.5 2.17c-.43.4-.48.26 1.01 2.78c1.63 2.75 1.66 2.5-.3 2.5h-1.3l-.19-.1c-.3-.13-.34-.2-1.45-2.07c-1-1.67-1.13-1.87-1.3-2l-.08-.05l.01 3.78V30h5.4l5.4-.01l.12-.07c.18-.1.34-.28.4-.45c.07-.15.07-.23.07-6.52V16.6l.33.33c.59.58.66.56 1.46-.22c.67-.67.76-.83.6-1.15a626 626 0 0 0-6.75-6.8C15.8 1.6 16.22 2 15.96 2.02q-.07 0-.04.01m-.75 13.92h.78v3.65h-.8c-.7.01-.68.01.3.02c1.6 0 1.74-.01 2.08-.35c.9-.9.69-2.68-.36-3.2c-.27-.13-.43-.14-1.67-.13z"/></g></svg>
</template>

CSS

.icon-file-type-rector {
  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%3Cg%20stroke-width%3D%22.03%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.23%2013.22a.6.6%200%200%200-.4.4c-.05.19-.05%2012.43%200%2012.62c.1.4.25.44%201.62.43c1.58-.02%201.45.18%201.45-2.09c0-2.37-.05-2.27%201.15-2.26c1.04.02.9-.13%202.26%202.17c1.1%201.87%201.16%201.94%201.45%202.08l.19.09h1.3c1.4%200%201.4%200%201.49-.17s.1-.16-1.19-2.33c-1.49-2.52-1.44-2.39-1.01-2.78a4.7%204.7%200%200%200%201.5-2.17a4.66%204.66%200%200%200-3.45-5.96c-.28-.05-6.13-.09-6.36-.03m5.57%202.72c1.3.19%201.76%202.3.73%203.32c-.33.33-.46.35-2.06.35c-1.67%200-1.56.14-1.56-1.84s-.12-1.85%201.6-1.85z%22%2F%3E%3Cpath%20fill%3D%22%235b5656%22%20d%3D%22M15.73%202.08c-.04.02-1.2%201.16-2.56%202.52l-2.49%202.48V5.9c-.02-1.63.12-1.48-1.37-1.48c-1.19%200-1.18%200-1.3.2c-.06.1-.06.16-.06%202.65V9.8l-2.84%202.85c-3.5%203.5-3.22%203.03-2.3%203.96c.81.83.96.86%201.51.3l.26-.26l.01%206.38l.02%206.38l.06.11a1%201%200%200%200%20.46.41c.15.06.22.06%205.48.06h5.34v-7.54l-.14-.07a5%205%200%200%200-1.47-.04c-.42.12-.41.09-.41%202.1c0%202.4.12%202.22-1.6%202.22c-1.27%200-1.34-.02-1.49-.37c-.07-.18-.06-12.6.01-12.76c.16-.36.09-.36%202.79-.36h2.3v-3.13c0-1.73.01-4.24.03-5.58l.01-2.44h-.08zm-1.48%2013.9c-.32.15-.32.16-.32%201.8c0%201.58%200%201.56.23%201.72l.12.07l.83.01h.84v-3.64h-.8c-.61%200-.83.02-.9.04%22%2F%3E%3Cpath%20fill%3D%22%235abf71%22%20d%3D%22M15.92%202.02c.05.01.05.35.03%205.59l-.01%205.57l.7.01a4%204%200%200%201%201.97.4a4.7%204.7%200%200%201%202.43%205.62a4.6%204.6%200%200%201-1.5%202.17c-.43.4-.48.26%201.01%202.78c1.63%202.75%201.66%202.5-.3%202.5h-1.3l-.19-.1c-.3-.13-.34-.2-1.45-2.07c-1-1.67-1.13-1.87-1.3-2l-.08-.05l.01%203.78V30h5.4l5.4-.01l.12-.07c.18-.1.34-.28.4-.45c.07-.15.07-.23.07-6.52V16.6l.33.33c.59.58.66.56%201.46-.22c.67-.67.76-.83.6-1.15a626%20626%200%200%200-6.75-6.8C15.8%201.6%2016.22%202%2015.96%202.02q-.07%200-.04.01m-.75%2013.92h.78v3.65h-.8c-.7.01-.68.01.3.02c1.6%200%201.74-.01%202.08-.35c.9-.9.69-2.68-.36-3.2c-.27-.13-.43-.14-1.67-.13z%22%2F%3E%3C%2Fg%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%3Cg%20stroke-width%3D%22.03%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.23%2013.22a.6.6%200%200%200-.4.4c-.05.19-.05%2012.43%200%2012.62c.1.4.25.44%201.62.43c1.58-.02%201.45.18%201.45-2.09c0-2.37-.05-2.27%201.15-2.26c1.04.02.9-.13%202.26%202.17c1.1%201.87%201.16%201.94%201.45%202.08l.19.09h1.3c1.4%200%201.4%200%201.49-.17s.1-.16-1.19-2.33c-1.49-2.52-1.44-2.39-1.01-2.78a4.7%204.7%200%200%200%201.5-2.17a4.66%204.66%200%200%200-3.45-5.96c-.28-.05-6.13-.09-6.36-.03m5.57%202.72c1.3.19%201.76%202.3.73%203.32c-.33.33-.46.35-2.06.35c-1.67%200-1.56.14-1.56-1.84s-.12-1.85%201.6-1.85z%22%2F%3E%3Cpath%20fill%3D%22%235b5656%22%20d%3D%22M15.73%202.08c-.04.02-1.2%201.16-2.56%202.52l-2.49%202.48V5.9c-.02-1.63.12-1.48-1.37-1.48c-1.19%200-1.18%200-1.3.2c-.06.1-.06.16-.06%202.65V9.8l-2.84%202.85c-3.5%203.5-3.22%203.03-2.3%203.96c.81.83.96.86%201.51.3l.26-.26l.01%206.38l.02%206.38l.06.11a1%201%200%200%200%20.46.41c.15.06.22.06%205.48.06h5.34v-7.54l-.14-.07a5%205%200%200%200-1.47-.04c-.42.12-.41.09-.41%202.1c0%202.4.12%202.22-1.6%202.22c-1.27%200-1.34-.02-1.49-.37c-.07-.18-.06-12.6.01-12.76c.16-.36.09-.36%202.79-.36h2.3v-3.13c0-1.73.01-4.24.03-5.58l.01-2.44h-.08zm-1.48%2013.9c-.32.15-.32.16-.32%201.8c0%201.58%200%201.56.23%201.72l.12.07l.83.01h.84v-3.64h-.8c-.61%200-.83.02-.9.04%22%2F%3E%3Cpath%20fill%3D%22%235abf71%22%20d%3D%22M15.92%202.02c.05.01.05.35.03%205.59l-.01%205.57l.7.01a4%204%200%200%201%201.97.4a4.7%204.7%200%200%201%202.43%205.62a4.6%204.6%200%200%201-1.5%202.17c-.43.4-.48.26%201.01%202.78c1.63%202.75%201.66%202.5-.3%202.5h-1.3l-.19-.1c-.3-.13-.34-.2-1.45-2.07c-1-1.67-1.13-1.87-1.3-2l-.08-.05l.01%203.78V30h5.4l5.4-.01l.12-.07c.18-.1.34-.28.4-.45c.07-.15.07-.23.07-6.52V16.6l.33.33c.59.58.66.56%201.46-.22c.67-.67.76-.83.6-1.15a626%20626%200%200%200-6.75-6.8C15.8%201.6%2016.22%202%2015.96%202.02q-.07%200-.04.01m-.75%2013.92h.78v3.65h-.8c-.7.01-.68.01.3.02c1.6%200%201.74-.01%202.08-.35c.9-.9.69-2.68-.36-3.2c-.27-.13-.43-.14-1.67-.13z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-rector.svg?color=%231a73e8&size=48