life saver icon
life-saver-outline from Flowbite Icons by Themesberg · Outline · General · MIT Free for personal and commercial use.
- Name
- life-saver-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- General
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
More general icons from Flowbite Icons
add-column-after-outlineadd-column-before-outlineadjustments-horizontal-outlineadjustments-vertical-outlineannotation-outlineapi-key-outlinearchive-outlinearrow-up-right-from-square-outlineatom-outlineaward-outlinebadge-check-outlineban-outlinebarcode-outlinebars-from-left-outlinebars-outlinebattery-outlinebed-outlinebell-active-alt-outlinebell-active-outlinebell-outlinebell-ring-outlineblender-phone-outlinebook-open-outlinebook-outline
Use the life saver icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m13.46 8.291l3.849-3.849a1.5 1.5 0 0 1 2.122 0l.127.127a1.5 1.5 0 0 1 0 2.122l-3.84 3.838a4 4 0 0 0-2.258-2.238m0 0a4 4 0 0 1 2.263 2.238l3.662-3.662a8.96 8.96 0 0 1 0 10.27l-3.676-3.676m-2.25-5.17l3.678-3.676a8.96 8.96 0 0 0-10.27 0l3.662 3.662a4 4 0 0 0-2.238 2.258L4.615 6.863a8.96 8.96 0 0 0 0 10.27l3.662-3.662a4 4 0 0 0 2.258 2.238l-3.672 3.676a8.96 8.96 0 0 0 10.27 0l-3.662-3.662a4 4 0 0 0 2.238-2.262m0 0l3.849 3.848a1.5 1.5 0 0 1 0 2.122l-.127.126a1.5 1.5 0 0 1-2.122 0l-3.838-3.838a4 4 0 0 0 2.238-2.258m.29-1.461a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-7.718 1.471l-3.84 3.838a1.5 1.5 0 0 0 0 2.122l.128.126a1.5 1.5 0 0 0 2.122 0l3.848-3.848a4 4 0 0 1-2.258-2.238m2.248-5.19L6.69 4.442a1.5 1.5 0 0 0-2.122 0l-.127.127a1.5 1.5 0 0 0 0 2.122l3.849 3.848a4 4 0 0 1 2.238-2.258Z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteLifeSaverOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m13.46 8.291l3.849-3.849a1.5 1.5 0 0 1 2.122 0l.127.127a1.5 1.5 0 0 1 0 2.122l-3.84 3.838a4 4 0 0 0-2.258-2.238m0 0a4 4 0 0 1 2.263 2.238l3.662-3.662a8.96 8.96 0 0 1 0 10.27l-3.676-3.676m-2.25-5.17l3.678-3.676a8.96 8.96 0 0 0-10.27 0l3.662 3.662a4 4 0 0 0-2.238 2.258L4.615 6.863a8.96 8.96 0 0 0 0 10.27l3.662-3.662a4 4 0 0 0 2.258 2.238l-3.672 3.676a8.96 8.96 0 0 0 10.27 0l-3.662-3.662a4 4 0 0 0 2.238-2.262m0 0l3.849 3.848a1.5 1.5 0 0 1 0 2.122l-.127.126a1.5 1.5 0 0 1-2.122 0l-3.838-3.838a4 4 0 0 0 2.238-2.258m.29-1.461a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-7.718 1.471l-3.84 3.838a1.5 1.5 0 0 0 0 2.122l.128.126a1.5 1.5 0 0 0 2.122 0l3.848-3.848a4 4 0 0 1-2.258-2.238m2.248-5.19L6.69 4.442a1.5 1.5 0 0 0-2.122 0l-.127.127a1.5 1.5 0 0 0 0 2.122l3.849 3.848a4 4 0 0 1 2.238-2.258Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m13.46 8.291l3.849-3.849a1.5 1.5 0 0 1 2.122 0l.127.127a1.5 1.5 0 0 1 0 2.122l-3.84 3.838a4 4 0 0 0-2.258-2.238m0 0a4 4 0 0 1 2.263 2.238l3.662-3.662a8.96 8.96 0 0 1 0 10.27l-3.676-3.676m-2.25-5.17l3.678-3.676a8.96 8.96 0 0 0-10.27 0l3.662 3.662a4 4 0 0 0-2.238 2.258L4.615 6.863a8.96 8.96 0 0 0 0 10.27l3.662-3.662a4 4 0 0 0 2.258 2.238l-3.672 3.676a8.96 8.96 0 0 0 10.27 0l-3.662-3.662a4 4 0 0 0 2.238-2.262m0 0l3.849 3.848a1.5 1.5 0 0 1 0 2.122l-.127.126a1.5 1.5 0 0 1-2.122 0l-3.838-3.838a4 4 0 0 0 2.238-2.258m.29-1.461a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-7.718 1.471l-3.84 3.838a1.5 1.5 0 0 0 0 2.122l.128.126a1.5 1.5 0 0 0 2.122 0l3.848-3.848a4 4 0 0 1-2.258-2.238m2.248-5.19L6.69 4.442a1.5 1.5 0 0 0-2.122 0l-.127.127a1.5 1.5 0 0 0 0 2.122l3.849 3.848a4 4 0 0 1 2.238-2.258Z"/></svg> </template>
CSS
.icon-life-saver-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m13.46%208.291l3.849-3.849a1.5%201.5%200%200%201%202.122%200l.127.127a1.5%201.5%200%200%201%200%202.122l-3.84%203.838a4%204%200%200%200-2.258-2.238m0%200a4%204%200%200%201%202.263%202.238l3.662-3.662a8.96%208.96%200%200%201%200%2010.27l-3.676-3.676m-2.25-5.17l3.678-3.676a8.96%208.96%200%200%200-10.27%200l3.662%203.662a4%204%200%200%200-2.238%202.258L4.615%206.863a8.96%208.96%200%200%200%200%2010.27l3.662-3.662a4%204%200%200%200%202.258%202.238l-3.672%203.676a8.96%208.96%200%200%200%2010.27%200l-3.662-3.662a4%204%200%200%200%202.238-2.262m0%200l3.849%203.848a1.5%201.5%200%200%201%200%202.122l-.127.126a1.5%201.5%200%200%201-2.122%200l-3.838-3.838a4%204%200%200%200%202.238-2.258m.29-1.461a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-7.718%201.471l-3.84%203.838a1.5%201.5%200%200%200%200%202.122l.128.126a1.5%201.5%200%200%200%202.122%200l3.848-3.848a4%204%200%200%201-2.258-2.238m2.248-5.19L6.69%204.442a1.5%201.5%200%200%200-2.122%200l-.127.127a1.5%201.5%200%200%200%200%202.122l3.849%203.848a4%204%200%200%201%202.238-2.258Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m13.46%208.291l3.849-3.849a1.5%201.5%200%200%201%202.122%200l.127.127a1.5%201.5%200%200%201%200%202.122l-3.84%203.838a4%204%200%200%200-2.258-2.238m0%200a4%204%200%200%201%202.263%202.238l3.662-3.662a8.96%208.96%200%200%201%200%2010.27l-3.676-3.676m-2.25-5.17l3.678-3.676a8.96%208.96%200%200%200-10.27%200l3.662%203.662a4%204%200%200%200-2.238%202.258L4.615%206.863a8.96%208.96%200%200%200%200%2010.27l3.662-3.662a4%204%200%200%200%202.258%202.238l-3.672%203.676a8.96%208.96%200%200%200%2010.27%200l-3.662-3.662a4%204%200%200%200%202.238-2.262m0%200l3.849%203.848a1.5%201.5%200%200%201%200%202.122l-.127.126a1.5%201.5%200%200%201-2.122%200l-3.838-3.838a4%204%200%200%200%202.238-2.258m.29-1.461a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-7.718%201.471l-3.84%203.838a1.5%201.5%200%200%200%200%202.122l.128.126a1.5%201.5%200%200%200%202.122%200l3.848-3.848a4%204%200%200%201-2.258-2.238m2.248-5.19L6.69%204.442a1.5%201.5%200%200%200-2.122%200l-.127.127a1.5%201.5%200%200%200%200%202.122l3.849%203.848a4%204%200%200%201%202.238-2.258Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/life-saver-outline.svg?color=%231a73e8&size=48