swimming ring icon

swimming-ring from IconPark TwoTone by ByteDance · Two tone · Sports · Apache-2.0 Free for personal and commercial use.

Name
swimming-ring
Set
IconPark TwoTone
Style
Two tone
Category
Sports
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark TwoTone

Use the swimming ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGEtuFMe3c"><g fill="none" stroke="#fff" stroke-width="4"><path stroke-linecap="round" d="M28 33.168A10.04 10.04 0 0 0 33.168 28m-18.336 0A10.04 10.04 0 0 0 20 33.168m0-18.336A10.04 10.04 0 0 0 14.832 20M28 14.832A10.04 10.04 0 0 1 33.168 20M30 40.976A18.05 18.05 0 0 0 40.976 30M7.024 30A18.05 18.05 0 0 0 18 40.976m0-33.952A18.05 18.05 0 0 0 7.024 18M30 7.024A18.05 18.05 0 0 1 40.976 18"/><path fill="#555" stroke-linejoin="round" stroke-miterlimit="2" d="M27 17h-6L18 7l2-3h8l2 3zm-10 4v6L7 30l-3-2v-8l3-2zm4 10h6l3 10l-2 3h-8l-2-3zm10-4v-6l10-3c1.08.8 1.92 1.2 3 2v8c-1.08.8-1.92 1.2-3 2z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGEtuFMe3c)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneSwimmingRing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGEtuFMe3c"><g fill="none" stroke="#fff" strokeWidth="4"><path strokeLinecap="round" d="M28 33.168A10.04 10.04 0 0 0 33.168 28m-18.336 0A10.04 10.04 0 0 0 20 33.168m0-18.336A10.04 10.04 0 0 0 14.832 20M28 14.832A10.04 10.04 0 0 1 33.168 20M30 40.976A18.05 18.05 0 0 0 40.976 30M7.024 30A18.05 18.05 0 0 0 18 40.976m0-33.952A18.05 18.05 0 0 0 7.024 18M30 7.024A18.05 18.05 0 0 1 40.976 18"/><path fill="#555" strokeLinejoin="round" strokeMiterlimit="2" d="M27 17h-6L18 7l2-3h8l2 3zm-10 4v6L7 30l-3-2v-8l3-2zm4 10h6l3 10l-2 3h-8l-2-3zm10-4v-6l10-3c1.08.8 1.92 1.2 3 2v8c-1.08.8-1.92 1.2-3 2z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGEtuFMe3c)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGEtuFMe3c"><g fill="none" stroke="#fff" stroke-width="4"><path stroke-linecap="round" d="M28 33.168A10.04 10.04 0 0 0 33.168 28m-18.336 0A10.04 10.04 0 0 0 20 33.168m0-18.336A10.04 10.04 0 0 0 14.832 20M28 14.832A10.04 10.04 0 0 1 33.168 20M30 40.976A18.05 18.05 0 0 0 40.976 30M7.024 30A18.05 18.05 0 0 0 18 40.976m0-33.952A18.05 18.05 0 0 0 7.024 18M30 7.024A18.05 18.05 0 0 1 40.976 18"/><path fill="#555" stroke-linejoin="round" stroke-miterlimit="2" d="M27 17h-6L18 7l2-3h8l2 3zm-10 4v6L7 30l-3-2v-8l3-2zm4 10h6l3 10l-2 3h-8l-2-3zm10-4v-6l10-3c1.08.8 1.92 1.2 3 2v8c-1.08.8-1.92 1.2-3 2z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGEtuFMe3c)"/></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%3Cdefs%3E%3Cmask%20id%3D%22SVGEtuFMe3c%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2033.168A10.04%2010.04%200%200%200%2033.168%2028m-18.336%200A10.04%2010.04%200%200%200%2020%2033.168m0-18.336A10.04%2010.04%200%200%200%2014.832%2020M28%2014.832A10.04%2010.04%200%200%201%2033.168%2020M30%2040.976A18.05%2018.05%200%200%200%2040.976%2030M7.024%2030A18.05%2018.05%200%200%200%2018%2040.976m0-33.952A18.05%2018.05%200%200%200%207.024%2018M30%207.024A18.05%2018.05%200%200%201%2040.976%2018%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M27%2017h-6L18%207l2-3h8l2%203zm-10%204v6L7%2030l-3-2v-8l3-2zm4%2010h6l3%2010l-2%203h-8l-2-3zm10-4v-6l10-3c1.08.8%201.92%201.2%203%202v8c-1.08.8-1.92%201.2-3%202z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGEtuFMe3c)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGEtuFMe3c%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2033.168A10.04%2010.04%200%200%200%2033.168%2028m-18.336%200A10.04%2010.04%200%200%200%2020%2033.168m0-18.336A10.04%2010.04%200%200%200%2014.832%2020M28%2014.832A10.04%2010.04%200%200%201%2033.168%2020M30%2040.976A18.05%2018.05%200%200%200%2040.976%2030M7.024%2030A18.05%2018.05%200%200%200%2018%2040.976m0-33.952A18.05%2018.05%200%200%200%207.024%2018M30%207.024A18.05%2018.05%200%200%201%2040.976%2018%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M27%2017h-6L18%207l2-3h8l2%203zm-10%204v6L7%2030l-3-2v-8l3-2zm4%2010h6l3%2010l-2%203h-8l-2-3zm10-4v-6l10-3c1.08.8%201.92%201.2%203%202v8c-1.08.8-1.92%201.2-3%202z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGEtuFMe3c)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/swimming-ring.svg?color=%231a73e8&size=48