tag-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
tag-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.89 3a3.25 3.25 0 0 0-2.298.952l-11.64 11.64a3.25 3.25 0 0 0 0 4.596l7.86 7.861a3.25 3.25 0 0 0 4.597 0l11.64-11.64A3.25 3.25 0 0 0 29 14.111V6.25A3.25 3.25 0 0 0 25.75 3zm-1.591 1.659A2.25 2.25 0 0 1 17.89 4h7.86A2.25 2.25 0 0 1 28 6.25v7.86a2.25 2.25 0 0 1-.658 1.592l-11.64 11.64a2.25 2.25 0 0 1-3.182 0L4.659 19.48a2.25 2.25 0 0 1 0-3.182zM23 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentTag32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.89 3a3.25 3.25 0 0 0-2.298.952l-11.64 11.64a3.25 3.25 0 0 0 0 4.596l7.86 7.861a3.25 3.25 0 0 0 4.597 0l11.64-11.64A3.25 3.25 0 0 0 29 14.111V6.25A3.25 3.25 0 0 0 25.75 3zm-1.591 1.659A2.25 2.25 0 0 1 17.89 4h7.86A2.25 2.25 0 0 1 28 6.25v7.86a2.25 2.25 0 0 1-.658 1.592l-11.64 11.64a2.25 2.25 0 0 1-3.182 0L4.659 19.48a2.25 2.25 0 0 1 0-3.182zM23 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.89 3a3.25 3.25 0 0 0-2.298.952l-11.64 11.64a3.25 3.25 0 0 0 0 4.596l7.86 7.861a3.25 3.25 0 0 0 4.597 0l11.64-11.64A3.25 3.25 0 0 0 29 14.111V6.25A3.25 3.25 0 0 0 25.75 3zm-1.591 1.659A2.25 2.25 0 0 1 17.89 4h7.86A2.25 2.25 0 0 1 28 6.25v7.86a2.25 2.25 0 0 1-.658 1.592l-11.64 11.64a2.25 2.25 0 0 1-3.182 0L4.659 19.48a2.25 2.25 0 0 1 0-3.182zM23 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
</template>

CSS

.icon-tag-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.89%203a3.25%203.25%200%200%200-2.298.952l-11.64%2011.64a3.25%203.25%200%200%200%200%204.596l7.86%207.861a3.25%203.25%200%200%200%204.597%200l11.64-11.64A3.25%203.25%200%200%200%2029%2014.111V6.25A3.25%203.25%200%200%200%2025.75%203zm-1.591%201.659A2.25%202.25%200%200%201%2017.89%204h7.86A2.25%202.25%200%200%201%2028%206.25v7.86a2.25%202.25%200%200%201-.658%201.592l-11.64%2011.64a2.25%202.25%200%200%201-3.182%200L4.659%2019.48a2.25%202.25%200%200%201%200-3.182zM23%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.89%203a3.25%203.25%200%200%200-2.298.952l-11.64%2011.64a3.25%203.25%200%200%200%200%204.596l7.86%207.861a3.25%203.25%200%200%200%204.597%200l11.64-11.64A3.25%203.25%200%200%200%2029%2014.111V6.25A3.25%203.25%200%200%200%2025.75%203zm-1.591%201.659A2.25%202.25%200%200%201%2017.89%204h7.86A2.25%202.25%200%200%201%2028%206.25v7.86a2.25%202.25%200%200%201-.658%201.592l-11.64%2011.64a2.25%202.25%200%200%201-3.182%200L4.659%2019.48a2.25%202.25%200%200%201%200-3.182zM23%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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