person simple swim icon
person-simple-swim-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- person-simple-swim-thin
- Set
- Phosphor
- Style
- Thin
- 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="M176 100a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m43.08 135.84a4 4 0 0 1-.53 5.63C203.56 205.9 188.9 212 173.93 212a55 55 0 0 1-6.12-.34c-15-1.65-28.6-9-41.72-16.14c-25.52-13.86-49.62-27-83.54 1.18a4 4 0 0 1-5.1-6.16c17-14.12 33.62-20.07 50.74-18.19c15 1.65 28.6 9 41.72 16.14c25.52 13.86 49.62 26.94 83.54-1.18a4 4 0 0 1 5.63.53M40 84h24.24a91.4 91.4 0 0 1 48.37 13.73l-34.42 34.43c-13.63 1-27 7-40.74 18.38a4 4 0 0 0 5.1 6.16c33.92-28.13 58-15 83.54-1.18c13.12 7.12 26.69 14.49 41.72 16.14a55 55 0 0 0 6.12.34c15 0 29.63-6.1 44.62-18.53a4 4 0 1 0-5.1-6.16c-8.12 6.73-15.68 11.1-22.83 13.66L135 105.29A99.34 99.34 0 0 0 64.24 76H40a4 4 0 0 0 0 8m141.66 79.32c-18.77 3.07-35-5.71-51.75-14.83c-12.83-7-26.09-14.15-40.73-16l30.16-30.16a94 94 0 0 1 9.95 8.63Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleSwimThin(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="M176 100a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m43.08 135.84a4 4 0 0 1-.53 5.63C203.56 205.9 188.9 212 173.93 212a55 55 0 0 1-6.12-.34c-15-1.65-28.6-9-41.72-16.14c-25.52-13.86-49.62-27-83.54 1.18a4 4 0 0 1-5.1-6.16c17-14.12 33.62-20.07 50.74-18.19c15 1.65 28.6 9 41.72 16.14c25.52 13.86 49.62 26.94 83.54-1.18a4 4 0 0 1 5.63.53M40 84h24.24a91.4 91.4 0 0 1 48.37 13.73l-34.42 34.43c-13.63 1-27 7-40.74 18.38a4 4 0 0 0 5.1 6.16c33.92-28.13 58-15 83.54-1.18c13.12 7.12 26.69 14.49 41.72 16.14a55 55 0 0 0 6.12.34c15 0 29.63-6.1 44.62-18.53a4 4 0 1 0-5.1-6.16c-8.12 6.73-15.68 11.1-22.83 13.66L135 105.29A99.34 99.34 0 0 0 64.24 76H40a4 4 0 0 0 0 8m141.66 79.32c-18.77 3.07-35-5.71-51.75-14.83c-12.83-7-26.09-14.15-40.73-16l30.16-30.16a94 94 0 0 1 9.95 8.63Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 100a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m43.08 135.84a4 4 0 0 1-.53 5.63C203.56 205.9 188.9 212 173.93 212a55 55 0 0 1-6.12-.34c-15-1.65-28.6-9-41.72-16.14c-25.52-13.86-49.62-27-83.54 1.18a4 4 0 0 1-5.1-6.16c17-14.12 33.62-20.07 50.74-18.19c15 1.65 28.6 9 41.72 16.14c25.52 13.86 49.62 26.94 83.54-1.18a4 4 0 0 1 5.63.53M40 84h24.24a91.4 91.4 0 0 1 48.37 13.73l-34.42 34.43c-13.63 1-27 7-40.74 18.38a4 4 0 0 0 5.1 6.16c33.92-28.13 58-15 83.54-1.18c13.12 7.12 26.69 14.49 41.72 16.14a55 55 0 0 0 6.12.34c15 0 29.63-6.1 44.62-18.53a4 4 0 1 0-5.1-6.16c-8.12 6.73-15.68 11.1-22.83 13.66L135 105.29A99.34 99.34 0 0 0 64.24 76H40a4 4 0 0 0 0 8m141.66 79.32c-18.77 3.07-35-5.71-51.75-14.83c-12.83-7-26.09-14.15-40.73-16l30.16-30.16a94 94 0 0 1 9.95 8.63Z"/></svg> </template>
CSS
.icon-person-simple-swim-thin {
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%22M176%20100a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m43.08%20135.84a4%204%200%200%201-.53%205.63C203.56%20205.9%20188.9%20212%20173.93%20212a55%2055%200%200%201-6.12-.34c-15-1.65-28.6-9-41.72-16.14c-25.52-13.86-49.62-27-83.54%201.18a4%204%200%200%201-5.1-6.16c17-14.12%2033.62-20.07%2050.74-18.19c15%201.65%2028.6%209%2041.72%2016.14c25.52%2013.86%2049.62%2026.94%2083.54-1.18a4%204%200%200%201%205.63.53M40%2084h24.24a91.4%2091.4%200%200%201%2048.37%2013.73l-34.42%2034.43c-13.63%201-27%207-40.74%2018.38a4%204%200%200%200%205.1%206.16c33.92-28.13%2058-15%2083.54-1.18c13.12%207.12%2026.69%2014.49%2041.72%2016.14a55%2055%200%200%200%206.12.34c15%200%2029.63-6.1%2044.62-18.53a4%204%200%201%200-5.1-6.16c-8.12%206.73-15.68%2011.1-22.83%2013.66L135%20105.29A99.34%2099.34%200%200%200%2064.24%2076H40a4%204%200%200%200%200%208m141.66%2079.32c-18.77%203.07-35-5.71-51.75-14.83c-12.83-7-26.09-14.15-40.73-16l30.16-30.16a94%2094%200%200%201%209.95%208.63Z%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%22M176%20100a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m43.08%20135.84a4%204%200%200%201-.53%205.63C203.56%20205.9%20188.9%20212%20173.93%20212a55%2055%200%200%201-6.12-.34c-15-1.65-28.6-9-41.72-16.14c-25.52-13.86-49.62-27-83.54%201.18a4%204%200%200%201-5.1-6.16c17-14.12%2033.62-20.07%2050.74-18.19c15%201.65%2028.6%209%2041.72%2016.14c25.52%2013.86%2049.62%2026.94%2083.54-1.18a4%204%200%200%201%205.63.53M40%2084h24.24a91.4%2091.4%200%200%201%2048.37%2013.73l-34.42%2034.43c-13.63%201-27%207-40.74%2018.38a4%204%200%200%200%205.1%206.16c33.92-28.13%2058-15%2083.54-1.18c13.12%207.12%2026.69%2014.49%2041.72%2016.14a55%2055%200%200%200%206.12.34c15%200%2029.63-6.1%2044.62-18.53a4%204%200%201%200-5.1-6.16c-8.12%206.73-15.68%2011.1-22.83%2013.66L135%20105.29A99.34%2099.34%200%200%200%2064.24%2076H40a4%204%200%200%200%200%208m141.66%2079.32c-18.77%203.07-35-5.71-51.75-14.83c-12.83-7-26.09-14.15-40.73-16l30.16-30.16a94%2094%200%200%201%209.95%208.63Z%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-thin.svg?color=%231a73e8&size=48