life ring icon

life-ring-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
life-ring-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All life ring icons →

More ui icons from Reicon

Use the life ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY339)"><path d="M4.239 3.178A11.7 11.7 0 0 1 12 .25c2.975 0 5.691 1.105 7.761 2.928l-5.333 5.333A4.23 4.23 0 0 0 12 7.75a4.23 4.23 0 0 0-2.428.761zM3.178 4.239A11.7 11.7 0 0 0 .25 12c0 2.975 1.105 5.691 2.928 7.761l5.333-5.333A4.23 4.23 0 0 1 7.75 12c0-.903.281-1.74.761-2.428zm6.394 11.25l-5.333 5.333A11.7 11.7 0 0 0 12 23.75c2.975 0 5.691-1.105 7.761-2.928l-5.333-5.333A4.23 4.23 0 0 1 12 16.25a4.23 4.23 0 0 1-2.428-.761m5.917-1.061l5.333 5.333A11.7 11.7 0 0 0 23.75 12c0-2.975-1.105-5.691-2.928-7.761l-5.333 5.333A4.23 4.23 0 0 1 16.25 12a4.23 4.23 0 0 1-.761 2.428"/></g><defs><clipPath id="SVGBgS7qSkY339"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLifeRingFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clipPath="url(#SVGBgS7qSkY339)"><path d="M4.239 3.178A11.7 11.7 0 0 1 12 .25c2.975 0 5.691 1.105 7.761 2.928l-5.333 5.333A4.23 4.23 0 0 0 12 7.75a4.23 4.23 0 0 0-2.428.761zM3.178 4.239A11.7 11.7 0 0 0 .25 12c0 2.975 1.105 5.691 2.928 7.761l5.333-5.333A4.23 4.23 0 0 1 7.75 12c0-.903.281-1.74.761-2.428zm6.394 11.25l-5.333 5.333A11.7 11.7 0 0 0 12 23.75c2.975 0 5.691-1.105 7.761-2.928l-5.333-5.333A4.23 4.23 0 0 1 12 16.25a4.23 4.23 0 0 1-2.428-.761m5.917-1.061l5.333 5.333A11.7 11.7 0 0 0 23.75 12c0-2.975-1.105-5.691-2.928-7.761l-5.333 5.333A4.23 4.23 0 0 1 16.25 12a4.23 4.23 0 0 1-.761 2.428"/></g><defs><clipPath id="SVGBgS7qSkY339"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY339)"><path d="M4.239 3.178A11.7 11.7 0 0 1 12 .25c2.975 0 5.691 1.105 7.761 2.928l-5.333 5.333A4.23 4.23 0 0 0 12 7.75a4.23 4.23 0 0 0-2.428.761zM3.178 4.239A11.7 11.7 0 0 0 .25 12c0 2.975 1.105 5.691 2.928 7.761l5.333-5.333A4.23 4.23 0 0 1 7.75 12c0-.903.281-1.74.761-2.428zm6.394 11.25l-5.333 5.333A11.7 11.7 0 0 0 12 23.75c2.975 0 5.691-1.105 7.761-2.928l-5.333-5.333A4.23 4.23 0 0 1 12 16.25a4.23 4.23 0 0 1-2.428-.761m5.917-1.061l5.333 5.333A11.7 11.7 0 0 0 23.75 12c0-2.975-1.105-5.691-2.928-7.761l-5.333 5.333A4.23 4.23 0 0 1 16.25 12a4.23 4.23 0 0 1-.761 2.428"/></g><defs><clipPath id="SVGBgS7qSkY339"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-life-ring-filled {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY339)%22%3E%3Cpath%20d%3D%22M4.239%203.178A11.7%2011.7%200%200%201%2012%20.25c2.975%200%205.691%201.105%207.761%202.928l-5.333%205.333A4.23%204.23%200%200%200%2012%207.75a4.23%204.23%200%200%200-2.428.761zM3.178%204.239A11.7%2011.7%200%200%200%20.25%2012c0%202.975%201.105%205.691%202.928%207.761l5.333-5.333A4.23%204.23%200%200%201%207.75%2012c0-.903.281-1.74.761-2.428zm6.394%2011.25l-5.333%205.333A11.7%2011.7%200%200%200%2012%2023.75c2.975%200%205.691-1.105%207.761-2.928l-5.333-5.333A4.23%204.23%200%200%201%2012%2016.25a4.23%204.23%200%200%201-2.428-.761m5.917-1.061l5.333%205.333A11.7%2011.7%200%200%200%2023.75%2012c0-2.975-1.105-5.691-2.928-7.761l-5.333%205.333A4.23%204.23%200%200%201%2016.25%2012a4.23%204.23%200%200%201-.761%202.428%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY339%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY339)%22%3E%3Cpath%20d%3D%22M4.239%203.178A11.7%2011.7%200%200%201%2012%20.25c2.975%200%205.691%201.105%207.761%202.928l-5.333%205.333A4.23%204.23%200%200%200%2012%207.75a4.23%204.23%200%200%200-2.428.761zM3.178%204.239A11.7%2011.7%200%200%200%20.25%2012c0%202.975%201.105%205.691%202.928%207.761l5.333-5.333A4.23%204.23%200%200%201%207.75%2012c0-.903.281-1.74.761-2.428zm6.394%2011.25l-5.333%205.333A11.7%2011.7%200%200%200%2012%2023.75c2.975%200%205.691-1.105%207.761-2.928l-5.333-5.333A4.23%204.23%200%200%201%2012%2016.25a4.23%204.23%200%200%201-2.428-.761m5.917-1.061l5.333%205.333A11.7%2011.7%200%200%200%2023.75%2012c0-2.975-1.105-5.691-2.928-7.761l-5.333%205.333A4.23%204.23%200%200%201%2016.25%2012a4.23%204.23%200%200%201-.761%202.428%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY339%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Life Ring filled icon — Reicon · IconsDB