tag cross icon

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

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

1 other variant in Mage Icons

Related icons in Mage Icons

Use the tag cross icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.818 5.695a4.17 4.17 0 0 0-2.93-1.21h-9.18a4.1 4.1 0 0 0-2.92 1.22l-.08.08l-3.08 4.21a3.74 3.74 0 0 0 0 4.05l3 4.17l.08.09a4.1 4.1 0 0 0 2.92 1.21h9.2a4.17 4.17 0 0 0 2.93-1.21a4.1 4.1 0 0 0 1.21-2.92v-6.77a4.1 4.1 0 0 0-1.15-2.92m-3.87 8.21a1 1 0 1 1-1.42 1.41l-1.9-1.9l-1.89 1.89a1 1 0 0 1-1.42-1.41l1.9-1.89l-1.9-1.9a1 1 0 1 1 1.42-1.41l1.89 1.89l1.9-1.9a1 1 0 1 1 1.42 1.41l-1.9 1.91z"/></svg>

React

import type { SVGProps } from "react";

export function MageTagCrossFill(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="M20.818 5.695a4.17 4.17 0 0 0-2.93-1.21h-9.18a4.1 4.1 0 0 0-2.92 1.22l-.08.08l-3.08 4.21a3.74 3.74 0 0 0 0 4.05l3 4.17l.08.09a4.1 4.1 0 0 0 2.92 1.21h9.2a4.17 4.17 0 0 0 2.93-1.21a4.1 4.1 0 0 0 1.21-2.92v-6.77a4.1 4.1 0 0 0-1.15-2.92m-3.87 8.21a1 1 0 1 1-1.42 1.41l-1.9-1.9l-1.89 1.89a1 1 0 0 1-1.42-1.41l1.9-1.89l-1.9-1.9a1 1 0 1 1 1.42-1.41l1.89 1.89l1.9-1.9a1 1 0 1 1 1.42 1.41l-1.9 1.91z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.818 5.695a4.17 4.17 0 0 0-2.93-1.21h-9.18a4.1 4.1 0 0 0-2.92 1.22l-.08.08l-3.08 4.21a3.74 3.74 0 0 0 0 4.05l3 4.17l.08.09a4.1 4.1 0 0 0 2.92 1.21h9.2a4.17 4.17 0 0 0 2.93-1.21a4.1 4.1 0 0 0 1.21-2.92v-6.77a4.1 4.1 0 0 0-1.15-2.92m-3.87 8.21a1 1 0 1 1-1.42 1.41l-1.9-1.9l-1.89 1.89a1 1 0 0 1-1.42-1.41l1.9-1.89l-1.9-1.9a1 1 0 1 1 1.42-1.41l1.89 1.89l1.9-1.9a1 1 0 1 1 1.42 1.41l-1.9 1.91z"/></svg>
</template>

CSS

.icon-tag-cross-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%22M20.818%205.695a4.17%204.17%200%200%200-2.93-1.21h-9.18a4.1%204.1%200%200%200-2.92%201.22l-.08.08l-3.08%204.21a3.74%203.74%200%200%200%200%204.05l3%204.17l.08.09a4.1%204.1%200%200%200%202.92%201.21h9.2a4.17%204.17%200%200%200%202.93-1.21a4.1%204.1%200%200%200%201.21-2.92v-6.77a4.1%204.1%200%200%200-1.15-2.92m-3.87%208.21a1%201%200%201%201-1.42%201.41l-1.9-1.9l-1.89%201.89a1%201%200%200%201-1.42-1.41l1.9-1.89l-1.9-1.9a1%201%200%201%201%201.42-1.41l1.89%201.89l1.9-1.9a1%201%200%201%201%201.42%201.41l-1.9%201.91z%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%22M20.818%205.695a4.17%204.17%200%200%200-2.93-1.21h-9.18a4.1%204.1%200%200%200-2.92%201.22l-.08.08l-3.08%204.21a3.74%203.74%200%200%200%200%204.05l3%204.17l.08.09a4.1%204.1%200%200%200%202.92%201.21h9.2a4.17%204.17%200%200%200%202.93-1.21a4.1%204.1%200%200%200%201.21-2.92v-6.77a4.1%204.1%200%200%200-1.15-2.92m-3.87%208.21a1%201%200%201%201-1.42%201.41l-1.9-1.9l-1.89%201.89a1%201%200%200%201-1.42-1.41l1.9-1.89l-1.9-1.9a1%201%200%201%201%201.42-1.41l1.89%201.89l1.9-1.9a1%201%200%201%201%201.42%201.41l-1.9%201.91z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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