lifebuoy-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
lifebuoy-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All lifebuoy icons →

Use the lifebuoy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID7" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" stroke-width=".14" d="M18.45776 14.99372A7.7 7.7 0 0 1 16.19372 17.25776L14.53257 14.69982A4.65 4.65 0 0 0 15.89982 13.33257Z"/><path fill="#000" stroke="#000" stroke-width=".14" d="M7.80628 17.25776A7.7 7.7 0 0 1 5.54224 14.99372L8.10018 13.33257A4.65 4.65 0 0 0 9.46743 14.69982Z"/><path fill="#000" stroke="#000" stroke-width=".14" d="M5.54224 6.60628A7.7 7.7 0 0 1 7.80628 4.34224L9.46743 6.90018A4.65 4.65 0 0 0 8.10018 8.26743Z"/><path fill="#000" stroke="#000" stroke-width=".14" d="M16.19372 4.34224A7.7 7.7 0 0 1 18.45776 6.60628L15.89982 8.26743A4.65 4.65 0 0 0 14.53257 6.90018Z"/></mask></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.5 19.6h11" opacity=".26"/><g mask="url(#svgID7)" opacity=".62"><path fill-rule="evenodd" d="M19.7 10.8a7.7 7.7 0 1 0 -15.4 0a7.7 7.7 0 1 0 15.4 0ZM16.65 10.8a4.65 4.65 0 1 0 -9.3 0a4.65 4.65 0 1 0 9.3 0Z"/></g><path fill-rule="evenodd" d="M18.45776 14.99372A7.7 7.7 0 0 1 16.19372 17.25776L14.53257 14.69982A4.65 4.65 0 0 0 15.89982 13.33257Z"/><path fill-rule="evenodd" d="M7.80628 17.25776A7.7 7.7 0 0 1 5.54224 14.99372L8.10018 13.33257A4.65 4.65 0 0 0 9.46743 14.69982Z"/><path fill-rule="evenodd" d="M5.54224 6.60628A7.7 7.7 0 0 1 7.80628 4.34224L9.46743 6.90018A4.65 4.65 0 0 0 8.10018 8.26743Z"/><path fill-rule="evenodd" d="M16.19372 4.34224A7.7 7.7 0 0 1 18.45776 6.60628L15.89982 8.26743A4.65 4.65 0 0 0 14.53257 6.90018Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M14.98951 17.51456A7.35 7.35 0 0 1 9.01049 17.51456" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.4 20.1Q4.8 20.55 3.2 20.1" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M17.6 20.1q1.6.45 3.2 0" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.2 22q-1.2.3-2.4 0" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M16.8 22q1.2.3 2.4 0" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherLifebuoySolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID7" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" strokeWidth=".14" d="M18.45776 14.99372A7.7 7.7 0 0 1 16.19372 17.25776L14.53257 14.69982A4.65 4.65 0 0 0 15.89982 13.33257Z"/><path fill="#000" stroke="#000" strokeWidth=".14" d="M7.80628 17.25776A7.7 7.7 0 0 1 5.54224 14.99372L8.10018 13.33257A4.65 4.65 0 0 0 9.46743 14.69982Z"/><path fill="#000" stroke="#000" strokeWidth=".14" d="M5.54224 6.60628A7.7 7.7 0 0 1 7.80628 4.34224L9.46743 6.90018A4.65 4.65 0 0 0 8.10018 8.26743Z"/><path fill="#000" stroke="#000" strokeWidth=".14" d="M16.19372 4.34224A7.7 7.7 0 0 1 18.45776 6.60628L15.89982 8.26743A4.65 4.65 0 0 0 14.53257 6.90018Z"/></mask></defs><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M6.5 19.6h11" opacity=".26"/><g mask="url(#svgID7)" opacity=".62"><path fillRule="evenodd" d="M19.7 10.8a7.7 7.7 0 1 0 -15.4 0a7.7 7.7 0 1 0 15.4 0ZM16.65 10.8a4.65 4.65 0 1 0 -9.3 0a4.65 4.65 0 1 0 9.3 0Z"/></g><path fillRule="evenodd" d="M18.45776 14.99372A7.7 7.7 0 0 1 16.19372 17.25776L14.53257 14.69982A4.65 4.65 0 0 0 15.89982 13.33257Z"/><path fillRule="evenodd" d="M7.80628 17.25776A7.7 7.7 0 0 1 5.54224 14.99372L8.10018 13.33257A4.65 4.65 0 0 0 9.46743 14.69982Z"/><path fillRule="evenodd" d="M5.54224 6.60628A7.7 7.7 0 0 1 7.80628 4.34224L9.46743 6.90018A4.65 4.65 0 0 0 8.10018 8.26743Z"/><path fillRule="evenodd" d="M16.19372 4.34224A7.7 7.7 0 0 1 18.45776 6.60628L15.89982 8.26743A4.65 4.65 0 0 0 14.53257 6.90018Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M14.98951 17.51456A7.35 7.35 0 0 1 9.01049 17.51456" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M6.4 20.1Q4.8 20.55 3.2 20.1" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M17.6 20.1q1.6.45 3.2 0" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M7.2 22q-1.2.3-2.4 0" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M16.8 22q1.2.3 2.4 0" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID7" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" stroke-width=".14" d="M18.45776 14.99372A7.7 7.7 0 0 1 16.19372 17.25776L14.53257 14.69982A4.65 4.65 0 0 0 15.89982 13.33257Z"/><path fill="#000" stroke="#000" stroke-width=".14" d="M7.80628 17.25776A7.7 7.7 0 0 1 5.54224 14.99372L8.10018 13.33257A4.65 4.65 0 0 0 9.46743 14.69982Z"/><path fill="#000" stroke="#000" stroke-width=".14" d="M5.54224 6.60628A7.7 7.7 0 0 1 7.80628 4.34224L9.46743 6.90018A4.65 4.65 0 0 0 8.10018 8.26743Z"/><path fill="#000" stroke="#000" stroke-width=".14" d="M16.19372 4.34224A7.7 7.7 0 0 1 18.45776 6.60628L15.89982 8.26743A4.65 4.65 0 0 0 14.53257 6.90018Z"/></mask></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.5 19.6h11" opacity=".26"/><g mask="url(#svgID7)" opacity=".62"><path fill-rule="evenodd" d="M19.7 10.8a7.7 7.7 0 1 0 -15.4 0a7.7 7.7 0 1 0 15.4 0ZM16.65 10.8a4.65 4.65 0 1 0 -9.3 0a4.65 4.65 0 1 0 9.3 0Z"/></g><path fill-rule="evenodd" d="M18.45776 14.99372A7.7 7.7 0 0 1 16.19372 17.25776L14.53257 14.69982A4.65 4.65 0 0 0 15.89982 13.33257Z"/><path fill-rule="evenodd" d="M7.80628 17.25776A7.7 7.7 0 0 1 5.54224 14.99372L8.10018 13.33257A4.65 4.65 0 0 0 9.46743 14.69982Z"/><path fill-rule="evenodd" d="M5.54224 6.60628A7.7 7.7 0 0 1 7.80628 4.34224L9.46743 6.90018A4.65 4.65 0 0 0 8.10018 8.26743Z"/><path fill-rule="evenodd" d="M16.19372 4.34224A7.7 7.7 0 0 1 18.45776 6.60628L15.89982 8.26743A4.65 4.65 0 0 0 14.53257 6.90018Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M14.98951 17.51456A7.35 7.35 0 0 1 9.01049 17.51456" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.4 20.1Q4.8 20.55 3.2 20.1" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M17.6 20.1q1.6.45 3.2 0" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.2 22q-1.2.3-2.4 0" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M16.8 22q1.2.3 2.4 0" opacity="0"/></g></svg>
</template>

CSS

.icon-lifebuoy-solid {
  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%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID7%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.14%22%20d%3D%22M18.45776%2014.99372A7.7%207.7%200%200%201%2016.19372%2017.25776L14.53257%2014.69982A4.65%204.65%200%200%200%2015.89982%2013.33257Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.14%22%20d%3D%22M7.80628%2017.25776A7.7%207.7%200%200%201%205.54224%2014.99372L8.10018%2013.33257A4.65%204.65%200%200%200%209.46743%2014.69982Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.14%22%20d%3D%22M5.54224%206.60628A7.7%207.7%200%200%201%207.80628%204.34224L9.46743%206.90018A4.65%204.65%200%200%200%208.10018%208.26743Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.14%22%20d%3D%22M16.19372%204.34224A7.7%207.7%200%200%201%2018.45776%206.60628L15.89982%208.26743A4.65%204.65%200%200%200%2014.53257%206.90018Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M6.5%2019.6h11%22%20opacity%3D%22.26%22%2F%3E%3Cg%20mask%3D%22url(%23svgID7)%22%20opacity%3D%22.62%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.7%2010.8a7.7%207.7%200%201%200%20-15.4%200a7.7%207.7%200%201%200%2015.4%200ZM16.65%2010.8a4.65%204.65%200%201%200%20-9.3%200a4.65%204.65%200%201%200%209.3%200Z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.45776%2014.99372A7.7%207.7%200%200%201%2016.19372%2017.25776L14.53257%2014.69982A4.65%204.65%200%200%200%2015.89982%2013.33257Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.80628%2017.25776A7.7%207.7%200%200%201%205.54224%2014.99372L8.10018%2013.33257A4.65%204.65%200%200%200%209.46743%2014.69982Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.54224%206.60628A7.7%207.7%200%200%201%207.80628%204.34224L9.46743%206.90018A4.65%204.65%200%200%200%208.10018%208.26743Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.19372%204.34224A7.7%207.7%200%200%201%2018.45776%206.60628L15.89982%208.26743A4.65%204.65%200%200%200%2014.53257%206.90018Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M14.98951%2017.51456A7.35%207.35%200%200%201%209.01049%2017.51456%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M6.4%2020.1Q4.8%2020.55%203.2%2020.1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M17.6%2020.1q1.6.45%203.2%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.2%2022q-1.2.3-2.4%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M16.8%2022q1.2.3%202.4%200%22%20opacity%3D%220%22%2F%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%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID7%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.14%22%20d%3D%22M18.45776%2014.99372A7.7%207.7%200%200%201%2016.19372%2017.25776L14.53257%2014.69982A4.65%204.65%200%200%200%2015.89982%2013.33257Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.14%22%20d%3D%22M7.80628%2017.25776A7.7%207.7%200%200%201%205.54224%2014.99372L8.10018%2013.33257A4.65%204.65%200%200%200%209.46743%2014.69982Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.14%22%20d%3D%22M5.54224%206.60628A7.7%207.7%200%200%201%207.80628%204.34224L9.46743%206.90018A4.65%204.65%200%200%200%208.10018%208.26743Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.14%22%20d%3D%22M16.19372%204.34224A7.7%207.7%200%200%201%2018.45776%206.60628L15.89982%208.26743A4.65%204.65%200%200%200%2014.53257%206.90018Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M6.5%2019.6h11%22%20opacity%3D%22.26%22%2F%3E%3Cg%20mask%3D%22url(%23svgID7)%22%20opacity%3D%22.62%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.7%2010.8a7.7%207.7%200%201%200%20-15.4%200a7.7%207.7%200%201%200%2015.4%200ZM16.65%2010.8a4.65%204.65%200%201%200%20-9.3%200a4.65%204.65%200%201%200%209.3%200Z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.45776%2014.99372A7.7%207.7%200%200%201%2016.19372%2017.25776L14.53257%2014.69982A4.65%204.65%200%200%200%2015.89982%2013.33257Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.80628%2017.25776A7.7%207.7%200%200%201%205.54224%2014.99372L8.10018%2013.33257A4.65%204.65%200%200%200%209.46743%2014.69982Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.54224%206.60628A7.7%207.7%200%200%201%207.80628%204.34224L9.46743%206.90018A4.65%204.65%200%200%200%208.10018%208.26743Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.19372%204.34224A7.7%207.7%200%200%201%2018.45776%206.60628L15.89982%208.26743A4.65%204.65%200%200%200%2014.53257%206.90018Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M14.98951%2017.51456A7.35%207.35%200%200%201%209.01049%2017.51456%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M6.4%2020.1Q4.8%2020.55%203.2%2020.1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M17.6%2020.1q1.6.45%203.2%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.2%2022q-1.2.3-2.4%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M16.8%2022q1.2.3%202.4%200%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/lifebuoy-solid.svg?color=%231a73e8&size=48