user x3 icon
user-x3-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.
- Name
- user-x3-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" d="M9 2.25a5.25 5.25 0 1 0 0 10.5a5.25 5.25 0 0 0 0-10.5m0 12c-4.265 0-8.176 2.677-8.742 6.644A.75.75 0 0 0 1 21.75h16a.75.75 0 0 0 .742-.856C17.177 16.927 13.268 14.25 9 14.25m14.53.28a.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 0 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06"/></svg>
React
import type { SVGProps } from "react";
export function ReiconUserX3Filled(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="M9 2.25a5.25 5.25 0 1 0 0 10.5a5.25 5.25 0 0 0 0-10.5m0 12c-4.265 0-8.176 2.677-8.742 6.644A.75.75 0 0 0 1 21.75h16a.75.75 0 0 0 .742-.856C17.177 16.927 13.268 14.25 9 14.25m14.53.28a.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 0 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 2.25a5.25 5.25 0 1 0 0 10.5a5.25 5.25 0 0 0 0-10.5m0 12c-4.265 0-8.176 2.677-8.742 6.644A.75.75 0 0 0 1 21.75h16a.75.75 0 0 0 .742-.856C17.177 16.927 13.268 14.25 9 14.25m14.53.28a.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 0 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06"/></svg> </template>
CSS
.icon-user-x3-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.25a5.25%205.25%200%201%200%200%2010.5a5.25%205.25%200%200%200%200-10.5m0%2012c-4.265%200-8.176%202.677-8.742%206.644A.75.75%200%200%200%201%2021.75h16a.75.75%200%200%200%20.742-.856C17.177%2016.927%2013.268%2014.25%209%2014.25m14.53.28a.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%200%201%201.06%201.06l-1.97%201.97l1.97%201.97a.75.75%200%200%201%200%201.06%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%22M9%202.25a5.25%205.25%200%201%200%200%2010.5a5.25%205.25%200%200%200%200-10.5m0%2012c-4.265%200-8.176%202.677-8.742%206.644A.75.75%200%200%200%201%2021.75h16a.75.75%200%200%200%20.742-.856C17.177%2016.927%2013.268%2014.25%209%2014.25m14.53.28a.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%200%201%201.06%201.06l-1.97%201.97l1.97%201.97a.75.75%200%200%201%200%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/user-x3-filled.svg?color=%231a73e8&size=48