tag from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
tag
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m17.014.872l3.448 3.447a2 2 0 0 1 .463 2.103l-1.763 4.812a1 1 0 0 1-.232.363l-8.323 8.323a2 2 0 0 1-2.829 0l-6.364-6.364a2 2 0 0 1 0-2.828l8.333-8.333a1 1 0 0 1 .364-.232L14.913.408a2 2 0 0 1 2.101.464m-6.009 3.094l-8.177 8.176l6.364 6.364l8.168-8.167l1.687-4.605L15.6 2.286zm2.784 3.58a1.5 1.5 0 1 1 2.12-2.121a1.5 1.5 0 0 1-2.12 2.12z"/></svg>

React

import type { SVGProps } from "react";

export function JamTag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m17.014.872l3.448 3.447a2 2 0 0 1 .463 2.103l-1.763 4.812a1 1 0 0 1-.232.363l-8.323 8.323a2 2 0 0 1-2.829 0l-6.364-6.364a2 2 0 0 1 0-2.828l8.333-8.333a1 1 0 0 1 .364-.232L14.913.408a2 2 0 0 1 2.101.464m-6.009 3.094l-8.177 8.176l6.364 6.364l8.168-8.167l1.687-4.605L15.6 2.286zm2.784 3.58a1.5 1.5 0 1 1 2.12-2.121a1.5 1.5 0 0 1-2.12 2.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m17.014.872l3.448 3.447a2 2 0 0 1 .463 2.103l-1.763 4.812a1 1 0 0 1-.232.363l-8.323 8.323a2 2 0 0 1-2.829 0l-6.364-6.364a2 2 0 0 1 0-2.828l8.333-8.333a1 1 0 0 1 .364-.232L14.913.408a2 2 0 0 1 2.101.464m-6.009 3.094l-8.177 8.176l6.364 6.364l8.168-8.167l1.687-4.605L15.6 2.286zm2.784 3.58a1.5 1.5 0 1 1 2.12-2.121a1.5 1.5 0 0 1-2.12 2.12z"/></svg>
</template>

CSS

.icon-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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.014.872l3.448%203.447a2%202%200%200%201%20.463%202.103l-1.763%204.812a1%201%200%200%201-.232.363l-8.323%208.323a2%202%200%200%201-2.829%200l-6.364-6.364a2%202%200%200%201%200-2.828l8.333-8.333a1%201%200%200%201%20.364-.232L14.913.408a2%202%200%200%201%202.101.464m-6.009%203.094l-8.177%208.176l6.364%206.364l8.168-8.167l1.687-4.605L15.6%202.286zm2.784%203.58a1.5%201.5%200%201%201%202.12-2.121a1.5%201.5%200%200%201-2.12%202.12z%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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.014.872l3.448%203.447a2%202%200%200%201%20.463%202.103l-1.763%204.812a1%201%200%200%201-.232.363l-8.323%208.323a2%202%200%200%201-2.829%200l-6.364-6.364a2%202%200%200%201%200-2.828l8.333-8.333a1%201%200%200%201%20.364-.232L14.913.408a2%202%200%200%201%202.101.464m-6.009%203.094l-8.177%208.176l6.364%206.364l8.168-8.167l1.687-4.605L15.6%202.286zm2.784%203.58a1.5%201.5%200%201%201%202.12-2.121a1.5%201.5%200%200%201-2.12%202.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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