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

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

The same icon in other sets

More maps icons from Font Awesome Solid

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="M431.2 476.5C399.9 498.9 361.5 512 320 512s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7.8c33.8-43.4 54-98 54-157.3S555.8 206.1 522 162.7c9-12.5 7.9-30.1-3.4-41.3s-28.8-12.4-41.3-3.4c-43.4-33.8-98-54-157.3-54s-113.9 20.2-157.3 54c-12.5-9-30.1-7.9-41.3 3.4s-12.4 28.8-3.4 41.3c-33.8 43.4-54 98-54 157.3s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3s28.8 12.4 41.3 3.4c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C498.9 240.1 512 278.5 512 320s-13.1 79.9-35.5 111.2zm-45.2-267.7l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C240.1 141.1 278.5 128 320 128s79.9 13.1 111.2 35.5M221.5 373.3l-58 58C141.1 399.9 128 361.5 128 320s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM272 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 Fa7SolidLifeRing(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="M431.2 476.5C399.9 498.9 361.5 512 320 512s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7.8c33.8-43.4 54-98 54-157.3S555.8 206.1 522 162.7c9-12.5 7.9-30.1-3.4-41.3s-28.8-12.4-41.3-3.4c-43.4-33.8-98-54-157.3-54s-113.9 20.2-157.3 54c-12.5-9-30.1-7.9-41.3 3.4s-12.4 28.8-3.4 41.3c-33.8 43.4-54 98-54 157.3s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3s28.8 12.4 41.3 3.4c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C498.9 240.1 512 278.5 512 320s-13.1 79.9-35.5 111.2zm-45.2-267.7l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C240.1 141.1 278.5 128 320 128s79.9 13.1 111.2 35.5M221.5 373.3l-58 58C141.1 399.9 128 361.5 128 320s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM272 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="M431.2 476.5C399.9 498.9 361.5 512 320 512s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7.8c33.8-43.4 54-98 54-157.3S555.8 206.1 522 162.7c9-12.5 7.9-30.1-3.4-41.3s-28.8-12.4-41.3-3.4c-43.4-33.8-98-54-157.3-54s-113.9 20.2-157.3 54c-12.5-9-30.1-7.9-41.3 3.4s-12.4 28.8-3.4 41.3c-33.8 43.4-54 98-54 157.3s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3s28.8 12.4 41.3 3.4c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C498.9 240.1 512 278.5 512 320s-13.1 79.9-35.5 111.2zm-45.2-267.7l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C240.1 141.1 278.5 128 320 128s79.9 13.1 111.2 35.5M221.5 373.3l-58 58C141.1 399.9 128 361.5 128 320s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM272 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%22M431.2%20476.5C399.9%20498.9%20361.5%20512%20320%20512s-79.9-13.1-111.2-35.5l58-58c15.8%208.6%2034%2013.5%2053.3%2013.5s37.4-4.9%2053.3-13.5l58%2058zm90.7.8c33.8-43.4%2054-98%2054-157.3S555.8%20206.1%20522%20162.7c9-12.5%207.9-30.1-3.4-41.3s-28.8-12.4-41.3-3.4c-43.4-33.8-98-54-157.3-54s-113.9%2020.2-157.3%2054c-12.5-9-30.1-7.9-41.3%203.4s-12.4%2028.8-3.4%2041.3c-33.8%2043.4-54%2098-54%20157.3s20.2%20113.9%2054%20157.3c-9%2012.5-7.9%2030.1%203.4%2041.3s28.8%2012.4%2041.3%203.4c43.4%2033.8%2098%2054%20157.3%2054s113.9-20.2%20157.3-54c12.5%209%2030.1%207.9%2041.3-3.4s12.4-28.8%203.4-41.3zm-45.5-46.1l-58-58c8.6-15.8%2013.5-34%2013.5-53.3s-4.9-37.4-13.5-53.3l58-58C498.9%20240.1%20512%20278.5%20512%20320s-13.1%2079.9-35.5%20111.2zm-45.2-267.7l-58%2058c-15.8-8.6-34-13.5-53.3-13.5s-37.4%204.9-53.3%2013.5l-58-58C240.1%20141.1%20278.5%20128%20320%20128s79.9%2013.1%20111.2%2035.5M221.5%20373.3l-58%2058C141.1%20399.9%20128%20361.5%20128%20320s13.1-79.9%2035.5-111.2l58%2058c-8.6%2015.8-13.5%2034-13.5%2053.3s4.9%2037.4%2013.5%2053.3zM272%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%22M431.2%20476.5C399.9%20498.9%20361.5%20512%20320%20512s-79.9-13.1-111.2-35.5l58-58c15.8%208.6%2034%2013.5%2053.3%2013.5s37.4-4.9%2053.3-13.5l58%2058zm90.7.8c33.8-43.4%2054-98%2054-157.3S555.8%20206.1%20522%20162.7c9-12.5%207.9-30.1-3.4-41.3s-28.8-12.4-41.3-3.4c-43.4-33.8-98-54-157.3-54s-113.9%2020.2-157.3%2054c-12.5-9-30.1-7.9-41.3%203.4s-12.4%2028.8-3.4%2041.3c-33.8%2043.4-54%2098-54%20157.3s20.2%20113.9%2054%20157.3c-9%2012.5-7.9%2030.1%203.4%2041.3s28.8%2012.4%2041.3%203.4c43.4%2033.8%2098%2054%20157.3%2054s113.9-20.2%20157.3-54c12.5%209%2030.1%207.9%2041.3-3.4s12.4-28.8%203.4-41.3zm-45.5-46.1l-58-58c8.6-15.8%2013.5-34%2013.5-53.3s-4.9-37.4-13.5-53.3l58-58C498.9%20240.1%20512%20278.5%20512%20320s-13.1%2079.9-35.5%20111.2zm-45.2-267.7l-58%2058c-15.8-8.6-34-13.5-53.3-13.5s-37.4%204.9-53.3%2013.5l-58-58C240.1%20141.1%20278.5%20128%20320%20128s79.9%2013.1%20111.2%2035.5M221.5%20373.3l-58%2058C141.1%20399.9%20128%20361.5%20128%20320s13.1-79.9%2035.5-111.2l58%2058c-8.6%2015.8-13.5%2034-13.5%2053.3s4.9%2037.4%2013.5%2053.3zM272%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-solid/life-ring.svg?color=%231a73e8&size=48