swimming ring icon
swimming-ring from IconPark Outline by ByteDance · Outline · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- swimming-ring
- Set
- IconPark Outline
- Style
- Outline
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark Outline
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="currentColor" 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 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></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineSwimmingRing(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="currentColor" 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 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></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" 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 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></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%22currentColor%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%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%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%22currentColor%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%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%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/swimming-ring.svg?color=%231a73e8&size=48