person swimming icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552 216c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56m-258.6 46.2l-88.6 73.9c1.1 0 2.2-.1 3.3-.1c33.1-.2 66.3 10.2 94.4 31.4c22.1 16.6 29.1 16.6 51.2 0c27.5-20.7 59.9-31.2 92.4-31.4c4.8 0 9.7.2 14.5.6c-8.3-30-24.3-57.7-46.8-80.2c-18.4-18.4-40.6-32.7-65-41.8l-68.6-25.7c-27.4-10.3-58-7.5-83.1 7.6l-53.5 32.1c-15.2 9.1-20.1 28.7-11 43.9s28.7 20.1 43.9 11l53.5-32.2c8.4-5 18.6-5.9 27.7-2.5zm110 181.9c21.3-16.1 49.9-16.1 71.2 0c19 14.4 41.9 28.2 67.2 33.3c26.5 5.4 54.3.8 80.7-19.1c10.6-8 12.7-23 4.7-33.6s-23-12.7-33.6-4.7c-14.9 11.2-28.6 13.1-42.3 10.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129 0c-24 18.1-40.7 26.3-54.5 26.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129 0c-21.6 16.3-41.3 25.8-58.9 25.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6 4.7s-5.8 25.7 4.8 33.7c19.1 14.4 39.4 21 59.8 21.1c33.9.2 64.3-17.4 88.1-35.3c21.3-16.1 49.9-16.1 71.2 0c24.2 18.3 52.3 35.9 83.4 35.9s59.1-17.7 83.4-35.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPersonSwimming(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="M552 216c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56m-258.6 46.2l-88.6 73.9c1.1 0 2.2-.1 3.3-.1c33.1-.2 66.3 10.2 94.4 31.4c22.1 16.6 29.1 16.6 51.2 0c27.5-20.7 59.9-31.2 92.4-31.4c4.8 0 9.7.2 14.5.6c-8.3-30-24.3-57.7-46.8-80.2c-18.4-18.4-40.6-32.7-65-41.8l-68.6-25.7c-27.4-10.3-58-7.5-83.1 7.6l-53.5 32.1c-15.2 9.1-20.1 28.7-11 43.9s28.7 20.1 43.9 11l53.5-32.2c8.4-5 18.6-5.9 27.7-2.5zm110 181.9c21.3-16.1 49.9-16.1 71.2 0c19 14.4 41.9 28.2 67.2 33.3c26.5 5.4 54.3.8 80.7-19.1c10.6-8 12.7-23 4.7-33.6s-23-12.7-33.6-4.7c-14.9 11.2-28.6 13.1-42.3 10.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129 0c-24 18.1-40.7 26.3-54.5 26.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129 0c-21.6 16.3-41.3 25.8-58.9 25.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6 4.7s-5.8 25.7 4.8 33.7c19.1 14.4 39.4 21 59.8 21.1c33.9.2 64.3-17.4 88.1-35.3c21.3-16.1 49.9-16.1 71.2 0c24.2 18.3 52.3 35.9 83.4 35.9s59.1-17.7 83.4-35.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552 216c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56m-258.6 46.2l-88.6 73.9c1.1 0 2.2-.1 3.3-.1c33.1-.2 66.3 10.2 94.4 31.4c22.1 16.6 29.1 16.6 51.2 0c27.5-20.7 59.9-31.2 92.4-31.4c4.8 0 9.7.2 14.5.6c-8.3-30-24.3-57.7-46.8-80.2c-18.4-18.4-40.6-32.7-65-41.8l-68.6-25.7c-27.4-10.3-58-7.5-83.1 7.6l-53.5 32.1c-15.2 9.1-20.1 28.7-11 43.9s28.7 20.1 43.9 11l53.5-32.2c8.4-5 18.6-5.9 27.7-2.5zm110 181.9c21.3-16.1 49.9-16.1 71.2 0c19 14.4 41.9 28.2 67.2 33.3c26.5 5.4 54.3.8 80.7-19.1c10.6-8 12.7-23 4.7-33.6s-23-12.7-33.6-4.7c-14.9 11.2-28.6 13.1-42.3 10.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129 0c-24 18.1-40.7 26.3-54.5 26.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129 0c-21.6 16.3-41.3 25.8-58.9 25.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6 4.7s-5.8 25.7 4.8 33.7c19.1 14.4 39.4 21 59.8 21.1c33.9.2 64.3-17.4 88.1-35.3c21.3-16.1 49.9-16.1 71.2 0c24.2 18.3 52.3 35.9 83.4 35.9s59.1-17.7 83.4-35.9z"/></svg>
</template>

CSS

.icon-person-swimming {
  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%22M552%20216c0-30.9-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056s56-25.1%2056-56m-258.6%2046.2l-88.6%2073.9c1.1%200%202.2-.1%203.3-.1c33.1-.2%2066.3%2010.2%2094.4%2031.4c22.1%2016.6%2029.1%2016.6%2051.2%200c27.5-20.7%2059.9-31.2%2092.4-31.4c4.8%200%209.7.2%2014.5.6c-8.3-30-24.3-57.7-46.8-80.2c-18.4-18.4-40.6-32.7-65-41.8l-68.6-25.7c-27.4-10.3-58-7.5-83.1%207.6l-53.5%2032.1c-15.2%209.1-20.1%2028.7-11%2043.9s28.7%2020.1%2043.9%2011l53.5-32.2c8.4-5%2018.6-5.9%2027.7-2.5zm110%20181.9c21.3-16.1%2049.9-16.1%2071.2%200c19%2014.4%2041.9%2028.2%2067.2%2033.3c26.5%205.4%2054.3.8%2080.7-19.1c10.6-8%2012.7-23%204.7-33.6s-23-12.7-33.6-4.7c-14.9%2011.2-28.6%2013.1-42.3%2010.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129%200c-24%2018.1-40.7%2026.3-54.5%2026.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129%200c-21.6%2016.3-41.3%2025.8-58.9%2025.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6%204.7s-5.8%2025.7%204.8%2033.7c19.1%2014.4%2039.4%2021%2059.8%2021.1c33.9.2%2064.3-17.4%2088.1-35.3c21.3-16.1%2049.9-16.1%2071.2%200c24.2%2018.3%2052.3%2035.9%2083.4%2035.9s59.1-17.7%2083.4-35.9z%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%22M552%20216c0-30.9-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056s56-25.1%2056-56m-258.6%2046.2l-88.6%2073.9c1.1%200%202.2-.1%203.3-.1c33.1-.2%2066.3%2010.2%2094.4%2031.4c22.1%2016.6%2029.1%2016.6%2051.2%200c27.5-20.7%2059.9-31.2%2092.4-31.4c4.8%200%209.7.2%2014.5.6c-8.3-30-24.3-57.7-46.8-80.2c-18.4-18.4-40.6-32.7-65-41.8l-68.6-25.7c-27.4-10.3-58-7.5-83.1%207.6l-53.5%2032.1c-15.2%209.1-20.1%2028.7-11%2043.9s28.7%2020.1%2043.9%2011l53.5-32.2c8.4-5%2018.6-5.9%2027.7-2.5zm110%20181.9c21.3-16.1%2049.9-16.1%2071.2%200c19%2014.4%2041.9%2028.2%2067.2%2033.3c26.5%205.4%2054.3.8%2080.7-19.1c10.6-8%2012.7-23%204.7-33.6s-23-12.7-33.6-4.7c-14.9%2011.2-28.6%2013.1-42.3%2010.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129%200c-24%2018.1-40.7%2026.3-54.5%2026.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129%200c-21.6%2016.3-41.3%2025.8-58.9%2025.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6%204.7s-5.8%2025.7%204.8%2033.7c19.1%2014.4%2039.4%2021%2059.8%2021.1c33.9.2%2064.3-17.4%2088.1-35.3c21.3-16.1%2049.9-16.1%2071.2%200c24.2%2018.3%2052.3%2035.9%2083.4%2035.9s59.1-17.7%2083.4-35.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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