users icon
users-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.
- Name
- users-20-solid
- Set
- HeroIcons
- Style
- Solid 20x20
- Viewbox
- 20×20
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
usersFont Awesome 6 SolidusersFont Awesome SolidusersFeather Iconsusers-outlineFlowbite IconsusersHuge IconsusersHumbleiconsusersJam IconsusersLine AwesomeusersLucideusersMage IconsusersMajesticonsusersMyna UI IconsusersPhosphorusersPixelarticonsusersPrime IconsusersTabler Iconsusers-outlineTeenyicons
Use the users icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7.5 1a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M1.615 16.428a1.22 1.22 0 0 1-.569-1.175a6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.95 9.95 0 0 1 7 18a9.95 9.95 0 0 1-5.385-1.572M14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755a4.5 4.5 0 0 1 5.874 2.636a.82.82 0 0 1-.36.98A7.47 7.47 0 0 1 14.5 16"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsUsers20Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7.5 1a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M1.615 16.428a1.22 1.22 0 0 1-.569-1.175a6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.95 9.95 0 0 1 7 18a9.95 9.95 0 0 1-5.385-1.572M14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755a4.5 4.5 0 0 1 5.874 2.636a.82.82 0 0 1-.36.98A7.47 7.47 0 0 1 14.5 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7.5 1a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M1.615 16.428a1.22 1.22 0 0 1-.569-1.175a6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.95 9.95 0 0 1 7 18a9.95 9.95 0 0 1-5.385-1.572M14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755a4.5 4.5 0 0 1 5.874 2.636a.82.82 0 0 1-.36.98A7.47 7.47 0 0 1 14.5 16"/></svg> </template>
CSS
.icon-users-20-solid {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%208a3%203%200%201%200%200-6a3%203%200%200%200%200%206m7.5%201a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M1.615%2016.428a1.22%201.22%200%200%201-.569-1.175a6.002%206.002%200%200%201%2011.908%200c.058.467-.172.92-.57%201.174A9.95%209.95%200%200%201%207%2018a9.95%209.95%200%200%201-5.385-1.572M14.5%2016h-.106c.07-.297.088-.611.048-.933a7.47%207.47%200%200%200-1.588-3.755a4.5%204.5%200%200%201%205.874%202.636a.82.82%200%200%201-.36.98A7.47%207.47%200%200%201%2014.5%2016%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%208a3%203%200%201%200%200-6a3%203%200%200%200%200%206m7.5%201a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M1.615%2016.428a1.22%201.22%200%200%201-.569-1.175a6.002%206.002%200%200%201%2011.908%200c.058.467-.172.92-.57%201.174A9.95%209.95%200%200%201%207%2018a9.95%209.95%200%200%201-5.385-1.572M14.5%2016h-.106c.07-.297.088-.611.048-.933a7.47%207.47%200%200%200-1.588-3.755a4.5%204.5%200%200%201%205.874%202.636a.82.82%200%200%201-.36.98A7.47%207.47%200%200%201%2014.5%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/users-20-solid.svg?color=%231a73e8&size=48