swimming icon
swimming from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- swimming
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M17 3.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M13.75 5.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-5.31-.87a.671.671 0 0 0-1.013.881l.988 1.152a2.25 2.25 0 0 1-.551 3.394l-3.477 2.086a.75.75 0 1 1-.772-1.286L7.091 8.77a.75.75 0 0 0 .184-1.131l-.988-1.153a2.171 2.171 0 0 1 3.276-2.849l6.5 7.366a.75.75 0 1 1-1.125.992zm-3.87 8.236c.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-.961 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.176C16.54 15.48 14.76 16.75 12 16.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.176m0 5c.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"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSwimming(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M17 3.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M13.75 5.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-5.31-.87a.671.671 0 0 0-1.013.881l.988 1.152a2.25 2.25 0 0 1-.551 3.394l-3.477 2.086a.75.75 0 1 1-.772-1.286L7.091 8.77a.75.75 0 0 0 .184-1.131l-.988-1.153a2.171 2.171 0 0 1 3.276-2.849l6.5 7.366a.75.75 0 1 1-1.125.992zm-3.87 8.236c.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-.961 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.176C16.54 15.48 14.76 16.75 12 16.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.176m0 5c.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"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17 3.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M13.75 5.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-5.31-.87a.671.671 0 0 0-1.013.881l.988 1.152a2.25 2.25 0 0 1-.551 3.394l-3.477 2.086a.75.75 0 1 1-.772-1.286L7.091 8.77a.75.75 0 0 0 .184-1.131l-.988-1.153a2.171 2.171 0 0 1 3.276-2.849l6.5 7.366a.75.75 0 1 1-1.125.992zm-3.87 8.236c.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-.961 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.176C16.54 15.48 14.76 16.75 12 16.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.176m0 5c.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"/></svg> </template>
CSS
.icon-swimming {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17%203.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M13.75%205.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-5.31-.87a.671.671%200%200%200-1.013.881l.988%201.152a2.25%202.25%200%200%201-.551%203.394l-3.477%202.086a.75.75%200%201%201-.772-1.286L7.091%208.77a.75.75%200%200%200%20.184-1.131l-.988-1.153a2.171%202.171%200%200%201%203.276-2.849l6.5%207.366a.75.75%200%201%201-1.125.992zm-3.87%208.236c.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-.961%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.176C16.54%2015.48%2014.76%2016.75%2012%2016.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.176m0%205c.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%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17%203.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M13.75%205.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-5.31-.87a.671.671%200%200%200-1.013.881l.988%201.152a2.25%202.25%200%200%201-.551%203.394l-3.477%202.086a.75.75%200%201%201-.772-1.286L7.091%208.77a.75.75%200%200%200%20.184-1.131l-.988-1.153a2.171%202.171%200%200%201%203.276-2.849l6.5%207.366a.75.75%200%201%201-1.125.992zm-3.87%208.236c.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-.961%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.176C16.54%2015.48%2014.76%2016.75%2012%2016.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.176m0%205c.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%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/swimming.svg?color=%231a73e8&size=48