file type dependencies logo

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

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

Related icons in VSCode Icons

Use the file type dependencies logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#36a3ec" d="M11.247 2.042c2.164-.067 4.772-.275 6.284 1.614c2.506 2.9.625 7.061 1.517 10.445a3.394 3.394 0 0 0 3.721 1.809a3.21 3.21 0 0 1 4.191-1.73a3.075 3.075 0 0 1 .262 5.437a3.24 3.24 0 0 1-4.479-1.605a42 42 0 0 0-5.854.142c-1.787.514-2.24 2.541-2.053 4.169c.089 2.173.226 4.759-1.605 6.315c-2 1.876-4.941 1.229-7.42 1.339q-.258-1.056-.523-2.107c2.39-.235 5.792.9 7.176-1.743c.812-2.643-.466-5.681 1.158-8.147c-1.947.04-3.9.013-5.845.027a75 75 0 0 0-.522-2.107c3.437 0 6.874-.018 10.311.013c-1.109-1.53-.408-3.756-1.836-5.078a4.2 4.2 0 0 0-3.06-.82c-2.963.013-5.925 0-8.888.013a71 71 0 0 0-.519-2.111c3.446.018 6.9-.04 10.343.022a7.7 7.7 0 0 1 3.171.887c-.093-1.317.173-2.94-.971-3.9c-1.06-1.087-2.683-.75-4.04-.776a48 48 0 0 0-.519-2.108"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeDependencies(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#36a3ec" d="M11.247 2.042c2.164-.067 4.772-.275 6.284 1.614c2.506 2.9.625 7.061 1.517 10.445a3.394 3.394 0 0 0 3.721 1.809a3.21 3.21 0 0 1 4.191-1.73a3.075 3.075 0 0 1 .262 5.437a3.24 3.24 0 0 1-4.479-1.605a42 42 0 0 0-5.854.142c-1.787.514-2.24 2.541-2.053 4.169c.089 2.173.226 4.759-1.605 6.315c-2 1.876-4.941 1.229-7.42 1.339q-.258-1.056-.523-2.107c2.39-.235 5.792.9 7.176-1.743c.812-2.643-.466-5.681 1.158-8.147c-1.947.04-3.9.013-5.845.027a75 75 0 0 0-.522-2.107c3.437 0 6.874-.018 10.311.013c-1.109-1.53-.408-3.756-1.836-5.078a4.2 4.2 0 0 0-3.06-.82c-2.963.013-5.925 0-8.888.013a71 71 0 0 0-.519-2.111c3.446.018 6.9-.04 10.343.022a7.7 7.7 0 0 1 3.171.887c-.093-1.317.173-2.94-.971-3.9c-1.06-1.087-2.683-.75-4.04-.776a48 48 0 0 0-.519-2.108"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#36a3ec" d="M11.247 2.042c2.164-.067 4.772-.275 6.284 1.614c2.506 2.9.625 7.061 1.517 10.445a3.394 3.394 0 0 0 3.721 1.809a3.21 3.21 0 0 1 4.191-1.73a3.075 3.075 0 0 1 .262 5.437a3.24 3.24 0 0 1-4.479-1.605a42 42 0 0 0-5.854.142c-1.787.514-2.24 2.541-2.053 4.169c.089 2.173.226 4.759-1.605 6.315c-2 1.876-4.941 1.229-7.42 1.339q-.258-1.056-.523-2.107c2.39-.235 5.792.9 7.176-1.743c.812-2.643-.466-5.681 1.158-8.147c-1.947.04-3.9.013-5.845.027a75 75 0 0 0-.522-2.107c3.437 0 6.874-.018 10.311.013c-1.109-1.53-.408-3.756-1.836-5.078a4.2 4.2 0 0 0-3.06-.82c-2.963.013-5.925 0-8.888.013a71 71 0 0 0-.519-2.111c3.446.018 6.9-.04 10.343.022a7.7 7.7 0 0 1 3.171.887c-.093-1.317.173-2.94-.971-3.9c-1.06-1.087-2.683-.75-4.04-.776a48 48 0 0 0-.519-2.108"/></svg>
</template>

CSS

.icon-file-type-dependencies {
  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%2336a3ec%22%20d%3D%22M11.247%202.042c2.164-.067%204.772-.275%206.284%201.614c2.506%202.9.625%207.061%201.517%2010.445a3.394%203.394%200%200%200%203.721%201.809a3.21%203.21%200%200%201%204.191-1.73a3.075%203.075%200%200%201%20.262%205.437a3.24%203.24%200%200%201-4.479-1.605a42%2042%200%200%200-5.854.142c-1.787.514-2.24%202.541-2.053%204.169c.089%202.173.226%204.759-1.605%206.315c-2%201.876-4.941%201.229-7.42%201.339q-.258-1.056-.523-2.107c2.39-.235%205.792.9%207.176-1.743c.812-2.643-.466-5.681%201.158-8.147c-1.947.04-3.9.013-5.845.027a75%2075%200%200%200-.522-2.107c3.437%200%206.874-.018%2010.311.013c-1.109-1.53-.408-3.756-1.836-5.078a4.2%204.2%200%200%200-3.06-.82c-2.963.013-5.925%200-8.888.013a71%2071%200%200%200-.519-2.111c3.446.018%206.9-.04%2010.343.022a7.7%207.7%200%200%201%203.171.887c-.093-1.317.173-2.94-.971-3.9c-1.06-1.087-2.683-.75-4.04-.776a48%2048%200%200%200-.519-2.108%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%2336a3ec%22%20d%3D%22M11.247%202.042c2.164-.067%204.772-.275%206.284%201.614c2.506%202.9.625%207.061%201.517%2010.445a3.394%203.394%200%200%200%203.721%201.809a3.21%203.21%200%200%201%204.191-1.73a3.075%203.075%200%200%201%20.262%205.437a3.24%203.24%200%200%201-4.479-1.605a42%2042%200%200%200-5.854.142c-1.787.514-2.24%202.541-2.053%204.169c.089%202.173.226%204.759-1.605%206.315c-2%201.876-4.941%201.229-7.42%201.339q-.258-1.056-.523-2.107c2.39-.235%205.792.9%207.176-1.743c.812-2.643-.466-5.681%201.158-8.147c-1.947.04-3.9.013-5.845.027a75%2075%200%200%200-.522-2.107c3.437%200%206.874-.018%2010.311.013c-1.109-1.53-.408-3.756-1.836-5.078a4.2%204.2%200%200%200-3.06-.82c-2.963.013-5.925%200-8.888.013a71%2071%200%200%200-.519-2.111c3.446.018%206.9-.04%2010.343.022a7.7%207.7%200%200%201%203.171.887c-.093-1.317.173-2.94-.971-3.9c-1.06-1.087-2.683-.75-4.04-.776a48%2048%200%200%200-.519-2.108%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-dependencies.svg?color=%231a73e8&size=48