person harassing icon

person-harassing from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
person-harassing
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the person harassing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48M91.4 368.5l28.6-47.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V299.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1L287 226.6c-18.2-22-45.3-34.7-73.9-34.7h-35.9c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9M512 304c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m-16 104v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l28.1-56.3l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9l.2-102c0-30.9-25.1-56-56-56s-56 25.1-56 56M320 112c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16h-56c-8.8 0-16 7.2-16 16m-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5.7 21.5-7.2s.7-17.5-7.2-21.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPersonHarassing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48M91.4 368.5l28.6-47.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V299.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1L287 226.6c-18.2-22-45.3-34.7-73.9-34.7h-35.9c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9M512 304c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m-16 104v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l28.1-56.3l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9l.2-102c0-30.9-25.1-56-56-56s-56 25.1-56 56M320 112c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16h-56c-8.8 0-16 7.2-16 16m-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5.7 21.5-7.2s.7-17.5-7.2-21.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48M91.4 368.5l28.6-47.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V299.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1L287 226.6c-18.2-22-45.3-34.7-73.9-34.7h-35.9c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9M512 304c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m-16 104v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l28.1-56.3l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9l.2-102c0-30.9-25.1-56-56-56s-56 25.1-56 56M320 112c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16h-56c-8.8 0-16 7.2-16 16m-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5.7 21.5-7.2s.7-17.5-7.2-21.5z"/></svg>
</template>

CSS

.icon-person-harassing {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048M91.4%20368.5l28.6-47.6V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V416h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V299.3l47.4%2057.1c11.3%2013.6%2031.5%2015.5%2045.1%204.2s15.5-31.5%204.2-45.1L287%20226.6c-18.2-22-45.3-34.7-73.9-34.7h-35.9c-33.7%200-64.9%2017.7-82.3%2046.6l-58.3%2097c-9.1%2015.1-4.2%2034.8%2010.9%2043.9s34.8%204.2%2043.9-10.9M512%20304c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48m-16%20104v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9%208.1-23.5%2017.3l-48%2096c-7.9%2015.8-1.5%2035%2014.3%2042.9s35%201.5%2042.9-14.3l28.1-56.3l54.7%2054.7c12.4%2012.4%2029.1%2019.3%2046.6%2019.3c36.4%200%2065.9-29.5%2065.9-65.9l.2-102c0-30.9-25.1-56-56-56s-56%2025.1-56%2056M320%20112c0%208.8%207.2%2016%2016%2016h56c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-56c-8.8%200-16%207.2-16%2016m-.8%2049.7c-7.9-4-17.5-.7-21.5%207.2s-.7%2017.5%207.2%2021.5l48%2024c7.9%204%2017.5.7%2021.5-7.2s.7-17.5-7.2-21.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048M91.4%20368.5l28.6-47.6V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V416h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V299.3l47.4%2057.1c11.3%2013.6%2031.5%2015.5%2045.1%204.2s15.5-31.5%204.2-45.1L287%20226.6c-18.2-22-45.3-34.7-73.9-34.7h-35.9c-33.7%200-64.9%2017.7-82.3%2046.6l-58.3%2097c-9.1%2015.1-4.2%2034.8%2010.9%2043.9s34.8%204.2%2043.9-10.9M512%20304c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48m-16%20104v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9%208.1-23.5%2017.3l-48%2096c-7.9%2015.8-1.5%2035%2014.3%2042.9s35%201.5%2042.9-14.3l28.1-56.3l54.7%2054.7c12.4%2012.4%2029.1%2019.3%2046.6%2019.3c36.4%200%2065.9-29.5%2065.9-65.9l.2-102c0-30.9-25.1-56-56-56s-56%2025.1-56%2056M320%20112c0%208.8%207.2%2016%2016%2016h56c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-56c-8.8%200-16%207.2-16%2016m-.8%2049.7c-7.9-4-17.5-.7-21.5%207.2s-.7%2017.5%207.2%2021.5l48%2024c7.9%204%2017.5.7%2021.5-7.2s.7-17.5-7.2-21.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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