swimming icon
swimming-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.
- Name
- swimming-filled
- Set
- Reicon
- Style
- Filled
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All swimming icons →More sports icons from Reicon
Use the swimming icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.57 17.866c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.962 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.177C16.54 20.48 14.76 21.75 12 21.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176" clip-rule="evenodd"/><path d="M22.172 15.042c-1.323-.311-2.001-1.053-2.626-1.998c-.7-1.06-2.1-1.001-2.872-.219L15.5 11.5L9 4.134A1.421 1.421 0 0 0 6.858 6l.987 1.152c.605.706-.367 2.263-.367 2.263L5 12.4a1.8 1.8 0 0 0-.429.466c-.662 1.035-1.34 1.846-2.742 2.176a.75.75 0 1 0 .344 1.46c1.967-.463 2.922-1.672 3.662-2.828a.23.23 0 0 1 .196-.114a.3.3 0 0 1 .246.125C7.389 15.11 9.158 16.75 12 16.75c2.76 0 4.539-1.27 5.706-2.83a.43.43 0 0 1 .335-.177a.28.28 0 0 1 .253.127c.727 1.1 1.682 2.196 3.534 2.632a.75.75 0 0 0 .344-1.46M17 8a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSwimmingFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M4.57 17.866c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.962 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.177C16.54 20.48 14.76 21.75 12 21.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176" clipRule="evenodd"/><path d="M22.172 15.042c-1.323-.311-2.001-1.053-2.626-1.998c-.7-1.06-2.1-1.001-2.872-.219L15.5 11.5L9 4.134A1.421 1.421 0 0 0 6.858 6l.987 1.152c.605.706-.367 2.263-.367 2.263L5 12.4a1.8 1.8 0 0 0-.429.466c-.662 1.035-1.34 1.846-2.742 2.176a.75.75 0 1 0 .344 1.46c1.967-.463 2.922-1.672 3.662-2.828a.23.23 0 0 1 .196-.114a.3.3 0 0 1 .246.125C7.389 15.11 9.158 16.75 12 16.75c2.76 0 4.539-1.27 5.706-2.83a.43.43 0 0 1 .335-.177a.28.28 0 0 1 .253.127c.727 1.1 1.682 2.196 3.534 2.632a.75.75 0 0 0 .344-1.46M17 8a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.57 17.866c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.962 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.177C16.54 20.48 14.76 21.75 12 21.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176" clip-rule="evenodd"/><path d="M22.172 15.042c-1.323-.311-2.001-1.053-2.626-1.998c-.7-1.06-2.1-1.001-2.872-.219L15.5 11.5L9 4.134A1.421 1.421 0 0 0 6.858 6l.987 1.152c.605.706-.367 2.263-.367 2.263L5 12.4a1.8 1.8 0 0 0-.429.466c-.662 1.035-1.34 1.846-2.742 2.176a.75.75 0 1 0 .344 1.46c1.967-.463 2.922-1.672 3.662-2.828a.23.23 0 0 1 .196-.114a.3.3 0 0 1 .246.125C7.389 15.11 9.158 16.75 12 16.75c2.76 0 4.539-1.27 5.706-2.83a.43.43 0 0 1 .335-.177a.28.28 0 0 1 .253.127c.727 1.1 1.682 2.196 3.534 2.632a.75.75 0 0 0 .344-1.46M17 8a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></g></svg> </template>
CSS
.icon-swimming-filled {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.57%2017.866c.687-1.074%202.157-1.039%202.888-.104c.99%201.267%202.372%202.488%204.542%202.488c2.209%200%203.57-.979%204.505-2.23c.72-.962%202.286-1.119%203.04.024c.626.945%201.304%201.687%202.627%201.998a.75.75%200%201%201-.344%201.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28%200%200%200-.253-.128a.43.43%200%200%200-.335.177C16.54%2020.48%2014.76%2021.75%2012%2021.75c-2.842%200-4.611-1.64-5.724-3.065a.3.3%200%200%200-.246-.125a.23.23%200%200%200-.196.114c-.74%201.156-1.695%202.365-3.662%202.828a.75.75%200%201%201-.344-1.46c1.401-.33%202.08-1.14%202.742-2.176%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22.172%2015.042c-1.323-.311-2.001-1.053-2.626-1.998c-.7-1.06-2.1-1.001-2.872-.219L15.5%2011.5L9%204.134A1.421%201.421%200%200%200%206.858%206l.987%201.152c.605.706-.367%202.263-.367%202.263L5%2012.4a1.8%201.8%200%200%200-.429.466c-.662%201.035-1.34%201.846-2.742%202.176a.75.75%200%201%200%20.344%201.46c1.967-.463%202.922-1.672%203.662-2.828a.23.23%200%200%201%20.196-.114a.3.3%200%200%201%20.246.125C7.389%2015.11%209.158%2016.75%2012%2016.75c2.76%200%204.539-1.27%205.706-2.83a.43.43%200%200%201%20.335-.177a.28.28%200%200%201%20.253.127c.727%201.1%201.682%202.196%203.534%202.632a.75.75%200%200%200%20.344-1.46M17%208a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.57%2017.866c.687-1.074%202.157-1.039%202.888-.104c.99%201.267%202.372%202.488%204.542%202.488c2.209%200%203.57-.979%204.505-2.23c.72-.962%202.286-1.119%203.04.024c.626.945%201.304%201.687%202.627%201.998a.75.75%200%201%201-.344%201.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28%200%200%200-.253-.128a.43.43%200%200%200-.335.177C16.54%2020.48%2014.76%2021.75%2012%2021.75c-2.842%200-4.611-1.64-5.724-3.065a.3.3%200%200%200-.246-.125a.23.23%200%200%200-.196.114c-.74%201.156-1.695%202.365-3.662%202.828a.75.75%200%201%201-.344-1.46c1.401-.33%202.08-1.14%202.742-2.176%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22.172%2015.042c-1.323-.311-2.001-1.053-2.626-1.998c-.7-1.06-2.1-1.001-2.872-.219L15.5%2011.5L9%204.134A1.421%201.421%200%200%200%206.858%206l.987%201.152c.605.706-.367%202.263-.367%202.263L5%2012.4a1.8%201.8%200%200%200-.429.466c-.662%201.035-1.34%201.846-2.742%202.176a.75.75%200%201%200%20.344%201.46c1.967-.463%202.922-1.672%203.662-2.828a.23.23%200%200%201%20.196-.114a.3.3%200%200%201%20.246.125C7.389%2015.11%209.158%2016.75%2012%2016.75c2.76%200%204.539-1.27%205.706-2.83a.43.43%200%200%201%20.335-.177a.28.28%200%200%201%20.253.127c.727%201.1%201.682%202.196%203.534%202.632a.75.75%200%200%200%20.344-1.46M17%208a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/swimming-filled.svg?color=%231a73e8&size=48