people icon

people-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
people-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All people icons →

More newicons icons from Reicon

Use the people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.53 7.77a.7.7 0 0 0-.21 0a2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88m3.262 6.93c-1.12.75-2.69 1.03-4.14.84c.38-.82.58-1.73.59-2.69c0-1-.22-1.95-.64-2.78c1.48-.2 3.05.08 4.18.83c1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88a2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88m.111 5.08c0 .97.21 1.89.59 2.72c-1.41.15-2.88-.15-3.96-.86c-1.58-1.05-1.58-2.76 0-3.81c1.07-.72 2.58-1.01 4-.85c-.41.84-.63 1.79-.63 2.8m5.569 3.02a1 1 0 0 0-.26 0a3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43m-3.25 2.07c-1.51 1.01-1.51 2.67 0 3.67c1.72 1.15 4.54 1.15 6.26 0c1.51-1.01 1.51-2.67 0-3.67c-1.71-1.15-4.53-1.15-6.26 0"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPeopleFilled(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="M17.53 7.77a.7.7 0 0 0-.21 0a2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88m3.262 6.93c-1.12.75-2.69 1.03-4.14.84c.38-.82.58-1.73.59-2.69c0-1-.22-1.95-.64-2.78c1.48-.2 3.05.08 4.18.83c1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88a2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88m.111 5.08c0 .97.21 1.89.59 2.72c-1.41.15-2.88-.15-3.96-.86c-1.58-1.05-1.58-2.76 0-3.81c1.07-.72 2.58-1.01 4-.85c-.41.84-.63 1.79-.63 2.8m5.569 3.02a1 1 0 0 0-.26 0a3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43m-3.25 2.07c-1.51 1.01-1.51 2.67 0 3.67c1.72 1.15 4.54 1.15 6.26 0c1.51-1.01 1.51-2.67 0-3.67c-1.71-1.15-4.53-1.15-6.26 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.53 7.77a.7.7 0 0 0-.21 0a2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88m3.262 6.93c-1.12.75-2.69 1.03-4.14.84c.38-.82.58-1.73.59-2.69c0-1-.22-1.95-.64-2.78c1.48-.2 3.05.08 4.18.83c1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88a2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88m.111 5.08c0 .97.21 1.89.59 2.72c-1.41.15-2.88-.15-3.96-.86c-1.58-1.05-1.58-2.76 0-3.81c1.07-.72 2.58-1.01 4-.85c-.41.84-.63 1.79-.63 2.8m5.569 3.02a1 1 0 0 0-.26 0a3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43m-3.25 2.07c-1.51 1.01-1.51 2.67 0 3.67c1.72 1.15 4.54 1.15 6.26 0c1.51-1.01 1.51-2.67 0-3.67c-1.71-1.15-4.53-1.15-6.26 0"/></svg>
</template>

CSS

.icon-people-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%22M17.53%207.77a.7.7%200%200%200-.21%200a2.874%202.874%200%200%201-2.78-2.88C14.54%203.3%2015.83%202%2017.43%202c1.59%200%202.89%201.29%202.89%202.89a2.89%202.89%200%200%201-2.79%202.88m3.262%206.93c-1.12.75-2.69%201.03-4.14.84c.38-.82.58-1.73.59-2.69c0-1-.22-1.95-.64-2.78c1.48-.2%203.05.08%204.18.83c1.58%201.04%201.58%202.75.01%203.8M6.44%207.77q.105-.015.21%200a2.874%202.874%200%200%200%202.78-2.88a2.885%202.885%200%201%200-5.77%200c0%201.56%201.23%202.83%202.78%202.88m.111%205.08c0%20.97.21%201.89.59%202.72c-1.41.15-2.88-.15-3.96-.86c-1.58-1.05-1.58-2.76%200-3.81c1.07-.72%202.58-1.01%204-.85c-.41.84-.63%201.79-.63%202.8m5.569%203.02a1%201%200%200%200-.26%200a3.425%203.425%200%200%201-3.31-3.43C8.56%2010.54%2010.09%209%2012%209c1.9%200%203.44%201.54%203.44%203.44a3.434%203.434%200%200%201-3.32%203.43m-3.25%202.07c-1.51%201.01-1.51%202.67%200%203.67c1.72%201.15%204.54%201.15%206.26%200c1.51-1.01%201.51-2.67%200-3.67c-1.71-1.15-4.53-1.15-6.26%200%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%22M17.53%207.77a.7.7%200%200%200-.21%200a2.874%202.874%200%200%201-2.78-2.88C14.54%203.3%2015.83%202%2017.43%202c1.59%200%202.89%201.29%202.89%202.89a2.89%202.89%200%200%201-2.79%202.88m3.262%206.93c-1.12.75-2.69%201.03-4.14.84c.38-.82.58-1.73.59-2.69c0-1-.22-1.95-.64-2.78c1.48-.2%203.05.08%204.18.83c1.58%201.04%201.58%202.75.01%203.8M6.44%207.77q.105-.015.21%200a2.874%202.874%200%200%200%202.78-2.88a2.885%202.885%200%201%200-5.77%200c0%201.56%201.23%202.83%202.78%202.88m.111%205.08c0%20.97.21%201.89.59%202.72c-1.41.15-2.88-.15-3.96-.86c-1.58-1.05-1.58-2.76%200-3.81c1.07-.72%202.58-1.01%204-.85c-.41.84-.63%201.79-.63%202.8m5.569%203.02a1%201%200%200%200-.26%200a3.425%203.425%200%200%201-3.31-3.43C8.56%2010.54%2010.09%209%2012%209c1.9%200%203.44%201.54%203.44%203.44a3.434%203.434%200%200%201-3.32%203.43m-3.25%202.07c-1.51%201.01-1.51%202.67%200%203.67c1.72%201.15%204.54%201.15%206.26%200c1.51-1.01%201.51-2.67%200-3.67c-1.71-1.15-4.53-1.15-6.26%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/people-filled.svg?color=%231a73e8&size=48

People filled icon — Reicon · IconsDB