swimmer icon
swimmer from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- swimmer
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- swimmer-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the swimmer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 11a3.514 3.514 0 0 0-3.5 3.5c0 1.922 1.578 3.5 3.5 3.5s3.5-1.578 3.5-3.5s-1.578-3.5-3.5-3.5m-9.781.031a1.95 1.95 0 0 0-1.031.375l-5.282 3.781l1.188 1.626l5.25-3.782l2.281 2.625l-7.406 6.281c.406.036.84.063 1.281.063c.676 0 1.324-.07 1.969-.188l5.437-4.656l2.032 2.344a15.5 15.5 0 0 1 2.28-.438l-6.374-7.343a1.95 1.95 0 0 0-1.625-.688M23.5 13c.84 0 1.5.66 1.5 1.5c0 .844-.66 1.5-1.5 1.5a1.48 1.48 0 0 1-1.5-1.5c0-.84.656-1.5 1.5-1.5m-.5 7c-2.438 0-4.574.816-6.656 1.563C14.262 22.308 12.234 23 10 23c-5.496 0-8.313-2.719-8.313-2.719L.313 21.72S3.817 25 10 25c2.645 0 4.906-.809 7-1.563S21.016 22 23 22c3.969 0 7.344 2.781 7.344 2.781l1.312-1.562S27.875 20 23 20"/></svg>
React
import type { SVGProps } from "react";
export function LaSwimmer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 11a3.514 3.514 0 0 0-3.5 3.5c0 1.922 1.578 3.5 3.5 3.5s3.5-1.578 3.5-3.5s-1.578-3.5-3.5-3.5m-9.781.031a1.95 1.95 0 0 0-1.031.375l-5.282 3.781l1.188 1.626l5.25-3.782l2.281 2.625l-7.406 6.281c.406.036.84.063 1.281.063c.676 0 1.324-.07 1.969-.188l5.437-4.656l2.032 2.344a15.5 15.5 0 0 1 2.28-.438l-6.374-7.343a1.95 1.95 0 0 0-1.625-.688M23.5 13c.84 0 1.5.66 1.5 1.5c0 .844-.66 1.5-1.5 1.5a1.48 1.48 0 0 1-1.5-1.5c0-.84.656-1.5 1.5-1.5m-.5 7c-2.438 0-4.574.816-6.656 1.563C14.262 22.308 12.234 23 10 23c-5.496 0-8.313-2.719-8.313-2.719L.313 21.72S3.817 25 10 25c2.645 0 4.906-.809 7-1.563S21.016 22 23 22c3.969 0 7.344 2.781 7.344 2.781l1.312-1.562S27.875 20 23 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 11a3.514 3.514 0 0 0-3.5 3.5c0 1.922 1.578 3.5 3.5 3.5s3.5-1.578 3.5-3.5s-1.578-3.5-3.5-3.5m-9.781.031a1.95 1.95 0 0 0-1.031.375l-5.282 3.781l1.188 1.626l5.25-3.782l2.281 2.625l-7.406 6.281c.406.036.84.063 1.281.063c.676 0 1.324-.07 1.969-.188l5.437-4.656l2.032 2.344a15.5 15.5 0 0 1 2.28-.438l-6.374-7.343a1.95 1.95 0 0 0-1.625-.688M23.5 13c.84 0 1.5.66 1.5 1.5c0 .844-.66 1.5-1.5 1.5a1.48 1.48 0 0 1-1.5-1.5c0-.84.656-1.5 1.5-1.5m-.5 7c-2.438 0-4.574.816-6.656 1.563C14.262 22.308 12.234 23 10 23c-5.496 0-8.313-2.719-8.313-2.719L.313 21.72S3.817 25 10 25c2.645 0 4.906-.809 7-1.563S21.016 22 23 22c3.969 0 7.344 2.781 7.344 2.781l1.312-1.562S27.875 20 23 20"/></svg> </template>
CSS
.icon-swimmer {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.5%2011a3.514%203.514%200%200%200-3.5%203.5c0%201.922%201.578%203.5%203.5%203.5s3.5-1.578%203.5-3.5s-1.578-3.5-3.5-3.5m-9.781.031a1.95%201.95%200%200%200-1.031.375l-5.282%203.781l1.188%201.626l5.25-3.782l2.281%202.625l-7.406%206.281c.406.036.84.063%201.281.063c.676%200%201.324-.07%201.969-.188l5.437-4.656l2.032%202.344a15.5%2015.5%200%200%201%202.28-.438l-6.374-7.343a1.95%201.95%200%200%200-1.625-.688M23.5%2013c.84%200%201.5.66%201.5%201.5c0%20.844-.66%201.5-1.5%201.5a1.48%201.48%200%200%201-1.5-1.5c0-.84.656-1.5%201.5-1.5m-.5%207c-2.438%200-4.574.816-6.656%201.563C14.262%2022.308%2012.234%2023%2010%2023c-5.496%200-8.313-2.719-8.313-2.719L.313%2021.72S3.817%2025%2010%2025c2.645%200%204.906-.809%207-1.563S21.016%2022%2023%2022c3.969%200%207.344%202.781%207.344%202.781l1.312-1.562S27.875%2020%2023%2020%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.5%2011a3.514%203.514%200%200%200-3.5%203.5c0%201.922%201.578%203.5%203.5%203.5s3.5-1.578%203.5-3.5s-1.578-3.5-3.5-3.5m-9.781.031a1.95%201.95%200%200%200-1.031.375l-5.282%203.781l1.188%201.626l5.25-3.782l2.281%202.625l-7.406%206.281c.406.036.84.063%201.281.063c.676%200%201.324-.07%201.969-.188l5.437-4.656l2.032%202.344a15.5%2015.5%200%200%201%202.28-.438l-6.374-7.343a1.95%201.95%200%200%200-1.625-.688M23.5%2013c.84%200%201.5.66%201.5%201.5c0%20.844-.66%201.5-1.5%201.5a1.48%201.48%200%200%201-1.5-1.5c0-.84.656-1.5%201.5-1.5m-.5%207c-2.438%200-4.574.816-6.656%201.563C14.262%2022.308%2012.234%2023%2010%2023c-5.496%200-8.313-2.719-8.313-2.719L.313%2021.72S3.817%2025%2010%2025c2.645%200%204.906-.809%207-1.563S21.016%2022%2023%2022c3.969%200%207.344%202.781%207.344%202.781l1.312-1.562S27.875%2020%2023%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/swimmer.svg?color=%231a73e8&size=48