file type doxygen logo

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

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

Related icons in VSCode Icons

Use the file type doxygen logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#25b76a" d="M2 2.028h6.787a10.1 10.1 0 0 1 3.884.575a6.5 6.5 0 0 1 2.413 1.94a10 10 0 0 1 1.731 3.543a19.8 19.8 0 0 1 .628 5.414a17.4 17.4 0 0 1-.659 5.069a10.2 10.2 0 0 1-1.67 3.412a6.5 6.5 0 0 1-2.444 1.894a9.1 9.1 0 0 1-3.685.636H2Zm3.711 3.8v14.88H8.5a7.3 7.3 0 0 0 2.6-.337a3.14 3.14 0 0 0 1.319-1.019a5.8 5.8 0 0 0 .851-2.153a18 18 0 0 0 .337-3.876a17.7 17.7 0 0 0-.345-3.937a5.2 5.2 0 0 0-1.074-2.267a3.4 3.4 0 0 0-1.768-1.088a14.7 14.7 0 0 0-3.021-.2Z"/><path fill="#26abb5" d="M9.54 18.1a13.9 13.9 0 0 1 1.034-5.759a7.8 7.8 0 0 1 2.7-3.37a7.15 7.15 0 0 1 4.048-1.111a6.94 6.94 0 0 1 5.613 2.629q2.169 2.63 2.169 7.488q0 4.912-2.3 7.675a6.72 6.72 0 0 1-5.472 2.443a6.78 6.78 0 0 1-5.5-2.416A11.5 11.5 0 0 1 9.54 18.1m3.337-.133a8.3 8.3 0 0 0 1.283 5.065a3.86 3.86 0 0 0 3.181 1.688a3.82 3.82 0 0 0 3.168-1.675a8.57 8.57 0 0 0 1.258-5.145a8.4 8.4 0 0 0-1.223-5.032a3.82 3.82 0 0 0-3.2-1.628a3.86 3.86 0 0 0-3.222 1.642a8.43 8.43 0 0 0-1.245 5.082Z"/><path fill="#26abb5" d="M30 28.2v1.773h-5.489a5.3 5.3 0 0 1 .54-1.911a12.2 12.2 0 0 1 1.756-2.379a13 13 0 0 0 1.27-1.588a2.4 2.4 0 0 0 .353-1.215a1.45 1.45 0 0 0-.292-.984a.97.97 0 0 0-.768-.333q-1.039 0-1.121 1.556l-1.556-.19a3.58 3.58 0 0 1 .846-2.235a2.5 2.5 0 0 1 1.871-.713a2.3 2.3 0 0 1 1.936.835A3.02 3.02 0 0 1 30 22.728a4.2 4.2 0 0 1-.166 1.184a5 5 0 0 1-.513 1.154a10.4 10.4 0 0 1-1.155 1.483q-.754.848-.954 1.12a3.2 3.2 0 0 0-.323.529Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeDoxygen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#25b76a" d="M2 2.028h6.787a10.1 10.1 0 0 1 3.884.575a6.5 6.5 0 0 1 2.413 1.94a10 10 0 0 1 1.731 3.543a19.8 19.8 0 0 1 .628 5.414a17.4 17.4 0 0 1-.659 5.069a10.2 10.2 0 0 1-1.67 3.412a6.5 6.5 0 0 1-2.444 1.894a9.1 9.1 0 0 1-3.685.636H2Zm3.711 3.8v14.88H8.5a7.3 7.3 0 0 0 2.6-.337a3.14 3.14 0 0 0 1.319-1.019a5.8 5.8 0 0 0 .851-2.153a18 18 0 0 0 .337-3.876a17.7 17.7 0 0 0-.345-3.937a5.2 5.2 0 0 0-1.074-2.267a3.4 3.4 0 0 0-1.768-1.088a14.7 14.7 0 0 0-3.021-.2Z"/><path fill="#26abb5" d="M9.54 18.1a13.9 13.9 0 0 1 1.034-5.759a7.8 7.8 0 0 1 2.7-3.37a7.15 7.15 0 0 1 4.048-1.111a6.94 6.94 0 0 1 5.613 2.629q2.169 2.63 2.169 7.488q0 4.912-2.3 7.675a6.72 6.72 0 0 1-5.472 2.443a6.78 6.78 0 0 1-5.5-2.416A11.5 11.5 0 0 1 9.54 18.1m3.337-.133a8.3 8.3 0 0 0 1.283 5.065a3.86 3.86 0 0 0 3.181 1.688a3.82 3.82 0 0 0 3.168-1.675a8.57 8.57 0 0 0 1.258-5.145a8.4 8.4 0 0 0-1.223-5.032a3.82 3.82 0 0 0-3.2-1.628a3.86 3.86 0 0 0-3.222 1.642a8.43 8.43 0 0 0-1.245 5.082Z"/><path fill="#26abb5" d="M30 28.2v1.773h-5.489a5.3 5.3 0 0 1 .54-1.911a12.2 12.2 0 0 1 1.756-2.379a13 13 0 0 0 1.27-1.588a2.4 2.4 0 0 0 .353-1.215a1.45 1.45 0 0 0-.292-.984a.97.97 0 0 0-.768-.333q-1.039 0-1.121 1.556l-1.556-.19a3.58 3.58 0 0 1 .846-2.235a2.5 2.5 0 0 1 1.871-.713a2.3 2.3 0 0 1 1.936.835A3.02 3.02 0 0 1 30 22.728a4.2 4.2 0 0 1-.166 1.184a5 5 0 0 1-.513 1.154a10.4 10.4 0 0 1-1.155 1.483q-.754.848-.954 1.12a3.2 3.2 0 0 0-.323.529Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#25b76a" d="M2 2.028h6.787a10.1 10.1 0 0 1 3.884.575a6.5 6.5 0 0 1 2.413 1.94a10 10 0 0 1 1.731 3.543a19.8 19.8 0 0 1 .628 5.414a17.4 17.4 0 0 1-.659 5.069a10.2 10.2 0 0 1-1.67 3.412a6.5 6.5 0 0 1-2.444 1.894a9.1 9.1 0 0 1-3.685.636H2Zm3.711 3.8v14.88H8.5a7.3 7.3 0 0 0 2.6-.337a3.14 3.14 0 0 0 1.319-1.019a5.8 5.8 0 0 0 .851-2.153a18 18 0 0 0 .337-3.876a17.7 17.7 0 0 0-.345-3.937a5.2 5.2 0 0 0-1.074-2.267a3.4 3.4 0 0 0-1.768-1.088a14.7 14.7 0 0 0-3.021-.2Z"/><path fill="#26abb5" d="M9.54 18.1a13.9 13.9 0 0 1 1.034-5.759a7.8 7.8 0 0 1 2.7-3.37a7.15 7.15 0 0 1 4.048-1.111a6.94 6.94 0 0 1 5.613 2.629q2.169 2.63 2.169 7.488q0 4.912-2.3 7.675a6.72 6.72 0 0 1-5.472 2.443a6.78 6.78 0 0 1-5.5-2.416A11.5 11.5 0 0 1 9.54 18.1m3.337-.133a8.3 8.3 0 0 0 1.283 5.065a3.86 3.86 0 0 0 3.181 1.688a3.82 3.82 0 0 0 3.168-1.675a8.57 8.57 0 0 0 1.258-5.145a8.4 8.4 0 0 0-1.223-5.032a3.82 3.82 0 0 0-3.2-1.628a3.86 3.86 0 0 0-3.222 1.642a8.43 8.43 0 0 0-1.245 5.082Z"/><path fill="#26abb5" d="M30 28.2v1.773h-5.489a5.3 5.3 0 0 1 .54-1.911a12.2 12.2 0 0 1 1.756-2.379a13 13 0 0 0 1.27-1.588a2.4 2.4 0 0 0 .353-1.215a1.45 1.45 0 0 0-.292-.984a.97.97 0 0 0-.768-.333q-1.039 0-1.121 1.556l-1.556-.19a3.58 3.58 0 0 1 .846-2.235a2.5 2.5 0 0 1 1.871-.713a2.3 2.3 0 0 1 1.936.835A3.02 3.02 0 0 1 30 22.728a4.2 4.2 0 0 1-.166 1.184a5 5 0 0 1-.513 1.154a10.4 10.4 0 0 1-1.155 1.483q-.754.848-.954 1.12a3.2 3.2 0 0 0-.323.529Z"/></svg>
</template>

CSS

.icon-file-type-doxygen {
  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%2325b76a%22%20d%3D%22M2%202.028h6.787a10.1%2010.1%200%200%201%203.884.575a6.5%206.5%200%200%201%202.413%201.94a10%2010%200%200%201%201.731%203.543a19.8%2019.8%200%200%201%20.628%205.414a17.4%2017.4%200%200%201-.659%205.069a10.2%2010.2%200%200%201-1.67%203.412a6.5%206.5%200%200%201-2.444%201.894a9.1%209.1%200%200%201-3.685.636H2Zm3.711%203.8v14.88H8.5a7.3%207.3%200%200%200%202.6-.337a3.14%203.14%200%200%200%201.319-1.019a5.8%205.8%200%200%200%20.851-2.153a18%2018%200%200%200%20.337-3.876a17.7%2017.7%200%200%200-.345-3.937a5.2%205.2%200%200%200-1.074-2.267a3.4%203.4%200%200%200-1.768-1.088a14.7%2014.7%200%200%200-3.021-.2Z%22%2F%3E%3Cpath%20fill%3D%22%2326abb5%22%20d%3D%22M9.54%2018.1a13.9%2013.9%200%200%201%201.034-5.759a7.8%207.8%200%200%201%202.7-3.37a7.15%207.15%200%200%201%204.048-1.111a6.94%206.94%200%200%201%205.613%202.629q2.169%202.63%202.169%207.488q0%204.912-2.3%207.675a6.72%206.72%200%200%201-5.472%202.443a6.78%206.78%200%200%201-5.5-2.416A11.5%2011.5%200%200%201%209.54%2018.1m3.337-.133a8.3%208.3%200%200%200%201.283%205.065a3.86%203.86%200%200%200%203.181%201.688a3.82%203.82%200%200%200%203.168-1.675a8.57%208.57%200%200%200%201.258-5.145a8.4%208.4%200%200%200-1.223-5.032a3.82%203.82%200%200%200-3.2-1.628a3.86%203.86%200%200%200-3.222%201.642a8.43%208.43%200%200%200-1.245%205.082Z%22%2F%3E%3Cpath%20fill%3D%22%2326abb5%22%20d%3D%22M30%2028.2v1.773h-5.489a5.3%205.3%200%200%201%20.54-1.911a12.2%2012.2%200%200%201%201.756-2.379a13%2013%200%200%200%201.27-1.588a2.4%202.4%200%200%200%20.353-1.215a1.45%201.45%200%200%200-.292-.984a.97.97%200%200%200-.768-.333q-1.039%200-1.121%201.556l-1.556-.19a3.58%203.58%200%200%201%20.846-2.235a2.5%202.5%200%200%201%201.871-.713a2.3%202.3%200%200%201%201.936.835A3.02%203.02%200%200%201%2030%2022.728a4.2%204.2%200%200%201-.166%201.184a5%205%200%200%201-.513%201.154a10.4%2010.4%200%200%201-1.155%201.483q-.754.848-.954%201.12a3.2%203.2%200%200%200-.323.529Z%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%2325b76a%22%20d%3D%22M2%202.028h6.787a10.1%2010.1%200%200%201%203.884.575a6.5%206.5%200%200%201%202.413%201.94a10%2010%200%200%201%201.731%203.543a19.8%2019.8%200%200%201%20.628%205.414a17.4%2017.4%200%200%201-.659%205.069a10.2%2010.2%200%200%201-1.67%203.412a6.5%206.5%200%200%201-2.444%201.894a9.1%209.1%200%200%201-3.685.636H2Zm3.711%203.8v14.88H8.5a7.3%207.3%200%200%200%202.6-.337a3.14%203.14%200%200%200%201.319-1.019a5.8%205.8%200%200%200%20.851-2.153a18%2018%200%200%200%20.337-3.876a17.7%2017.7%200%200%200-.345-3.937a5.2%205.2%200%200%200-1.074-2.267a3.4%203.4%200%200%200-1.768-1.088a14.7%2014.7%200%200%200-3.021-.2Z%22%2F%3E%3Cpath%20fill%3D%22%2326abb5%22%20d%3D%22M9.54%2018.1a13.9%2013.9%200%200%201%201.034-5.759a7.8%207.8%200%200%201%202.7-3.37a7.15%207.15%200%200%201%204.048-1.111a6.94%206.94%200%200%201%205.613%202.629q2.169%202.63%202.169%207.488q0%204.912-2.3%207.675a6.72%206.72%200%200%201-5.472%202.443a6.78%206.78%200%200%201-5.5-2.416A11.5%2011.5%200%200%201%209.54%2018.1m3.337-.133a8.3%208.3%200%200%200%201.283%205.065a3.86%203.86%200%200%200%203.181%201.688a3.82%203.82%200%200%200%203.168-1.675a8.57%208.57%200%200%200%201.258-5.145a8.4%208.4%200%200%200-1.223-5.032a3.82%203.82%200%200%200-3.2-1.628a3.86%203.86%200%200%200-3.222%201.642a8.43%208.43%200%200%200-1.245%205.082Z%22%2F%3E%3Cpath%20fill%3D%22%2326abb5%22%20d%3D%22M30%2028.2v1.773h-5.489a5.3%205.3%200%200%201%20.54-1.911a12.2%2012.2%200%200%201%201.756-2.379a13%2013%200%200%200%201.27-1.588a2.4%202.4%200%200%200%20.353-1.215a1.45%201.45%200%200%200-.292-.984a.97.97%200%200%200-.768-.333q-1.039%200-1.121%201.556l-1.556-.19a3.58%203.58%200%200%201%20.846-2.235a2.5%202.5%200%200%201%201.871-.713a2.3%202.3%200%200%201%201.936.835A3.02%203.02%200%200%201%2030%2022.728a4.2%204.2%200%200%201-.166%201.184a5%205%200%200%201-.513%201.154a10.4%2010.4%200%200%201-1.155%201.483q-.754.848-.954%201.12a3.2%203.2%200%200%200-.323.529Z%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-doxygen.svg?color=%231a73e8&size=48