bitcoin tag icon

bitcoin-tag from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bitcoin-tag
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the bitcoin tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/><path d="M2.774 11.144c-1.003 1.12-1.024 2.81-.104 4a34 34 0 0 0 6.186 6.186c1.19.92 2.88.899 4-.104a92 92 0 0 0 8.516-8.698a1.95 1.95 0 0 0 .47-1.094c.164-1.796.503-6.97-.902-8.374s-6.578-1.066-8.374-.901a1.95 1.95 0 0 0-1.094.47a92 92 0 0 0-8.698 8.515Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.896 13.448l3.82-3.821m1.12 1.12l.955-.956M8.06 15.522l.955-.955m.791-3.03l2.239 2.24m0 0c.37.37.35.992-.045 1.387l-.478.478c-.395.396-1.017.416-1.388.045l-2.91-2.91m4.82 1c.372.37.993.35 1.389-.046l.478-.477c.395-.396.415-1.017.044-1.388l-2.91-2.91"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBitcoinTag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M17.5 5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/><path d="M2.774 11.144c-1.003 1.12-1.024 2.81-.104 4a34 34 0 0 0 6.186 6.186c1.19.92 2.88.899 4-.104a92 92 0 0 0 8.516-8.698a1.95 1.95 0 0 0 .47-1.094c.164-1.796.503-6.97-.902-8.374s-6.578-1.066-8.374-.901a1.95 1.95 0 0 0-1.094.47a92 92 0 0 0-8.698 8.515Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m7.896 13.448l3.82-3.821m1.12 1.12l.955-.956M8.06 15.522l.955-.955m.791-3.03l2.239 2.24m0 0c.37.37.35.992-.045 1.387l-.478.478c-.395.396-1.017.416-1.388.045l-2.91-2.91m4.82 1c.372.37.993.35 1.389-.046l.478-.477c.395-.396.415-1.017.044-1.388l-2.91-2.91"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/><path d="M2.774 11.144c-1.003 1.12-1.024 2.81-.104 4a34 34 0 0 0 6.186 6.186c1.19.92 2.88.899 4-.104a92 92 0 0 0 8.516-8.698a1.95 1.95 0 0 0 .47-1.094c.164-1.796.503-6.97-.902-8.374s-6.578-1.066-8.374-.901a1.95 1.95 0 0 0-1.094.47a92 92 0 0 0-8.698 8.515Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.896 13.448l3.82-3.821m1.12 1.12l.955-.956M8.06 15.522l.955-.955m.791-3.03l2.239 2.24m0 0c.37.37.35.992-.045 1.387l-.478.478c-.395.396-1.017.416-1.388.045l-2.91-2.91m4.82 1c.372.37.993.35 1.389-.046l.478-.477c.395-.396.415-1.017.044-1.388l-2.91-2.91"/></g></svg>
</template>

CSS

.icon-bitcoin-tag {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%205a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3Cpath%20d%3D%22M2.774%2011.144c-1.003%201.12-1.024%202.81-.104%204a34%2034%200%200%200%206.186%206.186c1.19.92%202.88.899%204-.104a92%2092%200%200%200%208.516-8.698a1.95%201.95%200%200%200%20.47-1.094c.164-1.796.503-6.97-.902-8.374s-6.578-1.066-8.374-.901a1.95%201.95%200%200%200-1.094.47a92%2092%200%200%200-8.698%208.515Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.896%2013.448l3.82-3.821m1.12%201.12l.955-.956M8.06%2015.522l.955-.955m.791-3.03l2.239%202.24m0%200c.37.37.35.992-.045%201.387l-.478.478c-.395.396-1.017.416-1.388.045l-2.91-2.91m4.82%201c.372.37.993.35%201.389-.046l.478-.477c.395-.396.415-1.017.044-1.388l-2.91-2.91%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%205a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3Cpath%20d%3D%22M2.774%2011.144c-1.003%201.12-1.024%202.81-.104%204a34%2034%200%200%200%206.186%206.186c1.19.92%202.88.899%204-.104a92%2092%200%200%200%208.516-8.698a1.95%201.95%200%200%200%20.47-1.094c.164-1.796.503-6.97-.902-8.374s-6.578-1.066-8.374-.901a1.95%201.95%200%200%200-1.094.47a92%2092%200%200%200-8.698%208.515Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.896%2013.448l3.82-3.821m1.12%201.12l.955-.956M8.06%2015.522l.955-.955m.791-3.03l2.239%202.24m0%200c.37.37.35.992-.045%201.387l-.478.478c-.395.396-1.017.416-1.388.045l-2.91-2.91m4.82%201c.372.37.993.35%201.389-.046l.478-.477c.395-.396.415-1.017.044-1.388l-2.91-2.91%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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