file type circom logo

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

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

Related icons in VSCode Icons

Use the file type circom logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#999" fill-rule="evenodd" d="M11.479 22.846c1.751 1.215 3.948 1.766 6.027 1.314c2.997-.575 5.485-3.144 6.17-6.237c.355-.909 1.345-.642 2.083-.682c.471-.118.779.258.556.634c-.678 4.553-4.36 8.404-8.733 9.042c-3.497.592-7.242-.853-9.5-3.714c-.06-.553.61-.305.932-.358q1.233-.002 2.465.001m-5.863-5.463H8.23c-.03.904.88 2.23.745 2.731h-2.69a11.5 11.5 0 0 1-.67-2.73M16 4.957c2.965-.015 5.93 1.378 7.84 3.755c.036.542-.62.29-.94.346h-2.495c-1.245-.767-2.646-1.34-4.114-1.364c-3.503-.203-6.89 2.387-7.836 5.908c-.072.814-.85 1.158-1.538 1.05c-.395-.04-.833.089-1.199-.075c-.166-.758.28-1.605.444-2.353c1.393-4.216 5.444-7.274 9.714-7.266zm9.677 6.831c.223.8.881 2.166.516 2.723H23.75c.018-.904-.908-2.224-.78-2.722z" clip-rule="evenodd"/><path fill="#7b7b7b" d="M10.686 17.383c.303-.564-.168-1.522.086-2.233c.338-2.725 2.84-4.914 5.47-4.726c1.254-.007 2.365.706 3.368 1.356h10.175c.43.128.174.717.243 1.064c.085.718-.152 1.651-.995 1.665q-5.31.002-10.62 0c-.626-.679-1.405-1.432-2.412-1.36c-1.713-.061-3.099 1.852-2.616 3.563c.366 1.777 2.538 2.744 4.002 1.735c.698-.3.854-1.448 1.725-1.206c.607.014 1.22-.027 1.822.018c.443.735-.592 1.814-1.002 2.475c-1.714 2.115-4.992 2.458-7.076.754c-.362-.56-.996-.328-1.526-.374c-3.067-.012-6.139.024-9.203-.018c-.304-.275-.09-.787-.154-1.166c-.115-.75.318-1.654 1.156-1.547z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCircom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#999" fillRule="evenodd" d="M11.479 22.846c1.751 1.215 3.948 1.766 6.027 1.314c2.997-.575 5.485-3.144 6.17-6.237c.355-.909 1.345-.642 2.083-.682c.471-.118.779.258.556.634c-.678 4.553-4.36 8.404-8.733 9.042c-3.497.592-7.242-.853-9.5-3.714c-.06-.553.61-.305.932-.358q1.233-.002 2.465.001m-5.863-5.463H8.23c-.03.904.88 2.23.745 2.731h-2.69a11.5 11.5 0 0 1-.67-2.73M16 4.957c2.965-.015 5.93 1.378 7.84 3.755c.036.542-.62.29-.94.346h-2.495c-1.245-.767-2.646-1.34-4.114-1.364c-3.503-.203-6.89 2.387-7.836 5.908c-.072.814-.85 1.158-1.538 1.05c-.395-.04-.833.089-1.199-.075c-.166-.758.28-1.605.444-2.353c1.393-4.216 5.444-7.274 9.714-7.266zm9.677 6.831c.223.8.881 2.166.516 2.723H23.75c.018-.904-.908-2.224-.78-2.722z" clipRule="evenodd"/><path fill="#7b7b7b" d="M10.686 17.383c.303-.564-.168-1.522.086-2.233c.338-2.725 2.84-4.914 5.47-4.726c1.254-.007 2.365.706 3.368 1.356h10.175c.43.128.174.717.243 1.064c.085.718-.152 1.651-.995 1.665q-5.31.002-10.62 0c-.626-.679-1.405-1.432-2.412-1.36c-1.713-.061-3.099 1.852-2.616 3.563c.366 1.777 2.538 2.744 4.002 1.735c.698-.3.854-1.448 1.725-1.206c.607.014 1.22-.027 1.822.018c.443.735-.592 1.814-1.002 2.475c-1.714 2.115-4.992 2.458-7.076.754c-.362-.56-.996-.328-1.526-.374c-3.067-.012-6.139.024-9.203-.018c-.304-.275-.09-.787-.154-1.166c-.115-.75.318-1.654 1.156-1.547z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#999" fill-rule="evenodd" d="M11.479 22.846c1.751 1.215 3.948 1.766 6.027 1.314c2.997-.575 5.485-3.144 6.17-6.237c.355-.909 1.345-.642 2.083-.682c.471-.118.779.258.556.634c-.678 4.553-4.36 8.404-8.733 9.042c-3.497.592-7.242-.853-9.5-3.714c-.06-.553.61-.305.932-.358q1.233-.002 2.465.001m-5.863-5.463H8.23c-.03.904.88 2.23.745 2.731h-2.69a11.5 11.5 0 0 1-.67-2.73M16 4.957c2.965-.015 5.93 1.378 7.84 3.755c.036.542-.62.29-.94.346h-2.495c-1.245-.767-2.646-1.34-4.114-1.364c-3.503-.203-6.89 2.387-7.836 5.908c-.072.814-.85 1.158-1.538 1.05c-.395-.04-.833.089-1.199-.075c-.166-.758.28-1.605.444-2.353c1.393-4.216 5.444-7.274 9.714-7.266zm9.677 6.831c.223.8.881 2.166.516 2.723H23.75c.018-.904-.908-2.224-.78-2.722z" clip-rule="evenodd"/><path fill="#7b7b7b" d="M10.686 17.383c.303-.564-.168-1.522.086-2.233c.338-2.725 2.84-4.914 5.47-4.726c1.254-.007 2.365.706 3.368 1.356h10.175c.43.128.174.717.243 1.064c.085.718-.152 1.651-.995 1.665q-5.31.002-10.62 0c-.626-.679-1.405-1.432-2.412-1.36c-1.713-.061-3.099 1.852-2.616 3.563c.366 1.777 2.538 2.744 4.002 1.735c.698-.3.854-1.448 1.725-1.206c.607.014 1.22-.027 1.822.018c.443.735-.592 1.814-1.002 2.475c-1.714 2.115-4.992 2.458-7.076.754c-.362-.56-.996-.328-1.526-.374c-3.067-.012-6.139.024-9.203-.018c-.304-.275-.09-.787-.154-1.166c-.115-.75.318-1.654 1.156-1.547z"/></svg>
</template>

CSS

.icon-file-type-circom {
  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%23999%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.479%2022.846c1.751%201.215%203.948%201.766%206.027%201.314c2.997-.575%205.485-3.144%206.17-6.237c.355-.909%201.345-.642%202.083-.682c.471-.118.779.258.556.634c-.678%204.553-4.36%208.404-8.733%209.042c-3.497.592-7.242-.853-9.5-3.714c-.06-.553.61-.305.932-.358q1.233-.002%202.465.001m-5.863-5.463H8.23c-.03.904.88%202.23.745%202.731h-2.69a11.5%2011.5%200%200%201-.67-2.73M16%204.957c2.965-.015%205.93%201.378%207.84%203.755c.036.542-.62.29-.94.346h-2.495c-1.245-.767-2.646-1.34-4.114-1.364c-3.503-.203-6.89%202.387-7.836%205.908c-.072.814-.85%201.158-1.538%201.05c-.395-.04-.833.089-1.199-.075c-.166-.758.28-1.605.444-2.353c1.393-4.216%205.444-7.274%209.714-7.266zm9.677%206.831c.223.8.881%202.166.516%202.723H23.75c.018-.904-.908-2.224-.78-2.722z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%237b7b7b%22%20d%3D%22M10.686%2017.383c.303-.564-.168-1.522.086-2.233c.338-2.725%202.84-4.914%205.47-4.726c1.254-.007%202.365.706%203.368%201.356h10.175c.43.128.174.717.243%201.064c.085.718-.152%201.651-.995%201.665q-5.31.002-10.62%200c-.626-.679-1.405-1.432-2.412-1.36c-1.713-.061-3.099%201.852-2.616%203.563c.366%201.777%202.538%202.744%204.002%201.735c.698-.3.854-1.448%201.725-1.206c.607.014%201.22-.027%201.822.018c.443.735-.592%201.814-1.002%202.475c-1.714%202.115-4.992%202.458-7.076.754c-.362-.56-.996-.328-1.526-.374c-3.067-.012-6.139.024-9.203-.018c-.304-.275-.09-.787-.154-1.166c-.115-.75.318-1.654%201.156-1.547z%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%23999%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.479%2022.846c1.751%201.215%203.948%201.766%206.027%201.314c2.997-.575%205.485-3.144%206.17-6.237c.355-.909%201.345-.642%202.083-.682c.471-.118.779.258.556.634c-.678%204.553-4.36%208.404-8.733%209.042c-3.497.592-7.242-.853-9.5-3.714c-.06-.553.61-.305.932-.358q1.233-.002%202.465.001m-5.863-5.463H8.23c-.03.904.88%202.23.745%202.731h-2.69a11.5%2011.5%200%200%201-.67-2.73M16%204.957c2.965-.015%205.93%201.378%207.84%203.755c.036.542-.62.29-.94.346h-2.495c-1.245-.767-2.646-1.34-4.114-1.364c-3.503-.203-6.89%202.387-7.836%205.908c-.072.814-.85%201.158-1.538%201.05c-.395-.04-.833.089-1.199-.075c-.166-.758.28-1.605.444-2.353c1.393-4.216%205.444-7.274%209.714-7.266zm9.677%206.831c.223.8.881%202.166.516%202.723H23.75c.018-.904-.908-2.224-.78-2.722z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%237b7b7b%22%20d%3D%22M10.686%2017.383c.303-.564-.168-1.522.086-2.233c.338-2.725%202.84-4.914%205.47-4.726c1.254-.007%202.365.706%203.368%201.356h10.175c.43.128.174.717.243%201.064c.085.718-.152%201.651-.995%201.665q-5.31.002-10.62%200c-.626-.679-1.405-1.432-2.412-1.36c-1.713-.061-3.099%201.852-2.616%203.563c.366%201.777%202.538%202.744%204.002%201.735c.698-.3.854-1.448%201.725-1.206c.607.014%201.22-.027%201.822.018c.443.735-.592%201.814-1.002%202.475c-1.714%202.115-4.992%202.458-7.076.754c-.362-.56-.996-.328-1.526-.374c-3.067-.012-6.139.024-9.203-.018c-.304-.275-.09-.787-.154-1.166c-.115-.75.318-1.654%201.156-1.547z%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-circom.svg?color=%231a73e8&size=48