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

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

Related icons in Huge Icons

Use the tag 02 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 d="M2.736 11.687c-.953 1.064-.974 2.67-.1 3.8a32.3 32.3 0 0 0 5.878 5.876c1.13.875 2.735.855 3.8-.098a88 88 0 0 0 8.09-8.263c.252-.294.41-.654.445-1.04c.157-1.706.479-6.62-.856-7.955s-6.25-1.013-7.955-.856a1.85 1.85 0 0 0-1.04.446a88 88 0 0 0-8.262 8.09Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.5 14.5l2 2"/><path stroke-linecap="round" d="m18 6l4-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTag02(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 d="M2.736 11.687c-.953 1.064-.974 2.67-.1 3.8a32.3 32.3 0 0 0 5.878 5.876c1.13.875 2.735.855 3.8-.098a88 88 0 0 0 8.09-8.263c.252-.294.41-.654.445-1.04c.157-1.706.479-6.62-.856-7.955s-6.25-1.013-7.955-.856a1.85 1.85 0 0 0-1.04.446a88 88 0 0 0-8.262 8.09Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m7.5 14.5l2 2"/><path strokeLinecap="round" d="m18 6l4-4"/></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 d="M2.736 11.687c-.953 1.064-.974 2.67-.1 3.8a32.3 32.3 0 0 0 5.878 5.876c1.13.875 2.735.855 3.8-.098a88 88 0 0 0 8.09-8.263c.252-.294.41-.654.445-1.04c.157-1.706.479-6.62-.856-7.955s-6.25-1.013-7.955-.856a1.85 1.85 0 0 0-1.04.446a88 88 0 0 0-8.262 8.09Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.5 14.5l2 2"/><path stroke-linecap="round" d="m18 6l4-4"/></g></svg>
</template>

CSS

.icon-tag-02 {
  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%20d%3D%22M2.736%2011.687c-.953%201.064-.974%202.67-.1%203.8a32.3%2032.3%200%200%200%205.878%205.876c1.13.875%202.735.855%203.8-.098a88%2088%200%200%200%208.09-8.263c.252-.294.41-.654.445-1.04c.157-1.706.479-6.62-.856-7.955s-6.25-1.013-7.955-.856a1.85%201.85%200%200%200-1.04.446a88%2088%200%200%200-8.262%208.09Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.5%2014.5l2%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%206l4-4%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%20d%3D%22M2.736%2011.687c-.953%201.064-.974%202.67-.1%203.8a32.3%2032.3%200%200%200%205.878%205.876c1.13.875%202.735.855%203.8-.098a88%2088%200%200%200%208.09-8.263c.252-.294.41-.654.445-1.04c.157-1.706.479-6.62-.856-7.955s-6.25-1.013-7.955-.856a1.85%201.85%200%200%200-1.04.446a88%2088%200%200%200-8.262%208.09Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.5%2014.5l2%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%206l4-4%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/tag-02.svg?color=%231a73e8&size=48