lifebuoy icon
lifebuoy-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- lifebuoy-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Use the lifebuoy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="m18 6l-3.172 3.172M6 18l3.172-3.172M6 6l3.172 3.172M18 18l-3.172-3.172m0-5.656A4 4 0 0 0 12 8a4 4 0 0 0-2.828 1.172m5.656 0A3.98 3.98 0 0 1 16 12a4 4 0 0 1-1.172 2.828M9.172 9.172A4 4 0 0 0 8 12c0 1.105.448 2.105 1.172 2.828m0 0A4 4 0 0 0 12 16a4 4 0 0 0 2.828-1.172"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsLifebuoyLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="12" cy="12" r="9"/><path d="m18 6l-3.172 3.172M6 18l3.172-3.172M6 6l3.172 3.172M18 18l-3.172-3.172m0-5.656A4 4 0 0 0 12 8a4 4 0 0 0-2.828 1.172m5.656 0A3.98 3.98 0 0 1 16 12a4 4 0 0 1-1.172 2.828M9.172 9.172A4 4 0 0 0 8 12c0 1.105.448 2.105 1.172 2.828m0 0A4 4 0 0 0 12 16a4 4 0 0 0 2.828-1.172"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="m18 6l-3.172 3.172M6 18l3.172-3.172M6 6l3.172 3.172M18 18l-3.172-3.172m0-5.656A4 4 0 0 0 12 8a4 4 0 0 0-2.828 1.172m5.656 0A3.98 3.98 0 0 1 16 12a4 4 0 0 1-1.172 2.828M9.172 9.172A4 4 0 0 0 8 12c0 1.105.448 2.105 1.172 2.828m0 0A4 4 0 0 0 12 16a4 4 0 0 0 2.828-1.172"/></g></svg> </template>
CSS
.icon-lifebuoy-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m18%206l-3.172%203.172M6%2018l3.172-3.172M6%206l3.172%203.172M18%2018l-3.172-3.172m0-5.656A4%204%200%200%200%2012%208a4%204%200%200%200-2.828%201.172m5.656%200A3.98%203.98%200%200%201%2016%2012a4%204%200%200%201-1.172%202.828M9.172%209.172A4%204%200%200%200%208%2012c0%201.105.448%202.105%201.172%202.828m0%200A4%204%200%200%200%2012%2016a4%204%200%200%200%202.828-1.172%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m18%206l-3.172%203.172M6%2018l3.172-3.172M6%206l3.172%203.172M18%2018l-3.172-3.172m0-5.656A4%204%200%200%200%2012%208a4%204%200%200%200-2.828%201.172m5.656%200A3.98%203.98%200%200%201%2016%2012a4%204%200%200%201-1.172%202.828M9.172%209.172A4%204%200%200%200%208%2012c0%201.105.448%202.105%201.172%202.828m0%200A4%204%200%200%200%2012%2016a4%204%200%200%200%202.828-1.172%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/lifebuoy-line.svg?color=%231a73e8&size=48