tags from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.

Name
tags
Set
Font Awesome Solid
Style
Solid
Category
Business
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome Solid

Use the tags icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m433.2 103.1l148.2 150.3c27.7 28.1 27.7 73.1 0 101.2L425 512.9c-9.3 9.4-24.5 9.5-33.9.2s-9.5-24.5-.2-33.9l156.4-158.4c9.2-9.3 9.2-24.4 0-33.7L399 136.9c-9.3-9.4-9.2-24.6.2-33.9s24.6-9.2 33.9.2zM64.1 293.5V160c0-35.3 28.7-64 64-64h133.5c17 0 33.3 6.7 45.3 18.7l144 144c25 25 25 65.5 0 90.5L317.4 482.7c-25 25-65.5 25-90.5 0l-144-144c-12-12-18.7-28.3-18.7-45.3zm144-85.5c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidTags(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m433.2 103.1l148.2 150.3c27.7 28.1 27.7 73.1 0 101.2L425 512.9c-9.3 9.4-24.5 9.5-33.9.2s-9.5-24.5-.2-33.9l156.4-158.4c9.2-9.3 9.2-24.4 0-33.7L399 136.9c-9.3-9.4-9.2-24.6.2-33.9s24.6-9.2 33.9.2zM64.1 293.5V160c0-35.3 28.7-64 64-64h133.5c17 0 33.3 6.7 45.3 18.7l144 144c25 25 25 65.5 0 90.5L317.4 482.7c-25 25-65.5 25-90.5 0l-144-144c-12-12-18.7-28.3-18.7-45.3zm144-85.5c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m433.2 103.1l148.2 150.3c27.7 28.1 27.7 73.1 0 101.2L425 512.9c-9.3 9.4-24.5 9.5-33.9.2s-9.5-24.5-.2-33.9l156.4-158.4c9.2-9.3 9.2-24.4 0-33.7L399 136.9c-9.3-9.4-9.2-24.6.2-33.9s24.6-9.2 33.9.2zM64.1 293.5V160c0-35.3 28.7-64 64-64h133.5c17 0 33.3 6.7 45.3 18.7l144 144c25 25 25 65.5 0 90.5L317.4 482.7c-25 25-65.5 25-90.5 0l-144-144c-12-12-18.7-28.3-18.7-45.3zm144-85.5c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32"/></svg>
</template>

CSS

.icon-tags {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m433.2%20103.1l148.2%20150.3c27.7%2028.1%2027.7%2073.1%200%20101.2L425%20512.9c-9.3%209.4-24.5%209.5-33.9.2s-9.5-24.5-.2-33.9l156.4-158.4c9.2-9.3%209.2-24.4%200-33.7L399%20136.9c-9.3-9.4-9.2-24.6.2-33.9s24.6-9.2%2033.9.2zM64.1%20293.5V160c0-35.3%2028.7-64%2064-64h133.5c17%200%2033.3%206.7%2045.3%2018.7l144%20144c25%2025%2025%2065.5%200%2090.5L317.4%20482.7c-25%2025-65.5%2025-90.5%200l-144-144c-12-12-18.7-28.3-18.7-45.3zm144-85.5c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m433.2%20103.1l148.2%20150.3c27.7%2028.1%2027.7%2073.1%200%20101.2L425%20512.9c-9.3%209.4-24.5%209.5-33.9.2s-9.5-24.5-.2-33.9l156.4-158.4c9.2-9.3%209.2-24.4%200-33.7L399%20136.9c-9.3-9.4-9.2-24.6.2-33.9s24.6-9.2%2033.9.2zM64.1%20293.5V160c0-35.3%2028.7-64%2064-64h133.5c17%200%2033.3%206.7%2045.3%2018.7l144%20144c25%2025%2025%2065.5%200%2090.5L317.4%20482.7c-25%2025-65.5%2025-90.5%200l-144-144c-12-12-18.7-28.3-18.7-45.3zm144-85.5c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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