rings icon
rings from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- rings
- 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 rings 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-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" stroke-linecap="round" d="M13 43C17.42 43 21 39.42 21 35C21 30.58 17.42 27 13 27C8.58 27 5 30.58 5 35C5 39.42 8.58 43 13 43Z"/><path fill="#2F88FF" stroke-linecap="round" d="M35 43C39.42 43 43 39.42 43 35C43 30.58 39.42 27 35 27C30.58 27 27 30.58 27 35C27 39.42 30.58 43 35 43Z"/><path stroke-linecap="round" d="M6 5H42"/><path stroke-linecap="square" d="M13 27V5"/><path stroke-linecap="square" d="M35 27V5"/><path stroke-linecap="round" d="M9 19H17"/><path stroke-linecap="round" d="M31 19H39"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkRings(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" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path fill="#2F88FF" strokeLinecap="round" d="M13 43C17.42 43 21 39.42 21 35C21 30.58 17.42 27 13 27C8.58 27 5 30.58 5 35C5 39.42 8.58 43 13 43Z"/><path fill="#2F88FF" strokeLinecap="round" d="M35 43C39.42 43 43 39.42 43 35C43 30.58 39.42 27 35 27C30.58 27 27 30.58 27 35C27 39.42 30.58 43 35 43Z"/><path strokeLinecap="round" d="M6 5H42"/><path strokeLinecap="square" d="M13 27V5"/><path strokeLinecap="square" d="M35 27V5"/><path strokeLinecap="round" d="M9 19H17"/><path strokeLinecap="round" d="M31 19H39"/></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-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" stroke-linecap="round" d="M13 43C17.42 43 21 39.42 21 35C21 30.58 17.42 27 13 27C8.58 27 5 30.58 5 35C5 39.42 8.58 43 13 43Z"/><path fill="#2F88FF" stroke-linecap="round" d="M35 43C39.42 43 43 39.42 43 35C43 30.58 39.42 27 35 27C30.58 27 27 30.58 27 35C27 39.42 30.58 43 35 43Z"/><path stroke-linecap="round" d="M6 5H42"/><path stroke-linecap="square" d="M13 27V5"/><path stroke-linecap="square" d="M35 27V5"/><path stroke-linecap="round" d="M9 19H17"/><path stroke-linecap="round" d="M31 19H39"/></g></svg> </template>
CSS
.icon-rings {
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-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2043C17.42%2043%2021%2039.42%2021%2035C21%2030.58%2017.42%2027%2013%2027C8.58%2027%205%2030.58%205%2035C5%2039.42%208.58%2043%2013%2043Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M35%2043C39.42%2043%2043%2039.42%2043%2035C43%2030.58%2039.42%2027%2035%2027C30.58%2027%2027%2030.58%2027%2035C27%2039.42%2030.58%2043%2035%2043Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%205H42%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13%2027V5%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M35%2027V5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2019H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31%2019H39%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-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2043C17.42%2043%2021%2039.42%2021%2035C21%2030.58%2017.42%2027%2013%2027C8.58%2027%205%2030.58%205%2035C5%2039.42%208.58%2043%2013%2043Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M35%2043C39.42%2043%2043%2039.42%2043%2035C43%2030.58%2039.42%2027%2035%2027C30.58%2027%2027%2030.58%2027%2035C27%2039.42%2030.58%2043%2035%2043Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%205H42%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13%2027V5%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M35%2027V5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2019H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31%2019H39%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/rings.svg?color=%231a73e8&size=48