users four icon
users-four-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- users-four-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the users four icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M29.6 123.2a4 4 0 0 0 5.6-.8a56 56 0 0 1 89.6 0a3.93 3.93 0 0 0 6.38 0a56 56 0 0 1 89.6 0a4 4 0 1 0 6.4-4.8a63.55 63.55 0 0 0-32.5-22.85a36 36 0 1 0-37.4 0a63.4 63.4 0 0 0-29.3 19a63.34 63.34 0 0 0-29.3-19a36 36 0 1 0-37.4 0A63.6 63.6 0 0 0 28.8 117.6a4 4 0 0 0 .8 5.6M148 64a28 28 0 1 1 28 28a28 28 0 0 1-28-28m-96 0a28 28 0 1 1 28 28a28 28 0 0 1-28-28m142.7 134.75a36 36 0 1 0-37.4 0A63.4 63.4 0 0 0 128 217.7a63.34 63.34 0 0 0-29.3-18.95a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a3.93 3.93 0 0 0 6.38 0a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.55 63.55 0 0 0-32.48-22.85M52 168a28 28 0 1 1 28 28a28 28 0 0 1-28-28m96 0a28 28 0 1 1 28 28a28 28 0 0 1-28-28"/></svg>
React
import type { SVGProps } from "react";
export function PhUsersFourThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M29.6 123.2a4 4 0 0 0 5.6-.8a56 56 0 0 1 89.6 0a3.93 3.93 0 0 0 6.38 0a56 56 0 0 1 89.6 0a4 4 0 1 0 6.4-4.8a63.55 63.55 0 0 0-32.5-22.85a36 36 0 1 0-37.4 0a63.4 63.4 0 0 0-29.3 19a63.34 63.34 0 0 0-29.3-19a36 36 0 1 0-37.4 0A63.6 63.6 0 0 0 28.8 117.6a4 4 0 0 0 .8 5.6M148 64a28 28 0 1 1 28 28a28 28 0 0 1-28-28m-96 0a28 28 0 1 1 28 28a28 28 0 0 1-28-28m142.7 134.75a36 36 0 1 0-37.4 0A63.4 63.4 0 0 0 128 217.7a63.34 63.34 0 0 0-29.3-18.95a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a3.93 3.93 0 0 0 6.38 0a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.55 63.55 0 0 0-32.48-22.85M52 168a28 28 0 1 1 28 28a28 28 0 0 1-28-28m96 0a28 28 0 1 1 28 28a28 28 0 0 1-28-28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M29.6 123.2a4 4 0 0 0 5.6-.8a56 56 0 0 1 89.6 0a3.93 3.93 0 0 0 6.38 0a56 56 0 0 1 89.6 0a4 4 0 1 0 6.4-4.8a63.55 63.55 0 0 0-32.5-22.85a36 36 0 1 0-37.4 0a63.4 63.4 0 0 0-29.3 19a63.34 63.34 0 0 0-29.3-19a36 36 0 1 0-37.4 0A63.6 63.6 0 0 0 28.8 117.6a4 4 0 0 0 .8 5.6M148 64a28 28 0 1 1 28 28a28 28 0 0 1-28-28m-96 0a28 28 0 1 1 28 28a28 28 0 0 1-28-28m142.7 134.75a36 36 0 1 0-37.4 0A63.4 63.4 0 0 0 128 217.7a63.34 63.34 0 0 0-29.3-18.95a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a3.93 3.93 0 0 0 6.38 0a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.55 63.55 0 0 0-32.48-22.85M52 168a28 28 0 1 1 28 28a28 28 0 0 1-28-28m96 0a28 28 0 1 1 28 28a28 28 0 0 1-28-28"/></svg> </template>
CSS
.icon-users-four-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.6%20123.2a4%204%200%200%200%205.6-.8a56%2056%200%200%201%2089.6%200a3.93%203.93%200%200%200%206.38%200a56%2056%200%200%201%2089.6%200a4%204%200%201%200%206.4-4.8a63.55%2063.55%200%200%200-32.5-22.85a36%2036%200%201%200-37.4%200a63.4%2063.4%200%200%200-29.3%2019a63.34%2063.34%200%200%200-29.3-19a36%2036%200%201%200-37.4%200A63.6%2063.6%200%200%200%2028.8%20117.6a4%204%200%200%200%20.8%205.6M148%2064a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m-96%200a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m142.7%20134.75a36%2036%200%201%200-37.4%200A63.4%2063.4%200%200%200%20128%20217.7a63.34%2063.34%200%200%200-29.3-18.95a36%2036%200%201%200-37.4%200a63.6%2063.6%200%200%200-32.5%2022.85a4%204%200%200%200%206.4%204.8a56%2056%200%200%201%2089.6%200a3.93%203.93%200%200%200%206.38%200a56%2056%200%200%201%2089.6%200a4%204%200%200%200%206.4-4.8a63.55%2063.55%200%200%200-32.48-22.85M52%20168a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m96%200a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.6%20123.2a4%204%200%200%200%205.6-.8a56%2056%200%200%201%2089.6%200a3.93%203.93%200%200%200%206.38%200a56%2056%200%200%201%2089.6%200a4%204%200%201%200%206.4-4.8a63.55%2063.55%200%200%200-32.5-22.85a36%2036%200%201%200-37.4%200a63.4%2063.4%200%200%200-29.3%2019a63.34%2063.34%200%200%200-29.3-19a36%2036%200%201%200-37.4%200A63.6%2063.6%200%200%200%2028.8%20117.6a4%204%200%200%200%20.8%205.6M148%2064a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m-96%200a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m142.7%20134.75a36%2036%200%201%200-37.4%200A63.4%2063.4%200%200%200%20128%20217.7a63.34%2063.34%200%200%200-29.3-18.95a36%2036%200%201%200-37.4%200a63.6%2063.6%200%200%200-32.5%2022.85a4%204%200%200%200%206.4%204.8a56%2056%200%200%201%2089.6%200a3.93%203.93%200%200%200%206.38%200a56%2056%200%200%201%2089.6%200a4%204%200%200%200%206.4-4.8a63.55%2063.55%200%200%200-32.48-22.85M52%20168a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m96%200a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/users-four-thin.svg?color=%231a73e8&size=48