user circle icon

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

Name
user-circle
Set
Unicons
Style
Line
Category
Users
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More users icons from Unicons

Use the user circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-7.35 16.76a10 10 0 0 0 14.7 0A10 10 0 0 0 12 2m0 18a8 8 0 0 1-5.55-2.25a6 6 0 0 1 11.1 0A8 8 0 0 1 12 20m-2-10a2 2 0 1 1 2 2a2 2 0 0 1-2-2m8.91 6A8 8 0 0 0 15 12.62a4 4 0 1 0-6 0A8 8 0 0 0 5.09 16A7.9 7.9 0 0 1 4 12a8 8 0 0 1 16 0a7.9 7.9 0 0 1-1.09 4"/></svg>

React

import type { SVGProps } from "react";

export function UilUserCircle(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 2a10 10 0 0 0-7.35 16.76a10 10 0 0 0 14.7 0A10 10 0 0 0 12 2m0 18a8 8 0 0 1-5.55-2.25a6 6 0 0 1 11.1 0A8 8 0 0 1 12 20m-2-10a2 2 0 1 1 2 2a2 2 0 0 1-2-2m8.91 6A8 8 0 0 0 15 12.62a4 4 0 1 0-6 0A8 8 0 0 0 5.09 16A7.9 7.9 0 0 1 4 12a8 8 0 0 1 16 0a7.9 7.9 0 0 1-1.09 4"/></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 2a10 10 0 0 0-7.35 16.76a10 10 0 0 0 14.7 0A10 10 0 0 0 12 2m0 18a8 8 0 0 1-5.55-2.25a6 6 0 0 1 11.1 0A8 8 0 0 1 12 20m-2-10a2 2 0 1 1 2 2a2 2 0 0 1-2-2m8.91 6A8 8 0 0 0 15 12.62a4 4 0 1 0-6 0A8 8 0 0 0 5.09 16A7.9 7.9 0 0 1 4 12a8 8 0 0 1 16 0a7.9 7.9 0 0 1-1.09 4"/></svg>
</template>

CSS

.icon-user-circle {
  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%202a10%2010%200%200%200-7.35%2016.76a10%2010%200%200%200%2014.7%200A10%2010%200%200%200%2012%202m0%2018a8%208%200%200%201-5.55-2.25a6%206%200%200%201%2011.1%200A8%208%200%200%201%2012%2020m-2-10a2%202%200%201%201%202%202a2%202%200%200%201-2-2m8.91%206A8%208%200%200%200%2015%2012.62a4%204%200%201%200-6%200A8%208%200%200%200%205.09%2016A7.9%207.9%200%200%201%204%2012a8%208%200%200%201%2016%200a7.9%207.9%200%200%201-1.09%204%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%202a10%2010%200%200%200-7.35%2016.76a10%2010%200%200%200%2014.7%200A10%2010%200%200%200%2012%202m0%2018a8%208%200%200%201-5.55-2.25a6%206%200%200%201%2011.1%200A8%208%200%200%201%2012%2020m-2-10a2%202%200%201%201%202%202a2%202%200%200%201-2-2m8.91%206A8%208%200%200%200%2015%2012.62a4%204%200%201%200-6%200A8%208%200%200%200%205.09%2016A7.9%207.9%200%200%201%204%2012a8%208%200%200%201%2016%200a7.9%207.9%200%200%201-1.09%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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