user x3 icon
user-x3 from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.
- Name
- user-x3
- Set
- Reicon
- Style
- Outline
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More users icons from Reicon
Use the user x3 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="M9 2.25a5.25 5.25 0 1 0 0 10.5a5.25 5.25 0 0 0 0-10.5M5.25 7.5a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0" clip-rule="evenodd"/><path d="M1.743 21.106C2.176 18.073 5.266 15.75 9 15.75s6.823 2.323 7.257 5.356a.75.75 0 0 0 1.485-.212C17.176 16.927 13.267 14.25 9 14.25S.824 16.927.258 20.894a.75.75 0 0 0 1.485.212M23.53 14.53a.75.75 0 0 1-1.06 0l-1.97-1.97l-1.97 1.97a.75.75 0 1 1-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75 0 1 1 1.06-1.06l1.97 1.97l1.97-1.97a.75.75 0 1 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserX3(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="M9 2.25a5.25 5.25 0 1 0 0 10.5a5.25 5.25 0 0 0 0-10.5M5.25 7.5a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0" clipRule="evenodd"/><path d="M1.743 21.106C2.176 18.073 5.266 15.75 9 15.75s6.823 2.323 7.257 5.356a.75.75 0 0 0 1.485-.212C17.176 16.927 13.267 14.25 9 14.25S.824 16.927.258 20.894a.75.75 0 0 0 1.485.212M23.53 14.53a.75.75 0 0 1-1.06 0l-1.97-1.97l-1.97 1.97a.75.75 0 1 1-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75 0 1 1 1.06-1.06l1.97 1.97l1.97-1.97a.75.75 0 1 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06"/></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="M9 2.25a5.25 5.25 0 1 0 0 10.5a5.25 5.25 0 0 0 0-10.5M5.25 7.5a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0" clip-rule="evenodd"/><path d="M1.743 21.106C2.176 18.073 5.266 15.75 9 15.75s6.823 2.323 7.257 5.356a.75.75 0 0 0 1.485-.212C17.176 16.927 13.267 14.25 9 14.25S.824 16.927.258 20.894a.75.75 0 0 0 1.485.212M23.53 14.53a.75.75 0 0 1-1.06 0l-1.97-1.97l-1.97 1.97a.75.75 0 1 1-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75 0 1 1 1.06-1.06l1.97 1.97l1.97-1.97a.75.75 0 1 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06"/></g></svg> </template>
CSS
.icon-user-x3 {
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%22M9%202.25a5.25%205.25%200%201%200%200%2010.5a5.25%205.25%200%200%200%200-10.5M5.25%207.5a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M1.743%2021.106C2.176%2018.073%205.266%2015.75%209%2015.75s6.823%202.323%207.257%205.356a.75.75%200%200%200%201.485-.212C17.176%2016.927%2013.267%2014.25%209%2014.25S.824%2016.927.258%2020.894a.75.75%200%200%200%201.485.212M23.53%2014.53a.75.75%200%200%201-1.06%200l-1.97-1.97l-1.97%201.97a.75.75%200%201%201-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75%200%201%201%201.06-1.06l1.97%201.97l1.97-1.97a.75.75%200%201%201%201.06%201.06l-1.97%201.97l1.97%201.97a.75.75%200%200%201%200%201.06%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%22M9%202.25a5.25%205.25%200%201%200%200%2010.5a5.25%205.25%200%200%200%200-10.5M5.25%207.5a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M1.743%2021.106C2.176%2018.073%205.266%2015.75%209%2015.75s6.823%202.323%207.257%205.356a.75.75%200%200%200%201.485-.212C17.176%2016.927%2013.267%2014.25%209%2014.25S.824%2016.927.258%2020.894a.75.75%200%200%200%201.485.212M23.53%2014.53a.75.75%200%200%201-1.06%200l-1.97-1.97l-1.97%201.97a.75.75%200%201%201-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75%200%201%201%201.06-1.06l1.97%201.97l1.97-1.97a.75.75%200%201%201%201.06%201.06l-1.97%201.97l1.97%201.97a.75.75%200%200%201%200%201.06%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-x3.svg?color=%231a73e8&size=48