person simple swim icon
person-simple-swim-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- person-simple-swim-fill
- Set
- Phosphor
- Style
- Fill
- 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"><path fill="currentColor" d="M144 72a32 32 0 1 1 32 32a32 32 0 0 1-32-32m66.89 112.19c-31.83 26.39-53.72 14.51-79.07.74c-26.61-14.44-56.76-30.81-96.93 2.49a8 8 0 1 0 10.22 12.31c31.83-26.39 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 0 0-10.22-12.32Zm-176-36.76a8 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.19-26.42 6.67-41.6 19.25Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleSwimFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 72a32 32 0 1 1 32 32a32 32 0 0 1-32-32m66.89 112.19c-31.83 26.39-53.72 14.51-79.07.74c-26.61-14.44-56.76-30.81-96.93 2.49a8 8 0 1 0 10.22 12.31c31.83-26.39 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 0 0-10.22-12.32Zm-176-36.76a8 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.19-26.42 6.67-41.6 19.25Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 72a32 32 0 1 1 32 32a32 32 0 0 1-32-32m66.89 112.19c-31.83 26.39-53.72 14.51-79.07.74c-26.61-14.44-56.76-30.81-96.93 2.49a8 8 0 1 0 10.22 12.31c31.83-26.39 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 0 0-10.22-12.32Zm-176-36.76a8 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.19-26.42 6.67-41.6 19.25Z"/></svg> </template>
CSS
.icon-person-simple-swim-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2072a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m66.89%20112.19c-31.83%2026.39-53.72%2014.51-79.07.74c-26.61-14.44-56.76-30.81-96.93%202.49a8%208%200%201%200%2010.22%2012.31c31.83-26.39%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%200%200-10.22-12.32Zm-176-36.76a8%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.19-26.42%206.67-41.6%2019.25Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2072a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m66.89%20112.19c-31.83%2026.39-53.72%2014.51-79.07.74c-26.61-14.44-56.76-30.81-96.93%202.49a8%208%200%201%200%2010.22%2012.31c31.83-26.39%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%200%200-10.22-12.32Zm-176-36.76a8%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.19-26.42%206.67-41.6%2019.25Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-simple-swim-fill.svg?color=%231a73e8&size=48