lifebuoy icon
lifebuoy-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.
- Name
- lifebuoy-outline
- Set
- Dither Icons
- Style
- Outline
- 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="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.5 19.6h11" opacity=".26"/><circle cx="12" cy="10.8" r="7" stroke-width="1.4"/><circle cx="12" cy="10.8" r="5.35" stroke-width="1.4"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.783021279348029 14.58302127934803L16.949747468305834 15.749747468305832M8.216978720651971 14.58302127934803L7.050252531694168 15.749747468305834M8.21697872065197 7.016978720651972L7.050252531694166 5.850252531694169M15.783021279348027 7.016978720651971L16.94974746830583 5.850252531694167"/><path 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 stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.4 20.1Q4.8 20.55 3.2 20.1" opacity="0"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M17.6 20.1q1.6.45 3.2 0" opacity="0"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.2 22q-1.2.3-2.4 0" opacity="0"/><path 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 DitherLifebuoyOutline(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"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M6.5 19.6h11" opacity=".26"/><circle cx="12" cy="10.8" r="7" strokeWidth="1.4"/><circle cx="12" cy="10.8" r="5.35" strokeWidth="1.4"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.4" d="M15.783021279348029 14.58302127934803L16.949747468305834 15.749747468305832M8.216978720651971 14.58302127934803L7.050252531694168 15.749747468305834M8.21697872065197 7.016978720651972L7.050252531694166 5.850252531694169M15.783021279348027 7.016978720651971L16.94974746830583 5.850252531694167"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M14.98951 17.51456A7.35 7.35 0 0 1 9.01049 17.51456" opacity="0"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M6.4 20.1Q4.8 20.55 3.2 20.1" opacity="0"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M17.6 20.1q1.6.45 3.2 0" opacity="0"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M7.2 22q-1.2.3-2.4 0" opacity="0"/><path 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="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.5 19.6h11" opacity=".26"/><circle cx="12" cy="10.8" r="7" stroke-width="1.4"/><circle cx="12" cy="10.8" r="5.35" stroke-width="1.4"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.783021279348029 14.58302127934803L16.949747468305834 15.749747468305832M8.216978720651971 14.58302127934803L7.050252531694168 15.749747468305834M8.21697872065197 7.016978720651972L7.050252531694166 5.850252531694169M15.783021279348027 7.016978720651971L16.94974746830583 5.850252531694167"/><path 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 stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M6.4 20.1Q4.8 20.55 3.2 20.1" opacity="0"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M17.6 20.1q1.6.45 3.2 0" opacity="0"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.2 22q-1.2.3-2.4 0" opacity="0"/><path 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-outline {
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%3E%3Cpath%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2210.8%22%20r%3D%227%22%20stroke-width%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210.8%22%20r%3D%225.35%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M15.783021279348029%2014.58302127934803L16.949747468305834%2015.749747468305832M8.216978720651971%2014.58302127934803L7.050252531694168%2015.749747468305834M8.21697872065197%207.016978720651972L7.050252531694166%205.850252531694169M15.783021279348027%207.016978720651971L16.94974746830583%205.850252531694167%22%2F%3E%3Cpath%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%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%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%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%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%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2210.8%22%20r%3D%227%22%20stroke-width%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210.8%22%20r%3D%225.35%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M15.783021279348029%2014.58302127934803L16.949747468305834%2015.749747468305832M8.216978720651971%2014.58302127934803L7.050252531694168%2015.749747468305834M8.21697872065197%207.016978720651972L7.050252531694166%205.850252531694169M15.783021279348027%207.016978720651971L16.94974746830583%205.850252531694167%22%2F%3E%3Cpath%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%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%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%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%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-outline.svg?color=%231a73e8&size=48