file type agents logo

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

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

Related icons in VSCode Icons

Use the file type agents logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M27.2 16c0-6.19-5.01-11.2-11.2-11.2S4.8 9.81 4.8 16S9.81 27.2 16 27.2S27.2 22.19 27.2 16m-5.6 2.1a1.4 1.4 0 0 1 0 2.8h-4.2a1.4 1.4 0 0 1 0-2.8zm-11.2-6.8a1.397 1.397 0 0 1 1.84.361l.08.119l2.1 3.5l.087.171a1.4 1.4 0 0 1 0 1.1l-.088.171l-2.1 3.5a1.4 1.4 0 0 1-2.4-1.44l1.67-2.78l-1.67-2.78l-.067-.127a1.394 1.394 0 0 1 .547-1.79zM30 16c0 7.73-6.27 14-14 14S2 23.73 2 16S8.27 2 16 2s14 6.27 14 14"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeAgents(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M27.2 16c0-6.19-5.01-11.2-11.2-11.2S4.8 9.81 4.8 16S9.81 27.2 16 27.2S27.2 22.19 27.2 16m-5.6 2.1a1.4 1.4 0 0 1 0 2.8h-4.2a1.4 1.4 0 0 1 0-2.8zm-11.2-6.8a1.397 1.397 0 0 1 1.84.361l.08.119l2.1 3.5l.087.171a1.4 1.4 0 0 1 0 1.1l-.088.171l-2.1 3.5a1.4 1.4 0 0 1-2.4-1.44l1.67-2.78l-1.67-2.78l-.067-.127a1.394 1.394 0 0 1 .547-1.79zM30 16c0 7.73-6.27 14-14 14S2 23.73 2 16S8.27 2 16 2s14 6.27 14 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M27.2 16c0-6.19-5.01-11.2-11.2-11.2S4.8 9.81 4.8 16S9.81 27.2 16 27.2S27.2 22.19 27.2 16m-5.6 2.1a1.4 1.4 0 0 1 0 2.8h-4.2a1.4 1.4 0 0 1 0-2.8zm-11.2-6.8a1.397 1.397 0 0 1 1.84.361l.08.119l2.1 3.5l.087.171a1.4 1.4 0 0 1 0 1.1l-.088.171l-2.1 3.5a1.4 1.4 0 0 1-2.4-1.44l1.67-2.78l-1.67-2.78l-.067-.127a1.394 1.394 0 0 1 .547-1.79zM30 16c0 7.73-6.27 14-14 14S2 23.73 2 16S8.27 2 16 2s14 6.27 14 14"/></svg>
</template>

CSS

.icon-file-type-agents {
  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%23d2d2d2%22%20d%3D%22M27.2%2016c0-6.19-5.01-11.2-11.2-11.2S4.8%209.81%204.8%2016S9.81%2027.2%2016%2027.2S27.2%2022.19%2027.2%2016m-5.6%202.1a1.4%201.4%200%200%201%200%202.8h-4.2a1.4%201.4%200%200%201%200-2.8zm-11.2-6.8a1.397%201.397%200%200%201%201.84.361l.08.119l2.1%203.5l.087.171a1.4%201.4%200%200%201%200%201.1l-.088.171l-2.1%203.5a1.4%201.4%200%200%201-2.4-1.44l1.67-2.78l-1.67-2.78l-.067-.127a1.394%201.394%200%200%201%20.547-1.79zM30%2016c0%207.73-6.27%2014-14%2014S2%2023.73%202%2016S8.27%202%2016%202s14%206.27%2014%2014%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%23d2d2d2%22%20d%3D%22M27.2%2016c0-6.19-5.01-11.2-11.2-11.2S4.8%209.81%204.8%2016S9.81%2027.2%2016%2027.2S27.2%2022.19%2027.2%2016m-5.6%202.1a1.4%201.4%200%200%201%200%202.8h-4.2a1.4%201.4%200%200%201%200-2.8zm-11.2-6.8a1.397%201.397%200%200%201%201.84.361l.08.119l2.1%203.5l.087.171a1.4%201.4%200%200%201%200%201.1l-.088.171l-2.1%203.5a1.4%201.4%200%200%201-2.4-1.44l1.67-2.78l-1.67-2.78l-.067-.127a1.394%201.394%200%200%201%20.547-1.79zM30%2016c0%207.73-6.27%2014-14%2014S2%2023.73%202%2016S8.27%202%2016%202s14%206.27%2014%2014%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-agents.svg?color=%231a73e8&size=48