person drowning icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M264 152c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-130.1-22.4c16.8-5.6 34.9 3.5 40.5 20.2l10.9 32.8c9.4 28.3 33.2 49.5 62.5 55.6q8.4 1.8 17.1 1.8h88c17.2 0 34.3-2.8 50.6-8.2l114.4-38.1c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5l-114.5 38.1c-8.4 2.8-17 5.1-25.7 6.9l-26.5 88.3c-6.1 3.4-12.1 7.3-17.9 11.7c-22.1 16.6-29.1 16.6-51.2 0c-26.2-19.7-56.9-30.2-87.8-31.3l20.2-67.2c-51.5-10.7-93.5-48.1-110.2-98l-10.9-32.8c-5.6-16.8 3.5-34.9 20.2-40.5m269.5 346.5C379.1 494.3 351.1 512 320 512s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2 0c-23.8 17.9-54.1 35.5-88.1 35.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7 33.6-4.7c11.3 8.5 21.6 11.4 31.2 11.5c17.6.1 37.3-9.4 58.9-25.7c38.4-29 90.5-29 129 0c24 18.1 40.7 26.3 54.5 26.3s30.5-8.2 54.5-26.3c38.4-29 90.5-29 129 0c16.9 12.7 32.9 21.5 47.8 24.6c13.7 2.8 27.4.9 42.3-10.3c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-26.4 19.9-54.2 24.4-80.7 19.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.2 0z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPersonDrowning(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="M264 152c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-130.1-22.4c16.8-5.6 34.9 3.5 40.5 20.2l10.9 32.8c9.4 28.3 33.2 49.5 62.5 55.6q8.4 1.8 17.1 1.8h88c17.2 0 34.3-2.8 50.6-8.2l114.4-38.1c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5l-114.5 38.1c-8.4 2.8-17 5.1-25.7 6.9l-26.5 88.3c-6.1 3.4-12.1 7.3-17.9 11.7c-22.1 16.6-29.1 16.6-51.2 0c-26.2-19.7-56.9-30.2-87.8-31.3l20.2-67.2c-51.5-10.7-93.5-48.1-110.2-98l-10.9-32.8c-5.6-16.8 3.5-34.9 20.2-40.5m269.5 346.5C379.1 494.3 351.1 512 320 512s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2 0c-23.8 17.9-54.1 35.5-88.1 35.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7 33.6-4.7c11.3 8.5 21.6 11.4 31.2 11.5c17.6.1 37.3-9.4 58.9-25.7c38.4-29 90.5-29 129 0c24 18.1 40.7 26.3 54.5 26.3s30.5-8.2 54.5-26.3c38.4-29 90.5-29 129 0c16.9 12.7 32.9 21.5 47.8 24.6c13.7 2.8 27.4.9 42.3-10.3c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-26.4 19.9-54.2 24.4-80.7 19.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.2 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M264 152c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-130.1-22.4c16.8-5.6 34.9 3.5 40.5 20.2l10.9 32.8c9.4 28.3 33.2 49.5 62.5 55.6q8.4 1.8 17.1 1.8h88c17.2 0 34.3-2.8 50.6-8.2l114.4-38.1c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5l-114.5 38.1c-8.4 2.8-17 5.1-25.7 6.9l-26.5 88.3c-6.1 3.4-12.1 7.3-17.9 11.7c-22.1 16.6-29.1 16.6-51.2 0c-26.2-19.7-56.9-30.2-87.8-31.3l20.2-67.2c-51.5-10.7-93.5-48.1-110.2-98l-10.9-32.8c-5.6-16.8 3.5-34.9 20.2-40.5m269.5 346.5C379.1 494.3 351.1 512 320 512s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2 0c-23.8 17.9-54.1 35.5-88.1 35.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7 33.6-4.7c11.3 8.5 21.6 11.4 31.2 11.5c17.6.1 37.3-9.4 58.9-25.7c38.4-29 90.5-29 129 0c24 18.1 40.7 26.3 54.5 26.3s30.5-8.2 54.5-26.3c38.4-29 90.5-29 129 0c16.9 12.7 32.9 21.5 47.8 24.6c13.7 2.8 27.4.9 42.3-10.3c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-26.4 19.9-54.2 24.4-80.7 19.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.2 0z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M264%20152c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-130.1-22.4c16.8-5.6%2034.9%203.5%2040.5%2020.2l10.9%2032.8c9.4%2028.3%2033.2%2049.5%2062.5%2055.6q8.4%201.8%2017.1%201.8h88c17.2%200%2034.3-2.8%2050.6-8.2l114.4-38.1c16.8-5.6%2034.9%203.5%2040.5%2020.2s-3.5%2034.9-20.2%2040.5l-114.5%2038.1c-8.4%202.8-17%205.1-25.7%206.9l-26.5%2088.3c-6.1%203.4-12.1%207.3-17.9%2011.7c-22.1%2016.6-29.1%2016.6-51.2%200c-26.2-19.7-56.9-30.2-87.8-31.3l20.2-67.2c-51.5-10.7-93.5-48.1-110.2-98l-10.9-32.8c-5.6-16.8%203.5-34.9%2020.2-40.5m269.5%20346.5C379.1%20494.3%20351.1%20512%20320%20512s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2%200c-23.8%2017.9-54.1%2035.5-88.1%2035.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7%2033.6-4.7c11.3%208.5%2021.6%2011.4%2031.2%2011.5c17.6.1%2037.3-9.4%2058.9-25.7c38.4-29%2090.5-29%20129%200c24%2018.1%2040.7%2026.3%2054.5%2026.3s30.5-8.2%2054.5-26.3c38.4-29%2090.5-29%20129%200c16.9%2012.7%2032.9%2021.5%2047.8%2024.6c13.7%202.8%2027.4.9%2042.3-10.3c10.6-8%2025.6-5.9%2033.6%204.7s5.9%2025.6-4.7%2033.6c-26.4%2019.9-54.2%2024.4-80.7%2019.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.2%200z%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%22M264%20152c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-130.1-22.4c16.8-5.6%2034.9%203.5%2040.5%2020.2l10.9%2032.8c9.4%2028.3%2033.2%2049.5%2062.5%2055.6q8.4%201.8%2017.1%201.8h88c17.2%200%2034.3-2.8%2050.6-8.2l114.4-38.1c16.8-5.6%2034.9%203.5%2040.5%2020.2s-3.5%2034.9-20.2%2040.5l-114.5%2038.1c-8.4%202.8-17%205.1-25.7%206.9l-26.5%2088.3c-6.1%203.4-12.1%207.3-17.9%2011.7c-22.1%2016.6-29.1%2016.6-51.2%200c-26.2-19.7-56.9-30.2-87.8-31.3l20.2-67.2c-51.5-10.7-93.5-48.1-110.2-98l-10.9-32.8c-5.6-16.8%203.5-34.9%2020.2-40.5m269.5%20346.5C379.1%20494.3%20351.1%20512%20320%20512s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2%200c-23.8%2017.9-54.1%2035.5-88.1%2035.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7%2033.6-4.7c11.3%208.5%2021.6%2011.4%2031.2%2011.5c17.6.1%2037.3-9.4%2058.9-25.7c38.4-29%2090.5-29%20129%200c24%2018.1%2040.7%2026.3%2054.5%2026.3s30.5-8.2%2054.5-26.3c38.4-29%2090.5-29%20129%200c16.9%2012.7%2032.9%2021.5%2047.8%2024.6c13.7%202.8%2027.4.9%2042.3-10.3c10.6-8%2025.6-5.9%2033.6%204.7s5.9%2025.6-4.7%2033.6c-26.4%2019.9-54.2%2024.4-80.7%2019.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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