person simple swim icon

person-simple-swim-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
person-simple-swim-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the person simple swim icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m132.14 108.12l57.45 57.46C147.85 178.63 119.12 134.49 80 136l38.94-38.95a96 96 0 0 1 13.2 11.07M176 48a24 24 0 1 0 24 24a24 24 0 0 0-24-24" opacity=".2"/><path d="M176 104a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m46.16 129.24a8 8 0 0 1-1 11.26c-17.36 14.39-32.86 19.5-47 19.5c-18.58 0-34.82-8.82-49.93-17c-25.35-13.76-47.24-25.65-79.07.74a8 8 0 1 1-10.22-12.31c40.17-33.29 70.32-16.93 96.93-2.49c25.35 13.77 47.24 25.65 79.07-.74a8 8 0 0 1 11.22 1.04M34.89 147.42a8 8 0 1 0 10.22 12.31c31.83-26.38 53.72-14.5 79.07-.74c15.11 8.2 31.35 17 49.93 17c14.14 0 29.64-5.11 47-19.5a8 8 0 1 0-10.22-12.31a75.8 75.8 0 0 1-19.28 12.06l-53.84-53.82A103.34 103.34 0 0 0 64.24 72H40a8 8 0 0 0 0 16h24.24a87.66 87.66 0 0 1 41.88 10.56l-29.63 29.61c-12.67 1.18-26.42 6.67-41.6 19.25m91.57-33.67l46.13 46.12c-14-.43-26.88-7.39-40.77-14.93c-10.75-5.84-22.09-12-34.42-15.05l22.26-22.26a87 87 0 0 1 6.8 6.12"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPersonSimpleSwimDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m132.14 108.12l57.45 57.46C147.85 178.63 119.12 134.49 80 136l38.94-38.95a96 96 0 0 1 13.2 11.07M176 48a24 24 0 1 0 24 24a24 24 0 0 0-24-24" opacity=".2"/><path d="M176 104a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m46.16 129.24a8 8 0 0 1-1 11.26c-17.36 14.39-32.86 19.5-47 19.5c-18.58 0-34.82-8.82-49.93-17c-25.35-13.76-47.24-25.65-79.07.74a8 8 0 1 1-10.22-12.31c40.17-33.29 70.32-16.93 96.93-2.49c25.35 13.77 47.24 25.65 79.07-.74a8 8 0 0 1 11.22 1.04M34.89 147.42a8 8 0 1 0 10.22 12.31c31.83-26.38 53.72-14.5 79.07-.74c15.11 8.2 31.35 17 49.93 17c14.14 0 29.64-5.11 47-19.5a8 8 0 1 0-10.22-12.31a75.8 75.8 0 0 1-19.28 12.06l-53.84-53.82A103.34 103.34 0 0 0 64.24 72H40a8 8 0 0 0 0 16h24.24a87.66 87.66 0 0 1 41.88 10.56l-29.63 29.61c-12.67 1.18-26.42 6.67-41.6 19.25m91.57-33.67l46.13 46.12c-14-.43-26.88-7.39-40.77-14.93c-10.75-5.84-22.09-12-34.42-15.05l22.26-22.26a87 87 0 0 1 6.8 6.12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m132.14 108.12l57.45 57.46C147.85 178.63 119.12 134.49 80 136l38.94-38.95a96 96 0 0 1 13.2 11.07M176 48a24 24 0 1 0 24 24a24 24 0 0 0-24-24" opacity=".2"/><path d="M176 104a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m46.16 129.24a8 8 0 0 1-1 11.26c-17.36 14.39-32.86 19.5-47 19.5c-18.58 0-34.82-8.82-49.93-17c-25.35-13.76-47.24-25.65-79.07.74a8 8 0 1 1-10.22-12.31c40.17-33.29 70.32-16.93 96.93-2.49c25.35 13.77 47.24 25.65 79.07-.74a8 8 0 0 1 11.22 1.04M34.89 147.42a8 8 0 1 0 10.22 12.31c31.83-26.38 53.72-14.5 79.07-.74c15.11 8.2 31.35 17 49.93 17c14.14 0 29.64-5.11 47-19.5a8 8 0 1 0-10.22-12.31a75.8 75.8 0 0 1-19.28 12.06l-53.84-53.82A103.34 103.34 0 0 0 64.24 72H40a8 8 0 0 0 0 16h24.24a87.66 87.66 0 0 1 41.88 10.56l-29.63 29.61c-12.67 1.18-26.42 6.67-41.6 19.25m91.57-33.67l46.13 46.12c-14-.43-26.88-7.39-40.77-14.93c-10.75-5.84-22.09-12-34.42-15.05l22.26-22.26a87 87 0 0 1 6.8 6.12"/></g></svg>
</template>

CSS

.icon-person-simple-swim-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m132.14%20108.12l57.45%2057.46C147.85%20178.63%20119.12%20134.49%2080%20136l38.94-38.95a96%2096%200%200%201%2013.2%2011.07M176%2048a24%2024%200%201%200%2024%2024a24%2024%200%200%200-24-24%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M176%20104a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0-48a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m46.16%20129.24a8%208%200%200%201-1%2011.26c-17.36%2014.39-32.86%2019.5-47%2019.5c-18.58%200-34.82-8.82-49.93-17c-25.35-13.76-47.24-25.65-79.07.74a8%208%200%201%201-10.22-12.31c40.17-33.29%2070.32-16.93%2096.93-2.49c25.35%2013.77%2047.24%2025.65%2079.07-.74a8%208%200%200%201%2011.22%201.04M34.89%20147.42a8%208%200%201%200%2010.22%2012.31c31.83-26.38%2053.72-14.5%2079.07-.74c15.11%208.2%2031.35%2017%2049.93%2017c14.14%200%2029.64-5.11%2047-19.5a8%208%200%201%200-10.22-12.31a75.8%2075.8%200%200%201-19.28%2012.06l-53.84-53.82A103.34%20103.34%200%200%200%2064.24%2072H40a8%208%200%200%200%200%2016h24.24a87.66%2087.66%200%200%201%2041.88%2010.56l-29.63%2029.61c-12.67%201.18-26.42%206.67-41.6%2019.25m91.57-33.67l46.13%2046.12c-14-.43-26.88-7.39-40.77-14.93c-10.75-5.84-22.09-12-34.42-15.05l22.26-22.26a87%2087%200%200%201%206.8%206.12%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m132.14%20108.12l57.45%2057.46C147.85%20178.63%20119.12%20134.49%2080%20136l38.94-38.95a96%2096%200%200%201%2013.2%2011.07M176%2048a24%2024%200%201%200%2024%2024a24%2024%200%200%200-24-24%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M176%20104a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0-48a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m46.16%20129.24a8%208%200%200%201-1%2011.26c-17.36%2014.39-32.86%2019.5-47%2019.5c-18.58%200-34.82-8.82-49.93-17c-25.35-13.76-47.24-25.65-79.07.74a8%208%200%201%201-10.22-12.31c40.17-33.29%2070.32-16.93%2096.93-2.49c25.35%2013.77%2047.24%2025.65%2079.07-.74a8%208%200%200%201%2011.22%201.04M34.89%20147.42a8%208%200%201%200%2010.22%2012.31c31.83-26.38%2053.72-14.5%2079.07-.74c15.11%208.2%2031.35%2017%2049.93%2017c14.14%200%2029.64-5.11%2047-19.5a8%208%200%201%200-10.22-12.31a75.8%2075.8%200%200%201-19.28%2012.06l-53.84-53.82A103.34%20103.34%200%200%200%2064.24%2072H40a8%208%200%200%200%200%2016h24.24a87.66%2087.66%200%200%201%2041.88%2010.56l-29.63%2029.61c-12.67%201.18-26.42%206.67-41.6%2019.25m91.57-33.67l46.13%2046.12c-14-.43-26.88-7.39-40.77-14.93c-10.75-5.84-22.09-12-34.42-15.05l22.26-22.26a87%2087%200%200%201%206.8%206.12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-simple-swim-duotone.svg?color=%231a73e8&size=48