hashnode icon logo

hashnode-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
hashnode-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the hashnode icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#2962ff" fill-rule="evenodd" d="M17.591 85.533c-23.455 23.455-23.455 61.479 0 84.932l67.943 67.944c23.455 23.453 61.479 23.453 84.932 0l67.944-67.944c23.453-23.455 23.453-61.48 0-84.932L170.466 17.59c-23.455-23.452-61.48-23.452-84.932 0zm140.134 72.193c16.418-16.419 16.418-43.036 0-59.452c-16.417-16.419-43.034-16.419-59.45 0c-16.419 16.418-16.419 43.033 0 59.452c16.418 16.416 43.033 16.416 59.452 0z"/></svg>

React

import type { SVGProps } from "react";

export function LogosHashnodeIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#2962ff" fillRule="evenodd" d="M17.591 85.533c-23.455 23.455-23.455 61.479 0 84.932l67.943 67.944c23.455 23.453 61.479 23.453 84.932 0l67.944-67.944c23.453-23.455 23.453-61.48 0-84.932L170.466 17.59c-23.455-23.452-61.48-23.452-84.932 0zm140.134 72.193c16.418-16.419 16.418-43.036 0-59.452c-16.417-16.419-43.034-16.419-59.45 0c-16.419 16.418-16.419 43.033 0 59.452c16.418 16.416 43.033 16.416 59.452 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#2962ff" fill-rule="evenodd" d="M17.591 85.533c-23.455 23.455-23.455 61.479 0 84.932l67.943 67.944c23.455 23.453 61.479 23.453 84.932 0l67.944-67.944c23.453-23.455 23.453-61.48 0-84.932L170.466 17.59c-23.455-23.452-61.48-23.452-84.932 0zm140.134 72.193c16.418-16.419 16.418-43.036 0-59.452c-16.417-16.419-43.034-16.419-59.45 0c-16.419 16.418-16.419 43.033 0 59.452c16.418 16.416 43.033 16.416 59.452 0z"/></svg>
</template>

CSS

.icon-hashnode-icon {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22%232962ff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.591%2085.533c-23.455%2023.455-23.455%2061.479%200%2084.932l67.943%2067.944c23.455%2023.453%2061.479%2023.453%2084.932%200l67.944-67.944c23.453-23.455%2023.453-61.48%200-84.932L170.466%2017.59c-23.455-23.452-61.48-23.452-84.932%200zm140.134%2072.193c16.418-16.419%2016.418-43.036%200-59.452c-16.417-16.419-43.034-16.419-59.45%200c-16.419%2016.418-16.419%2043.033%200%2059.452c16.418%2016.416%2043.033%2016.416%2059.452%200z%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%20256%20256%22%3E%3Cpath%20fill%3D%22%232962ff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.591%2085.533c-23.455%2023.455-23.455%2061.479%200%2084.932l67.943%2067.944c23.455%2023.453%2061.479%2023.453%2084.932%200l67.944-67.944c23.453-23.455%2023.453-61.48%200-84.932L170.466%2017.59c-23.455-23.452-61.48-23.452-84.932%200zm140.134%2072.193c16.418-16.419%2016.418-43.036%200-59.452c-16.417-16.419-43.034-16.419-59.45%200c-16.419%2016.418-16.419%2043.033%200%2059.452c16.418%2016.416%2043.033%2016.416%2059.452%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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