lifebuoy icon
lifebuoy-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- lifebuoy-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
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="m14.757 16.172l3.571 3.571a10.004 10.004 0 0 1-12.656 0l3.57-3.571A5 5 0 0 0 12 17c1.02 0 1.967-.305 2.757-.828m-10.5-10.5l3.571 3.57A5 5 0 0 0 7 12c0 1.02.305 1.967.828 2.757l-3.57 3.572A10 10 0 0 1 2 12l.005-.324a10 10 0 0 1 2.252-6.005M22 12c0 2.343-.82 4.57-2.257 6.328l-3.571-3.57A5 5 0 0 0 17 12c0-1.02-.305-1.967-.828-2.757l3.571-3.57A10 10 0 0 1 22 12m-5-8.66q.707.41 1.33.918l-3.573 3.57A5 5 0 0 0 12 7c-1.02 0-1.967.305-2.757.828L5.67 4.258A10 10 0 0 1 17 3.34"/></svg>
React
import type { SVGProps } from "react";
export function TablerLifebuoyFilled(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="m14.757 16.172l3.571 3.571a10.004 10.004 0 0 1-12.656 0l3.57-3.571A5 5 0 0 0 12 17c1.02 0 1.967-.305 2.757-.828m-10.5-10.5l3.571 3.57A5 5 0 0 0 7 12c0 1.02.305 1.967.828 2.757l-3.57 3.572A10 10 0 0 1 2 12l.005-.324a10 10 0 0 1 2.252-6.005M22 12c0 2.343-.82 4.57-2.257 6.328l-3.571-3.57A5 5 0 0 0 17 12c0-1.02-.305-1.967-.828-2.757l3.571-3.57A10 10 0 0 1 22 12m-5-8.66q.707.41 1.33.918l-3.573 3.57A5 5 0 0 0 12 7c-1.02 0-1.967.305-2.757.828L5.67 4.258A10 10 0 0 1 17 3.34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.757 16.172l3.571 3.571a10.004 10.004 0 0 1-12.656 0l3.57-3.571A5 5 0 0 0 12 17c1.02 0 1.967-.305 2.757-.828m-10.5-10.5l3.571 3.57A5 5 0 0 0 7 12c0 1.02.305 1.967.828 2.757l-3.57 3.572A10 10 0 0 1 2 12l.005-.324a10 10 0 0 1 2.252-6.005M22 12c0 2.343-.82 4.57-2.257 6.328l-3.571-3.57A5 5 0 0 0 17 12c0-1.02-.305-1.967-.828-2.757l3.571-3.57A10 10 0 0 1 22 12m-5-8.66q.707.41 1.33.918l-3.573 3.57A5 5 0 0 0 12 7c-1.02 0-1.967.305-2.757.828L5.67 4.258A10 10 0 0 1 17 3.34"/></svg> </template>
CSS
.icon-lifebuoy-filled {
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%22m14.757%2016.172l3.571%203.571a10.004%2010.004%200%200%201-12.656%200l3.57-3.571A5%205%200%200%200%2012%2017c1.02%200%201.967-.305%202.757-.828m-10.5-10.5l3.571%203.57A5%205%200%200%200%207%2012c0%201.02.305%201.967.828%202.757l-3.57%203.572A10%2010%200%200%201%202%2012l.005-.324a10%2010%200%200%201%202.252-6.005M22%2012c0%202.343-.82%204.57-2.257%206.328l-3.571-3.57A5%205%200%200%200%2017%2012c0-1.02-.305-1.967-.828-2.757l3.571-3.57A10%2010%200%200%201%2022%2012m-5-8.66q.707.41%201.33.918l-3.573%203.57A5%205%200%200%200%2012%207c-1.02%200-1.967.305-2.757.828L5.67%204.258A10%2010%200%200%201%2017%203.34%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%22m14.757%2016.172l3.571%203.571a10.004%2010.004%200%200%201-12.656%200l3.57-3.571A5%205%200%200%200%2012%2017c1.02%200%201.967-.305%202.757-.828m-10.5-10.5l3.571%203.57A5%205%200%200%200%207%2012c0%201.02.305%201.967.828%202.757l-3.57%203.572A10%2010%200%200%201%202%2012l.005-.324a10%2010%200%200%201%202.252-6.005M22%2012c0%202.343-.82%204.57-2.257%206.328l-3.571-3.57A5%205%200%200%200%2017%2012c0-1.02-.305-1.967-.828-2.757l3.571-3.57A10%2010%200%200%201%2022%2012m-5-8.66q.707.41%201.33.918l-3.573%203.57A5%205%200%200%200%2012%207c-1.02%200-1.967.305-2.757.828L5.67%204.258A10%2010%200%200%201%2017%203.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/lifebuoy-filled.svg?color=%231a73e8&size=48