user alt icon
user-alt from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- user-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- user-alt-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the user alt 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.855 0-7 3.145-7 7c0 2.41 1.23 4.55 3.094 5.813C8.527 19.343 6 22.883 6 27h2a7.98 7.98 0 0 1 3.813-6.813A4.54 4.54 0 0 0 16 23a4.54 4.54 0 0 0 4.188-2.813A7.98 7.98 0 0 1 24 27h2c0-4.117-2.527-7.656-6.094-9.188A7.02 7.02 0 0 0 23 12c0-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-5m0 12q1.23.002 2.344.344a2.485 2.485 0 0 1-4.688 0A8 8 0 0 1 16 19"/></svg>
React
import type { SVGProps } from "react";
export function LaUserAlt(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.855 0-7 3.145-7 7c0 2.41 1.23 4.55 3.094 5.813C8.527 19.343 6 22.883 6 27h2a7.98 7.98 0 0 1 3.813-6.813A4.54 4.54 0 0 0 16 23a4.54 4.54 0 0 0 4.188-2.813A7.98 7.98 0 0 1 24 27h2c0-4.117-2.527-7.656-6.094-9.188A7.02 7.02 0 0 0 23 12c0-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-5m0 12q1.23.002 2.344.344a2.485 2.485 0 0 1-4.688 0A8 8 0 0 1 16 19"/></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.855 0-7 3.145-7 7c0 2.41 1.23 4.55 3.094 5.813C8.527 19.343 6 22.883 6 27h2a7.98 7.98 0 0 1 3.813-6.813A4.54 4.54 0 0 0 16 23a4.54 4.54 0 0 0 4.188-2.813A7.98 7.98 0 0 1 24 27h2c0-4.117-2.527-7.656-6.094-9.188A7.02 7.02 0 0 0 23 12c0-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-5m0 12q1.23.002 2.344.344a2.485 2.485 0 0 1-4.688 0A8 8 0 0 1 16 19"/></svg> </template>
CSS
.icon-user-alt {
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.855%200-7%203.145-7%207c0%202.41%201.23%204.55%203.094%205.813C8.527%2019.343%206%2022.883%206%2027h2a7.98%207.98%200%200%201%203.813-6.813A4.54%204.54%200%200%200%2016%2023a4.54%204.54%200%200%200%204.188-2.813A7.98%207.98%200%200%201%2024%2027h2c0-4.117-2.527-7.656-6.094-9.188A7.02%207.02%200%200%200%2023%2012c0-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-5m0%2012q1.23.002%202.344.344a2.485%202.485%200%200%201-4.688%200A8%208%200%200%201%2016%2019%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.855%200-7%203.145-7%207c0%202.41%201.23%204.55%203.094%205.813C8.527%2019.343%206%2022.883%206%2027h2a7.98%207.98%200%200%201%203.813-6.813A4.54%204.54%200%200%200%2016%2023a4.54%204.54%200%200%200%204.188-2.813A7.98%207.98%200%200%201%2024%2027h2c0-4.117-2.527-7.656-6.094-9.188A7.02%207.02%200%200%200%2023%2012c0-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-5m0%2012q1.23.002%202.344.344a2.485%202.485%200%200%201-4.688%200A8%208%200%200%201%2016%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/user-alt.svg?color=%231a73e8&size=48