user-tie from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
user-tie
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
user-tie-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the user tie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-3.855 0-7 3.145-7 7c0 2.379 1.21 4.484 3.031 5.75C7.926 18.352 5 22.352 5 27h2c0-4.398 3.191-8.074 7.375-8.844L15 20h2l.625-1.844C21.809 18.926 25 22.602 25 27h2c0-4.648-2.926-8.648-7.031-10.25C21.789 15.484 23 13.379 23 11c0-3.855-3.145-7-7-7m0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m-1 15l-1 6h4l-1-6z"/></svg>

React

import type { SVGProps } from "react";

export function LaUserTie(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="M16 4c-3.855 0-7 3.145-7 7c0 2.379 1.21 4.484 3.031 5.75C7.926 18.352 5 22.352 5 27h2c0-4.398 3.191-8.074 7.375-8.844L15 20h2l.625-1.844C21.809 18.926 25 22.602 25 27h2c0-4.648-2.926-8.648-7.031-10.25C21.789 15.484 23 13.379 23 11c0-3.855-3.145-7-7-7m0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m-1 15l-1 6h4l-1-6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-3.855 0-7 3.145-7 7c0 2.379 1.21 4.484 3.031 5.75C7.926 18.352 5 22.352 5 27h2c0-4.398 3.191-8.074 7.375-8.844L15 20h2l.625-1.844C21.809 18.926 25 22.602 25 27h2c0-4.648-2.926-8.648-7.031-10.25C21.789 15.484 23 13.379 23 11c0-3.855-3.145-7-7-7m0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m-1 15l-1 6h4l-1-6z"/></svg>
</template>

CSS

.icon-user-tie {
  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%22M16%204c-3.855%200-7%203.145-7%207c0%202.379%201.21%204.484%203.031%205.75C7.926%2018.352%205%2022.352%205%2027h2c0-4.398%203.191-8.074%207.375-8.844L15%2020h2l.625-1.844C21.809%2018.926%2025%2022.602%2025%2027h2c0-4.648-2.926-8.648-7.031-10.25C21.789%2015.484%2023%2013.379%2023%2011c0-3.855-3.145-7-7-7m0%202c2.773%200%205%202.227%205%205s-2.227%205-5%205s-5-2.227-5-5s2.227-5%205-5m-1%2015l-1%206h4l-1-6z%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%22M16%204c-3.855%200-7%203.145-7%207c0%202.379%201.21%204.484%203.031%205.75C7.926%2018.352%205%2022.352%205%2027h2c0-4.398%203.191-8.074%207.375-8.844L15%2020h2l.625-1.844C21.809%2018.926%2025%2022.602%2025%2027h2c0-4.648-2.926-8.648-7.031-10.25C21.789%2015.484%2023%2013.379%2023%2011c0-3.855-3.145-7-7-7m0%202c2.773%200%205%202.227%205%205s-2.227%205-5%205s-5-2.227-5-5s2.227-5%205-5m-1%2015l-1%206h4l-1-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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