lifesaver icon
lifesaver from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.
- Name
- lifesaver
- Set
- Akar Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the lifesaver icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g stroke="currentColor" stroke-linejoin="round" stroke-width="2" clip-path="url(#SVGXv8lpc2Y)"><circle cx="12" cy="12" r="10" stroke-linecap="round" transform="rotate(45 12 12)"/><circle cx="12" cy="12" r="4" stroke-linecap="round" transform="rotate(45 12 12)"/><path d="m19.071 4.929l-4.243 4.243m-5.656 5.656l-4.243 4.243m14.142 0l-4.243-4.243M9.172 9.172L4.929 4.929"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function AkarIconsLifesaver(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"><g stroke="currentColor" strokeLinejoin="round" strokeWidth="2" clipPath="url(#SVGXv8lpc2Y)"><circle cx="12" cy="12" r="10" strokeLinecap="round" transform="rotate(45 12 12)"/><circle cx="12" cy="12" r="4" strokeLinecap="round" transform="rotate(45 12 12)"/><path d="m19.071 4.929l-4.243 4.243m-5.656 5.656l-4.243 4.243m14.142 0l-4.243-4.243M9.172 9.172L4.929 4.929"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g stroke="currentColor" stroke-linejoin="round" stroke-width="2" clip-path="url(#SVGXv8lpc2Y)"><circle cx="12" cy="12" r="10" stroke-linecap="round" transform="rotate(45 12 12)"/><circle cx="12" cy="12" r="4" stroke-linecap="round" transform="rotate(45 12 12)"/><path d="m19.071 4.929l-4.243 4.243m-5.656 5.656l-4.243 4.243m14.142 0l-4.243-4.243M9.172 9.172L4.929 4.929"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-lifesaver {
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%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20stroke-linecap%3D%22round%22%20transform%3D%22rotate(45%2012%2012)%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%224%22%20stroke-linecap%3D%22round%22%20transform%3D%22rotate(45%2012%2012)%22%2F%3E%3Cpath%20d%3D%22m19.071%204.929l-4.243%204.243m-5.656%205.656l-4.243%204.243m14.142%200l-4.243-4.243M9.172%209.172L4.929%204.929%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20stroke-linecap%3D%22round%22%20transform%3D%22rotate(45%2012%2012)%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%224%22%20stroke-linecap%3D%22round%22%20transform%3D%22rotate(45%2012%2012)%22%2F%3E%3Cpath%20d%3D%22m19.071%204.929l-4.243%204.243m-5.656%205.656l-4.243%204.243m14.142%200l-4.243-4.243M9.172%209.172L4.929%204.929%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/lifesaver.svg?color=%231a73e8&size=48