profile circle icon

profile-circle-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
profile-circle-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the profile 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="M22 12c0-5.51-4.49-10-10-10S2 6.49 2 12c0 2.9 1.25 5.51 3.23 7.34c0 .01 0 .01-.01.02c.1.1.22.18.32.27c.06.05.11.1.17.14c.18.15.38.29.57.43l.2.14q.285.195.6.36c.07.04.15.09.22.13q.3.165.63.3c.08.04.16.08.24.11q.33.135.66.24c.08.03.16.06.24.08c.24.07.48.13.72.19c.07.02.14.04.22.05c.28.06.56.1.85.13c.04 0 .08.01.12.02c.34.03.68.05 1.02.05s.68-.02 1.01-.05c.04 0 .08-.01.12-.02c.29-.03.57-.07.85-.13c.07-.01.14-.04.22-.05c.24-.06.49-.11.72-.19c.08-.03.16-.06.24-.08c.22-.08.45-.15.66-.24c.08-.03.16-.07.24-.11q.315-.135.63-.3c.08-.04.15-.09.22-.13c.2-.12.4-.23.6-.36c.07-.04.13-.09.2-.14c.2-.14.39-.28.57-.43c.06-.05.11-.1.17-.14c.11-.09.22-.18.32-.27c0-.01 0-.01-.01-.02C20.75 17.51 22 14.9 22 12m-5.06 4.97c-2.71-1.82-7.15-1.82-9.88 0c-.44.29-.8.63-1.1 1A8.48 8.48 0 0 1 3.5 12c0-4.69 3.81-8.5 8.5-8.5s8.5 3.81 8.5 8.5c0 2.32-.94 4.43-2.46 5.97c-.29-.37-.66-.71-1.1-1"/><path d="M12 6.93c-2.07 0-3.75 1.68-3.75 3.75c0 2.03 1.59 3.68 3.7 3.74h.18a3.743 3.743 0 0 0 3.62-3.74c0-2.07-1.68-3.75-3.75-3.75"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconProfileCircleFilled(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="M22 12c0-5.51-4.49-10-10-10S2 6.49 2 12c0 2.9 1.25 5.51 3.23 7.34c0 .01 0 .01-.01.02c.1.1.22.18.32.27c.06.05.11.1.17.14c.18.15.38.29.57.43l.2.14q.285.195.6.36c.07.04.15.09.22.13q.3.165.63.3c.08.04.16.08.24.11q.33.135.66.24c.08.03.16.06.24.08c.24.07.48.13.72.19c.07.02.14.04.22.05c.28.06.56.1.85.13c.04 0 .08.01.12.02c.34.03.68.05 1.02.05s.68-.02 1.01-.05c.04 0 .08-.01.12-.02c.29-.03.57-.07.85-.13c.07-.01.14-.04.22-.05c.24-.06.49-.11.72-.19c.08-.03.16-.06.24-.08c.22-.08.45-.15.66-.24c.08-.03.16-.07.24-.11q.315-.135.63-.3c.08-.04.15-.09.22-.13c.2-.12.4-.23.6-.36c.07-.04.13-.09.2-.14c.2-.14.39-.28.57-.43c.06-.05.11-.1.17-.14c.11-.09.22-.18.32-.27c0-.01 0-.01-.01-.02C20.75 17.51 22 14.9 22 12m-5.06 4.97c-2.71-1.82-7.15-1.82-9.88 0c-.44.29-.8.63-1.1 1A8.48 8.48 0 0 1 3.5 12c0-4.69 3.81-8.5 8.5-8.5s8.5 3.81 8.5 8.5c0 2.32-.94 4.43-2.46 5.97c-.29-.37-.66-.71-1.1-1"/><path d="M12 6.93c-2.07 0-3.75 1.68-3.75 3.75c0 2.03 1.59 3.68 3.7 3.74h.18a3.743 3.743 0 0 0 3.62-3.74c0-2.07-1.68-3.75-3.75-3.75"/></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="M22 12c0-5.51-4.49-10-10-10S2 6.49 2 12c0 2.9 1.25 5.51 3.23 7.34c0 .01 0 .01-.01.02c.1.1.22.18.32.27c.06.05.11.1.17.14c.18.15.38.29.57.43l.2.14q.285.195.6.36c.07.04.15.09.22.13q.3.165.63.3c.08.04.16.08.24.11q.33.135.66.24c.08.03.16.06.24.08c.24.07.48.13.72.19c.07.02.14.04.22.05c.28.06.56.1.85.13c.04 0 .08.01.12.02c.34.03.68.05 1.02.05s.68-.02 1.01-.05c.04 0 .08-.01.12-.02c.29-.03.57-.07.85-.13c.07-.01.14-.04.22-.05c.24-.06.49-.11.72-.19c.08-.03.16-.06.24-.08c.22-.08.45-.15.66-.24c.08-.03.16-.07.24-.11q.315-.135.63-.3c.08-.04.15-.09.22-.13c.2-.12.4-.23.6-.36c.07-.04.13-.09.2-.14c.2-.14.39-.28.57-.43c.06-.05.11-.1.17-.14c.11-.09.22-.18.32-.27c0-.01 0-.01-.01-.02C20.75 17.51 22 14.9 22 12m-5.06 4.97c-2.71-1.82-7.15-1.82-9.88 0c-.44.29-.8.63-1.1 1A8.48 8.48 0 0 1 3.5 12c0-4.69 3.81-8.5 8.5-8.5s8.5 3.81 8.5 8.5c0 2.32-.94 4.43-2.46 5.97c-.29-.37-.66-.71-1.1-1"/><path d="M12 6.93c-2.07 0-3.75 1.68-3.75 3.75c0 2.03 1.59 3.68 3.7 3.74h.18a3.743 3.743 0 0 0 3.62-3.74c0-2.07-1.68-3.75-3.75-3.75"/></g></svg>
</template>

CSS

.icon-profile-circle-filled {
  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%22M22%2012c0-5.51-4.49-10-10-10S2%206.49%202%2012c0%202.9%201.25%205.51%203.23%207.34c0%20.01%200%20.01-.01.02c.1.1.22.18.32.27c.06.05.11.1.17.14c.18.15.38.29.57.43l.2.14q.285.195.6.36c.07.04.15.09.22.13q.3.165.63.3c.08.04.16.08.24.11q.33.135.66.24c.08.03.16.06.24.08c.24.07.48.13.72.19c.07.02.14.04.22.05c.28.06.56.1.85.13c.04%200%20.08.01.12.02c.34.03.68.05%201.02.05s.68-.02%201.01-.05c.04%200%20.08-.01.12-.02c.29-.03.57-.07.85-.13c.07-.01.14-.04.22-.05c.24-.06.49-.11.72-.19c.08-.03.16-.06.24-.08c.22-.08.45-.15.66-.24c.08-.03.16-.07.24-.11q.315-.135.63-.3c.08-.04.15-.09.22-.13c.2-.12.4-.23.6-.36c.07-.04.13-.09.2-.14c.2-.14.39-.28.57-.43c.06-.05.11-.1.17-.14c.11-.09.22-.18.32-.27c0-.01%200-.01-.01-.02C20.75%2017.51%2022%2014.9%2022%2012m-5.06%204.97c-2.71-1.82-7.15-1.82-9.88%200c-.44.29-.8.63-1.1%201A8.48%208.48%200%200%201%203.5%2012c0-4.69%203.81-8.5%208.5-8.5s8.5%203.81%208.5%208.5c0%202.32-.94%204.43-2.46%205.97c-.29-.37-.66-.71-1.1-1%22%2F%3E%3Cpath%20d%3D%22M12%206.93c-2.07%200-3.75%201.68-3.75%203.75c0%202.03%201.59%203.68%203.7%203.74h.18a3.743%203.743%200%200%200%203.62-3.74c0-2.07-1.68-3.75-3.75-3.75%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%22M22%2012c0-5.51-4.49-10-10-10S2%206.49%202%2012c0%202.9%201.25%205.51%203.23%207.34c0%20.01%200%20.01-.01.02c.1.1.22.18.32.27c.06.05.11.1.17.14c.18.15.38.29.57.43l.2.14q.285.195.6.36c.07.04.15.09.22.13q.3.165.63.3c.08.04.16.08.24.11q.33.135.66.24c.08.03.16.06.24.08c.24.07.48.13.72.19c.07.02.14.04.22.05c.28.06.56.1.85.13c.04%200%20.08.01.12.02c.34.03.68.05%201.02.05s.68-.02%201.01-.05c.04%200%20.08-.01.12-.02c.29-.03.57-.07.85-.13c.07-.01.14-.04.22-.05c.24-.06.49-.11.72-.19c.08-.03.16-.06.24-.08c.22-.08.45-.15.66-.24c.08-.03.16-.07.24-.11q.315-.135.63-.3c.08-.04.15-.09.22-.13c.2-.12.4-.23.6-.36c.07-.04.13-.09.2-.14c.2-.14.39-.28.57-.43c.06-.05.11-.1.17-.14c.11-.09.22-.18.32-.27c0-.01%200-.01-.01-.02C20.75%2017.51%2022%2014.9%2022%2012m-5.06%204.97c-2.71-1.82-7.15-1.82-9.88%200c-.44.29-.8.63-1.1%201A8.48%208.48%200%200%201%203.5%2012c0-4.69%203.81-8.5%208.5-8.5s8.5%203.81%208.5%208.5c0%202.32-.94%204.43-2.46%205.97c-.29-.37-.66-.71-1.1-1%22%2F%3E%3Cpath%20d%3D%22M12%206.93c-2.07%200-3.75%201.68-3.75%203.75c0%202.03%201.59%203.68%203.7%203.74h.18a3.743%203.743%200%200%200%203.62-3.74c0-2.07-1.68-3.75-3.75-3.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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