person drowning icon

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

Name
person-drowning
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 drowning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v32.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1l-105 23.8c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3zm128 128a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-13.5 197.9c-11.1-7.9-25.9-7.9-37 0c-22.5 15.5-50 26.1-77.5 26.1c-26.9 0-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25c29 15.6 61.5 25.9 94.5 25.9c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26c-27.5 0-55-10.6-77.5-26.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonDrowning(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 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v32.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1l-105 23.8c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3zm128 128a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-13.5 197.9c-11.1-7.9-25.9-7.9-37 0c-22.5 15.5-50 26.1-77.5 26.1c-26.9 0-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25c29 15.6 61.5 25.9 94.5 25.9c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26c-27.5 0-55-10.6-77.5-26.1"/></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 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v32.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1l-105 23.8c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3zm128 128a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-13.5 197.9c-11.1-7.9-25.9-7.9-37 0c-22.5 15.5-50 26.1-77.5 26.1c-26.9 0-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25c29 15.6 61.5 25.9 94.5 25.9c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26c-27.5 0-55-10.6-77.5-26.1"/></svg>
</template>

CSS

.icon-person-drowning {
  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%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v32.2c0%2054.1%2023.5%20104%2062.2%20138.3l-21%20146.7c7.8%202.1%2015.5%203.3%2022.8%203.3c21.1%200%2042-8.5%2059.2-20.3c22.1-15.5%2051.6-15.5%2073.7%200c12.4%208.5%2026.1%2014.8%2039.7%2018l17.7-97.6c10.7-1.2%2021.3-3.1%2031.9-5.5l105-23.9c17.2-3.9%2028-21.1%2024.1-38.3s-21.1-28-38.3-24.1l-105%2023.8c-41%209.3-83.7%207.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3zm128%20128a64%2064%200%201%200%200-128a64%2064%200%201%200%200%20128m-13.5%20197.9c-11.1-7.9-25.9-7.9-37%200c-22.5%2015.5-50%2026.1-77.5%2026.1c-26.9%200-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2%201.7c-14.4%2011.9-32.5%2021-50.6%2025.2c-17.2%204-27.9%2021.2-23.9%2038.4s21.2%2027.9%2038.4%2023.9c24.5-5.7%2044.9-16.5%2058.2-25c29%2015.6%2061.5%2025.9%2094.5%2025.9c31.9%200%2060.6-9.9%2080.4-18.9c5.8-2.7%2011.1-5.3%2015.6-7.7c4.5%202.4%209.7%205.1%2015.6%207.7c19.8%209%2048.5%2018.9%2080.4%2018.9c33%200%2065.5-10.3%2094.5-25.8c13.4%208.4%2033.7%2019.3%2058.2%2025c17.2%204%2034.4-6.7%2038.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22%2015.2-50.5%2026-77.4%2026c-27.5%200-55-10.6-77.5-26.1%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%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v32.2c0%2054.1%2023.5%20104%2062.2%20138.3l-21%20146.7c7.8%202.1%2015.5%203.3%2022.8%203.3c21.1%200%2042-8.5%2059.2-20.3c22.1-15.5%2051.6-15.5%2073.7%200c12.4%208.5%2026.1%2014.8%2039.7%2018l17.7-97.6c10.7-1.2%2021.3-3.1%2031.9-5.5l105-23.9c17.2-3.9%2028-21.1%2024.1-38.3s-21.1-28-38.3-24.1l-105%2023.8c-41%209.3-83.7%207.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3zm128%20128a64%2064%200%201%200%200-128a64%2064%200%201%200%200%20128m-13.5%20197.9c-11.1-7.9-25.9-7.9-37%200c-22.5%2015.5-50%2026.1-77.5%2026.1c-26.9%200-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2%201.7c-14.4%2011.9-32.5%2021-50.6%2025.2c-17.2%204-27.9%2021.2-23.9%2038.4s21.2%2027.9%2038.4%2023.9c24.5-5.7%2044.9-16.5%2058.2-25c29%2015.6%2061.5%2025.9%2094.5%2025.9c31.9%200%2060.6-9.9%2080.4-18.9c5.8-2.7%2011.1-5.3%2015.6-7.7c4.5%202.4%209.7%205.1%2015.6%207.7c19.8%209%2048.5%2018.9%2080.4%2018.9c33%200%2065.5-10.3%2094.5-25.8c13.4%208.4%2033.7%2019.3%2058.2%2025c17.2%204%2034.4-6.7%2038.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22%2015.2-50.5%2026-77.4%2026c-27.5%200-55-10.6-77.5-26.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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