user circle icon

user-circle-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
user-circle-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the user circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/><path d="M12 2.25A9.75 9.75 0 0 0 2.25 12a9.74 9.74 0 0 0 4 7.875l.001-.413C6.434 15.883 9.272 14.11 12 14.11s5.566 1.773 5.749 5.352l.001.413a9.74 9.74 0 0 0 4-7.875A9.75 9.75 0 0 0 12 2.25m-3.25 7a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/><path d="M16.259 20.773c-.004-.78-.007-1.209-.008-1.235c-.134-2.608-2.137-3.928-4.251-3.928s-4.117 1.32-4.251 3.928c-.001.026-.004.454-.008 1.235A9.7 9.7 0 0 0 12 21.75a9.7 9.7 0 0 0 4.259-.977"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiUserCircleSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/><path d="M12 2.25A9.75 9.75 0 0 0 2.25 12a9.74 9.74 0 0 0 4 7.875l.001-.413C6.434 15.883 9.272 14.11 12 14.11s5.566 1.773 5.749 5.352l.001.413a9.74 9.74 0 0 0 4-7.875A9.75 9.75 0 0 0 12 2.25m-3.25 7a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/><path d="M16.259 20.773c-.004-.78-.007-1.209-.008-1.235c-.134-2.608-2.137-3.928-4.251-3.928s-4.117 1.32-4.251 3.928c-.001.026-.004.454-.008 1.235A9.7 9.7 0 0 0 12 21.75a9.7 9.7 0 0 0 4.259-.977"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/><path d="M12 2.25A9.75 9.75 0 0 0 2.25 12a9.74 9.74 0 0 0 4 7.875l.001-.413C6.434 15.883 9.272 14.11 12 14.11s5.566 1.773 5.749 5.352l.001.413a9.74 9.74 0 0 0 4-7.875A9.75 9.75 0 0 0 12 2.25m-3.25 7a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/><path d="M16.259 20.773c-.004-.78-.007-1.209-.008-1.235c-.134-2.608-2.137-3.928-4.251-3.928s-4.117 1.32-4.251 3.928c-.001.026-.004.454-.008 1.235A9.7 9.7 0 0 0 12 21.75a9.7 9.7 0 0 0 4.259-.977"/></g></svg>
</template>

CSS

.icon-user-circle-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%207.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%2F%3E%3Cpath%20d%3D%22M12%202.25A9.75%209.75%200%200%200%202.25%2012a9.74%209.74%200%200%200%204%207.875l.001-.413C6.434%2015.883%209.272%2014.11%2012%2014.11s5.566%201.773%205.749%205.352l.001.413a9.74%209.74%200%200%200%204-7.875A9.75%209.75%200%200%200%2012%202.25m-3.25%207a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%2F%3E%3Cpath%20d%3D%22M16.259%2020.773c-.004-.78-.007-1.209-.008-1.235c-.134-2.608-2.137-3.928-4.251-3.928s-4.117%201.32-4.251%203.928c-.001.026-.004.454-.008%201.235A9.7%209.7%200%200%200%2012%2021.75a9.7%209.7%200%200%200%204.259-.977%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%207.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%2F%3E%3Cpath%20d%3D%22M12%202.25A9.75%209.75%200%200%200%202.25%2012a9.74%209.74%200%200%200%204%207.875l.001-.413C6.434%2015.883%209.272%2014.11%2012%2014.11s5.566%201.773%205.749%205.352l.001.413a9.74%209.74%200%200%200%204-7.875A9.75%209.75%200%200%200%2012%202.25m-3.25%207a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%2F%3E%3Cpath%20d%3D%22M16.259%2020.773c-.004-.78-.007-1.209-.008-1.235c-.134-2.608-2.137-3.928-4.251-3.928s-4.117%201.32-4.251%203.928c-.001.026-.004.454-.008%201.235A9.7%209.7%200%200%200%2012%2021.75a9.7%209.7%200%200%200%204.259-.977%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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