users nearby icon

users-nearby-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.

Name
users-nearby-filled
Set
Reicon
Style
Filled
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

More map icons from Reicon

Use the users nearby 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.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clip-rule="evenodd"/><path d="m8.223 11.574l-2.175-.725a1.532 1.532 0 0 1 .805-2.952l1.898.407l.21.044a15 15 0 0 0 6.288-.044l1.897-.407a1.532 1.532 0 0 1 .806 2.952l-2.175.725c-.263.088-.394.132-.493.193a1 1 0 0 0-.466.986c.016.115.066.244.165.503l1.247 3.242a1.473 1.473 0 0 1-2.654 1.26L12 15l-1.576 2.757a1.473 1.473 0 0 1-2.654-1.26l1.247-3.241c.1-.259.149-.388.165-.503a1 1 0 0 0-.466-.986c-.099-.061-.23-.105-.493-.193"/><path d="M12 22c5.523 0 10-2.015 10-4.5c0-1.722-2.15-3.218-5.306-3.975l.936 2.434c.749 1.948-.688 4.04-2.775 4.04a2.97 2.97 0 0 1-2.581-1.497l-.274-.48l-.274.48A2.97 2.97 0 0 1 9.147 20c-2.087 0-3.525-2.093-2.776-4.041l.936-2.434C4.149 14.282 2 15.778 2 17.5C2 19.985 6.477 22 12 22"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUsersNearbyFilled(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.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clipRule="evenodd"/><path d="m8.223 11.574l-2.175-.725a1.532 1.532 0 0 1 .805-2.952l1.898.407l.21.044a15 15 0 0 0 6.288-.044l1.897-.407a1.532 1.532 0 0 1 .806 2.952l-2.175.725c-.263.088-.394.132-.493.193a1 1 0 0 0-.466.986c.016.115.066.244.165.503l1.247 3.242a1.473 1.473 0 0 1-2.654 1.26L12 15l-1.576 2.757a1.473 1.473 0 0 1-2.654-1.26l1.247-3.241c.1-.259.149-.388.165-.503a1 1 0 0 0-.466-.986c-.099-.061-.23-.105-.493-.193"/><path d="M12 22c5.523 0 10-2.015 10-4.5c0-1.722-2.15-3.218-5.306-3.975l.936 2.434c.749 1.948-.688 4.04-2.775 4.04a2.97 2.97 0 0 1-2.581-1.497l-.274-.48l-.274.48A2.97 2.97 0 0 1 9.147 20c-2.087 0-3.525-2.093-2.776-4.041l.936-2.434C4.149 14.282 2 15.778 2 17.5C2 19.985 6.477 22 12 22"/></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.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clip-rule="evenodd"/><path d="m8.223 11.574l-2.175-.725a1.532 1.532 0 0 1 .805-2.952l1.898.407l.21.044a15 15 0 0 0 6.288-.044l1.897-.407a1.532 1.532 0 0 1 .806 2.952l-2.175.725c-.263.088-.394.132-.493.193a1 1 0 0 0-.466.986c.016.115.066.244.165.503l1.247 3.242a1.473 1.473 0 0 1-2.654 1.26L12 15l-1.576 2.757a1.473 1.473 0 0 1-2.654-1.26l1.247-3.241c.1-.259.149-.388.165-.503a1 1 0 0 0-.466-.986c-.099-.061-.23-.105-.493-.193"/><path d="M12 22c5.523 0 10-2.015 10-4.5c0-1.722-2.15-3.218-5.306-3.975l.936 2.434c.749 1.948-.688 4.04-2.775 4.04a2.97 2.97 0 0 1-2.581-1.497l-.274-.48l-.274.48A2.97 2.97 0 0 1 9.147 20c-2.087 0-3.525-2.093-2.776-4.041l.936-2.434C4.149 14.282 2 15.778 2 17.5C2 19.985 6.477 22 12 22"/></g></svg>
</template>

CSS

.icon-users-nearby-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%204a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m8.223%2011.574l-2.175-.725a1.532%201.532%200%200%201%20.805-2.952l1.898.407l.21.044a15%2015%200%200%200%206.288-.044l1.897-.407a1.532%201.532%200%200%201%20.806%202.952l-2.175.725c-.263.088-.394.132-.493.193a1%201%200%200%200-.466.986c.016.115.066.244.165.503l1.247%203.242a1.473%201.473%200%200%201-2.654%201.26L12%2015l-1.576%202.757a1.473%201.473%200%200%201-2.654-1.26l1.247-3.241c.1-.259.149-.388.165-.503a1%201%200%200%200-.466-.986c-.099-.061-.23-.105-.493-.193%22%2F%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-2.015%2010-4.5c0-1.722-2.15-3.218-5.306-3.975l.936%202.434c.749%201.948-.688%204.04-2.775%204.04a2.97%202.97%200%200%201-2.581-1.497l-.274-.48l-.274.48A2.97%202.97%200%200%201%209.147%2020c-2.087%200-3.525-2.093-2.776-4.041l.936-2.434C4.149%2014.282%202%2015.778%202%2017.5C2%2019.985%206.477%2022%2012%2022%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.25%204a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m8.223%2011.574l-2.175-.725a1.532%201.532%200%200%201%20.805-2.952l1.898.407l.21.044a15%2015%200%200%200%206.288-.044l1.897-.407a1.532%201.532%200%200%201%20.806%202.952l-2.175.725c-.263.088-.394.132-.493.193a1%201%200%200%200-.466.986c.016.115.066.244.165.503l1.247%203.242a1.473%201.473%200%200%201-2.654%201.26L12%2015l-1.576%202.757a1.473%201.473%200%200%201-2.654-1.26l1.247-3.241c.1-.259.149-.388.165-.503a1%201%200%200%200-.466-.986c-.099-.061-.23-.105-.493-.193%22%2F%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-2.015%2010-4.5c0-1.722-2.15-3.218-5.306-3.975l.936%202.434c.749%201.948-.688%204.04-2.775%204.04a2.97%202.97%200%200%201-2.581-1.497l-.274-.48l-.274.48A2.97%202.97%200%200%201%209.147%2020c-2.087%200-3.525-2.093-2.776-4.041l.936-2.434C4.149%2014.282%202%2015.778%202%2017.5C2%2019.985%206.477%2022%2012%2022%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/users-nearby-filled.svg?color=%231a73e8&size=48

Users Nearby filled icon — Reicon · IconsDB