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

Name
tag-edit-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the tag edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.934 3a3.25 3.25 0 0 0-2.298.952l-11.68 11.68a3.25 3.25 0 0 0 0 4.596l7.818 7.818c.363.363.79.623 1.246.778a2.5 2.5 0 0 1 .062-.953l.283-1.092a1.3 1.3 0 0 1-.177-.147L5.37 18.814a1.25 1.25 0 0 1 0-1.768l11.68-11.68A1.25 1.25 0 0 1 17.934 5h7.818c.69 0 1.25.56 1.25 1.25v6.765c.7.06 1.39.29 2 .686V6.25A3.25 3.25 0 0 0 25.752 3zm5.068 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4m5.642 8.424l-8.61 8.544a2.8 2.8 0 0 1-1.269.72l-3.02.779a1 1 0 0 1-1.216-1.22l.79-3.051a2.66 2.66 0 0 1 .686-1.206l8.567-8.64a2.88 2.88 0 0 1 4.144.057a2.88 2.88 0 0 1-.072 4.017"/></svg>

React

import type { SVGProps } from "react";

export function FluentTagEdit32Regular(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.934 3a3.25 3.25 0 0 0-2.298.952l-11.68 11.68a3.25 3.25 0 0 0 0 4.596l7.818 7.818c.363.363.79.623 1.246.778a2.5 2.5 0 0 1 .062-.953l.283-1.092a1.3 1.3 0 0 1-.177-.147L5.37 18.814a1.25 1.25 0 0 1 0-1.768l11.68-11.68A1.25 1.25 0 0 1 17.934 5h7.818c.69 0 1.25.56 1.25 1.25v6.765c.7.06 1.39.29 2 .686V6.25A3.25 3.25 0 0 0 25.752 3zm5.068 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4m5.642 8.424l-8.61 8.544a2.8 2.8 0 0 1-1.269.72l-3.02.779a1 1 0 0 1-1.216-1.22l.79-3.051a2.66 2.66 0 0 1 .686-1.206l8.567-8.64a2.88 2.88 0 0 1 4.144.057a2.88 2.88 0 0 1-.072 4.017"/></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.934 3a3.25 3.25 0 0 0-2.298.952l-11.68 11.68a3.25 3.25 0 0 0 0 4.596l7.818 7.818c.363.363.79.623 1.246.778a2.5 2.5 0 0 1 .062-.953l.283-1.092a1.3 1.3 0 0 1-.177-.147L5.37 18.814a1.25 1.25 0 0 1 0-1.768l11.68-11.68A1.25 1.25 0 0 1 17.934 5h7.818c.69 0 1.25.56 1.25 1.25v6.765c.7.06 1.39.29 2 .686V6.25A3.25 3.25 0 0 0 25.752 3zm5.068 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4m5.642 8.424l-8.61 8.544a2.8 2.8 0 0 1-1.269.72l-3.02.779a1 1 0 0 1-1.216-1.22l.79-3.051a2.66 2.66 0 0 1 .686-1.206l8.567-8.64a2.88 2.88 0 0 1 4.144.057a2.88 2.88 0 0 1-.072 4.017"/></svg>
</template>

CSS

.icon-tag-edit-32-regular {
  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.934%203a3.25%203.25%200%200%200-2.298.952l-11.68%2011.68a3.25%203.25%200%200%200%200%204.596l7.818%207.818c.363.363.79.623%201.246.778a2.5%202.5%200%200%201%20.062-.953l.283-1.092a1.3%201.3%200%200%201-.177-.147L5.37%2018.814a1.25%201.25%200%200%201%200-1.768l11.68-11.68A1.25%201.25%200%200%201%2017.934%205h7.818c.69%200%201.25.56%201.25%201.25v6.765c.7.06%201.39.29%202%20.686V6.25A3.25%203.25%200%200%200%2025.752%203zm5.068%208a2%202%200%201%200%200-4a2%202%200%200%200%200%204m5.642%208.424l-8.61%208.544a2.8%202.8%200%200%201-1.269.72l-3.02.779a1%201%200%200%201-1.216-1.22l.79-3.051a2.66%202.66%200%200%201%20.686-1.206l8.567-8.64a2.88%202.88%200%200%201%204.144.057a2.88%202.88%200%200%201-.072%204.017%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.934%203a3.25%203.25%200%200%200-2.298.952l-11.68%2011.68a3.25%203.25%200%200%200%200%204.596l7.818%207.818c.363.363.79.623%201.246.778a2.5%202.5%200%200%201%20.062-.953l.283-1.092a1.3%201.3%200%200%201-.177-.147L5.37%2018.814a1.25%201.25%200%200%201%200-1.768l11.68-11.68A1.25%201.25%200%200%201%2017.934%205h7.818c.69%200%201.25.56%201.25%201.25v6.765c.7.06%201.39.29%202%20.686V6.25A3.25%203.25%200%200%200%2025.752%203zm5.068%208a2%202%200%201%200%200-4a2%202%200%200%200%200%204m5.642%208.424l-8.61%208.544a2.8%202.8%200%200%201-1.269.72l-3.02.779a1%201%200%200%201-1.216-1.22l.79-3.051a2.66%202.66%200%200%201%20.686-1.206l8.567-8.64a2.88%202.88%200%200%201%204.144.057a2.88%202.88%200%200%201-.072%204.017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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