life-ring from Font Awesome Regular by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.

Name
life-ring
Set
Font Awesome Regular
Style
Regular
Category
Maps
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome Regular

Use the life ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M449.1 483.1C413.7 511.2 368.8 528 320 528s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1.2C553.9 438.9 576 382.1 576 320s-22.1-118.9-58.8-163.3L529 145c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-11.8 11.7C438.9 86.1 382.1 64 320 64s-118.9 22.1-163.3 58.8L145 111c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l11.8 11.7C86.1 201.1 64 257.9 64 320s22.1 118.9 58.8 163.3L111 495c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C201.1 553.9 257.9 576 320 576s118.9-22.1 163.3-58.8L495 529c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C511.2 226.3 528 271.2 528 320s-16.8 93.7-44.9 129.1zm-34-292.3l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3l-80.2-80.4C226.3 128.8 271.2 112 320 112s93.7 16.8 129.1 44.9M237.3 368.8l-80.4 80.3C128.8 413.7 112 368.8 112 320s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM272 320c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularLifeRing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M449.1 483.1C413.7 511.2 368.8 528 320 528s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1.2C553.9 438.9 576 382.1 576 320s-22.1-118.9-58.8-163.3L529 145c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-11.8 11.7C438.9 86.1 382.1 64 320 64s-118.9 22.1-163.3 58.8L145 111c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l11.8 11.7C86.1 201.1 64 257.9 64 320s22.1 118.9 58.8 163.3L111 495c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C201.1 553.9 257.9 576 320 576s118.9-22.1 163.3-58.8L495 529c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C511.2 226.3 528 271.2 528 320s-16.8 93.7-44.9 129.1zm-34-292.3l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3l-80.2-80.4C226.3 128.8 271.2 112 320 112s93.7 16.8 129.1 44.9M237.3 368.8l-80.4 80.3C128.8 413.7 112 368.8 112 320s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM272 320c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M449.1 483.1C413.7 511.2 368.8 528 320 528s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1.2C553.9 438.9 576 382.1 576 320s-22.1-118.9-58.8-163.3L529 145c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-11.8 11.7C438.9 86.1 382.1 64 320 64s-118.9 22.1-163.3 58.8L145 111c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l11.8 11.7C86.1 201.1 64 257.9 64 320s22.1 118.9 58.8 163.3L111 495c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C201.1 553.9 257.9 576 320 576s118.9-22.1 163.3-58.8L495 529c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C511.2 226.3 528 271.2 528 320s-16.8 93.7-44.9 129.1zm-34-292.3l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3l-80.2-80.4C226.3 128.8 271.2 112 320 112s93.7 16.8 129.1 44.9M237.3 368.8l-80.4 80.3C128.8 413.7 112 368.8 112 320s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM272 320c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48"/></svg>
</template>

CSS

.icon-life-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M449.1%20483.1C413.7%20511.2%20368.8%20528%20320%20528s-93.7-16.8-129.1-44.9l80.4-80.4c14.3%208.4%2031%2013.3%2048.8%2013.3s34.5-4.8%2048.8-13.3l80.4%2080.4zm68.1.2C553.9%20438.9%20576%20382.1%20576%20320s-22.1-118.9-58.8-163.3L529%20145c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-11.8%2011.7C438.9%2086.1%20382.1%2064%20320%2064s-118.9%2022.1-163.3%2058.8L145%20111c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l11.8%2011.7C86.1%20201.1%2064%20257.9%2064%20320s22.1%20118.9%2058.8%20163.3L111%20495c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l11.8-11.8C201.1%20553.9%20257.9%20576%20320%20576s118.9-22.1%20163.3-58.8L495%20529c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3%2013.3-31%2013.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C511.2%20226.3%20528%20271.2%20528%20320s-16.8%2093.7-44.9%20129.1zm-34-292.3l-80.4%2080.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5%204.8-48.8%2013.3l-80.2-80.4C226.3%20128.8%20271.2%20112%20320%20112s93.7%2016.8%20129.1%2044.9M237.3%20368.8l-80.4%2080.3C128.8%20413.7%20112%20368.8%20112%20320s16.8-93.7%2044.9-129.1l80.4%2080.4c-8.4%2014.3-13.3%2031-13.3%2048.8s4.8%2034.5%2013.3%2048.8zM272%20320c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M449.1%20483.1C413.7%20511.2%20368.8%20528%20320%20528s-93.7-16.8-129.1-44.9l80.4-80.4c14.3%208.4%2031%2013.3%2048.8%2013.3s34.5-4.8%2048.8-13.3l80.4%2080.4zm68.1.2C553.9%20438.9%20576%20382.1%20576%20320s-22.1-118.9-58.8-163.3L529%20145c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-11.8%2011.7C438.9%2086.1%20382.1%2064%20320%2064s-118.9%2022.1-163.3%2058.8L145%20111c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l11.8%2011.7C86.1%20201.1%2064%20257.9%2064%20320s22.1%20118.9%2058.8%20163.3L111%20495c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l11.8-11.8C201.1%20553.9%20257.9%20576%20320%20576s118.9-22.1%20163.3-58.8L495%20529c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3%2013.3-31%2013.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C511.2%20226.3%20528%20271.2%20528%20320s-16.8%2093.7-44.9%20129.1zm-34-292.3l-80.4%2080.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5%204.8-48.8%2013.3l-80.2-80.4C226.3%20128.8%20271.2%20112%20320%20112s93.7%2016.8%20129.1%2044.9M237.3%20368.8l-80.4%2080.3C128.8%20413.7%20112%20368.8%20112%20320s16.8-93.7%2044.9-129.1l80.4%2080.4c-8.4%2014.3-13.3%2031-13.3%2048.8s4.8%2034.5%2013.3%2048.8zM272%20320c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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