Swim Ring Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Swim Ring icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310336.svg" alt="Swim Ring icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310336.svg" alt="Swim Ring icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310336.svg" alt="Swim Ring icon" :width="24" :height="24" />
CSS background
.icon-swim-ring {
background-image: url('https://proicons.com/icon/310336.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.7851 8.89986C21.1369 6.8209 19.8391 5.00457 18.0824 3.71764C16.3257 2.43072 14.2027 1.74102 12.0251 1.74987C10.9674 1.74971 9.91572 1.90814 8.90506 2.21987C7.33571 2.71776 5.90886 3.5853 4.74466 4.7495C3.58045 5.91371 2.71288 7.34052 2.21499 8.90987C1.90249 9.90982 1.74734 10.9523 1.75503 11.9999C1.75561 13.0476 1.91402 14.0893 2.225 15.0899C2.87643 17.1657 4.1733 18.9795 5.92691 20.2673C7.68052 21.5551 9.79934 22.2496 11.975 22.2499C13.034 22.2581 14.0874 22.096 15.095 21.7699C16.6643 21.272 18.0912 20.4044 19.2554 19.2402C20.4196 18.076 21.2872 16.6492 21.7851 15.0799C22.0969 14.0832 22.252 13.0442 22.245 11.9999V11.9099C22.2429 10.8892 22.0878 9.8746 21.7851 8.89986ZM12.005 2.99987C12.8199 2.99798 13.6322 3.09196 14.4251 3.27987L13.7751 6.50985C12.6005 6.18479 11.3597 6.18479 10.1851 6.50985L9.53506 3.27987C10.3438 3.08549 11.1733 2.99145 12.005 2.99987ZM6.4451 13.6799L3.36502 14.2898C2.99833 12.7548 2.99833 11.1549 3.36502 9.61987L6.45511 10.2299C6.13515 11.3576 6.13515 12.5521 6.45511 13.6799H6.4451ZM11.995 20.9799C11.1657 20.9837 10.3392 20.8829 9.53506 20.6799L10.1851 17.4299C10.7752 17.5895 11.3837 17.6701 11.995 17.6699C12.6112 17.674 13.2247 17.5864 13.8151 17.4099L14.465 20.6699C13.6569 20.8762 12.8287 20.9936 11.995 21.0199V20.9799ZM16.085 13.6799C15.8702 14.2115 15.5506 14.6945 15.1452 15.1C14.7397 15.5055 14.2567 15.8251 13.725 16.0398C13.1796 16.2723 12.5929 16.3921 12 16.3921C11.4072 16.3921 10.8205 16.2723 10.2751 16.0398C9.74298 15.8238 9.25938 15.5038 8.85245 15.0985C8.44551 14.6933 8.1234 14.211 7.90506 13.6799C7.67431 13.1323 7.55534 12.5441 7.55508 11.9499C7.56343 11.0779 7.82488 10.2271 8.30777 9.50103C8.79065 8.77493 9.47414 8.20475 10.2751 7.85986C10.8194 7.6299 11.4041 7.5109 11.995 7.50985C12.8687 7.51626 13.7217 7.77691 14.4497 8.25991C15.1778 8.74292 15.7494 9.42739 16.095 10.2299C16.3257 10.7774 16.4448 11.3656 16.4451 11.9599C16.4454 12.5519 16.3227 13.1376 16.085 13.6799ZM17.5651 13.6799C17.7164 13.119 17.7937 12.5408 17.7951 11.9599C17.7975 11.374 17.7133 10.791 17.5451 10.2299L20.6551 9.61987C21.0151 11.1557 21.0151 12.754 20.6551 14.2898L17.5651 13.6799Z" fill="black"/> </svg>
Copied!