file type truffle logo

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

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

Related icons in VSCode Icons

Use the file type truffle logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5e464d" d="M16 2.25a13.79 13.79 0 0 1 0 27.58A13.71 13.71 0 0 1 2.34 16A13.71 13.71 0 0 1 16 2.25"/><path fill="#fff" d="M11.68 28.27c.55.19 2.43.8 2.51.21c0-.33-.94-.67-2.28-1.37a21.6 21.6 0 0 1-5.17-3.82a11.87 11.87 0 0 1-3.55-8.24a11.7 11.7 0 0 1 4.2-9.72A13.74 13.74 0 0 0 2 15.88a12.87 12.87 0 0 0 2.35 7.87a9 9 0 0 0 1.75 1.69a21.3 21.3 0 0 0 5.58 2.83"/><path fill="#fff" d="M29.85 12.87c-.85-4-3.47-6.76-7-8.72c2.69 1.91 6.47 6 4.24 9.57c-1.89 2.87-6.49 2.31-9 .95c-3-1.63-6.72-5.27-3-8.84c2.38-2.3 10 .28 8.65 3.73c-.78 2-3.82 1.56-5.19.58a3 3 0 0 1-1.4-3.25c.14-.42.12-1-.46-.58a2.33 2.33 0 0 0-.73 1.46c-.63 4.5 7.37 8 9.75 3.63c1.23-2.25-.77-5.53-3.28-6.87A11.1 11.1 0 0 0 16.14 3c-3.86.28-7.09 2.69-7.49 6.63s2.21 7.44 5.29 9.55c3.24 2.22 7.6 3.67 11.58 2.35c3.58-1.18 5.05-5.28 4.33-8.63"/><path fill="#3fe0c5" d="M24.76 9.84c.38-2.58-2-4.35-4.1-5.15c-2.53-1-5.88-.53-7.73 1.57c-1.36 1.54-1.26 3.78-.57 5.59a9.56 9.56 0 0 0 6.2 5.57a11 11 0 0 0 6.34.23c2.91-.94 3.85-4 3.25-6.74a8 8 0 0 0-.59-1.74c-.36-.77-1.49-2.33.06-.43a8 8 0 0 1 .45.66a7.2 7.2 0 0 1 .75 1.68a6.21 6.21 0 0 1-2.16 7.18a8.88 8.88 0 0 1-6.17 1a11.66 11.66 0 0 1-7.26-3.93c-1.67-2-2.81-4.82-2.12-7.43A5.8 5.8 0 0 1 15 4a8.7 8.7 0 0 1 7 .82a6.36 6.36 0 0 1 2.56 2.58A4 4 0 0 1 25 9a3 3 0 0 1 0 .67c0 .08-.19.31-.16.12"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeTruffle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5e464d" d="M16 2.25a13.79 13.79 0 0 1 0 27.58A13.71 13.71 0 0 1 2.34 16A13.71 13.71 0 0 1 16 2.25"/><path fill="#fff" d="M11.68 28.27c.55.19 2.43.8 2.51.21c0-.33-.94-.67-2.28-1.37a21.6 21.6 0 0 1-5.17-3.82a11.87 11.87 0 0 1-3.55-8.24a11.7 11.7 0 0 1 4.2-9.72A13.74 13.74 0 0 0 2 15.88a12.87 12.87 0 0 0 2.35 7.87a9 9 0 0 0 1.75 1.69a21.3 21.3 0 0 0 5.58 2.83"/><path fill="#fff" d="M29.85 12.87c-.85-4-3.47-6.76-7-8.72c2.69 1.91 6.47 6 4.24 9.57c-1.89 2.87-6.49 2.31-9 .95c-3-1.63-6.72-5.27-3-8.84c2.38-2.3 10 .28 8.65 3.73c-.78 2-3.82 1.56-5.19.58a3 3 0 0 1-1.4-3.25c.14-.42.12-1-.46-.58a2.33 2.33 0 0 0-.73 1.46c-.63 4.5 7.37 8 9.75 3.63c1.23-2.25-.77-5.53-3.28-6.87A11.1 11.1 0 0 0 16.14 3c-3.86.28-7.09 2.69-7.49 6.63s2.21 7.44 5.29 9.55c3.24 2.22 7.6 3.67 11.58 2.35c3.58-1.18 5.05-5.28 4.33-8.63"/><path fill="#3fe0c5" d="M24.76 9.84c.38-2.58-2-4.35-4.1-5.15c-2.53-1-5.88-.53-7.73 1.57c-1.36 1.54-1.26 3.78-.57 5.59a9.56 9.56 0 0 0 6.2 5.57a11 11 0 0 0 6.34.23c2.91-.94 3.85-4 3.25-6.74a8 8 0 0 0-.59-1.74c-.36-.77-1.49-2.33.06-.43a8 8 0 0 1 .45.66a7.2 7.2 0 0 1 .75 1.68a6.21 6.21 0 0 1-2.16 7.18a8.88 8.88 0 0 1-6.17 1a11.66 11.66 0 0 1-7.26-3.93c-1.67-2-2.81-4.82-2.12-7.43A5.8 5.8 0 0 1 15 4a8.7 8.7 0 0 1 7 .82a6.36 6.36 0 0 1 2.56 2.58A4 4 0 0 1 25 9a3 3 0 0 1 0 .67c0 .08-.19.31-.16.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5e464d" d="M16 2.25a13.79 13.79 0 0 1 0 27.58A13.71 13.71 0 0 1 2.34 16A13.71 13.71 0 0 1 16 2.25"/><path fill="#fff" d="M11.68 28.27c.55.19 2.43.8 2.51.21c0-.33-.94-.67-2.28-1.37a21.6 21.6 0 0 1-5.17-3.82a11.87 11.87 0 0 1-3.55-8.24a11.7 11.7 0 0 1 4.2-9.72A13.74 13.74 0 0 0 2 15.88a12.87 12.87 0 0 0 2.35 7.87a9 9 0 0 0 1.75 1.69a21.3 21.3 0 0 0 5.58 2.83"/><path fill="#fff" d="M29.85 12.87c-.85-4-3.47-6.76-7-8.72c2.69 1.91 6.47 6 4.24 9.57c-1.89 2.87-6.49 2.31-9 .95c-3-1.63-6.72-5.27-3-8.84c2.38-2.3 10 .28 8.65 3.73c-.78 2-3.82 1.56-5.19.58a3 3 0 0 1-1.4-3.25c.14-.42.12-1-.46-.58a2.33 2.33 0 0 0-.73 1.46c-.63 4.5 7.37 8 9.75 3.63c1.23-2.25-.77-5.53-3.28-6.87A11.1 11.1 0 0 0 16.14 3c-3.86.28-7.09 2.69-7.49 6.63s2.21 7.44 5.29 9.55c3.24 2.22 7.6 3.67 11.58 2.35c3.58-1.18 5.05-5.28 4.33-8.63"/><path fill="#3fe0c5" d="M24.76 9.84c.38-2.58-2-4.35-4.1-5.15c-2.53-1-5.88-.53-7.73 1.57c-1.36 1.54-1.26 3.78-.57 5.59a9.56 9.56 0 0 0 6.2 5.57a11 11 0 0 0 6.34.23c2.91-.94 3.85-4 3.25-6.74a8 8 0 0 0-.59-1.74c-.36-.77-1.49-2.33.06-.43a8 8 0 0 1 .45.66a7.2 7.2 0 0 1 .75 1.68a6.21 6.21 0 0 1-2.16 7.18a8.88 8.88 0 0 1-6.17 1a11.66 11.66 0 0 1-7.26-3.93c-1.67-2-2.81-4.82-2.12-7.43A5.8 5.8 0 0 1 15 4a8.7 8.7 0 0 1 7 .82a6.36 6.36 0 0 1 2.56 2.58A4 4 0 0 1 25 9a3 3 0 0 1 0 .67c0 .08-.19.31-.16.12"/></svg>
</template>

CSS

.icon-file-type-truffle {
  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%235e464d%22%20d%3D%22M16%202.25a13.79%2013.79%200%200%201%200%2027.58A13.71%2013.71%200%200%201%202.34%2016A13.71%2013.71%200%200%201%2016%202.25%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.68%2028.27c.55.19%202.43.8%202.51.21c0-.33-.94-.67-2.28-1.37a21.6%2021.6%200%200%201-5.17-3.82a11.87%2011.87%200%200%201-3.55-8.24a11.7%2011.7%200%200%201%204.2-9.72A13.74%2013.74%200%200%200%202%2015.88a12.87%2012.87%200%200%200%202.35%207.87a9%209%200%200%200%201.75%201.69a21.3%2021.3%200%200%200%205.58%202.83%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.85%2012.87c-.85-4-3.47-6.76-7-8.72c2.69%201.91%206.47%206%204.24%209.57c-1.89%202.87-6.49%202.31-9%20.95c-3-1.63-6.72-5.27-3-8.84c2.38-2.3%2010%20.28%208.65%203.73c-.78%202-3.82%201.56-5.19.58a3%203%200%200%201-1.4-3.25c.14-.42.12-1-.46-.58a2.33%202.33%200%200%200-.73%201.46c-.63%204.5%207.37%208%209.75%203.63c1.23-2.25-.77-5.53-3.28-6.87A11.1%2011.1%200%200%200%2016.14%203c-3.86.28-7.09%202.69-7.49%206.63s2.21%207.44%205.29%209.55c3.24%202.22%207.6%203.67%2011.58%202.35c3.58-1.18%205.05-5.28%204.33-8.63%22%2F%3E%3Cpath%20fill%3D%22%233fe0c5%22%20d%3D%22M24.76%209.84c.38-2.58-2-4.35-4.1-5.15c-2.53-1-5.88-.53-7.73%201.57c-1.36%201.54-1.26%203.78-.57%205.59a9.56%209.56%200%200%200%206.2%205.57a11%2011%200%200%200%206.34.23c2.91-.94%203.85-4%203.25-6.74a8%208%200%200%200-.59-1.74c-.36-.77-1.49-2.33.06-.43a8%208%200%200%201%20.45.66a7.2%207.2%200%200%201%20.75%201.68a6.21%206.21%200%200%201-2.16%207.18a8.88%208.88%200%200%201-6.17%201a11.66%2011.66%200%200%201-7.26-3.93c-1.67-2-2.81-4.82-2.12-7.43A5.8%205.8%200%200%201%2015%204a8.7%208.7%200%200%201%207%20.82a6.36%206.36%200%200%201%202.56%202.58A4%204%200%200%201%2025%209a3%203%200%200%201%200%20.67c0%20.08-.19.31-.16.12%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%235e464d%22%20d%3D%22M16%202.25a13.79%2013.79%200%200%201%200%2027.58A13.71%2013.71%200%200%201%202.34%2016A13.71%2013.71%200%200%201%2016%202.25%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.68%2028.27c.55.19%202.43.8%202.51.21c0-.33-.94-.67-2.28-1.37a21.6%2021.6%200%200%201-5.17-3.82a11.87%2011.87%200%200%201-3.55-8.24a11.7%2011.7%200%200%201%204.2-9.72A13.74%2013.74%200%200%200%202%2015.88a12.87%2012.87%200%200%200%202.35%207.87a9%209%200%200%200%201.75%201.69a21.3%2021.3%200%200%200%205.58%202.83%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.85%2012.87c-.85-4-3.47-6.76-7-8.72c2.69%201.91%206.47%206%204.24%209.57c-1.89%202.87-6.49%202.31-9%20.95c-3-1.63-6.72-5.27-3-8.84c2.38-2.3%2010%20.28%208.65%203.73c-.78%202-3.82%201.56-5.19.58a3%203%200%200%201-1.4-3.25c.14-.42.12-1-.46-.58a2.33%202.33%200%200%200-.73%201.46c-.63%204.5%207.37%208%209.75%203.63c1.23-2.25-.77-5.53-3.28-6.87A11.1%2011.1%200%200%200%2016.14%203c-3.86.28-7.09%202.69-7.49%206.63s2.21%207.44%205.29%209.55c3.24%202.22%207.6%203.67%2011.58%202.35c3.58-1.18%205.05-5.28%204.33-8.63%22%2F%3E%3Cpath%20fill%3D%22%233fe0c5%22%20d%3D%22M24.76%209.84c.38-2.58-2-4.35-4.1-5.15c-2.53-1-5.88-.53-7.73%201.57c-1.36%201.54-1.26%203.78-.57%205.59a9.56%209.56%200%200%200%206.2%205.57a11%2011%200%200%200%206.34.23c2.91-.94%203.85-4%203.25-6.74a8%208%200%200%200-.59-1.74c-.36-.77-1.49-2.33.06-.43a8%208%200%200%201%20.45.66a7.2%207.2%200%200%201%20.75%201.68a6.21%206.21%200%200%201-2.16%207.18a8.88%208.88%200%200%201-6.17%201a11.66%2011.66%200%200%201-7.26-3.93c-1.67-2-2.81-4.82-2.12-7.43A5.8%205.8%200%200%201%2015%204a8.7%208.7%200%200%201%207%20.82a6.36%206.36%200%200%201%202.56%202.58A4%204%200%200%201%2025%209a3%203%200%200%201%200%20.67c0%20.08-.19.31-.16.12%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-truffle.svg?color=%231a73e8&size=48