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

Name
trademark
Set
Font Awesome 6 Solid
Style
Regular
Category
Business
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome 6 Solid

Use the trademark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128v256c0 17.7 14.3 32 32 32s32-14.3 32-32V224l86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224v160c0 17.7 14.3 32 32 32s32-14.3 32-32V128c0-13.8-8.8-26-21.9-30.4s-27.5.1-35.7 11.2L464 266.7zM0 128c0 17.7 14.3 32 32 32h64v224c0 17.7 14.3 32 32 32s32-14.3 32-32V160h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidTrademark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128v256c0 17.7 14.3 32 32 32s32-14.3 32-32V224l86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224v160c0 17.7 14.3 32 32 32s32-14.3 32-32V128c0-13.8-8.8-26-21.9-30.4s-27.5.1-35.7 11.2L464 266.7zM0 128c0 17.7 14.3 32 32 32h64v224c0 17.7 14.3 32 32 32s32-14.3 32-32V160h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128v256c0 17.7 14.3 32 32 32s32-14.3 32-32V224l86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224v160c0 17.7 14.3 32 32 32s32-14.3 32-32V128c0-13.8-8.8-26-21.9-30.4s-27.5.1-35.7 11.2L464 266.7zM0 128c0 17.7 14.3 32 32 32h64v224c0 17.7 14.3 32 32 32s32-14.3 32-32V160h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg>
</template>

CSS

.icon-trademark {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M345.6%20108.8c-8.3-11-22.7-15.5-35.7-11.2S288%20114.2%20288%20128v256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V224l86.4%20115.2c6%208.1%2015.5%2012.8%2025.6%2012.8s19.6-4.7%2025.6-12.8L576%20224v160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V128c0-13.8-8.8-26-21.9-30.4s-27.5.1-35.7%2011.2L464%20266.7zM0%20128c0%2017.7%2014.3%2032%2032%2032h64v224c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V160h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H32c-17.7%200-32%2014.3-32%2032%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M345.6%20108.8c-8.3-11-22.7-15.5-35.7-11.2S288%20114.2%20288%20128v256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V224l86.4%20115.2c6%208.1%2015.5%2012.8%2025.6%2012.8s19.6-4.7%2025.6-12.8L576%20224v160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V128c0-13.8-8.8-26-21.9-30.4s-27.5.1-35.7%2011.2L464%20266.7zM0%20128c0%2017.7%2014.3%2032%2032%2032h64v224c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V160h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H32c-17.7%200-32%2014.3-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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