tag from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
tag
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.32 19.98c-.58 0-1.16-.22-1.6-.66l-6.48-6.47a.75.75 0 0 1-.22-.53V4.77c0-.41.34-.75.75-.75h7.54c.2 0 .39.08.53.22l6.48 6.48c.87.88.87 2.31 0 3.19l-5.41 5.41c-.44.44-1.02.66-1.6.66Zm-6.8-7.97l6.26 6.25c.3.29.78.29 1.07 0l5.41-5.41c.29-.29.29-.77 0-1.07L12 5.52H5.52V12ZM8.5 9.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></svg>

React

import type { SVGProps } from "react";

export function PrimeTag(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" d="M12.32 19.98c-.58 0-1.16-.22-1.6-.66l-6.48-6.47a.75.75 0 0 1-.22-.53V4.77c0-.41.34-.75.75-.75h7.54c.2 0 .39.08.53.22l6.48 6.48c.87.88.87 2.31 0 3.19l-5.41 5.41c-.44.44-1.02.66-1.6.66Zm-6.8-7.97l6.26 6.25c.3.29.78.29 1.07 0l5.41-5.41c.29-.29.29-.77 0-1.07L12 5.52H5.52V12ZM8.5 9.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.32 19.98c-.58 0-1.16-.22-1.6-.66l-6.48-6.47a.75.75 0 0 1-.22-.53V4.77c0-.41.34-.75.75-.75h7.54c.2 0 .39.08.53.22l6.48 6.48c.87.88.87 2.31 0 3.19l-5.41 5.41c-.44.44-1.02.66-1.6.66Zm-6.8-7.97l6.26 6.25c.3.29.78.29 1.07 0l5.41-5.41c.29-.29.29-.77 0-1.07L12 5.52H5.52V12ZM8.5 9.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.32%2019.98c-.58%200-1.16-.22-1.6-.66l-6.48-6.47a.75.75%200%200%201-.22-.53V4.77c0-.41.34-.75.75-.75h7.54c.2%200%20.39.08.53.22l6.48%206.48c.87.88.87%202.31%200%203.19l-5.41%205.41c-.44.44-1.02.66-1.6.66Zm-6.8-7.97l6.26%206.25c.3.29.78.29%201.07%200l5.41-5.41c.29-.29.29-.77%200-1.07L12%205.52H5.52V12ZM8.5%209.75a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5%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%20d%3D%22M12.32%2019.98c-.58%200-1.16-.22-1.6-.66l-6.48-6.47a.75.75%200%200%201-.22-.53V4.77c0-.41.34-.75.75-.75h7.54c.2%200%20.39.08.53.22l6.48%206.48c.87.88.87%202.31%200%203.19l-5.41%205.41c-.44.44-1.02.66-1.6.66Zm-6.8-7.97l6.26%206.25c.3.29.78.29%201.07%200l5.41-5.41c.29-.29.29-.77%200-1.07L12%205.52H5.52V12ZM8.5%209.75a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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