file type hugo logo

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

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

Related icons in VSCode Icons

Use the file type hugo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4088" stroke="#c9177e" stroke-width="2" d="m17.64 3.37l8.3 4.84a3.2 3.2 0 0 1 1.6 2.76v9.91c0 1.26-.68 2.42-1.78 3.04l-8.25 4.64c-1.1.62-2.43.61-3.52-.01l-7.6-4.38a3.85 3.85 0 0 1-1.93-3.33v-9.4a4 4 0 0 1 1.9-3.4l7.47-4.62c1.36-.5 2.77-.62 3.8-.05z"/><path fill="#fff" d="M10.26 23.37v-15h3.13v5.47h5.2V8.38h3.15v15H18.6v-6.56h-5.2v6.55z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeHugo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4088" stroke="#c9177e" strokeWidth="2" d="m17.64 3.37l8.3 4.84a3.2 3.2 0 0 1 1.6 2.76v9.91c0 1.26-.68 2.42-1.78 3.04l-8.25 4.64c-1.1.62-2.43.61-3.52-.01l-7.6-4.38a3.85 3.85 0 0 1-1.93-3.33v-9.4a4 4 0 0 1 1.9-3.4l7.47-4.62c1.36-.5 2.77-.62 3.8-.05z"/><path fill="#fff" d="M10.26 23.37v-15h3.13v5.47h5.2V8.38h3.15v15H18.6v-6.56h-5.2v6.55z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4088" stroke="#c9177e" stroke-width="2" d="m17.64 3.37l8.3 4.84a3.2 3.2 0 0 1 1.6 2.76v9.91c0 1.26-.68 2.42-1.78 3.04l-8.25 4.64c-1.1.62-2.43.61-3.52-.01l-7.6-4.38a3.85 3.85 0 0 1-1.93-3.33v-9.4a4 4 0 0 1 1.9-3.4l7.47-4.62c1.36-.5 2.77-.62 3.8-.05z"/><path fill="#fff" d="M10.26 23.37v-15h3.13v5.47h5.2V8.38h3.15v15H18.6v-6.56h-5.2v6.55z"/></svg>
</template>

CSS

.icon-file-type-hugo {
  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%23ff4088%22%20stroke%3D%22%23c9177e%22%20stroke-width%3D%222%22%20d%3D%22m17.64%203.37l8.3%204.84a3.2%203.2%200%200%201%201.6%202.76v9.91c0%201.26-.68%202.42-1.78%203.04l-8.25%204.64c-1.1.62-2.43.61-3.52-.01l-7.6-4.38a3.85%203.85%200%200%201-1.93-3.33v-9.4a4%204%200%200%201%201.9-3.4l7.47-4.62c1.36-.5%202.77-.62%203.8-.05z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.26%2023.37v-15h3.13v5.47h5.2V8.38h3.15v15H18.6v-6.56h-5.2v6.55z%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%23ff4088%22%20stroke%3D%22%23c9177e%22%20stroke-width%3D%222%22%20d%3D%22m17.64%203.37l8.3%204.84a3.2%203.2%200%200%201%201.6%202.76v9.91c0%201.26-.68%202.42-1.78%203.04l-8.25%204.64c-1.1.62-2.43.61-3.52-.01l-7.6-4.38a3.85%203.85%200%200%201-1.93-3.33v-9.4a4%204%200%200%201%201.9-3.4l7.47-4.62c1.36-.5%202.77-.62%203.8-.05z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.26%2023.37v-15h3.13v5.47h5.2V8.38h3.15v15H18.6v-6.56h-5.2v6.55z%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-hugo.svg?color=%231a73e8&size=48