hair from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
hair
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the hair logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M11.471 8.292H9.354l.529.53v5.823l-.53.53h2.118l-.53-.53V8.822z"/><path fill="currentColor" d="M6.706 13.588V12.21c.608-.678 1.747-1.848 2.784-1.668c.64.106.9.885.837 1.451c.212-.212.423-.434.672-.604c.185-.132.566-.333.974-.127c.376.186.53.514.598.768l.149-.09c.338-.201.847-.471 1.397-.471h3.177v1.059h-3.177c-.392 0-.757.26-1.074.46c-.233.149-.487.334-.779.334c-.19 0-.36-.08-.476-.217c-.201-.233-.159-.53-.238-.81c-.334.26-.583.603-.932.847c-.185.127-.567.328-.974.122a.9.9 0 0 1-.334-.27c-.344-.477.127-.927-.069-1.382c-.92.328-1.905 1.276-2.535 1.975"/><path fill="currentColor" d="M14.647 8.292h-2.118l.53.53v5.823l-.53.53h2.118l-.53-.53V8.822z"/></svg>

React

import type { SVGProps } from "react";

export function TokenHair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clipRule="evenodd"/><path fill="currentColor" d="M11.471 8.292H9.354l.529.53v5.823l-.53.53h2.118l-.53-.53V8.822z"/><path fill="currentColor" d="M6.706 13.588V12.21c.608-.678 1.747-1.848 2.784-1.668c.64.106.9.885.837 1.451c.212-.212.423-.434.672-.604c.185-.132.566-.333.974-.127c.376.186.53.514.598.768l.149-.09c.338-.201.847-.471 1.397-.471h3.177v1.059h-3.177c-.392 0-.757.26-1.074.46c-.233.149-.487.334-.779.334c-.19 0-.36-.08-.476-.217c-.201-.233-.159-.53-.238-.81c-.334.26-.583.603-.932.847c-.185.127-.567.328-.974.122a.9.9 0 0 1-.334-.27c-.344-.477.127-.927-.069-1.382c-.92.328-1.905 1.276-2.535 1.975"/><path fill="currentColor" d="M14.647 8.292h-2.118l.53.53v5.823l-.53.53h2.118l-.53-.53V8.822z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M11.471 8.292H9.354l.529.53v5.823l-.53.53h2.118l-.53-.53V8.822z"/><path fill="currentColor" d="M6.706 13.588V12.21c.608-.678 1.747-1.848 2.784-1.668c.64.106.9.885.837 1.451c.212-.212.423-.434.672-.604c.185-.132.566-.333.974-.127c.376.186.53.514.598.768l.149-.09c.338-.201.847-.471 1.397-.471h3.177v1.059h-3.177c-.392 0-.757.26-1.074.46c-.233.149-.487.334-.779.334c-.19 0-.36-.08-.476-.217c-.201-.233-.159-.53-.238-.81c-.334.26-.583.603-.932.847c-.185.127-.567.328-.974.122a.9.9 0 0 1-.334-.27c-.344-.477.127-.927-.069-1.382c-.92.328-1.905 1.276-2.535 1.975"/><path fill="currentColor" d="M14.647 8.292h-2.118l.53.53v5.823l-.53.53h2.118l-.53-.53V8.822z"/></svg>
</template>

CSS

.icon-hair {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.47a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94m0%20.53a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.471%208.292H9.354l.529.53v5.823l-.53.53h2.118l-.53-.53V8.822z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.706%2013.588V12.21c.608-.678%201.747-1.848%202.784-1.668c.64.106.9.885.837%201.451c.212-.212.423-.434.672-.604c.185-.132.566-.333.974-.127c.376.186.53.514.598.768l.149-.09c.338-.201.847-.471%201.397-.471h3.177v1.059h-3.177c-.392%200-.757.26-1.074.46c-.233.149-.487.334-.779.334c-.19%200-.36-.08-.476-.217c-.201-.233-.159-.53-.238-.81c-.334.26-.583.603-.932.847c-.185.127-.567.328-.974.122a.9.9%200%200%201-.334-.27c-.344-.477.127-.927-.069-1.382c-.92.328-1.905%201.276-2.535%201.975%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.647%208.292h-2.118l.53.53v5.823l-.53.53h2.118l-.53-.53V8.822z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.47a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94m0%20.53a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.471%208.292H9.354l.529.53v5.823l-.53.53h2.118l-.53-.53V8.822z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.706%2013.588V12.21c.608-.678%201.747-1.848%202.784-1.668c.64.106.9.885.837%201.451c.212-.212.423-.434.672-.604c.185-.132.566-.333.974-.127c.376.186.53.514.598.768l.149-.09c.338-.201.847-.471%201.397-.471h3.177v1.059h-3.177c-.392%200-.757.26-1.074.46c-.233.149-.487.334-.779.334c-.19%200-.36-.08-.476-.217c-.201-.233-.159-.53-.238-.81c-.334.26-.583.603-.932.847c-.185.127-.567.328-.974.122a.9.9%200%200%201-.334-.27c-.344-.477.127-.927-.069-1.382c-.92.328-1.905%201.276-2.535%201.975%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.647%208.292h-2.118l.53.53v5.823l-.53.53h2.118l-.53-.53V8.822z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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