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

Name
life-ring
Set
Font Awesome 6 Solid
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 Solid

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="M367.2 412.5C335.9 434.9 297.5 448 256 448s-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.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.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-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5M157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.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.3zM208 256a48 48 0 1 1 96 0a48 48 0 1 1-96 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidLifeRing(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="M367.2 412.5C335.9 434.9 297.5 448 256 448s-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.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.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-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5M157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.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.3zM208 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="M367.2 412.5C335.9 434.9 297.5 448 256 448s-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.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.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-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5M157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.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.3zM208 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%22M367.2%20412.5C335.9%20434.9%20297.5%20448%20256%20448s-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.3s-20.2-113.9-54-157.3c9-12.5%207.9-30.1-3.4-41.3S425.8%2045%20413.3%2054C369.9%2020.2%20315.3%200%20256%200S142.1%2020.2%2098.7%2054c-12.5-9-30.1-7.9-41.3%203.4S45%2086.2%2054%2098.7C20.2%20142.1%200%20196.7%200%20256s20.2%20113.9%2054%20157.3c-9%2012.5-7.9%2030.1%203.4%2041.3S86.2%20467%2098.7%20458c43.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-58C434.9%20176.1%20448%20214.5%20448%20256s-13.1%2079.9-35.5%20111.2zM367.2%2099.5l-58%2058c-15.8-8.6-34-13.5-53.3-13.5s-37.4%204.9-53.3%2013.5l-58-58C176.1%2077.1%20214.5%2064%20256%2064s79.9%2013.1%20111.2%2035.5M157.5%20309.3l-58%2058C77.1%20335.9%2064%20297.5%2064%20256s13.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.3zM208%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%22M367.2%20412.5C335.9%20434.9%20297.5%20448%20256%20448s-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.3s-20.2-113.9-54-157.3c9-12.5%207.9-30.1-3.4-41.3S425.8%2045%20413.3%2054C369.9%2020.2%20315.3%200%20256%200S142.1%2020.2%2098.7%2054c-12.5-9-30.1-7.9-41.3%203.4S45%2086.2%2054%2098.7C20.2%20142.1%200%20196.7%200%20256s20.2%20113.9%2054%20157.3c-9%2012.5-7.9%2030.1%203.4%2041.3S86.2%20467%2098.7%20458c43.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-58C434.9%20176.1%20448%20214.5%20448%20256s-13.1%2079.9-35.5%20111.2zM367.2%2099.5l-58%2058c-15.8-8.6-34-13.5-53.3-13.5s-37.4%204.9-53.3%2013.5l-58-58C176.1%2077.1%20214.5%2064%20256%2064s79.9%2013.1%20111.2%2035.5M157.5%20309.3l-58%2058C77.1%20335.9%2064%20297.5%2064%20256s13.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.3zM208%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-solid/life-ring.svg?color=%231a73e8&size=48