life preserver icon
life-preserver from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- life-preserver
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Use the life preserver icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m6.43-5.228a7.03 7.03 0 0 1-3.658 3.658l-1.115-2.788a4 4 0 0 0 1.985-1.985zM5.228 14.43a7.03 7.03 0 0 1-3.658-3.658l2.788-1.115a4 4 0 0 0 1.985 1.985zm9.202-9.202l-2.788 1.115a4 4 0 0 0-1.985-1.985l1.115-2.788a7.03 7.03 0 0 1 3.658 3.658m-8.087-.87a4 4 0 0 0-1.985 1.985L1.57 5.228A7.03 7.03 0 0 1 5.228 1.57zM8 11a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
React
import type { SVGProps } from "react";
export function BiLifePreserver(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m6.43-5.228a7.03 7.03 0 0 1-3.658 3.658l-1.115-2.788a4 4 0 0 0 1.985-1.985zM5.228 14.43a7.03 7.03 0 0 1-3.658-3.658l2.788-1.115a4 4 0 0 0 1.985 1.985zm9.202-9.202l-2.788 1.115a4 4 0 0 0-1.985-1.985l1.115-2.788a7.03 7.03 0 0 1 3.658 3.658m-8.087-.87a4 4 0 0 0-1.985 1.985L1.57 5.228A7.03 7.03 0 0 1 5.228 1.57zM8 11a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m6.43-5.228a7.03 7.03 0 0 1-3.658 3.658l-1.115-2.788a4 4 0 0 0 1.985-1.985zM5.228 14.43a7.03 7.03 0 0 1-3.658-3.658l2.788-1.115a4 4 0 0 0 1.985 1.985zm9.202-9.202l-2.788 1.115a4 4 0 0 0-1.985-1.985l1.115-2.788a7.03 7.03 0 0 1 3.658 3.658m-8.087-.87a4 4 0 0 0-1.985 1.985L1.57 5.228A7.03 7.03 0 0 1 5.228 1.57zM8 11a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg> </template>
CSS
.icon-life-preserver {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016m6.43-5.228a7.03%207.03%200%200%201-3.658%203.658l-1.115-2.788a4%204%200%200%200%201.985-1.985zM5.228%2014.43a7.03%207.03%200%200%201-3.658-3.658l2.788-1.115a4%204%200%200%200%201.985%201.985zm9.202-9.202l-2.788%201.115a4%204%200%200%200-1.985-1.985l1.115-2.788a7.03%207.03%200%200%201%203.658%203.658m-8.087-.87a4%204%200%200%200-1.985%201.985L1.57%205.228A7.03%207.03%200%200%201%205.228%201.57zM8%2011a3%203%200%201%201%200-6a3%203%200%200%201%200%206%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016m6.43-5.228a7.03%207.03%200%200%201-3.658%203.658l-1.115-2.788a4%204%200%200%200%201.985-1.985zM5.228%2014.43a7.03%207.03%200%200%201-3.658-3.658l2.788-1.115a4%204%200%200%200%201.985%201.985zm9.202-9.202l-2.788%201.115a4%204%200%200%200-1.985-1.985l1.115-2.788a7.03%207.03%200%200%201%203.658%203.658m-8.087-.87a4%204%200%200%200-1.985%201.985L1.57%205.228A7.03%207.03%200%200%201%205.228%201.57zM8%2011a3%203%200%201%201%200-6a3%203%200%200%201%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/life-preserver.svg?color=%231a73e8&size=48