lifebuoy icon
lifebuoy-line from Remix Icon by Remix Design · Line · Map · Apache-2.0 Free for personal and commercial use.
- Name
- lifebuoy-line
- Set
- Remix Icon
- Style
- Line
- Category
- Map
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More map icons from Remix Icon
anchor-fillbarricade-fillbike-fillbus-2-fillbus-fillbus-wifi-fillcar-fillcar-washing-fillcaravan-fillcharging-pile-2-fillcharging-pile-fillchina-railway-fillcompass-2-fillcompass-3-fillcompass-4-fillcompass-discover-fillcompass-filldirection-fille-bike-2-fille-bike-fillearth-fillflight-land-fillflight-takeoff-fillfootprint-fill
Use the lifebuoy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 15a5 5 0 0 1-1.828-.344l-2.236 2.236A7.96 7.96 0 0 0 12 20a7.96 7.96 0 0 0 4.064-1.108l-2.236-2.236A5 5 0 0 1 12 17m-8-5a7.96 7.96 0 0 0 1.108 4.064l2.237-2.236A5 5 0 0 1 7 12c0-.645.122-1.261.345-1.828L5.108 7.936A7.96 7.96 0 0 0 4 12m14.892-4.064l-2.236 2.236c.222.567.344 1.183.344 1.828s-.122 1.261-.344 1.828l2.236 2.236A7.96 7.96 0 0 0 20 12a7.96 7.96 0 0 0-1.108-4.064M12 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0-5a7.96 7.96 0 0 0-4.064 1.108l2.236 2.237A5 5 0 0 1 12 7c.645 0 1.261.122 1.828.345l2.236-2.237A7.96 7.96 0 0 0 12 4"/></svg>
React
import type { SVGProps } from "react";
export function RiLifebuoyLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 15a5 5 0 0 1-1.828-.344l-2.236 2.236A7.96 7.96 0 0 0 12 20a7.96 7.96 0 0 0 4.064-1.108l-2.236-2.236A5 5 0 0 1 12 17m-8-5a7.96 7.96 0 0 0 1.108 4.064l2.237-2.236A5 5 0 0 1 7 12c0-.645.122-1.261.345-1.828L5.108 7.936A7.96 7.96 0 0 0 4 12m14.892-4.064l-2.236 2.236c.222.567.344 1.183.344 1.828s-.122 1.261-.344 1.828l2.236 2.236A7.96 7.96 0 0 0 20 12a7.96 7.96 0 0 0-1.108-4.064M12 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0-5a7.96 7.96 0 0 0-4.064 1.108l2.236 2.237A5 5 0 0 1 12 7c.645 0 1.261.122 1.828.345l2.236-2.237A7.96 7.96 0 0 0 12 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 15a5 5 0 0 1-1.828-.344l-2.236 2.236A7.96 7.96 0 0 0 12 20a7.96 7.96 0 0 0 4.064-1.108l-2.236-2.236A5 5 0 0 1 12 17m-8-5a7.96 7.96 0 0 0 1.108 4.064l2.237-2.236A5 5 0 0 1 7 12c0-.645.122-1.261.345-1.828L5.108 7.936A7.96 7.96 0 0 0 4 12m14.892-4.064l-2.236 2.236c.222.567.344 1.183.344 1.828s-.122 1.261-.344 1.828l2.236 2.236A7.96 7.96 0 0 0 20 12a7.96 7.96 0 0 0-1.108-4.064M12 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0-5a7.96 7.96 0 0 0-4.064 1.108l2.236 2.237A5 5 0 0 1 12 7c.645 0 1.261.122 1.828.345l2.236-2.237A7.96 7.96 0 0 0 12 4"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%2015a5%205%200%200%201-1.828-.344l-2.236%202.236A7.96%207.96%200%200%200%2012%2020a7.96%207.96%200%200%200%204.064-1.108l-2.236-2.236A5%205%200%200%201%2012%2017m-8-5a7.96%207.96%200%200%200%201.108%204.064l2.237-2.236A5%205%200%200%201%207%2012c0-.645.122-1.261.345-1.828L5.108%207.936A7.96%207.96%200%200%200%204%2012m14.892-4.064l-2.236%202.236c.222.567.344%201.183.344%201.828s-.122%201.261-.344%201.828l2.236%202.236A7.96%207.96%200%200%200%2020%2012a7.96%207.96%200%200%200-1.108-4.064M12%209a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0-5a7.96%207.96%200%200%200-4.064%201.108l2.236%202.237A5%205%200%200%201%2012%207c.645%200%201.261.122%201.828.345l2.236-2.237A7.96%207.96%200%200%200%2012%204%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%2015a5%205%200%200%201-1.828-.344l-2.236%202.236A7.96%207.96%200%200%200%2012%2020a7.96%207.96%200%200%200%204.064-1.108l-2.236-2.236A5%205%200%200%201%2012%2017m-8-5a7.96%207.96%200%200%200%201.108%204.064l2.237-2.236A5%205%200%200%201%207%2012c0-.645.122-1.261.345-1.828L5.108%207.936A7.96%207.96%200%200%200%204%2012m14.892-4.064l-2.236%202.236c.222.567.344%201.183.344%201.828s-.122%201.261-.344%201.828l2.236%202.236A7.96%207.96%200%200%200%2020%2012a7.96%207.96%200%200%200-1.108-4.064M12%209a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0-5a7.96%207.96%200%200%200-4.064%201.108l2.236%202.237A5%205%200%200%201%2012%207c.645%200%201.261.122%201.828.345l2.236-2.237A7.96%207.96%200%200%200%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/lifebuoy-line.svg?color=%231a73e8&size=48