file type vbhtml logo

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

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

Related icons in VSCode Icons

Use the file type vbhtml logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#004b96" d="M23.844 27.692a16.3 16.3 0 0 1-6.645 1.3q-6.364 0-10.013-3.243a11.3 11.3 0 0 1-3.649-8.9a13.72 13.72 0 0 1 3.785-9.898A12.72 12.72 0 0 1 16.9 3.008a11.68 11.68 0 0 1 8.425 3.006a10 10 0 0 1 3.142 7.533a10.2 10.2 0 0 1-2.318 7.114a7.53 7.53 0 0 1-5.817 2.547a2.6 2.6 0 0 1-1.845-.642a2.32 2.32 0 0 1-.764-1.6a4.9 4.9 0 0 1-4.148 2.243a4.6 4.6 0 0 1-3.507-1.479a5.7 5.7 0 0 1-1.384-4.063a9.9 9.9 0 0 1 2.2-6.357q2.2-2.763 4.8-2.763a5.06 5.06 0 0 1 4.256 1.716l.311-1.338h2.405l-2.081 9.08a10.7 10.7 0 0 0-.352 2.243q0 .972.744.972a4.82 4.82 0 0 0 3.877-2.047a8.93 8.93 0 0 0 1.621-5.681a7.98 7.98 0 0 0-2.675-6.175a9.9 9.9 0 0 0-6.919-2.432a10.6 10.6 0 0 0-8.158 3.467a12.07 12.07 0 0 0-3.2 8.495a9.56 9.56 0 0 0 3.06 7.573q3.06 2.7 8.586 2.7a13.8 13.8 0 0 0 5.675-1.054ZM19.466 12.25a3.98 3.98 0 0 0-3.6-1.716q-1.824 0-3.263 2.23a8.73 8.73 0 0 0-1.439 4.824q0 3.635 2.905 3.635a3.77 3.77 0 0 0 2.651-1.183a6.3 6.3 0 0 0 1.7-3.2Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeVbhtml(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#004b96" d="M23.844 27.692a16.3 16.3 0 0 1-6.645 1.3q-6.364 0-10.013-3.243a11.3 11.3 0 0 1-3.649-8.9a13.72 13.72 0 0 1 3.785-9.898A12.72 12.72 0 0 1 16.9 3.008a11.68 11.68 0 0 1 8.425 3.006a10 10 0 0 1 3.142 7.533a10.2 10.2 0 0 1-2.318 7.114a7.53 7.53 0 0 1-5.817 2.547a2.6 2.6 0 0 1-1.845-.642a2.32 2.32 0 0 1-.764-1.6a4.9 4.9 0 0 1-4.148 2.243a4.6 4.6 0 0 1-3.507-1.479a5.7 5.7 0 0 1-1.384-4.063a9.9 9.9 0 0 1 2.2-6.357q2.2-2.763 4.8-2.763a5.06 5.06 0 0 1 4.256 1.716l.311-1.338h2.405l-2.081 9.08a10.7 10.7 0 0 0-.352 2.243q0 .972.744.972a4.82 4.82 0 0 0 3.877-2.047a8.93 8.93 0 0 0 1.621-5.681a7.98 7.98 0 0 0-2.675-6.175a9.9 9.9 0 0 0-6.919-2.432a10.6 10.6 0 0 0-8.158 3.467a12.07 12.07 0 0 0-3.2 8.495a9.56 9.56 0 0 0 3.06 7.573q3.06 2.7 8.586 2.7a13.8 13.8 0 0 0 5.675-1.054ZM19.466 12.25a3.98 3.98 0 0 0-3.6-1.716q-1.824 0-3.263 2.23a8.73 8.73 0 0 0-1.439 4.824q0 3.635 2.905 3.635a3.77 3.77 0 0 0 2.651-1.183a6.3 6.3 0 0 0 1.7-3.2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#004b96" d="M23.844 27.692a16.3 16.3 0 0 1-6.645 1.3q-6.364 0-10.013-3.243a11.3 11.3 0 0 1-3.649-8.9a13.72 13.72 0 0 1 3.785-9.898A12.72 12.72 0 0 1 16.9 3.008a11.68 11.68 0 0 1 8.425 3.006a10 10 0 0 1 3.142 7.533a10.2 10.2 0 0 1-2.318 7.114a7.53 7.53 0 0 1-5.817 2.547a2.6 2.6 0 0 1-1.845-.642a2.32 2.32 0 0 1-.764-1.6a4.9 4.9 0 0 1-4.148 2.243a4.6 4.6 0 0 1-3.507-1.479a5.7 5.7 0 0 1-1.384-4.063a9.9 9.9 0 0 1 2.2-6.357q2.2-2.763 4.8-2.763a5.06 5.06 0 0 1 4.256 1.716l.311-1.338h2.405l-2.081 9.08a10.7 10.7 0 0 0-.352 2.243q0 .972.744.972a4.82 4.82 0 0 0 3.877-2.047a8.93 8.93 0 0 0 1.621-5.681a7.98 7.98 0 0 0-2.675-6.175a9.9 9.9 0 0 0-6.919-2.432a10.6 10.6 0 0 0-8.158 3.467a12.07 12.07 0 0 0-3.2 8.495a9.56 9.56 0 0 0 3.06 7.573q3.06 2.7 8.586 2.7a13.8 13.8 0 0 0 5.675-1.054ZM19.466 12.25a3.98 3.98 0 0 0-3.6-1.716q-1.824 0-3.263 2.23a8.73 8.73 0 0 0-1.439 4.824q0 3.635 2.905 3.635a3.77 3.77 0 0 0 2.651-1.183a6.3 6.3 0 0 0 1.7-3.2Z"/></svg>
</template>

CSS

.icon-file-type-vbhtml {
  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%23004b96%22%20d%3D%22M23.844%2027.692a16.3%2016.3%200%200%201-6.645%201.3q-6.364%200-10.013-3.243a11.3%2011.3%200%200%201-3.649-8.9a13.72%2013.72%200%200%201%203.785-9.898A12.72%2012.72%200%200%201%2016.9%203.008a11.68%2011.68%200%200%201%208.425%203.006a10%2010%200%200%201%203.142%207.533a10.2%2010.2%200%200%201-2.318%207.114a7.53%207.53%200%200%201-5.817%202.547a2.6%202.6%200%200%201-1.845-.642a2.32%202.32%200%200%201-.764-1.6a4.9%204.9%200%200%201-4.148%202.243a4.6%204.6%200%200%201-3.507-1.479a5.7%205.7%200%200%201-1.384-4.063a9.9%209.9%200%200%201%202.2-6.357q2.2-2.763%204.8-2.763a5.06%205.06%200%200%201%204.256%201.716l.311-1.338h2.405l-2.081%209.08a10.7%2010.7%200%200%200-.352%202.243q0%20.972.744.972a4.82%204.82%200%200%200%203.877-2.047a8.93%208.93%200%200%200%201.621-5.681a7.98%207.98%200%200%200-2.675-6.175a9.9%209.9%200%200%200-6.919-2.432a10.6%2010.6%200%200%200-8.158%203.467a12.07%2012.07%200%200%200-3.2%208.495a9.56%209.56%200%200%200%203.06%207.573q3.06%202.7%208.586%202.7a13.8%2013.8%200%200%200%205.675-1.054ZM19.466%2012.25a3.98%203.98%200%200%200-3.6-1.716q-1.824%200-3.263%202.23a8.73%208.73%200%200%200-1.439%204.824q0%203.635%202.905%203.635a3.77%203.77%200%200%200%202.651-1.183a6.3%206.3%200%200%200%201.7-3.2Z%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%23004b96%22%20d%3D%22M23.844%2027.692a16.3%2016.3%200%200%201-6.645%201.3q-6.364%200-10.013-3.243a11.3%2011.3%200%200%201-3.649-8.9a13.72%2013.72%200%200%201%203.785-9.898A12.72%2012.72%200%200%201%2016.9%203.008a11.68%2011.68%200%200%201%208.425%203.006a10%2010%200%200%201%203.142%207.533a10.2%2010.2%200%200%201-2.318%207.114a7.53%207.53%200%200%201-5.817%202.547a2.6%202.6%200%200%201-1.845-.642a2.32%202.32%200%200%201-.764-1.6a4.9%204.9%200%200%201-4.148%202.243a4.6%204.6%200%200%201-3.507-1.479a5.7%205.7%200%200%201-1.384-4.063a9.9%209.9%200%200%201%202.2-6.357q2.2-2.763%204.8-2.763a5.06%205.06%200%200%201%204.256%201.716l.311-1.338h2.405l-2.081%209.08a10.7%2010.7%200%200%200-.352%202.243q0%20.972.744.972a4.82%204.82%200%200%200%203.877-2.047a8.93%208.93%200%200%200%201.621-5.681a7.98%207.98%200%200%200-2.675-6.175a9.9%209.9%200%200%200-6.919-2.432a10.6%2010.6%200%200%200-8.158%203.467a12.07%2012.07%200%200%200-3.2%208.495a9.56%209.56%200%200%200%203.06%207.573q3.06%202.7%208.586%202.7a13.8%2013.8%200%200%200%205.675-1.054ZM19.466%2012.25a3.98%203.98%200%200%200-3.6-1.716q-1.824%200-3.263%202.23a8.73%208.73%200%200%200-1.439%204.824q0%203.635%202.905%203.635a3.77%203.77%200%200%200%202.651-1.183a6.3%206.3%200%200%200%201.7-3.2Z%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-vbhtml.svg?color=%231a73e8&size=48