users nearby icon
users-nearby-duotone from Reicon by REICON · Duotone · Map · MIT Free for personal and commercial use.
- Name
- users-nearby-duotone
- Set
- Reicon
- Style
- Duotone
- 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 d="M19.717 20.362C21.143 19.585 22 18.587 22 17.5c0-1.152-.963-2.204-2.546-3C17.623 13.58 14.962 13 12 13s-5.623.58-7.454 1.5C2.963 15.296 2 16.348 2 17.5s.963 2.204 2.546 3C6.377 21.42 9.038 22 12 22c3.107 0 5.882-.637 7.717-1.638" opacity=".6"/><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"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUsersNearbyDuotone(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 d="M19.717 20.362C21.143 19.585 22 18.587 22 17.5c0-1.152-.963-2.204-2.546-3C17.623 13.58 14.962 13 12 13s-5.623.58-7.454 1.5C2.963 15.296 2 16.348 2 17.5s.963 2.204 2.546 3C6.377 21.42 9.038 22 12 22c3.107 0 5.882-.637 7.717-1.638" opacity=".6"/><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"/></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 d="M19.717 20.362C21.143 19.585 22 18.587 22 17.5c0-1.152-.963-2.204-2.546-3C17.623 13.58 14.962 13 12 13s-5.623.58-7.454 1.5C2.963 15.296 2 16.348 2 17.5s.963 2.204 2.546 3C6.377 21.42 9.038 22 12 22c3.107 0 5.882-.637 7.717-1.638" opacity=".6"/><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"/></g></svg> </template>
CSS
.icon-users-nearby-duotone {
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%20d%3D%22M19.717%2020.362C21.143%2019.585%2022%2018.587%2022%2017.5c0-1.152-.963-2.204-2.546-3C17.623%2013.58%2014.962%2013%2012%2013s-5.623.58-7.454%201.5C2.963%2015.296%202%2016.348%202%2017.5s.963%202.204%202.546%203C6.377%2021.42%209.038%2022%2012%2022c3.107%200%205.882-.637%207.717-1.638%22%20opacity%3D%22.6%22%2F%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%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%20d%3D%22M19.717%2020.362C21.143%2019.585%2022%2018.587%2022%2017.5c0-1.152-.963-2.204-2.546-3C17.623%2013.58%2014.962%2013%2012%2013s-5.623.58-7.454%201.5C2.963%2015.296%202%2016.348%202%2017.5s.963%202.204%202.546%203C6.377%2021.42%209.038%2022%2012%2022c3.107%200%205.882-.637%207.717-1.638%22%20opacity%3D%22.6%22%2F%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/users-nearby-duotone.svg?color=%231a73e8&size=48