hugo from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
hugo
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the hugo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ff4088" d="m71.2 8.5l36.7 21.3c4.3 2.5 7 7.2 7 12.2v43.7c0 5.6-3 10.7-7.8 13.4l-36.4 20.5c-4.8 2.7-10.7 2.7-15.5-.1l-33.5-19.3c-5.3-3-8.5-8.6-8.5-14.7V44.1c0-6.1 3.2-11.8 8.4-15L54.4 8.8c5.1-3.2 11.6-3.3 16.8-.3"/><path fill="#c9177e" d="M63 126c-3.5 0-6.9-.9-10-2.7L19.5 104c-6.6-3.8-10.7-10.9-10.7-18.5V44.1c0-7.7 3.9-14.6 10.4-18.7L52.1 5.1c6.5-4 14.6-4.1 21.2-.3L110 26.1c5.7 3.3 9.2 9.4 9.2 15.9v43.7c0 7.1-3.8 13.7-10 17.2l-36.4 20.5c-3 1.7-6.4 2.6-9.8 2.6m0-115.3c-2.2 0-4.4.6-6.3 1.8l-33 20.3c-4 2.4-6.3 6.7-6.3 11.3v41.5c0 4.5 2.4 8.7 6.3 11l33.5 19.3c3.5 2 7.8 2 11.3.1l36.4-20.5c3.5-2 5.6-5.6 5.6-9.6V42.1c0-3.5-1.9-6.7-4.9-8.5L69 12.3c-1.8-1.1-3.9-1.6-6-1.6"/><path fill="#fff" d="M38.6 96.9V30.5h13.9v24.2h23V30.5h13.9v66.4H75.5v-29h-23v29z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconHugo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ff4088" d="m71.2 8.5l36.7 21.3c4.3 2.5 7 7.2 7 12.2v43.7c0 5.6-3 10.7-7.8 13.4l-36.4 20.5c-4.8 2.7-10.7 2.7-15.5-.1l-33.5-19.3c-5.3-3-8.5-8.6-8.5-14.7V44.1c0-6.1 3.2-11.8 8.4-15L54.4 8.8c5.1-3.2 11.6-3.3 16.8-.3"/><path fill="#c9177e" d="M63 126c-3.5 0-6.9-.9-10-2.7L19.5 104c-6.6-3.8-10.7-10.9-10.7-18.5V44.1c0-7.7 3.9-14.6 10.4-18.7L52.1 5.1c6.5-4 14.6-4.1 21.2-.3L110 26.1c5.7 3.3 9.2 9.4 9.2 15.9v43.7c0 7.1-3.8 13.7-10 17.2l-36.4 20.5c-3 1.7-6.4 2.6-9.8 2.6m0-115.3c-2.2 0-4.4.6-6.3 1.8l-33 20.3c-4 2.4-6.3 6.7-6.3 11.3v41.5c0 4.5 2.4 8.7 6.3 11l33.5 19.3c3.5 2 7.8 2 11.3.1l36.4-20.5c3.5-2 5.6-5.6 5.6-9.6V42.1c0-3.5-1.9-6.7-4.9-8.5L69 12.3c-1.8-1.1-3.9-1.6-6-1.6"/><path fill="#fff" d="M38.6 96.9V30.5h13.9v24.2h23V30.5h13.9v66.4H75.5v-29h-23v29z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ff4088" d="m71.2 8.5l36.7 21.3c4.3 2.5 7 7.2 7 12.2v43.7c0 5.6-3 10.7-7.8 13.4l-36.4 20.5c-4.8 2.7-10.7 2.7-15.5-.1l-33.5-19.3c-5.3-3-8.5-8.6-8.5-14.7V44.1c0-6.1 3.2-11.8 8.4-15L54.4 8.8c5.1-3.2 11.6-3.3 16.8-.3"/><path fill="#c9177e" d="M63 126c-3.5 0-6.9-.9-10-2.7L19.5 104c-6.6-3.8-10.7-10.9-10.7-18.5V44.1c0-7.7 3.9-14.6 10.4-18.7L52.1 5.1c6.5-4 14.6-4.1 21.2-.3L110 26.1c5.7 3.3 9.2 9.4 9.2 15.9v43.7c0 7.1-3.8 13.7-10 17.2l-36.4 20.5c-3 1.7-6.4 2.6-9.8 2.6m0-115.3c-2.2 0-4.4.6-6.3 1.8l-33 20.3c-4 2.4-6.3 6.7-6.3 11.3v41.5c0 4.5 2.4 8.7 6.3 11l33.5 19.3c3.5 2 7.8 2 11.3.1l36.4-20.5c3.5-2 5.6-5.6 5.6-9.6V42.1c0-3.5-1.9-6.7-4.9-8.5L69 12.3c-1.8-1.1-3.9-1.6-6-1.6"/><path fill="#fff" d="M38.6 96.9V30.5h13.9v24.2h23V30.5h13.9v66.4H75.5v-29h-23v29z"/></svg>
</template>

CSS

.icon-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ff4088%22%20d%3D%22m71.2%208.5l36.7%2021.3c4.3%202.5%207%207.2%207%2012.2v43.7c0%205.6-3%2010.7-7.8%2013.4l-36.4%2020.5c-4.8%202.7-10.7%202.7-15.5-.1l-33.5-19.3c-5.3-3-8.5-8.6-8.5-14.7V44.1c0-6.1%203.2-11.8%208.4-15L54.4%208.8c5.1-3.2%2011.6-3.3%2016.8-.3%22%2F%3E%3Cpath%20fill%3D%22%23c9177e%22%20d%3D%22M63%20126c-3.5%200-6.9-.9-10-2.7L19.5%20104c-6.6-3.8-10.7-10.9-10.7-18.5V44.1c0-7.7%203.9-14.6%2010.4-18.7L52.1%205.1c6.5-4%2014.6-4.1%2021.2-.3L110%2026.1c5.7%203.3%209.2%209.4%209.2%2015.9v43.7c0%207.1-3.8%2013.7-10%2017.2l-36.4%2020.5c-3%201.7-6.4%202.6-9.8%202.6m0-115.3c-2.2%200-4.4.6-6.3%201.8l-33%2020.3c-4%202.4-6.3%206.7-6.3%2011.3v41.5c0%204.5%202.4%208.7%206.3%2011l33.5%2019.3c3.5%202%207.8%202%2011.3.1l36.4-20.5c3.5-2%205.6-5.6%205.6-9.6V42.1c0-3.5-1.9-6.7-4.9-8.5L69%2012.3c-1.8-1.1-3.9-1.6-6-1.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M38.6%2096.9V30.5h13.9v24.2h23V30.5h13.9v66.4H75.5v-29h-23v29z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ff4088%22%20d%3D%22m71.2%208.5l36.7%2021.3c4.3%202.5%207%207.2%207%2012.2v43.7c0%205.6-3%2010.7-7.8%2013.4l-36.4%2020.5c-4.8%202.7-10.7%202.7-15.5-.1l-33.5-19.3c-5.3-3-8.5-8.6-8.5-14.7V44.1c0-6.1%203.2-11.8%208.4-15L54.4%208.8c5.1-3.2%2011.6-3.3%2016.8-.3%22%2F%3E%3Cpath%20fill%3D%22%23c9177e%22%20d%3D%22M63%20126c-3.5%200-6.9-.9-10-2.7L19.5%20104c-6.6-3.8-10.7-10.9-10.7-18.5V44.1c0-7.7%203.9-14.6%2010.4-18.7L52.1%205.1c6.5-4%2014.6-4.1%2021.2-.3L110%2026.1c5.7%203.3%209.2%209.4%209.2%2015.9v43.7c0%207.1-3.8%2013.7-10%2017.2l-36.4%2020.5c-3%201.7-6.4%202.6-9.8%202.6m0-115.3c-2.2%200-4.4.6-6.3%201.8l-33%2020.3c-4%202.4-6.3%206.7-6.3%2011.3v41.5c0%204.5%202.4%208.7%206.3%2011l33.5%2019.3c3.5%202%207.8%202%2011.3.1l36.4-20.5c3.5-2%205.6-5.6%205.6-9.6V42.1c0-3.5-1.9-6.7-4.9-8.5L69%2012.3c-1.8-1.1-3.9-1.6-6-1.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M38.6%2096.9V30.5h13.9v24.2h23V30.5h13.9v66.4H75.5v-29h-23v29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/hugo.svg?color=%231a73e8&size=48