swim ring icon

swim-ring-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
swim-ring-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

Use the swim ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.785 8.9a10.18 10.18 0 0 0-9.76-7.15c-1.058 0-2.11.158-3.12.47a10.28 10.28 0 0 0-6.69 6.69a10.1 10.1 0 0 0-.46 3.09a10.22 10.22 0 0 0 10.22 10.25a9.9 9.9 0 0 0 3.12-.48a10.28 10.28 0 0 0 6.69-6.69a10.1 10.1 0 0 0 .46-3.08v-.09a10.2 10.2 0 0 0-.46-3.01M12.005 3a10.4 10.4 0 0 1 2.42.28l-.65 3.23a6.73 6.73 0 0 0-3.59 0l-.65-3.23a10 10 0 0 1 2.47-.28m-5.56 10.68l-3.08.61a10.05 10.05 0 0 1 0-4.67l3.09.61a6.3 6.3 0 0 0 0 3.45zm5.55 7.3a10 10 0 0 1-2.46-.3l.65-3.25c.59.16 1.199.24 1.81.24a6.2 6.2 0 0 0 1.82-.26l.65 3.26a11.4 11.4 0 0 1-2.47.35zm4.09-7.3a4.27 4.27 0 0 1-2.36 2.36a4.4 4.4 0 0 1-3.45 0a4.32 4.32 0 0 1-2.37-2.36a4.5 4.5 0 0 1-.35-1.73a4.5 4.5 0 0 1 2.72-4.09a4.4 4.4 0 0 1 1.72-.35a4.5 4.5 0 0 1 4.1 2.72c.23.547.35 1.136.35 1.73a4.3 4.3 0 0 1-.36 1.72m1.48 0c.151-.561.229-1.14.23-1.72a6 6 0 0 0-.25-1.73l3.11-.61c.36 1.536.36 3.134 0 4.67z"/></svg>

React

import type { SVGProps } from "react";

export function MageSwimRingFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.785 8.9a10.18 10.18 0 0 0-9.76-7.15c-1.058 0-2.11.158-3.12.47a10.28 10.28 0 0 0-6.69 6.69a10.1 10.1 0 0 0-.46 3.09a10.22 10.22 0 0 0 10.22 10.25a9.9 9.9 0 0 0 3.12-.48a10.28 10.28 0 0 0 6.69-6.69a10.1 10.1 0 0 0 .46-3.08v-.09a10.2 10.2 0 0 0-.46-3.01M12.005 3a10.4 10.4 0 0 1 2.42.28l-.65 3.23a6.73 6.73 0 0 0-3.59 0l-.65-3.23a10 10 0 0 1 2.47-.28m-5.56 10.68l-3.08.61a10.05 10.05 0 0 1 0-4.67l3.09.61a6.3 6.3 0 0 0 0 3.45zm5.55 7.3a10 10 0 0 1-2.46-.3l.65-3.25c.59.16 1.199.24 1.81.24a6.2 6.2 0 0 0 1.82-.26l.65 3.26a11.4 11.4 0 0 1-2.47.35zm4.09-7.3a4.27 4.27 0 0 1-2.36 2.36a4.4 4.4 0 0 1-3.45 0a4.32 4.32 0 0 1-2.37-2.36a4.5 4.5 0 0 1-.35-1.73a4.5 4.5 0 0 1 2.72-4.09a4.4 4.4 0 0 1 1.72-.35a4.5 4.5 0 0 1 4.1 2.72c.23.547.35 1.136.35 1.73a4.3 4.3 0 0 1-.36 1.72m1.48 0c.151-.561.229-1.14.23-1.72a6 6 0 0 0-.25-1.73l3.11-.61c.36 1.536.36 3.134 0 4.67z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.785 8.9a10.18 10.18 0 0 0-9.76-7.15c-1.058 0-2.11.158-3.12.47a10.28 10.28 0 0 0-6.69 6.69a10.1 10.1 0 0 0-.46 3.09a10.22 10.22 0 0 0 10.22 10.25a9.9 9.9 0 0 0 3.12-.48a10.28 10.28 0 0 0 6.69-6.69a10.1 10.1 0 0 0 .46-3.08v-.09a10.2 10.2 0 0 0-.46-3.01M12.005 3a10.4 10.4 0 0 1 2.42.28l-.65 3.23a6.73 6.73 0 0 0-3.59 0l-.65-3.23a10 10 0 0 1 2.47-.28m-5.56 10.68l-3.08.61a10.05 10.05 0 0 1 0-4.67l3.09.61a6.3 6.3 0 0 0 0 3.45zm5.55 7.3a10 10 0 0 1-2.46-.3l.65-3.25c.59.16 1.199.24 1.81.24a6.2 6.2 0 0 0 1.82-.26l.65 3.26a11.4 11.4 0 0 1-2.47.35zm4.09-7.3a4.27 4.27 0 0 1-2.36 2.36a4.4 4.4 0 0 1-3.45 0a4.32 4.32 0 0 1-2.37-2.36a4.5 4.5 0 0 1-.35-1.73a4.5 4.5 0 0 1 2.72-4.09a4.4 4.4 0 0 1 1.72-.35a4.5 4.5 0 0 1 4.1 2.72c.23.547.35 1.136.35 1.73a4.3 4.3 0 0 1-.36 1.72m1.48 0c.151-.561.229-1.14.23-1.72a6 6 0 0 0-.25-1.73l3.11-.61c.36 1.536.36 3.134 0 4.67z"/></svg>
</template>

CSS

.icon-swim-ring-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.785%208.9a10.18%2010.18%200%200%200-9.76-7.15c-1.058%200-2.11.158-3.12.47a10.28%2010.28%200%200%200-6.69%206.69a10.1%2010.1%200%200%200-.46%203.09a10.22%2010.22%200%200%200%2010.22%2010.25a9.9%209.9%200%200%200%203.12-.48a10.28%2010.28%200%200%200%206.69-6.69a10.1%2010.1%200%200%200%20.46-3.08v-.09a10.2%2010.2%200%200%200-.46-3.01M12.005%203a10.4%2010.4%200%200%201%202.42.28l-.65%203.23a6.73%206.73%200%200%200-3.59%200l-.65-3.23a10%2010%200%200%201%202.47-.28m-5.56%2010.68l-3.08.61a10.05%2010.05%200%200%201%200-4.67l3.09.61a6.3%206.3%200%200%200%200%203.45zm5.55%207.3a10%2010%200%200%201-2.46-.3l.65-3.25c.59.16%201.199.24%201.81.24a6.2%206.2%200%200%200%201.82-.26l.65%203.26a11.4%2011.4%200%200%201-2.47.35zm4.09-7.3a4.27%204.27%200%200%201-2.36%202.36a4.4%204.4%200%200%201-3.45%200a4.32%204.32%200%200%201-2.37-2.36a4.5%204.5%200%200%201-.35-1.73a4.5%204.5%200%200%201%202.72-4.09a4.4%204.4%200%200%201%201.72-.35a4.5%204.5%200%200%201%204.1%202.72c.23.547.35%201.136.35%201.73a4.3%204.3%200%200%201-.36%201.72m1.48%200c.151-.561.229-1.14.23-1.72a6%206%200%200%200-.25-1.73l3.11-.61c.36%201.536.36%203.134%200%204.67z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.785%208.9a10.18%2010.18%200%200%200-9.76-7.15c-1.058%200-2.11.158-3.12.47a10.28%2010.28%200%200%200-6.69%206.69a10.1%2010.1%200%200%200-.46%203.09a10.22%2010.22%200%200%200%2010.22%2010.25a9.9%209.9%200%200%200%203.12-.48a10.28%2010.28%200%200%200%206.69-6.69a10.1%2010.1%200%200%200%20.46-3.08v-.09a10.2%2010.2%200%200%200-.46-3.01M12.005%203a10.4%2010.4%200%200%201%202.42.28l-.65%203.23a6.73%206.73%200%200%200-3.59%200l-.65-3.23a10%2010%200%200%201%202.47-.28m-5.56%2010.68l-3.08.61a10.05%2010.05%200%200%201%200-4.67l3.09.61a6.3%206.3%200%200%200%200%203.45zm5.55%207.3a10%2010%200%200%201-2.46-.3l.65-3.25c.59.16%201.199.24%201.81.24a6.2%206.2%200%200%200%201.82-.26l.65%203.26a11.4%2011.4%200%200%201-2.47.35zm4.09-7.3a4.27%204.27%200%200%201-2.36%202.36a4.4%204.4%200%200%201-3.45%200a4.32%204.32%200%200%201-2.37-2.36a4.5%204.5%200%200%201-.35-1.73a4.5%204.5%200%200%201%202.72-4.09a4.4%204.4%200%200%201%201.72-.35a4.5%204.5%200%200%201%204.1%202.72c.23.547.35%201.136.35%201.73a4.3%204.3%200%200%201-.36%201.72m1.48%200c.151-.561.229-1.14.23-1.72a6%206%200%200%200-.25-1.73l3.11-.61c.36%201.536.36%203.134%200%204.67z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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