user-tag from Font Awesome Solid by Dave Gandy · Solid · Users & People · CC-BY-4.0 Attribution required.

Name
user-tag
Set
Font Awesome Solid
Style
Solid
Category
Users & People
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More users & people icons from Font Awesome Solid

Use the user tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256.1 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120s53.7-120 120-120m-29.7 296h59.4c6.7 0 13.2.4 19.7 1.1c-.9 4.9-1.4 9.9-1.4 15v92.1c0 25.5 10.1 49.9 28.1 67.9l31.9 31.9H77.8c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3m125.7 108.2v-92.1c0-17.7 14.3-32 32-32h92.1c12.7 0 24.9 5.1 33.9 14.1l96 96c18.7 18.7 18.7 49.1 0 67.9L530 606.2c-18.7 18.7-49.1 18.7-67.9 0l-96-96c-9-9-14.1-21.2-14.1-33.9zm104-44.2c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidUserTag(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="M256.1 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120s53.7-120 120-120m-29.7 296h59.4c6.7 0 13.2.4 19.7 1.1c-.9 4.9-1.4 9.9-1.4 15v92.1c0 25.5 10.1 49.9 28.1 67.9l31.9 31.9H77.8c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3m125.7 108.2v-92.1c0-17.7 14.3-32 32-32h92.1c12.7 0 24.9 5.1 33.9 14.1l96 96c18.7 18.7 18.7 49.1 0 67.9L530 606.2c-18.7 18.7-49.1 18.7-67.9 0l-96-96c-9-9-14.1-21.2-14.1-33.9zm104-44.2c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256.1 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120s53.7-120 120-120m-29.7 296h59.4c6.7 0 13.2.4 19.7 1.1c-.9 4.9-1.4 9.9-1.4 15v92.1c0 25.5 10.1 49.9 28.1 67.9l31.9 31.9H77.8c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3m125.7 108.2v-92.1c0-17.7 14.3-32 32-32h92.1c12.7 0 24.9 5.1 33.9 14.1l96 96c18.7 18.7 18.7 49.1 0 67.9L530 606.2c-18.7 18.7-49.1 18.7-67.9 0l-96-96c-9-9-14.1-21.2-14.1-33.9zm104-44.2c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
</template>

CSS

.icon-user-tag {
  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%22M256.1%2072c66.3%200%20120%2053.7%20120%20120s-53.7%20120-120%20120s-120-53.7-120-120s53.7-120%20120-120m-29.7%20296h59.4c6.7%200%2013.2.4%2019.7%201.1c-.9%204.9-1.4%209.9-1.4%2015v92.1c0%2025.5%2010.1%2049.9%2028.1%2067.9l31.9%2031.9H77.8c-16.4%200-29.7-13.3-29.7-29.7c0-98.5%2079.8-178.3%20178.3-178.3m125.7%20108.2v-92.1c0-17.7%2014.3-32%2032-32h92.1c12.7%200%2024.9%205.1%2033.9%2014.1l96%2096c18.7%2018.7%2018.7%2049.1%200%2067.9L530%20606.2c-18.7%2018.7-49.1%2018.7-67.9%200l-96-96c-9-9-14.1-21.2-14.1-33.9zm104-44.2c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%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%22M256.1%2072c66.3%200%20120%2053.7%20120%20120s-53.7%20120-120%20120s-120-53.7-120-120s53.7-120%20120-120m-29.7%20296h59.4c6.7%200%2013.2.4%2019.7%201.1c-.9%204.9-1.4%209.9-1.4%2015v92.1c0%2025.5%2010.1%2049.9%2028.1%2067.9l31.9%2031.9H77.8c-16.4%200-29.7-13.3-29.7-29.7c0-98.5%2079.8-178.3%20178.3-178.3m125.7%20108.2v-92.1c0-17.7%2014.3-32%2032-32h92.1c12.7%200%2024.9%205.1%2033.9%2014.1l96%2096c18.7%2018.7%2018.7%2049.1%200%2067.9L530%20606.2c-18.7%2018.7-49.1%2018.7-67.9%200l-96-96c-9-9-14.1-21.2-14.1-33.9zm104-44.2c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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