person harassing icon

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

Name
person-harassing
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person harassing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M192 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96M59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1L255 162.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.9M480 240a48 48 0 1 0-96 0a48 48 0 1 0 96 0m-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.3-56.2l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56M288 48c0 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 Fa6SolidPersonHarassing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M192 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96M59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1L255 162.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.9M480 240a48 48 0 1 0-96 0a48 48 0 1 0 96 0m-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.3-56.2l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56M288 48c0 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 576 512"><path fill="currentColor" d="M192 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96M59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1L255 162.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.9M480 240a48 48 0 1 0-96 0a48 48 0 1 0 96 0m-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.3-56.2l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56M288 48c0 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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096M59.4%20304.5L88%20256.9V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V352h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V235.3l47.4%2057.1c11.3%2013.6%2031.5%2015.5%2045.1%204.2s15.5-31.5%204.2-45.1L255%20162.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.9M480%20240a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200m-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.3-56.2l54.7%2054.7c12.4%2012.4%2029.1%2019.3%2046.6%2019.3c36.4%200%2065.9-29.5%2065.9-65.9V344c0-30.9-25.1-56-56-56s-56%2025.1-56%2056M288%2048c0%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096M59.4%20304.5L88%20256.9V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V352h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V235.3l47.4%2057.1c11.3%2013.6%2031.5%2015.5%2045.1%204.2s15.5-31.5%204.2-45.1L255%20162.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.9M480%20240a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200m-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.3-56.2l54.7%2054.7c12.4%2012.4%2029.1%2019.3%2046.6%2019.3c36.4%200%2065.9-29.5%2065.9-65.9V344c0-30.9-25.1-56-56-56s-56%2025.1-56%2056M288%2048c0%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/fa6-solid/person-harassing.svg?color=%231a73e8&size=48