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

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

The same icon in other sets

More maps icons from Font Awesome 6 Regular

Use the life ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M385.1 419.1C349.7 447.2 304.8 464 256 464s-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.2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-11.8 11.7C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l11.7 11.8C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.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.4C447.2 162.3 464 207.2 464 256s-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.4C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9M173.3 304.8l-80.4 80.3C64.8 349.7 48 304.8 48 256s16.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.8zM208 256a48 48 0 1 1 96 0a48 48 0 1 1-96 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularLifeRing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M385.1 419.1C349.7 447.2 304.8 464 256 464s-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.2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-11.8 11.7C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l11.7 11.8C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.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.4C447.2 162.3 464 207.2 464 256s-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.4C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9M173.3 304.8l-80.4 80.3C64.8 349.7 48 304.8 48 256s16.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.8zM208 256a48 48 0 1 1 96 0a48 48 0 1 1-96 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M385.1 419.1C349.7 447.2 304.8 464 256 464s-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.2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-11.8 11.7C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l11.7 11.8C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.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.4C447.2 162.3 464 207.2 464 256s-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.4C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9M173.3 304.8l-80.4 80.3C64.8 349.7 48 304.8 48 256s16.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.8zM208 256a48 48 0 1 1 96 0a48 48 0 1 1-96 0"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M385.1%20419.1C349.7%20447.2%20304.8%20464%20256%20464s-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.2C489.9%20374.9%20512%20318.1%20512%20256s-22.1-118.9-58.8-163.3L465%2081c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-11.8%2011.7C374.9%2022.1%20318.1%200%20256%200S137.1%2022.1%2092.7%2058.8L81%2047c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l11.7%2011.8C22.1%20137.1%200%20193.9%200%20256s22.1%20118.9%2058.8%20163.3L47%20431c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l11.8-11.8C137.1%20489.9%20193.9%20512%20256%20512s118.9-22.1%20163.3-58.8L431%20465c9.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.4C447.2%20162.3%20464%20207.2%20464%20256s-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.4C162.3%2064.8%20207.2%2048%20256%2048s93.7%2016.8%20129.1%2044.9M173.3%20304.8l-80.4%2080.3C64.8%20349.7%2048%20304.8%2048%20256s16.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.8zM208%20256a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M385.1%20419.1C349.7%20447.2%20304.8%20464%20256%20464s-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.2C489.9%20374.9%20512%20318.1%20512%20256s-22.1-118.9-58.8-163.3L465%2081c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-11.8%2011.7C374.9%2022.1%20318.1%200%20256%200S137.1%2022.1%2092.7%2058.8L81%2047c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l11.7%2011.8C22.1%20137.1%200%20193.9%200%20256s22.1%20118.9%2058.8%20163.3L47%20431c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l11.8-11.8C137.1%20489.9%20193.9%20512%20256%20512s118.9-22.1%20163.3-58.8L431%20465c9.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.4C447.2%20162.3%20464%20207.2%20464%20256s-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.4C162.3%2064.8%20207.2%2048%20256%2048s93.7%2016.8%20129.1%2044.9M173.3%20304.8l-80.4%2080.3C64.8%20349.7%2048%20304.8%2048%20256s16.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.8zM208%20256a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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