lifebuoy icon
lifebuoy-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- lifebuoy-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
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"><path fill="currentColor" fill-rule="evenodd" d="M19.449 8.448L16.388 11a4.5 4.5 0 0 1 0 2.002l3.061 2.55a8.28 8.28 0 0 0 0-7.103M15.552 19.45L13 16.388a4.5 4.5 0 0 1-2.002 0l-2.55 3.061a8.28 8.28 0 0 0 7.103 0M4.55 15.552L7.612 13a4.5 4.5 0 0 1 0-2.002L4.551 8.45a8.28 8.28 0 0 0 0 7.103M8.448 4.55L11 7.612a4.5 4.5 0 0 1 2.002 0l2.55-3.061a8.28 8.28 0 0 0-7.103 0m8.657-.86a9.8 9.8 0 0 1 1.79 1.415a9.8 9.8 0 0 1 1.414 1.788a9.76 9.76 0 0 1 0 10.212a9.8 9.8 0 0 1-1.415 1.788a9.8 9.8 0 0 1-1.788 1.415a9.76 9.76 0 0 1-10.212 0a9.8 9.8 0 0 1-1.788-1.415a9.8 9.8 0 0 1-1.415-1.788a9.76 9.76 0 0 1 0-10.212a9.8 9.8 0 0 1 1.415-1.788A9.8 9.8 0 0 1 6.894 3.69a9.76 9.76 0 0 1 10.212 0m-2.984 6.19a3 3 0 0 0-1.11-.704a3 3 0 0 0-2.022 0a3 3 0 0 0-1.11.704c-.326.325-.56.705-.704 1.11a3 3 0 0 0 0 2.022c.144.405.378.785.704 1.11s.705.56 1.11.704c.652.233 1.37.233 2.022 0a3 3 0 0 0 1.11-.704c.326-.325.56-.705.704-1.11a3 3 0 0 0 0-2.022a3 3 0 0 0-.704-1.11" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsLifebuoySolid(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" fillRule="evenodd" d="M19.449 8.448L16.388 11a4.5 4.5 0 0 1 0 2.002l3.061 2.55a8.28 8.28 0 0 0 0-7.103M15.552 19.45L13 16.388a4.5 4.5 0 0 1-2.002 0l-2.55 3.061a8.28 8.28 0 0 0 7.103 0M4.55 15.552L7.612 13a4.5 4.5 0 0 1 0-2.002L4.551 8.45a8.28 8.28 0 0 0 0 7.103M8.448 4.55L11 7.612a4.5 4.5 0 0 1 2.002 0l2.55-3.061a8.28 8.28 0 0 0-7.103 0m8.657-.86a9.8 9.8 0 0 1 1.79 1.415a9.8 9.8 0 0 1 1.414 1.788a9.76 9.76 0 0 1 0 10.212a9.8 9.8 0 0 1-1.415 1.788a9.8 9.8 0 0 1-1.788 1.415a9.76 9.76 0 0 1-10.212 0a9.8 9.8 0 0 1-1.788-1.415a9.8 9.8 0 0 1-1.415-1.788a9.76 9.76 0 0 1 0-10.212a9.8 9.8 0 0 1 1.415-1.788A9.8 9.8 0 0 1 6.894 3.69a9.76 9.76 0 0 1 10.212 0m-2.984 6.19a3 3 0 0 0-1.11-.704a3 3 0 0 0-2.022 0a3 3 0 0 0-1.11.704c-.326.325-.56.705-.704 1.11a3 3 0 0 0 0 2.022c.144.405.378.785.704 1.11s.705.56 1.11.704c.652.233 1.37.233 2.022 0a3 3 0 0 0 1.11-.704c.326-.325.56-.705.704-1.11a3 3 0 0 0 0-2.022a3 3 0 0 0-.704-1.11" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.449 8.448L16.388 11a4.5 4.5 0 0 1 0 2.002l3.061 2.55a8.28 8.28 0 0 0 0-7.103M15.552 19.45L13 16.388a4.5 4.5 0 0 1-2.002 0l-2.55 3.061a8.28 8.28 0 0 0 7.103 0M4.55 15.552L7.612 13a4.5 4.5 0 0 1 0-2.002L4.551 8.45a8.28 8.28 0 0 0 0 7.103M8.448 4.55L11 7.612a4.5 4.5 0 0 1 2.002 0l2.55-3.061a8.28 8.28 0 0 0-7.103 0m8.657-.86a9.8 9.8 0 0 1 1.79 1.415a9.8 9.8 0 0 1 1.414 1.788a9.76 9.76 0 0 1 0 10.212a9.8 9.8 0 0 1-1.415 1.788a9.8 9.8 0 0 1-1.788 1.415a9.76 9.76 0 0 1-10.212 0a9.8 9.8 0 0 1-1.788-1.415a9.8 9.8 0 0 1-1.415-1.788a9.76 9.76 0 0 1 0-10.212a9.8 9.8 0 0 1 1.415-1.788A9.8 9.8 0 0 1 6.894 3.69a9.76 9.76 0 0 1 10.212 0m-2.984 6.19a3 3 0 0 0-1.11-.704a3 3 0 0 0-2.022 0a3 3 0 0 0-1.11.704c-.326.325-.56.705-.704 1.11a3 3 0 0 0 0 2.022c.144.405.378.785.704 1.11s.705.56 1.11.704c.652.233 1.37.233 2.022 0a3 3 0 0 0 1.11-.704c.326-.325.56-.705.704-1.11a3 3 0 0 0 0-2.022a3 3 0 0 0-.704-1.11" clip-rule="evenodd"/></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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.449%208.448L16.388%2011a4.5%204.5%200%200%201%200%202.002l3.061%202.55a8.28%208.28%200%200%200%200-7.103M15.552%2019.45L13%2016.388a4.5%204.5%200%200%201-2.002%200l-2.55%203.061a8.28%208.28%200%200%200%207.103%200M4.55%2015.552L7.612%2013a4.5%204.5%200%200%201%200-2.002L4.551%208.45a8.28%208.28%200%200%200%200%207.103M8.448%204.55L11%207.612a4.5%204.5%200%200%201%202.002%200l2.55-3.061a8.28%208.28%200%200%200-7.103%200m8.657-.86a9.8%209.8%200%200%201%201.79%201.415a9.8%209.8%200%200%201%201.414%201.788a9.76%209.76%200%200%201%200%2010.212a9.8%209.8%200%200%201-1.415%201.788a9.8%209.8%200%200%201-1.788%201.415a9.76%209.76%200%200%201-10.212%200a9.8%209.8%200%200%201-1.788-1.415a9.8%209.8%200%200%201-1.415-1.788a9.76%209.76%200%200%201%200-10.212a9.8%209.8%200%200%201%201.415-1.788A9.8%209.8%200%200%201%206.894%203.69a9.76%209.76%200%200%201%2010.212%200m-2.984%206.19a3%203%200%200%200-1.11-.704a3%203%200%200%200-2.022%200a3%203%200%200%200-1.11.704c-.326.325-.56.705-.704%201.11a3%203%200%200%200%200%202.022c.144.405.378.785.704%201.11s.705.56%201.11.704c.652.233%201.37.233%202.022%200a3%203%200%200%200%201.11-.704c.326-.325.56-.705.704-1.11a3%203%200%200%200%200-2.022a3%203%200%200%200-.704-1.11%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.449%208.448L16.388%2011a4.5%204.5%200%200%201%200%202.002l3.061%202.55a8.28%208.28%200%200%200%200-7.103M15.552%2019.45L13%2016.388a4.5%204.5%200%200%201-2.002%200l-2.55%203.061a8.28%208.28%200%200%200%207.103%200M4.55%2015.552L7.612%2013a4.5%204.5%200%200%201%200-2.002L4.551%208.45a8.28%208.28%200%200%200%200%207.103M8.448%204.55L11%207.612a4.5%204.5%200%200%201%202.002%200l2.55-3.061a8.28%208.28%200%200%200-7.103%200m8.657-.86a9.8%209.8%200%200%201%201.79%201.415a9.8%209.8%200%200%201%201.414%201.788a9.76%209.76%200%200%201%200%2010.212a9.8%209.8%200%200%201-1.415%201.788a9.8%209.8%200%200%201-1.788%201.415a9.76%209.76%200%200%201-10.212%200a9.8%209.8%200%200%201-1.788-1.415a9.8%209.8%200%200%201-1.415-1.788a9.76%209.76%200%200%201%200-10.212a9.8%209.8%200%200%201%201.415-1.788A9.8%209.8%200%200%201%206.894%203.69a9.76%209.76%200%200%201%2010.212%200m-2.984%206.19a3%203%200%200%200-1.11-.704a3%203%200%200%200-2.022%200a3%203%200%200%200-1.11.704c-.326.325-.56.705-.704%201.11a3%203%200%200%200%200%202.022c.144.405.378.785.704%201.11s.705.56%201.11.704c.652.233%201.37.233%202.022%200a3%203%200%200%200%201.11-.704c.326-.325.56-.705.704-1.11a3%203%200%200%200%200-2.022a3%203%200%200%200-.704-1.11%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/lifebuoy-solid.svg?color=%231a73e8&size=48