user x2 icon

user-x2 from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.

Name
user-x2
Set
Reicon
Style
Outline
Category
Users
Viewbox
24×24
License
MIT

2 other variants in Reicon

More users icons from Reicon

Use the user x2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/><path d="M16.197 16.136a.75.75 0 1 0-1.06 1.061l.802.803l-.803.803a.75.75 0 0 0 1.061 1.06l.803-.802l.803.803a.75.75 0 0 0 1.06-1.061L18.062 18l.803-.803a.75.75 0 0 0-1.06-1.06l-.804.802z"/><path fill-rule="evenodd" d="M12 12.25c1.805 0 3.483.368 4.812 1.004q.093-.004.188-.004a4.75 4.75 0 1 1-3.09 8.358c-.61.093-1.251.142-1.91.142c-2.04 0-3.922-.47-5.322-1.27C5.3 19.692 4.25 18.49 4.25 17s1.05-2.692 2.428-3.48c1.4-.8 3.283-1.27 5.322-1.27M5.75 17c0-.72.517-1.517 1.672-2.177c1.134-.648 2.751-1.073 4.578-1.073c.861 0 1.677.094 2.418.263A4.75 4.75 0 0 0 12.25 18c0 .803.2 1.56.55 2.222q-.393.028-.8.028c-1.827 0-3.444-.425-4.578-1.073C6.267 18.517 5.75 17.72 5.75 17M17 14.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUserX2(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 fillRule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clipRule="evenodd"/><path d="M16.197 16.136a.75.75 0 1 0-1.06 1.061l.802.803l-.803.803a.75.75 0 0 0 1.061 1.06l.803-.802l.803.803a.75.75 0 0 0 1.06-1.061L18.062 18l.803-.803a.75.75 0 0 0-1.06-1.06l-.804.802z"/><path fillRule="evenodd" d="M12 12.25c1.805 0 3.483.368 4.812 1.004q.093-.004.188-.004a4.75 4.75 0 1 1-3.09 8.358c-.61.093-1.251.142-1.91.142c-2.04 0-3.922-.47-5.322-1.27C5.3 19.692 4.25 18.49 4.25 17s1.05-2.692 2.428-3.48c1.4-.8 3.283-1.27 5.322-1.27M5.75 17c0-.72.517-1.517 1.672-2.177c1.134-.648 2.751-1.073 4.578-1.073c.861 0 1.677.094 2.418.263A4.75 4.75 0 0 0 12.25 18c0 .803.2 1.56.55 2.222q-.393.028-.8.028c-1.827 0-3.444-.425-4.578-1.073C6.267 18.517 5.75 17.72 5.75 17M17 14.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clipRule="evenodd"/></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 fill-rule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/><path d="M16.197 16.136a.75.75 0 1 0-1.06 1.061l.802.803l-.803.803a.75.75 0 0 0 1.061 1.06l.803-.802l.803.803a.75.75 0 0 0 1.06-1.061L18.062 18l.803-.803a.75.75 0 0 0-1.06-1.06l-.804.802z"/><path fill-rule="evenodd" d="M12 12.25c1.805 0 3.483.368 4.812 1.004q.093-.004.188-.004a4.75 4.75 0 1 1-3.09 8.358c-.61.093-1.251.142-1.91.142c-2.04 0-3.922-.47-5.322-1.27C5.3 19.692 4.25 18.49 4.25 17s1.05-2.692 2.428-3.48c1.4-.8 3.283-1.27 5.322-1.27M5.75 17c0-.72.517-1.517 1.672-2.177c1.134-.648 2.751-1.073 4.578-1.073c.861 0 1.677.094 2.418.263A4.75 4.75 0 0 0 12.25 18c0 .803.2 1.56.55 2.222q-.393.028-.8.028c-1.827 0-3.444-.425-4.578-1.073C6.267 18.517 5.75 17.72 5.75 17M17 14.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-user-x2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M8.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.197%2016.136a.75.75%200%201%200-1.06%201.061l.802.803l-.803.803a.75.75%200%200%200%201.061%201.06l.803-.802l.803.803a.75.75%200%200%200%201.06-1.061L18.062%2018l.803-.803a.75.75%200%200%200-1.06-1.06l-.804.802z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2012.25c1.805%200%203.483.368%204.812%201.004q.093-.004.188-.004a4.75%204.75%200%201%201-3.09%208.358c-.61.093-1.251.142-1.91.142c-2.04%200-3.922-.47-5.322-1.27C5.3%2019.692%204.25%2018.49%204.25%2017s1.05-2.692%202.428-3.48c1.4-.8%203.283-1.27%205.322-1.27M5.75%2017c0-.72.517-1.517%201.672-2.177c1.134-.648%202.751-1.073%204.578-1.073c.861%200%201.677.094%202.418.263A4.75%204.75%200%200%200%2012.25%2018c0%20.803.2%201.56.55%202.222q-.393.028-.8.028c-1.827%200-3.444-.425-4.578-1.073C6.267%2018.517%205.75%2017.72%205.75%2017M17%2014.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M8.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.197%2016.136a.75.75%200%201%200-1.06%201.061l.802.803l-.803.803a.75.75%200%200%200%201.061%201.06l.803-.802l.803.803a.75.75%200%200%200%201.06-1.061L18.062%2018l.803-.803a.75.75%200%200%200-1.06-1.06l-.804.802z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2012.25c1.805%200%203.483.368%204.812%201.004q.093-.004.188-.004a4.75%204.75%200%201%201-3.09%208.358c-.61.093-1.251.142-1.91.142c-2.04%200-3.922-.47-5.322-1.27C5.3%2019.692%204.25%2018.49%204.25%2017s1.05-2.692%202.428-3.48c1.4-.8%203.283-1.27%205.322-1.27M5.75%2017c0-.72.517-1.517%201.672-2.177c1.134-.648%202.751-1.073%204.578-1.073c.861%200%201.677.094%202.418.263A4.75%204.75%200%200%200%2012.25%2018c0%20.803.2%201.56.55%202.222q-.393.028-.8.028c-1.827%200-3.444-.425-4.578-1.073C6.267%2018.517%205.75%2017.72%205.75%2017M17%2014.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%22%20clip-rule%3D%22evenodd%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/user-x2.svg?color=%231a73e8&size=48

User X2 outline icon — Reicon · IconsDB