swimming ring icon
swimming-ring from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- swimming-ring
- Set
- IconPark
- Style
- Color
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark
Use the swimming ring icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" d="M28 33.1679C30.3069 32.16 32.16 30.3069 33.1679 28"/><path stroke-linecap="round" d="M14.832 28C15.84 30.3069 17.6931 32.16 19.9999 33.1679"/><path stroke-linecap="round" d="M19.9999 14.832C17.6931 15.84 15.84 17.6931 14.832 19.9999"/><path stroke-linecap="round" d="M28 14.832C30.3069 15.84 32.16 17.6931 33.1679 19.9999"/><path stroke-linecap="round" d="M30 40.9758C35.1145 39.1681 39.1681 35.1145 40.9758 30"/><path stroke-linecap="round" d="M7.02441 30C8.83212 35.1145 12.8857 39.1681 18.0002 40.9758"/><path stroke-linecap="round" d="M18.0002 7.02441C12.8857 8.83212 8.83212 12.8857 7.02441 18.0002"/><path stroke-linecap="round" d="M30 7.02441C35.1145 8.83212 39.1681 12.8857 40.9758 18.0002"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M27 17H21L18 7L20 4H28L30 7L27 17Z"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M17 21V27L7 30L4 28L4 20L7 18L17 21Z"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M21 31H27L30 41L28 44H20L18 41L21 31Z"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M31 27V21L41 18C42.08 18.8 42.92 19.2 44 20V28C42.92 28.8 42.08 29.2 41 30L31 27Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSwimmingRing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinecap="round" d="M28 33.1679C30.3069 32.16 32.16 30.3069 33.1679 28"/><path strokeLinecap="round" d="M14.832 28C15.84 30.3069 17.6931 32.16 19.9999 33.1679"/><path strokeLinecap="round" d="M19.9999 14.832C17.6931 15.84 15.84 17.6931 14.832 19.9999"/><path strokeLinecap="round" d="M28 14.832C30.3069 15.84 32.16 17.6931 33.1679 19.9999"/><path strokeLinecap="round" d="M30 40.9758C35.1145 39.1681 39.1681 35.1145 40.9758 30"/><path strokeLinecap="round" d="M7.02441 30C8.83212 35.1145 12.8857 39.1681 18.0002 40.9758"/><path strokeLinecap="round" d="M18.0002 7.02441C12.8857 8.83212 8.83212 12.8857 7.02441 18.0002"/><path strokeLinecap="round" d="M30 7.02441C35.1145 8.83212 39.1681 12.8857 40.9758 18.0002"/><path fill="#2F88FF" strokeLinejoin="round" strokeMiterlimit="2" d="M27 17H21L18 7L20 4H28L30 7L27 17Z"/><path fill="#2F88FF" strokeLinejoin="round" strokeMiterlimit="2" d="M17 21V27L7 30L4 28L4 20L7 18L17 21Z"/><path fill="#2F88FF" strokeLinejoin="round" strokeMiterlimit="2" d="M21 31H27L30 41L28 44H20L18 41L21 31Z"/><path fill="#2F88FF" strokeLinejoin="round" strokeMiterlimit="2" d="M31 27V21L41 18C42.08 18.8 42.92 19.2 44 20V28C42.92 28.8 42.08 29.2 41 30L31 27Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" d="M28 33.1679C30.3069 32.16 32.16 30.3069 33.1679 28"/><path stroke-linecap="round" d="M14.832 28C15.84 30.3069 17.6931 32.16 19.9999 33.1679"/><path stroke-linecap="round" d="M19.9999 14.832C17.6931 15.84 15.84 17.6931 14.832 19.9999"/><path stroke-linecap="round" d="M28 14.832C30.3069 15.84 32.16 17.6931 33.1679 19.9999"/><path stroke-linecap="round" d="M30 40.9758C35.1145 39.1681 39.1681 35.1145 40.9758 30"/><path stroke-linecap="round" d="M7.02441 30C8.83212 35.1145 12.8857 39.1681 18.0002 40.9758"/><path stroke-linecap="round" d="M18.0002 7.02441C12.8857 8.83212 8.83212 12.8857 7.02441 18.0002"/><path stroke-linecap="round" d="M30 7.02441C35.1145 8.83212 39.1681 12.8857 40.9758 18.0002"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M27 17H21L18 7L20 4H28L30 7L27 17Z"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M17 21V27L7 30L4 28L4 20L7 18L17 21Z"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M21 31H27L30 41L28 44H20L18 41L21 31Z"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M31 27V21L41 18C42.08 18.8 42.92 19.2 44 20V28C42.92 28.8 42.08 29.2 41 30L31 27Z"/></g></svg> </template>
CSS
.icon-swimming-ring {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2033.1679C30.3069%2032.16%2032.16%2030.3069%2033.1679%2028%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.832%2028C15.84%2030.3069%2017.6931%2032.16%2019.9999%2033.1679%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.9999%2014.832C17.6931%2015.84%2015.84%2017.6931%2014.832%2019.9999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2014.832C30.3069%2015.84%2032.16%2017.6931%2033.1679%2019.9999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2040.9758C35.1145%2039.1681%2039.1681%2035.1145%2040.9758%2030%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.02441%2030C8.83212%2035.1145%2012.8857%2039.1681%2018.0002%2040.9758%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.0002%207.02441C12.8857%208.83212%208.83212%2012.8857%207.02441%2018.0002%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%207.02441C35.1145%208.83212%2039.1681%2012.8857%2040.9758%2018.0002%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M27%2017H21L18%207L20%204H28L30%207L27%2017Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M17%2021V27L7%2030L4%2028L4%2020L7%2018L17%2021Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M21%2031H27L30%2041L28%2044H20L18%2041L21%2031Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M31%2027V21L41%2018C42.08%2018.8%2042.92%2019.2%2044%2020V28C42.92%2028.8%2042.08%2029.2%2041%2030L31%2027Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2033.1679C30.3069%2032.16%2032.16%2030.3069%2033.1679%2028%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.832%2028C15.84%2030.3069%2017.6931%2032.16%2019.9999%2033.1679%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.9999%2014.832C17.6931%2015.84%2015.84%2017.6931%2014.832%2019.9999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2014.832C30.3069%2015.84%2032.16%2017.6931%2033.1679%2019.9999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2040.9758C35.1145%2039.1681%2039.1681%2035.1145%2040.9758%2030%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.02441%2030C8.83212%2035.1145%2012.8857%2039.1681%2018.0002%2040.9758%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.0002%207.02441C12.8857%208.83212%208.83212%2012.8857%207.02441%2018.0002%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%207.02441C35.1145%208.83212%2039.1681%2012.8857%2040.9758%2018.0002%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M27%2017H21L18%207L20%204H28L30%207L27%2017Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M17%2021V27L7%2030L4%2028L4%2020L7%2018L17%2021Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M21%2031H27L30%2041L28%2044H20L18%2041L21%2031Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M31%2027V21L41%2018C42.08%2018.8%2042.92%2019.2%2044%2020V28C42.92%2028.8%2042.08%2029.2%2041%2030L31%2027Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/swimming-ring.svg?color=%231a73e8&size=48