user tag icon
user-tag from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- user-tag
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- user-tag-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the user tag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c3.9 0 7-3.1 7-7s-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m5 12c-1.1 0-2 .9-2 2v4.4l6 6c.4.4.9.6 1.4.6s1-.2 1.4-.6l3.6-3.6c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4l-6-6zm0 2h3.6l5.4 5.4l-3.6 3.6l-5.4-5.4zm2 1a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function LaUserTag(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 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c3.9 0 7-3.1 7-7s-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m5 12c-1.1 0-2 .9-2 2v4.4l6 6c.4.4.9.6 1.4.6s1-.2 1.4-.6l3.6-3.6c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4l-6-6zm0 2h3.6l5.4 5.4l-3.6 3.6l-5.4-5.4zm2 1a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></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 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c3.9 0 7-3.1 7-7s-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m5 12c-1.1 0-2 .9-2 2v4.4l6 6c.4.4.9.6 1.4.6s1-.2 1.4-.6l3.6-3.6c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4l-6-6zm0 2h3.6l5.4 5.4l-3.6 3.6l-5.4-5.4zm2 1a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.9%200-7%203.1-7%207a6.96%206.96%200%200%200%203.07%205.813C8.51%2019.346%206%2022.892%206%2027h2c0-4.4%203.6-8%208-8c3.9%200%207-3.1%207-7s-3.1-7-7-7m0%202c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m5%2012c-1.1%200-2%20.9-2%202v4.4l6%206c.4.4.9.6%201.4.6s1-.2%201.4-.6l3.6-3.6c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4l-6-6zm0%202h3.6l5.4%205.4l-3.6%203.6l-5.4-5.4zm2%201a1%201%200%200%200%200%202a1%201%200%200%200%200-2%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%205c-3.9%200-7%203.1-7%207a6.96%206.96%200%200%200%203.07%205.813C8.51%2019.346%206%2022.892%206%2027h2c0-4.4%203.6-8%208-8c3.9%200%207-3.1%207-7s-3.1-7-7-7m0%202c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m5%2012c-1.1%200-2%20.9-2%202v4.4l6%206c.4.4.9.6%201.4.6s1-.2%201.4-.6l3.6-3.6c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4l-6-6zm0%202h3.6l5.4%205.4l-3.6%203.6l-5.4-5.4zm2%201a1%201%200%200%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/user-tag.svg?color=%231a73e8&size=48