tag alt icon

tag-alt from Unicons by Iconscout · Line · Shopping · Apache-2.0 Free for personal and commercial use.

Name
tag-alt
Set
Unicons
Style
Line
Category
Shopping
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More shopping icons from Unicons

Use the tag alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 6A1.5 1.5 0 1 0 9 7.5A1.5 1.5 0 0 0 7.5 6m13.62 4.71l-8.41-8.42A1 1 0 0 0 12 2H3a1 1 0 0 0-1 1v9a1 1 0 0 0 .29.71l8.42 8.41a3 3 0 0 0 4.24 0L21.12 15a3 3 0 0 0 0-4.24Zm-1.41 2.82l-6.18 6.17a1 1 0 0 1-1.41 0L4 11.59V4h7.59l8.12 8.12a1 1 0 0 1 .29.71a1 1 0 0 1-.29.7"/></svg>

React

import type { SVGProps } from "react";

export function UilTagAlt(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="M7.5 6A1.5 1.5 0 1 0 9 7.5A1.5 1.5 0 0 0 7.5 6m13.62 4.71l-8.41-8.42A1 1 0 0 0 12 2H3a1 1 0 0 0-1 1v9a1 1 0 0 0 .29.71l8.42 8.41a3 3 0 0 0 4.24 0L21.12 15a3 3 0 0 0 0-4.24Zm-1.41 2.82l-6.18 6.17a1 1 0 0 1-1.41 0L4 11.59V4h7.59l8.12 8.12a1 1 0 0 1 .29.71a1 1 0 0 1-.29.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 6A1.5 1.5 0 1 0 9 7.5A1.5 1.5 0 0 0 7.5 6m13.62 4.71l-8.41-8.42A1 1 0 0 0 12 2H3a1 1 0 0 0-1 1v9a1 1 0 0 0 .29.71l8.42 8.41a3 3 0 0 0 4.24 0L21.12 15a3 3 0 0 0 0-4.24Zm-1.41 2.82l-6.18 6.17a1 1 0 0 1-1.41 0L4 11.59V4h7.59l8.12 8.12a1 1 0 0 1 .29.71a1 1 0 0 1-.29.7"/></svg>
</template>

CSS

.icon-tag-alt {
  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%22M7.5%206A1.5%201.5%200%201%200%209%207.5A1.5%201.5%200%200%200%207.5%206m13.62%204.71l-8.41-8.42A1%201%200%200%200%2012%202H3a1%201%200%200%200-1%201v9a1%201%200%200%200%20.29.71l8.42%208.41a3%203%200%200%200%204.24%200L21.12%2015a3%203%200%200%200%200-4.24Zm-1.41%202.82l-6.18%206.17a1%201%200%200%201-1.41%200L4%2011.59V4h7.59l8.12%208.12a1%201%200%200%201%20.29.71a1%201%200%200%201-.29.7%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%22M7.5%206A1.5%201.5%200%201%200%209%207.5A1.5%201.5%200%200%200%207.5%206m13.62%204.71l-8.41-8.42A1%201%200%200%200%2012%202H3a1%201%200%200%200-1%201v9a1%201%200%200%200%20.29.71l8.42%208.41a3%203%200%200%200%204.24%200L21.12%2015a3%203%200%200%200%200-4.24Zm-1.41%202.82l-6.18%206.17a1%201%200%200%201-1.41%200L4%2011.59V4h7.59l8.12%208.12a1%201%200%200%201%20.29.71a1%201%200%200%201-.29.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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