users alt icon

users-alt from Unicons by Iconscout · Line · Users · Apache-2.0 Free for personal and commercial use.

Name
users-alt
Set
Unicons
Style
Line
Category
Users
Viewbox
24×24
License
Apache 2.0

More users icons from Unicons

Use the users alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 12.22A4.92 4.92 0 0 0 14 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 1 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M9 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m9.74.32A5 5 0 0 0 15 3.5a1 1 0 0 0 0 2a3 3 0 0 1 3 3a3 3 0 0 1-1.5 2.59a1 1 0 0 0-.5.84a1 1 0 0 0 .45.86l.39.26l.13.07a7 7 0 0 1 4 6.38a1 1 0 0 0 2 0a9 9 0 0 0-4.23-7.68"/></svg>

React

import type { SVGProps } from "react";

export function UilUsersAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 12.22A4.92 4.92 0 0 0 14 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 1 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M9 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m9.74.32A5 5 0 0 0 15 3.5a1 1 0 0 0 0 2a3 3 0 0 1 3 3a3 3 0 0 1-1.5 2.59a1 1 0 0 0-.5.84a1 1 0 0 0 .45.86l.39.26l.13.07a7 7 0 0 1 4 6.38a1 1 0 0 0 2 0a9 9 0 0 0-4.23-7.68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 12.22A4.92 4.92 0 0 0 14 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 1 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M9 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m9.74.32A5 5 0 0 0 15 3.5a1 1 0 0 0 0 2a3 3 0 0 1 3 3a3 3 0 0 1-1.5 2.59a1 1 0 0 0-.5.84a1 1 0 0 0 .45.86l.39.26l.13.07a7 7 0 0 1 4 6.38a1 1 0 0 0 2 0a9 9 0 0 0-4.23-7.68"/></svg>
</template>

CSS

.icon-users-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.3%2012.22A4.92%204.92%200%200%200%2014%208.5a5%205%200%200%200-10%200a4.92%204.92%200%200%200%201.7%203.72A8%208%200%200%200%201%2019.5a1%201%200%200%200%202%200a6%206%200%200%201%2012%200a1%201%200%200%200%202%200a8%208%200%200%200-4.7-7.28M9%2011.5a3%203%200%201%201%203-3a3%203%200%200%201-3%203m9.74.32A5%205%200%200%200%2015%203.5a1%201%200%200%200%200%202a3%203%200%200%201%203%203a3%203%200%200%201-1.5%202.59a1%201%200%200%200-.5.84a1%201%200%200%200%20.45.86l.39.26l.13.07a7%207%200%200%201%204%206.38a1%201%200%200%200%202%200a9%209%200%200%200-4.23-7.68%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.3%2012.22A4.92%204.92%200%200%200%2014%208.5a5%205%200%200%200-10%200a4.92%204.92%200%200%200%201.7%203.72A8%208%200%200%200%201%2019.5a1%201%200%200%200%202%200a6%206%200%200%201%2012%200a1%201%200%200%200%202%200a8%208%200%200%200-4.7-7.28M9%2011.5a3%203%200%201%201%203-3a3%203%200%200%201-3%203m9.74.32A5%205%200%200%200%2015%203.5a1%201%200%200%200%200%202a3%203%200%200%201%203%203a3%203%200%200%201-1.5%202.59a1%201%200%200%200-.5.84a1%201%200%200%200%20.45.86l.39.26l.13.07a7%207%200%200%201%204%206.38a1%201%200%200%200%202%200a9%209%200%200%200-4.23-7.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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