file type solidity logo

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

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

Related icons in VSCode Icons

Use the file type solidity logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c1c1c1" d="m20.477 2l-4.5 8h-9l4.5-8zM11.52 30l4.5-8h9l-4.5 8z" opacity=".45"/><path fill="#c1c1c1" d="M15.975 10h9l-4.5-8h-9Zm.047 12h-9l4.5 8h9Z" opacity=".6"/><path fill="#c1c1c1" d="m11.477 18l4.5-8l-4.5-8l-4.5 8Zm9.043-4l-4.5 8l4.5 8l4.5-8Z" opacity=".8"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSolidity(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c1c1c1" d="m20.477 2l-4.5 8h-9l4.5-8zM11.52 30l4.5-8h9l-4.5 8z" opacity=".45"/><path fill="#c1c1c1" d="M15.975 10h9l-4.5-8h-9Zm.047 12h-9l4.5 8h9Z" opacity=".6"/><path fill="#c1c1c1" d="m11.477 18l4.5-8l-4.5-8l-4.5 8Zm9.043-4l-4.5 8l4.5 8l4.5-8Z" opacity=".8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c1c1c1" d="m20.477 2l-4.5 8h-9l4.5-8zM11.52 30l4.5-8h9l-4.5 8z" opacity=".45"/><path fill="#c1c1c1" d="M15.975 10h9l-4.5-8h-9Zm.047 12h-9l4.5 8h9Z" opacity=".6"/><path fill="#c1c1c1" d="m11.477 18l4.5-8l-4.5-8l-4.5 8Zm9.043-4l-4.5 8l4.5 8l4.5-8Z" opacity=".8"/></svg>
</template>

CSS

.icon-file-type-solidity {
  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%23c1c1c1%22%20d%3D%22m20.477%202l-4.5%208h-9l4.5-8zM11.52%2030l4.5-8h9l-4.5%208z%22%20opacity%3D%22.45%22%2F%3E%3Cpath%20fill%3D%22%23c1c1c1%22%20d%3D%22M15.975%2010h9l-4.5-8h-9Zm.047%2012h-9l4.5%208h9Z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20fill%3D%22%23c1c1c1%22%20d%3D%22m11.477%2018l4.5-8l-4.5-8l-4.5%208Zm9.043-4l-4.5%208l4.5%208l4.5-8Z%22%20opacity%3D%22.8%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%23c1c1c1%22%20d%3D%22m20.477%202l-4.5%208h-9l4.5-8zM11.52%2030l4.5-8h9l-4.5%208z%22%20opacity%3D%22.45%22%2F%3E%3Cpath%20fill%3D%22%23c1c1c1%22%20d%3D%22M15.975%2010h9l-4.5-8h-9Zm.047%2012h-9l4.5%208h9Z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20fill%3D%22%23c1c1c1%22%20d%3D%22m11.477%2018l4.5-8l-4.5-8l-4.5%208Zm9.043-4l-4.5%208l4.5%208l4.5-8Z%22%20opacity%3D%22.8%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-solidity.svg?color=%231a73e8&size=48