person stalker icon

person-stalker from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
person-stalker
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the person stalker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M425.3 324.8c-41.4-15.7-38.9-9.4-38.9-38.5 0-18.8 9.3-11.9 15.2-47.7 2.3-14.1 4.2-4.7 9.1-27.3 2.6-11.8-1.8-12.7-1.2-18.3.5-5.6 1-10.7 2-22.2 1.2-14.4-11.6-52-57.4-52s-58.6 37.6-57.4 52c.9 11.6 1.5 16.6 2 22.2.5 5.6-3.8 6.5-1.2 18.3 4.9 22.6 6.8 13.1 9.1 27.3 5.9 35.8 15.1 29 15.1 47.7 0 13.4 3.1 19-14.9 27.5 5.4 1.9 11.7 4.2 19.3 7.1 54.4 20.7 53.1 40.8 54.5 50.3 1 6.5 1.5 58.3 1.7 76.8H480s0-80.5-1.5-89.9c-1.1-7.4-11-17.2-53.2-33.3z" fill="currentColor"/><path d="M357 448s0-14.1-.2-30.4c-.2-18.6-.7-40-1.7-46.4-1.5-9.5-14.3-22.2-68.6-42.9-7.5-2.8-13.8-5.1-19.3-7.1-33.3-11.8-30.9-15.7-30.9-48 0-24.3 12-8.5 19.6-54.6 3-18.2 5.4-6.1 11.7-35.2 3.4-15.2-2.3-16.4-1.6-23.7.7-7.3 1.4-13.8 2.6-28.7 1.6-18.5-14.9-67.1-74.1-67.1-59.2 0-75.6 48.5-74.1 67.1 1.2 14.9 1.9 21.4 2.7 28.7.7 7.3-5 8.4-1.6 23.7 6.4 29.1 8.8 17 11.8 35.2 7.6 46.1 19.5 30.3 19.5 54.6 0 37.6 3.3 34.8-50.2 55.1C48.3 349 35.5 361.7 34 371.2c-2 12.1-2 76.8-2 76.8h325z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonPersonStalker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M425.3 324.8c-41.4-15.7-38.9-9.4-38.9-38.5 0-18.8 9.3-11.9 15.2-47.7 2.3-14.1 4.2-4.7 9.1-27.3 2.6-11.8-1.8-12.7-1.2-18.3.5-5.6 1-10.7 2-22.2 1.2-14.4-11.6-52-57.4-52s-58.6 37.6-57.4 52c.9 11.6 1.5 16.6 2 22.2.5 5.6-3.8 6.5-1.2 18.3 4.9 22.6 6.8 13.1 9.1 27.3 5.9 35.8 15.1 29 15.1 47.7 0 13.4 3.1 19-14.9 27.5 5.4 1.9 11.7 4.2 19.3 7.1 54.4 20.7 53.1 40.8 54.5 50.3 1 6.5 1.5 58.3 1.7 76.8H480s0-80.5-1.5-89.9c-1.1-7.4-11-17.2-53.2-33.3z" fill="currentColor"/><path d="M357 448s0-14.1-.2-30.4c-.2-18.6-.7-40-1.7-46.4-1.5-9.5-14.3-22.2-68.6-42.9-7.5-2.8-13.8-5.1-19.3-7.1-33.3-11.8-30.9-15.7-30.9-48 0-24.3 12-8.5 19.6-54.6 3-18.2 5.4-6.1 11.7-35.2 3.4-15.2-2.3-16.4-1.6-23.7.7-7.3 1.4-13.8 2.6-28.7 1.6-18.5-14.9-67.1-74.1-67.1-59.2 0-75.6 48.5-74.1 67.1 1.2 14.9 1.9 21.4 2.7 28.7.7 7.3-5 8.4-1.6 23.7 6.4 29.1 8.8 17 11.8 35.2 7.6 46.1 19.5 30.3 19.5 54.6 0 37.6 3.3 34.8-50.2 55.1C48.3 349 35.5 361.7 34 371.2c-2 12.1-2 76.8-2 76.8h325z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M425.3 324.8c-41.4-15.7-38.9-9.4-38.9-38.5 0-18.8 9.3-11.9 15.2-47.7 2.3-14.1 4.2-4.7 9.1-27.3 2.6-11.8-1.8-12.7-1.2-18.3.5-5.6 1-10.7 2-22.2 1.2-14.4-11.6-52-57.4-52s-58.6 37.6-57.4 52c.9 11.6 1.5 16.6 2 22.2.5 5.6-3.8 6.5-1.2 18.3 4.9 22.6 6.8 13.1 9.1 27.3 5.9 35.8 15.1 29 15.1 47.7 0 13.4 3.1 19-14.9 27.5 5.4 1.9 11.7 4.2 19.3 7.1 54.4 20.7 53.1 40.8 54.5 50.3 1 6.5 1.5 58.3 1.7 76.8H480s0-80.5-1.5-89.9c-1.1-7.4-11-17.2-53.2-33.3z" fill="currentColor"/><path d="M357 448s0-14.1-.2-30.4c-.2-18.6-.7-40-1.7-46.4-1.5-9.5-14.3-22.2-68.6-42.9-7.5-2.8-13.8-5.1-19.3-7.1-33.3-11.8-30.9-15.7-30.9-48 0-24.3 12-8.5 19.6-54.6 3-18.2 5.4-6.1 11.7-35.2 3.4-15.2-2.3-16.4-1.6-23.7.7-7.3 1.4-13.8 2.6-28.7 1.6-18.5-14.9-67.1-74.1-67.1-59.2 0-75.6 48.5-74.1 67.1 1.2 14.9 1.9 21.4 2.7 28.7.7 7.3-5 8.4-1.6 23.7 6.4 29.1 8.8 17 11.8 35.2 7.6 46.1 19.5 30.3 19.5 54.6 0 37.6 3.3 34.8-50.2 55.1C48.3 349 35.5 361.7 34 371.2c-2 12.1-2 76.8-2 76.8h325z" fill="currentColor"/></svg>
</template>

CSS

.icon-person-stalker {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M425.3%20324.8c-41.4-15.7-38.9-9.4-38.9-38.5%200-18.8%209.3-11.9%2015.2-47.7%202.3-14.1%204.2-4.7%209.1-27.3%202.6-11.8-1.8-12.7-1.2-18.3.5-5.6%201-10.7%202-22.2%201.2-14.4-11.6-52-57.4-52s-58.6%2037.6-57.4%2052c.9%2011.6%201.5%2016.6%202%2022.2.5%205.6-3.8%206.5-1.2%2018.3%204.9%2022.6%206.8%2013.1%209.1%2027.3%205.9%2035.8%2015.1%2029%2015.1%2047.7%200%2013.4%203.1%2019-14.9%2027.5%205.4%201.9%2011.7%204.2%2019.3%207.1%2054.4%2020.7%2053.1%2040.8%2054.5%2050.3%201%206.5%201.5%2058.3%201.7%2076.8H480s0-80.5-1.5-89.9c-1.1-7.4-11-17.2-53.2-33.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M357%20448s0-14.1-.2-30.4c-.2-18.6-.7-40-1.7-46.4-1.5-9.5-14.3-22.2-68.6-42.9-7.5-2.8-13.8-5.1-19.3-7.1-33.3-11.8-30.9-15.7-30.9-48%200-24.3%2012-8.5%2019.6-54.6%203-18.2%205.4-6.1%2011.7-35.2%203.4-15.2-2.3-16.4-1.6-23.7.7-7.3%201.4-13.8%202.6-28.7%201.6-18.5-14.9-67.1-74.1-67.1-59.2%200-75.6%2048.5-74.1%2067.1%201.2%2014.9%201.9%2021.4%202.7%2028.7.7%207.3-5%208.4-1.6%2023.7%206.4%2029.1%208.8%2017%2011.8%2035.2%207.6%2046.1%2019.5%2030.3%2019.5%2054.6%200%2037.6%203.3%2034.8-50.2%2055.1C48.3%20349%2035.5%20361.7%2034%20371.2c-2%2012.1-2%2076.8-2%2076.8h325z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M425.3%20324.8c-41.4-15.7-38.9-9.4-38.9-38.5%200-18.8%209.3-11.9%2015.2-47.7%202.3-14.1%204.2-4.7%209.1-27.3%202.6-11.8-1.8-12.7-1.2-18.3.5-5.6%201-10.7%202-22.2%201.2-14.4-11.6-52-57.4-52s-58.6%2037.6-57.4%2052c.9%2011.6%201.5%2016.6%202%2022.2.5%205.6-3.8%206.5-1.2%2018.3%204.9%2022.6%206.8%2013.1%209.1%2027.3%205.9%2035.8%2015.1%2029%2015.1%2047.7%200%2013.4%203.1%2019-14.9%2027.5%205.4%201.9%2011.7%204.2%2019.3%207.1%2054.4%2020.7%2053.1%2040.8%2054.5%2050.3%201%206.5%201.5%2058.3%201.7%2076.8H480s0-80.5-1.5-89.9c-1.1-7.4-11-17.2-53.2-33.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M357%20448s0-14.1-.2-30.4c-.2-18.6-.7-40-1.7-46.4-1.5-9.5-14.3-22.2-68.6-42.9-7.5-2.8-13.8-5.1-19.3-7.1-33.3-11.8-30.9-15.7-30.9-48%200-24.3%2012-8.5%2019.6-54.6%203-18.2%205.4-6.1%2011.7-35.2%203.4-15.2-2.3-16.4-1.6-23.7.7-7.3%201.4-13.8%202.6-28.7%201.6-18.5-14.9-67.1-74.1-67.1-59.2%200-75.6%2048.5-74.1%2067.1%201.2%2014.9%201.9%2021.4%202.7%2028.7.7%207.3-5%208.4-1.6%2023.7%206.4%2029.1%208.8%2017%2011.8%2035.2%207.6%2046.1%2019.5%2030.3%2019.5%2054.6%200%2037.6%203.3%2034.8-50.2%2055.1C48.3%20349%2035.5%20361.7%2034%20371.2c-2%2012.1-2%2076.8-2%2076.8h325z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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