cpr icon
cpr-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- cpr-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- cpr2x-outline
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the cpr icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M11 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m14.967 5.006C19.025 14.32 16 15.7 16 18.271V31a1 1 0 1 0 2 0v-9a1 1 0 0 1 1.664-.747l7.658 6.806A5 5 0 0 1 29 31.796V39a1 1 0 0 0 1 1h9a1 1 0 1 0 0-2h-6a1 1 0 0 1-.99-1.141l.924-6.467a6.59 6.59 0 0 0-2.203-5.906zm-6.68 16.277A3 3 0 0 1 14 31V18.272c0-4.287 5.042-6.587 8.278-3.776l9.765 8.48a8.59 8.59 0 0 1 2.87 7.7L34.154 36H39a3 3 0 1 1 0 6h-9a3 3 0 0 1-3-3v-7.204a3 3 0 0 0-1.007-2.242L20 24.227V31c0 .459-.103.894-.287 1.283q.295.103.579.245l3.447 1.724A4.09 4.09 0 0 1 21.909 42H12.09a4.09 4.09 0 0 1-1.829-7.748l3.447-1.724q.283-.141.58-.245M17 40a3 3 0 1 0 0-6a3 3 0 0 0 0 6m4 0h.91a2.09 2.09 0 0 0 .935-3.96l-1.073-.536A5 5 0 0 1 22 37a4.98 4.98 0 0 1-1 3m-8 0h-.91a2.09 2.09 0 0 1-.935-3.96l1.073-.536A5 5 0 0 0 12 37c0 1.126.372 2.164 1 3" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCprOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M11 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m14.967 5.006C19.025 14.32 16 15.7 16 18.271V31a1 1 0 1 0 2 0v-9a1 1 0 0 1 1.664-.747l7.658 6.806A5 5 0 0 1 29 31.796V39a1 1 0 0 0 1 1h9a1 1 0 1 0 0-2h-6a1 1 0 0 1-.99-1.141l.924-6.467a6.59 6.59 0 0 0-2.203-5.906zm-6.68 16.277A3 3 0 0 1 14 31V18.272c0-4.287 5.042-6.587 8.278-3.776l9.765 8.48a8.59 8.59 0 0 1 2.87 7.7L34.154 36H39a3 3 0 1 1 0 6h-9a3 3 0 0 1-3-3v-7.204a3 3 0 0 0-1.007-2.242L20 24.227V31c0 .459-.103.894-.287 1.283q.295.103.579.245l3.447 1.724A4.09 4.09 0 0 1 21.909 42H12.09a4.09 4.09 0 0 1-1.829-7.748l3.447-1.724q.283-.141.58-.245M17 40a3 3 0 1 0 0-6a3 3 0 0 0 0 6m4 0h.91a2.09 2.09 0 0 0 .935-3.96l-1.073-.536A5 5 0 0 1 22 37a4.98 4.98 0 0 1-1 3m-8 0h-.91a2.09 2.09 0 0 1-.935-3.96l1.073-.536A5 5 0 0 0 12 37c0 1.126.372 2.164 1 3" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M11 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m14.967 5.006C19.025 14.32 16 15.7 16 18.271V31a1 1 0 1 0 2 0v-9a1 1 0 0 1 1.664-.747l7.658 6.806A5 5 0 0 1 29 31.796V39a1 1 0 0 0 1 1h9a1 1 0 1 0 0-2h-6a1 1 0 0 1-.99-1.141l.924-6.467a6.59 6.59 0 0 0-2.203-5.906zm-6.68 16.277A3 3 0 0 1 14 31V18.272c0-4.287 5.042-6.587 8.278-3.776l9.765 8.48a8.59 8.59 0 0 1 2.87 7.7L34.154 36H39a3 3 0 1 1 0 6h-9a3 3 0 0 1-3-3v-7.204a3 3 0 0 0-1.007-2.242L20 24.227V31c0 .459-.103.894-.287 1.283q.295.103.579.245l3.447 1.724A4.09 4.09 0 0 1 21.909 42H12.09a4.09 4.09 0 0 1-1.829-7.748l3.447-1.724q.283-.141.58-.245M17 40a3 3 0 1 0 0-6a3 3 0 0 0 0 6m4 0h.91a2.09 2.09 0 0 0 .935-3.96l-1.073-.536A5 5 0 0 1 22 37a4.98 4.98 0 0 1-1 3m-8 0h-.91a2.09 2.09 0 0 1-.935-3.96l1.073-.536A5 5 0 0 0 12 37c0 1.126.372 2.164 1 3" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cpr-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11%208a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5%203a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m14.967%205.006C19.025%2014.32%2016%2015.7%2016%2018.271V31a1%201%200%201%200%202%200v-9a1%201%200%200%201%201.664-.747l7.658%206.806A5%205%200%200%201%2029%2031.796V39a1%201%200%200%200%201%201h9a1%201%200%201%200%200-2h-6a1%201%200%200%201-.99-1.141l.924-6.467a6.59%206.59%200%200%200-2.203-5.906zm-6.68%2016.277A3%203%200%200%201%2014%2031V18.272c0-4.287%205.042-6.587%208.278-3.776l9.765%208.48a8.59%208.59%200%200%201%202.87%207.7L34.154%2036H39a3%203%200%201%201%200%206h-9a3%203%200%200%201-3-3v-7.204a3%203%200%200%200-1.007-2.242L20%2024.227V31c0%20.459-.103.894-.287%201.283q.295.103.579.245l3.447%201.724A4.09%204.09%200%200%201%2021.909%2042H12.09a4.09%204.09%200%200%201-1.829-7.748l3.447-1.724q.283-.141.58-.245M17%2040a3%203%200%201%200%200-6a3%203%200%200%200%200%206m4%200h.91a2.09%202.09%200%200%200%20.935-3.96l-1.073-.536A5%205%200%200%201%2022%2037a4.98%204.98%200%200%201-1%203m-8%200h-.91a2.09%202.09%200%200%201-.935-3.96l1.073-.536A5%205%200%200%200%2012%2037c0%201.126.372%202.164%201%203%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11%208a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5%203a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m14.967%205.006C19.025%2014.32%2016%2015.7%2016%2018.271V31a1%201%200%201%200%202%200v-9a1%201%200%200%201%201.664-.747l7.658%206.806A5%205%200%200%201%2029%2031.796V39a1%201%200%200%200%201%201h9a1%201%200%201%200%200-2h-6a1%201%200%200%201-.99-1.141l.924-6.467a6.59%206.59%200%200%200-2.203-5.906zm-6.68%2016.277A3%203%200%200%201%2014%2031V18.272c0-4.287%205.042-6.587%208.278-3.776l9.765%208.48a8.59%208.59%200%200%201%202.87%207.7L34.154%2036H39a3%203%200%201%201%200%206h-9a3%203%200%200%201-3-3v-7.204a3%203%200%200%200-1.007-2.242L20%2024.227V31c0%20.459-.103.894-.287%201.283q.295.103.579.245l3.447%201.724A4.09%204.09%200%200%201%2021.909%2042H12.09a4.09%204.09%200%200%201-1.829-7.748l3.447-1.724q.283-.141.58-.245M17%2040a3%203%200%201%200%200-6a3%203%200%200%200%200%206m4%200h.91a2.09%202.09%200%200%200%20.935-3.96l-1.073-.536A5%205%200%200%201%2022%2037a4.98%204.98%200%200%201-1%203m-8%200h-.91a2.09%202.09%200%200%201-.935-3.96l1.073-.536A5%205%200%200%200%2012%2037c0%201.126.372%202.164%201%203%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/healthicons/cpr-outline.svg?color=%231a73e8&size=48