tag-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
tag-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

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="M21.52 11.615a3.3 3.3 0 0 0-.76-1l-7-7a4.56 4.56 0 0 0-3.25-1.35H5.59a3.31 3.31 0 0 0-3.32 3.31v4.92a4.58 4.58 0 0 0 1.35 3.26l7 7a3.3 3.3 0 0 0 1.08.72c.401.171.833.26 1.27.26a3.33 3.33 0 0 0 2.34-1l2.73-2.72l2.72-2.72a3.3 3.3 0 0 0 .72-1.08a3.35 3.35 0 0 0 0-2.54zm-12.37.28a2.87 2.87 0 1 1 2.87-2.87a2.88 2.88 0 0 1-2.87 2.9z"/></svg>

React

import type { SVGProps } from "react";

export function MageTagFill(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="M21.52 11.615a3.3 3.3 0 0 0-.76-1l-7-7a4.56 4.56 0 0 0-3.25-1.35H5.59a3.31 3.31 0 0 0-3.32 3.31v4.92a4.58 4.58 0 0 0 1.35 3.26l7 7a3.3 3.3 0 0 0 1.08.72c.401.171.833.26 1.27.26a3.33 3.33 0 0 0 2.34-1l2.73-2.72l2.72-2.72a3.3 3.3 0 0 0 .72-1.08a3.35 3.35 0 0 0 0-2.54zm-12.37.28a2.87 2.87 0 1 1 2.87-2.87a2.88 2.88 0 0 1-2.87 2.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.52 11.615a3.3 3.3 0 0 0-.76-1l-7-7a4.56 4.56 0 0 0-3.25-1.35H5.59a3.31 3.31 0 0 0-3.32 3.31v4.92a4.58 4.58 0 0 0 1.35 3.26l7 7a3.3 3.3 0 0 0 1.08.72c.401.171.833.26 1.27.26a3.33 3.33 0 0 0 2.34-1l2.73-2.72l2.72-2.72a3.3 3.3 0 0 0 .72-1.08a3.35 3.35 0 0 0 0-2.54zm-12.37.28a2.87 2.87 0 1 1 2.87-2.87a2.88 2.88 0 0 1-2.87 2.9z"/></svg>
</template>

CSS

.icon-tag-fill {
  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%22M21.52%2011.615a3.3%203.3%200%200%200-.76-1l-7-7a4.56%204.56%200%200%200-3.25-1.35H5.59a3.31%203.31%200%200%200-3.32%203.31v4.92a4.58%204.58%200%200%200%201.35%203.26l7%207a3.3%203.3%200%200%200%201.08.72c.401.171.833.26%201.27.26a3.33%203.33%200%200%200%202.34-1l2.73-2.72l2.72-2.72a3.3%203.3%200%200%200%20.72-1.08a3.35%203.35%200%200%200%200-2.54zm-12.37.28a2.87%202.87%200%201%201%202.87-2.87a2.88%202.88%200%200%201-2.87%202.9z%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%22M21.52%2011.615a3.3%203.3%200%200%200-.76-1l-7-7a4.56%204.56%200%200%200-3.25-1.35H5.59a3.31%203.31%200%200%200-3.32%203.31v4.92a4.58%204.58%200%200%200%201.35%203.26l7%207a3.3%203.3%200%200%200%201.08.72c.401.171.833.26%201.27.26a3.33%203.33%200%200%200%202.34-1l2.73-2.72l2.72-2.72a3.3%203.3%200%200%200%20.72-1.08a3.35%203.35%200%200%200%200-2.54zm-12.37.28a2.87%202.87%200%201%201%202.87-2.87a2.88%202.88%200%200%201-2.87%202.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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